Trace number 235077

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sugar 0.40SAT 675.43 678.963

General information on the benchmark

Nametaillard/js-taillard-20-15/
js-taillard-20-15-105-7.xml
MD5SUMa906eef29dc5a61b67e7e12b39064d46
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark675.43
SatisfiableYES
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1504
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/235077-1170107129/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/235077-1170107129/unknown.xml [Mon Jan 29 22:45:29 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/235077-1170107129/unknown.xml /tmp/evaluation/235077-1170107129/sugar25511.csp [Mon Jan 29 22:45:29 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/235077-1170107129/sugar-v0-40.jar -convert /tmp/evaluation/235077-1170107129/unknown.xml /tmp/evaluation/235077-1170107129/sugar25511.csp
0.17	c BEGIN convert /tmp/evaluation/235077-1170107129/unknown.xml
0.83	c END convert (0.656492 seconds)
0.86	c # CONVERT_XML  END : /tmp/evaluation/235077-1170107129/sugar25511.csp 149867 bytes (1 seconds) [Mon Jan 29 22:45:30 2007]
0.86	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.86	
0.86	c # GENERATE_SAT  BEGIN : /tmp/evaluation/235077-1170107129/sugar25511.bcnf [Mon Jan 29 22:45:30 2007]
0.86	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/235077-1170107129/sugar-v0-40.jar -bcnf -map /tmp/evaluation/235077-1170107129/sugar25511.map /tmp/evaluation/235077-1170107129/sugar25511.csp /tmp/evaluation/235077-1170107129/sugar25511.bcnf
0.99	c BEGIN parse /tmp/evaluation/235077-1170107129/sugar25511.csp
1.59	c END parse (0.602638 seconds)
1.59	c BEGIN simplify
1.62	c END simplify (0.031673 seconds)
1.62	c BEGIN encode /tmp/evaluation/235077-1170107129/sugar25511.bcnf
9.75	c END encode (8.13221 seconds)
9.86	c # GENERATE_SAT  END : 441981 variables 8849853 clauses 138219788 bytes (9 seconds) [Mon Jan 29 22:45:39 2007]
9.86	c # GENERATE_SAT  CPU : 8.85 = 0.05 + 0 + 8.14 + 0.66
9.86	
9.86	c # SOLVE_SAT  BEGIN : /tmp/evaluation/235077-1170107129/sugar25511.bcnf [Mon Jan 29 22:45:39 2007]
9.86	c # CMD : /tmp/evaluation/235077-1170107129/minisat /tmp/evaluation/235077-1170107129/sugar25511.bcnf /tmp/evaluation/235077-1170107129/sugar25511.out
18.33	c ==================================[MINISAT]===================================
18.33	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
18.33	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
18.33	c ==============================================================================
18.33	c |         0 | 5312256 15154050 | 1770752       0        0     nan |  0.000 % |
21.19	c |       100 | 5312256 15154050 | 1947827     100     2444    24.4 | 47.279 % |
23.36	c |       250 | 5312256 15154050 | 2142609     250     5981    23.9 | 47.279 % |
26.50	c |       475 | 5312256 15154050 | 2356870     475    11609    24.4 | 47.279 % |
30.69	c |       812 | 5312256 15154050 | 2592558     812    23593    29.1 | 47.279 % |
37.55	c |      1318 | 5312258 15154050 | 2851813    1316    35376    26.9 | 47.279 % |
44.01	c |      2077 | 5312258 15154050 | 3136995    2075    54081    26.1 | 47.279 % |
57.45	c |      3216 | 5312260 15154050 | 3450694    3212   115949    36.1 | 47.279 % |
70.90	c |      4926 | 5312260 15154050 | 3795764    4922   194658    39.5 | 47.279 % |
87.02	c |      7488 | 5312260 15154050 | 4175340    7484   270392    36.1 | 47.279 % |
132.12	c |     11332 | 5312261 15154050 | 4592874   11327   414941    36.6 | 47.279 % |
217.24	c |     17098 | 5312265 15154050 | 5052162   17089   634100    37.1 | 47.279 % |
338.01	c |     25748 | 5312266 15154050 | 5557378   25738  1007836    39.2 | 47.279 % |
482.60	c |     38722 | 5312271 15154050 | 6113116   38707  1500675    38.8 | 47.279 % |
677.87	c ==============================================================================
677.87	c restarts              : 14
677.87	c conflicts             : 51280          (77 /sec)
677.87	c decisions             : 79628          (120 /sec)
677.87	c propagations          : 693067797      (1043744 /sec)
677.87	c conflict literals     : 1864506        (26.48 % deleted)
677.87	c Memory used           : 373.98 MB
677.87	c CPU time              : 664.021 s
677.87	c 
677.87	c SATISFIABLE
678.16	c # SOLVE_SAT  END : SATISFIABLE (668 seconds) [Mon Jan 29 22:56:47 2007]
678.16	c # SOLVE_SAT  CPU : 665.01 = 0 + 0 + 664.24 + 0.77
678.16	
678.16	c # RESULT : SATISFIABLE
678.16	
678.16	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 22:56:47 2007]
678.29	c BEGIN read SAT output /tmp/evaluation/235077-1170107129/sugar25511.out
678.69	c END read SAT output (0.404299 seconds)
678.69	c BEGIN write solution /tmp/evaluation/235077-1170107129/sugar25511.sol
678.84	c END write solution (0.14503 seconds)
678.88	s SATISFIABLE
678.88	v 300 370 376 423 478 506 552 851 1064 1071 1128 1274 1292 1365 1411 21 79 153 399 437 539 620 683 745 755 770 856 1011 1091 1175 63 105 199 205 265 289 405 605 616 651 727 810 900 1003 1004 2 78 162 319 431 458 586 670 1064 1154 1181 1194 1378 1381 1438 15 222 332 481 536 620 696 702 729 917 931 966 1036 1124 1323 20 100 187 271 290 374 459 1014 1065 1083 1228 1230 1243 1244 1276 160 375 756 834 856 875 943 1038 1189 1269 1330 1341 1360 1399 1467 122 234 376 387 390 423 466 502 592 713 796 1328 1425 1427 1503 53 97 214 449 505 722 860 932 951 1017 1101 1144 1275 1298 1372 277 495 561 652 681 704 714 788 866 988 1086 1163 1287 1414 1479 1 4 72 172 246 313 485 564 580 660 874 946 1272 1343 1414 509 689 748 843 928 974 990 1057 1124 1188 1273 1358 1385 1411 1503 162 480 586 615 681 713 748 846 872 1060 1183 1312 1354 1441 1497 107 125 132 172 282 337 412 501 522 599 846 930 1012 1293 1485 400 492 693 741 827 865 974 990 1031 1150 1220 1245 1296 1324 1443 44 77 159 166 226 336 476 522 544 603 618 860 943 1438 1485 16 146 179 252 375 409 424 483 558 580 697 818 887 893 966 44 140 153 223 245 280 359 387 864 900 926 978 1069 1126 1157 9 51 130 406 432 561 705 736 847 972 1133 1160 1231 1292 1422 110 163 166 223 302 390 535 576 648 765 922 995 1112 1310 1470
678.88	c # OUTPUT_SOL  END :  (1 seconds) [Mon Jan 29 22:56:48 2007]
678.88	c # OUTPUT_SOL  CPU : 0.680000000000032 = 0.01 + 0 + 0.590000000000032 + 0.0800000000000001
678.88	
678.88	c # MAIN  END :  (679 seconds) [Mon Jan 29 22:56:48 2007]
678.88	c # MAIN  CPU : 674.54 = 0.06 + 0 + 672.97 + 1.51
678.88	

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node63/watcher-235077-1170107129 -o ROOT/results/node63/solver-235077-1170107129 -C 1800 -M 900 /tmp/evaluation/235077-1170107129/solver /tmp/evaluation/235077-1170107129 /tmp/evaluation/235077-1170107129/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.97 2.06 2.27 5/74 25512
/proc/meminfo: memFree=1842680/2055920 swapFree=4192812/4192956
[pid=25511] ppid=25509 vsize=18540 CPUtime=0
/proc/25511/stat : 25511 (runsolver) R 25509 25511 25446 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 30670310 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 247254805799 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25511/statm: 4635 279 244 17 0 2626 0

[startup+0.109762 s]
/proc/loadavg: 1.97 2.06 2.27 5/74 25512
/proc/meminfo: memFree=1842680/2055920 swapFree=4192812/4192956
[pid=25511] ppid=25509 vsize=13724 CPUtime=0.04
/proc/25511/stat : 25511 (sugar) S 25509 25511 25446 0 -1 4194304 1112 0 0 0 3 1 0 0 21 0 1 0 30670310 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25511/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.517806 s]
/proc/loadavg: 1.97 2.06 2.27 5/74 25512
/proc/meminfo: memFree=1842680/2055920 swapFree=4192812/4192956
[pid=25511] ppid=25509 vsize=13724 CPUtime=0.04
/proc/25511/stat : 25511 (sugar) S 25509 25511 25446 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 30670310 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25511/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34089 s]
/proc/loadavg: 1.97 2.06 2.27 3/83 25528
/proc/meminfo: memFree=1830128/2055920 swapFree=4192812/4192956
[pid=25511] ppid=25509 vsize=13724 CPUtime=0.04
/proc/25511/stat : 25511 (sugar) S 25509 25511 25446 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30670310 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25511/statm: 3431 808 370 3 0 531 0
[pid=25513] ppid=25511 vsize=0 CPUtime=0.77
/proc/25513/stat : 25513 (java) Z 25511 25511 25446 0 -1 1036 8708 0 1 0 71 6 0 0 17 0 1 0 30670316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25513/statm: 0 0 0 0 0 0 0
[pid=25521] ppid=25511 vsize=808356 CPUtime=0.45
/proc/25521/stat : 25521 (java) R 25511 25511 25446 0 -1 0 6629 0 1 0 41 4 0 0 21 0 8 0 30670397 827756544 6379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152821840 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25521/statm: 202089 6379 1506 14 0 189367 0
[pid=25521/tid=25522] ppid=25511 vsize=808356 CPUtime=0.02
/proc/25521/task/25522/stat : 25522 (java) S 25511 25511 25446 0 -1 64 491 0 0 0 2 0 0 0 16 0 8 0 30670401 827756544 6379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25521/tid=25523] ppid=25511 vsize=808356 CPUtime=0
/proc/25521/task/25523/stat : 25523 (java) S 25511 25511 25446 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30670401 827756544 6379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25521/tid=25524] ppid=25511 vsize=808356 CPUtime=0
/proc/25521/task/25524/stat : 25524 (java) S 25511 25511 25446 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30670401 827756544 6379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25521/tid=25525] ppid=25511 vsize=808356 CPUtime=0
/proc/25521/task/25525/stat : 25525 (java) S 25511 25511 25446 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30670404 827756544 6379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25521/tid=25526] ppid=25511 vsize=808356 CPUtime=0.08
/proc/25521/task/25526/stat : 25526 (java) S 25511 25511 25446 0 -1 64 355 0 0 0 8 0 0 0 16 0 8 0 30670404 827756544 6379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25521/tid=25527] ppid=25511 vsize=808356 CPUtime=0
/proc/25521/task/25527/stat : 25527 (java) S 25511 25511 25446 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30670405 827756544 6379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25521/tid=25528] ppid=25511 vsize=808356 CPUtime=0
/proc/25521/task/25528/stat : 25528 (java) S 25511 25511 25446 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 30670405 827756544 6379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 822080

[startup+2.99407 s]
/proc/loadavg: 1.97 2.06 2.27 3/83 25528
/proc/meminfo: memFree=1804592/2055920 swapFree=4192812/4192956
[pid=25511] ppid=25509 vsize=13724 CPUtime=0.04
/proc/25511/stat : 25511 (sugar) S 25509 25511 25446 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30670310 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25511/statm: 3431 808 370 3 0 531 0
[pid=25513] ppid=25511 vsize=0 CPUtime=0.77
/proc/25513/stat : 25513 (java) Z 25511 25511 25446 0 -1 1036 8708 0 1 0 71 6 0 0 17 0 1 0 30670316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25513/statm: 0 0 0 0 0 0 0
[pid=25521] ppid=25511 vsize=808356 CPUtime=2.1
/proc/25521/stat : 25521 (java) R 25511 25511 25446 0 -1 0 8241 0 1 0 193 17 0 0 25 0 8 0 30670397 827756544 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797598 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25521/statm: 202089 7988 1510 14 0 189367 0
[pid=25521/tid=25522] ppid=25511 vsize=808356 CPUtime=0.1
/proc/25521/task/25522/stat : 25522 (java) S 25511 25511 25446 0 -1 64 2011 0 0 0 9 1 0 0 16 0 8 0 30670401 827756544 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25521/tid=25523] ppid=25511 vsize=808356 CPUtime=0
/proc/25521/task/25523/stat : 25523 (java) S 25511 25511 25446 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30670401 827756544 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25521/tid=25524] ppid=25511 vsize=808356 CPUtime=0
/proc/25521/task/25524/stat : 25524 (java) S 25511 25511 25446 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30670401 827756544 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25521/tid=25525] ppid=25511 vsize=808356 CPUtime=0
/proc/25521/task/25525/stat : 25525 (java) S 25511 25511 25446 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30670404 827756544 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25521/tid=25526] ppid=25511 vsize=808356 CPUtime=0.16
/proc/25521/task/25526/stat : 25526 (java) S 25511 25511 25446 0 -1 64 419 0 0 0 16 0 0 0 16 0 8 0 30670404 827756544 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25521/tid=25527] ppid=25511 vsize=808356 CPUtime=0
/proc/25521/task/25527/stat : 25527 (java) S 25511 25511 25446 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30670405 827756544 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25521/tid=25528] ppid=25511 vsize=808356 CPUtime=0
/proc/25521/task/25528/stat : 25528 (java) S 25511 25511 25446 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 30670405 827756544 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 822080

[startup+6.20241 s]
/proc/loadavg: 1.97 2.06 2.27 3/83 25528
/proc/meminfo: memFree=1746416/2055920 swapFree=4192812/4192956
[pid=25511] ppid=25509 vsize=13724 CPUtime=0.04
/proc/25511/stat : 25511 (sugar) S 25509 25511 25446 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30670310 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25511/statm: 3431 808 370 3 0 531 0
[pid=25513] ppid=25511 vsize=0 CPUtime=0.77
/proc/25513/stat : 25513 (java) Z 25511 25511 25446 0 -1 1036 8708 0 1 0 71 6 0 0 17 0 1 0 30670316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25513/statm: 0 0 0 0 0 0 0
[pid=25521] ppid=25511 vsize=808356 CPUtime=5.27
/proc/25521/stat : 25521 (java) R 25511 25511 25446 0 -1 0 8243 0 1 0 489 38 0 0 25 0 8 0 30670397 827756544 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25521/statm: 202089 7990 1510 14 0 189367 0
[pid=25521/tid=25522] ppid=25511 vsize=808356 CPUtime=0.1
/proc/25521/task/25522/stat : 25522 (java) S 25511 25511 25446 0 -1 64 2011 0 0 0 9 1 0 0 16 0 8 0 30670401 827756544 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25521/tid=25523] ppid=25511 vsize=808356 CPUtime=0
/proc/25521/task/25523/stat : 25523 (java) S 25511 25511 25446 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30670401 827756544 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25521/tid=25524] ppid=25511 vsize=808356 CPUtime=0
/proc/25521/task/25524/stat : 25524 (java) S 25511 25511 25446 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30670401 827756544 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25521/tid=25525] ppid=25511 vsize=808356 CPUtime=0
/proc/25521/task/25525/stat : 25525 (java) S 25511 25511 25446 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30670404 827756544 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25521/tid=25526] ppid=25511 vsize=808356 CPUtime=0.17
/proc/25521/task/25526/stat : 25526 (java) S 25511 25511 25446 0 -1 64 421 0 0 0 17 0 0 0 16 0 8 0 30670404 827756544 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25521/tid=25527] ppid=25511 vsize=808356 CPUtime=0
/proc/25521/task/25527/stat : 25527 (java) S 25511 25511 25446 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30670405 827756544 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25521/tid=25528] ppid=25511 vsize=808356 CPUtime=0
/proc/25521/task/25528/stat : 25528 (java) R 25511 25511 25446 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 30670405 827756544 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 822080

[startup+12.6691 s]
/proc/loadavg: 2.06 2.08 2.28 3/76 25529
/proc/meminfo: memFree=1524712/2055920 swapFree=4192812/4192956
[pid=25511] ppid=25509 vsize=17108 CPUtime=8.89
/proc/25511/stat : 25511 (sugar) S 25509 25511 25446 0 -1 4194304 2113 8260 0 1 8 1 814 66 18 0 1 0 30670310 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25511/statm: 4277 1633 373 3 0 1377 0
[pid=25513] ppid=25511 vsize=0 CPUtime=0.77
/proc/25513/stat : 25513 (java) Z 25511 25511 25446 0 -1 1036 8708 0 1 0 71 6 0 0 17 0 1 0 30670316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25513/statm: 0 0 0 0 0 0 0
[pid=25529] ppid=25511 vsize=195712 CPUtime=2.75
/proc/25529/stat : 25529 (minisat) R 25511 25511 25446 0 -1 0 46801 0 0 0 241 34 0 0 25 0 1 0 30671297 200409088 46597 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134517954 0 0 4096 0 0 0 0 17 1 0 0
/proc/25529/statm: 48928 46597 36 112 0 48812 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 212820

[startup+25.5285 s]
/proc/loadavg: 2.11 2.09 2.28 3/76 25529
/proc/meminfo: memFree=1339880/2055920 swapFree=4192812/4192956
[pid=25511] ppid=25509 vsize=17108 CPUtime=8.89
/proc/25511/stat : 25511 (sugar) S 25509 25511 25446 0 -1 4194304 2122 8260 0 1 8 1 814 66 16 0 1 0 30670310 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25511/statm: 4277 1633 373 3 0 1377 0
[pid=25513] ppid=25511 vsize=0 CPUtime=0.77
/proc/25513/stat : 25513 (java) Z 25511 25511 25446 0 -1 1036 8708 0 1 0 71 6 0 0 17 0 1 0 30670316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25513/statm: 0 0 0 0 0 0 0
[pid=25529] ppid=25511 vsize=380976 CPUtime=15.55
/proc/25529/stat : 25529 (minisat) R 25511 25511 25446 0 -1 0 91547 0 0 0 1487 68 0 0 25 0 1 0 30671297 390119424 90317 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25529/statm: 95244 90317 51 112 0 95128 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 398084

[startup+51.2262 s]
/proc/loadavg: 2.07 2.08 2.27 3/76 25529
/proc/meminfo: memFree=1339880/2055920 swapFree=4192812/4192956
[pid=25511] ppid=25509 vsize=17108 CPUtime=8.89
/proc/25511/stat : 25511 (sugar) S 25509 25511 25446 0 -1 4194304 2122 8260 0 1 8 1 814 66 16 0 1 0 30670310 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25511/statm: 4277 1633 373 3 0 1377 0
[pid=25513] ppid=25511 vsize=0 CPUtime=0.77
/proc/25513/stat : 25513 (java) Z 25511 25511 25446 0 -1 1036 8708 0 1 0 71 6 0 0 17 0 1 0 30670316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25513/statm: 0 0 0 0 0 0 0
[pid=25529] ppid=25511 vsize=380976 CPUtime=41.02
/proc/25529/stat : 25529 (minisat) R 25511 25511 25446 0 -1 0 91556 0 0 0 4033 69 0 0 25 0 1 0 30671297 390119424 90326 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25529/statm: 95244 90326 51 112 0 95128 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 398084

[startup+102.514 s]
/proc/loadavg: 2.03 2.06 2.25 3/76 25529
/proc/meminfo: memFree=1339944/2055920 swapFree=4192812/4192956
[pid=25511] ppid=25509 vsize=17108 CPUtime=8.89
/proc/25511/stat : 25511 (sugar) S 25509 25511 25446 0 -1 4194304 2122 8260 0 1 8 1 814 66 16 0 1 0 30670310 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25511/statm: 4277 1633 373 3 0 1377 0
[pid=25513] ppid=25511 vsize=0 CPUtime=0.77
/proc/25513/stat : 25513 (java) Z 25511 25511 25446 0 -1 1036 8708 0 1 0 71 6 0 0 17 0 1 0 30670316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25513/statm: 0 0 0 0 0 0 0
[pid=25529] ppid=25511 vsize=380976 CPUtime=92.07
/proc/25529/stat : 25529 (minisat) R 25511 25511 25446 0 -1 0 91570 0 0 0 9138 69 0 0 25 0 1 0 30671297 390119424 90340 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/25529/statm: 95244 90340 51 112 0 95128 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 398084

[startup+162.532 s]
/proc/loadavg: 2.01 2.05 2.24 3/76 25529
/proc/meminfo: memFree=1338536/2055920 swapFree=4192812/4192956
[pid=25511] ppid=25509 vsize=17108 CPUtime=8.89
/proc/25511/stat : 25511 (sugar) S 25509 25511 25446 0 -1 4194304 2122 8260 0 1 8 1 814 66 16 0 1 0 30670310 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25511/statm: 4277 1633 373 3 0 1377 0
[pid=25513] ppid=25511 vsize=0 CPUtime=0.77
/proc/25513/stat : 25513 (java) Z 25511 25511 25446 0 -1 1036 8708 0 1 0 71 6 0 0 17 0 1 0 30670316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25513/statm: 0 0 0 0 0 0 0
[pid=25529] ppid=25511 vsize=380976 CPUtime=151.8
/proc/25529/stat : 25529 (minisat) R 25511 25511 25446 0 -1 0 91570 0 0 0 15111 69 0 0 25 0 1 0 30671297 390119424 90340 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25529/statm: 95244 90340 51 112 0 95128 0
Current children cumulated CPU time (s) 161.46
Current children cumulated vsize (KiB) 398084

[startup+222.548 s]
/proc/loadavg: 2.00 2.04 2.22 3/76 25529
/proc/meminfo: memFree=1338536/2055920 swapFree=4192812/4192956
[pid=25511] ppid=25509 vsize=17108 CPUtime=8.89
/proc/25511/stat : 25511 (sugar) S 25509 25511 25446 0 -1 4194304 2122 8260 0 1 8 1 814 66 16 0 1 0 30670310 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25511/statm: 4277 1633 373 3 0 1377 0
[pid=25513] ppid=25511 vsize=0 CPUtime=0.77
/proc/25513/stat : 25513 (java) Z 25511 25511 25446 0 -1 1036 8708 0 1 0 71 6 0 0 17 0 1 0 30670316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25513/statm: 0 0 0 0 0 0 0
[pid=25529] ppid=25511 vsize=380976 CPUtime=211.53
/proc/25529/stat : 25529 (minisat) R 25511 25511 25446 0 -1 0 91570 0 0 0 21084 69 0 0 25 0 1 0 30671297 390119424 90340 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525686 0 0 4096 3 0 0 0 17 1 0 0
/proc/25529/statm: 95244 90340 51 112 0 95128 0
Current children cumulated CPU time (s) 221.19
Current children cumulated vsize (KiB) 398084

[startup+282.565 s]
/proc/loadavg: 2.00 2.03 2.20 3/76 25529
/proc/meminfo: memFree=1338472/2055920 swapFree=4192812/4192956
[pid=25511] ppid=25509 vsize=17108 CPUtime=8.89
/proc/25511/stat : 25511 (sugar) S 25509 25511 25446 0 -1 4194304 2122 8260 0 1 8 1 814 66 16 0 1 0 30670310 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25511/statm: 4277 1633 373 3 0 1377 0
[pid=25513] ppid=25511 vsize=0 CPUtime=0.77
/proc/25513/stat : 25513 (java) Z 25511 25511 25446 0 -1 1036 8708 0 1 0 71 6 0 0 17 0 1 0 30670316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25513/statm: 0 0 0 0 0 0 0
[pid=25529] ppid=25511 vsize=380976 CPUtime=271.27
/proc/25529/stat : 25529 (minisat) R 25511 25511 25446 0 -1 0 91570 0 0 0 27058 69 0 0 25 0 1 0 30671297 390119424 90340 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/25529/statm: 95244 90340 51 112 0 95128 0
Current children cumulated CPU time (s) 280.93
Current children cumulated vsize (KiB) 398084

[startup+342.584 s]
/proc/loadavg: 2.00 2.02 2.18 3/76 25529
/proc/meminfo: memFree=1338416/2055920 swapFree=4192812/4192956
[pid=25511] ppid=25509 vsize=17108 CPUtime=8.89
/proc/25511/stat : 25511 (sugar) S 25509 25511 25446 0 -1 4194304 2122 8260 0 1 8 1 814 66 16 0 1 0 30670310 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25511/statm: 4277 1633 373 3 0 1377 0
[pid=25513] ppid=25511 vsize=0 CPUtime=0.77
/proc/25513/stat : 25513 (java) Z 25511 25511 25446 0 -1 1036 8708 0 1 0 71 6 0 0 17 0 1 0 30670316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25513/statm: 0 0 0 0 0 0 0
[pid=25529] ppid=25511 vsize=380976 CPUtime=331.01
/proc/25529/stat : 25529 (minisat) R 25511 25511 25446 0 -1 0 91570 0 0 0 33032 69 0 0 25 0 1 0 30671297 390119424 90340 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25529/statm: 95244 90340 51 112 0 95128 0
Current children cumulated CPU time (s) 340.67
Current children cumulated vsize (KiB) 398084

[startup+402.604 s]
/proc/loadavg: 2.00 2.02 2.17 3/76 25529
/proc/meminfo: memFree=1335920/2055920 swapFree=4192812/4192956
[pid=25511] ppid=25509 vsize=17108 CPUtime=8.89
/proc/25511/stat : 25511 (sugar) S 25509 25511 25446 0 -1 4194304 2122 8260 0 1 8 1 814 66 16 0 1 0 30670310 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25511/statm: 4277 1633 373 3 0 1377 0
[pid=25513] ppid=25511 vsize=0 CPUtime=0.77
/proc/25513/stat : 25513 (java) Z 25511 25511 25446 0 -1 1036 8708 0 1 0 71 6 0 0 17 0 1 0 30670316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25513/statm: 0 0 0 0 0 0 0
[pid=25529] ppid=25511 vsize=381140 CPUtime=390.74
/proc/25529/stat : 25529 (minisat) R 25511 25511 25446 0 -1 0 91601 0 0 0 39005 69 0 0 25 0 1 0 30671297 390287360 90371 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/25529/statm: 95285 90371 51 112 0 95169 0
Current children cumulated CPU time (s) 400.4
Current children cumulated vsize (KiB) 398248

[startup+462.615 s]
/proc/loadavg: 2.00 2.01 2.16 3/76 25529
/proc/meminfo: memFree=1335216/2055920 swapFree=4192812/4192956
[pid=25511] ppid=25509 vsize=17108 CPUtime=8.89
/proc/25511/stat : 25511 (sugar) S 25509 25511 25446 0 -1 4194304 2122 8260 0 1 8 1 814 66 16 0 1 0 30670310 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25511/statm: 4277 1633 373 3 0 1377 0
[pid=25513] ppid=25511 vsize=0 CPUtime=0.77
/proc/25513/stat : 25513 (java) Z 25511 25511 25446 0 -1 1036 8708 0 1 0 71 6 0 0 17 0 1 0 30670316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25513/statm: 0 0 0 0 0 0 0
[pid=25529] ppid=25511 vsize=381140 CPUtime=450.47
/proc/25529/stat : 25529 (minisat) R 25511 25511 25446 0 -1 0 91607 0 0 0 44978 69 0 0 25 0 1 0 30671297 390287360 90377 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25529/statm: 95285 90377 51 112 0 95169 0
Current children cumulated CPU time (s) 460.13
Current children cumulated vsize (KiB) 398248

[startup+522.631 s]
/proc/loadavg: 2.00 2.00 2.15 3/76 25529
/proc/meminfo: memFree=1334704/2055920 swapFree=4192812/4192956
[pid=25511] ppid=25509 vsize=17108 CPUtime=8.89
/proc/25511/stat : 25511 (sugar) S 25509 25511 25446 0 -1 4194304 2122 8260 0 1 8 1 814 66 16 0 1 0 30670310 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25511/statm: 4277 1633 373 3 0 1377 0
[pid=25513] ppid=25511 vsize=0 CPUtime=0.77
/proc/25513/stat : 25513 (java) Z 25511 25511 25446 0 -1 1036 8708 0 1 0 71 6 0 0 17 0 1 0 30670316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25513/statm: 0 0 0 0 0 0 0
[pid=25529] ppid=25511 vsize=381220 CPUtime=510.2
/proc/25529/stat : 25529 (minisat) R 25511 25511 25446 0 -1 0 91611 0 0 0 50951 69 0 0 25 0 1 0 30671297 390369280 90381 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 1 0 0
/proc/25529/statm: 95305 90381 51 112 0 95189 0
Current children cumulated CPU time (s) 519.86
Current children cumulated vsize (KiB) 398328

[startup+582.651 s]
/proc/loadavg: 2.00 2.00 2.14 3/76 25529
/proc/meminfo: memFree=1334384/2055920 swapFree=4192812/4192956
[pid=25511] ppid=25509 vsize=17108 CPUtime=8.89
/proc/25511/stat : 25511 (sugar) S 25509 25511 25446 0 -1 4194304 2122 8260 0 1 8 1 814 66 16 0 1 0 30670310 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25511/statm: 4277 1633 373 3 0 1377 0
[pid=25513] ppid=25511 vsize=0 CPUtime=0.77
/proc/25513/stat : 25513 (java) Z 25511 25511 25446 0 -1 1036 8708 0 1 0 71 6 0 0 17 0 1 0 30670316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25513/statm: 0 0 0 0 0 0 0
[pid=25529] ppid=25511 vsize=381220 CPUtime=569.94
/proc/25529/stat : 25529 (minisat) R 25511 25511 25446 0 -1 0 91615 0 0 0 56925 69 0 0 25 0 1 0 30671297 390369280 90385 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/25529/statm: 95305 90385 51 112 0 95189 0
Current children cumulated CPU time (s) 579.6
Current children cumulated vsize (KiB) 398328

[startup+642.672 s]
/proc/loadavg: 2.00 2.00 2.12 3/76 25529
/proc/meminfo: memFree=1334064/2055920 swapFree=4192812/4192956
[pid=25511] ppid=25509 vsize=17108 CPUtime=8.89
/proc/25511/stat : 25511 (sugar) S 25509 25511 25446 0 -1 4194304 2122 8260 0 1 8 1 814 66 16 0 1 0 30670310 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25511/statm: 4277 1633 373 3 0 1377 0
[pid=25513] ppid=25511 vsize=0 CPUtime=0.77
/proc/25513/stat : 25513 (java) Z 25511 25511 25446 0 -1 1036 8708 0 1 0 71 6 0 0 17 0 1 0 30670316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25513/statm: 0 0 0 0 0 0 0
[pid=25529] ppid=25511 vsize=381220 CPUtime=629.68
/proc/25529/stat : 25529 (minisat) R 25511 25511 25446 0 -1 0 91618 0 0 0 62899 69 0 0 25 0 1 0 30671297 390369280 90388 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 1 0 0
/proc/25529/statm: 95305 90388 51 112 0 95189 0
Current children cumulated CPU time (s) 639.34
Current children cumulated vsize (KiB) 398328

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25511 and gives childrusage.ru_utime.tv_sec=673 childrusage.ru_utime.tv_usec=71677 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=616754
CPU time returned by wait4() is 674.688
while last known CPU time is 675.43

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 678.963
CPU time (s): 675.43
CPU user time (s): 673.77
CPU system time (s): 1.66
CPU usage (%): 99.4797
Max. virtual memory (cumulated for all children) (KiB): 824244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 673.072
system time used= 1.61675
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113427
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1313
involuntary context switches= 9622

runsolver used 0.748886 s user time and 2.26465 s system time

The end

Launcher Data (download as text)

Begin job on node63 on Mon Jan 29 21:45:29 UTC 2007


IDJOB= 235077
IDBENCH= 6736
IDSOLVER= 86
FILE ID= node63/235077-1170107129

PBS_JOBID= 3689913

Free space on /tmp= 66554 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20-15/js-taillard-20-15-105-7.xml
COMMAND LINE= /tmp/evaluation/235077-1170107129/solver /tmp/evaluation/235077-1170107129 /tmp/evaluation/235077-1170107129/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-235077-1170107129 -o ROOT/results/node63/solver-235077-1170107129 -C 1800 -M 900  /tmp/evaluation/235077-1170107129/solver /tmp/evaluation/235077-1170107129 /tmp/evaluation/235077-1170107129/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  a906eef29dc5a61b67e7e12b39064d46

RANDOM SEED= 590617138

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1843160 kB
Buffers:         41260 kB
Cached:          54620 kB
SwapCached:          0 kB
Active:         107164 kB
Inactive:        54120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1376 kB
Writeback:           0 kB
Mapped:          76368 kB
Slab:            36832 kB
Committed_AS:   351300 kB
PageTables:       1940 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66554 MiB



End job on node63 on Mon Jan 29 21:56:48 UTC 2007