Trace number 235006

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.40? (TO) 1800.06 1810.93

General information on the benchmark

Nametaillard/
js-taillard-20-15/js-taillard-20-15-95-8.xml
MD5SUMbb065c72545231f8bd5588cd1b436175
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1309
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/235006-1170107109/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/235006-1170107109/unknown.xml [Mon Jan 29 22:45:09 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/235006-1170107109/unknown.xml /tmp/evaluation/235006-1170107109/sugar18837.csp [Mon Jan 29 22:45:09 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/235006-1170107109/sugar-v0-40.jar -convert /tmp/evaluation/235006-1170107109/unknown.xml /tmp/evaluation/235006-1170107109/sugar18837.csp
0.17	c BEGIN convert /tmp/evaluation/235006-1170107109/unknown.xml
0.81	c END convert (0.645691 seconds)
0.86	c # CONVERT_XML  END : /tmp/evaluation/235006-1170107109/sugar18837.csp 150005 bytes (1 seconds) [Mon Jan 29 22:45:10 2007]
0.86	c # CONVERT_XML  CPU : 0.01 = 0 + 0.01 + 0 + 0
0.86	
0.86	c # GENERATE_SAT  BEGIN : /tmp/evaluation/235006-1170107109/sugar18837.bcnf [Mon Jan 29 22:45:10 2007]
0.86	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/235006-1170107109/sugar-v0-40.jar -bcnf -map /tmp/evaluation/235006-1170107109/sugar18837.map /tmp/evaluation/235006-1170107109/sugar18837.csp /tmp/evaluation/235006-1170107109/sugar18837.bcnf
0.98	c BEGIN parse /tmp/evaluation/235006-1170107109/sugar18837.csp
1.58	c END parse (0.59851 seconds)
1.58	c BEGIN simplify
1.61	c END simplify (0.031471 seconds)
1.61	c BEGIN encode /tmp/evaluation/235006-1170107109/sugar18837.bcnf
8.67	c END encode (7.061023 seconds)
8.76	c # GENERATE_SAT  END : 383627 variables 7631129 clauses 119171260 bytes (8 seconds) [Mon Jan 29 22:45:18 2007]
8.76	c # GENERATE_SAT  CPU : 7.78 = 0.05 + 0 + 7.26 + 0.47
8.76	
8.76	c # SOLVE_SAT  BEGIN : /tmp/evaluation/235006-1170107109/sugar18837.bcnf [Mon Jan 29 22:45:18 2007]
8.76	c # CMD : /tmp/evaluation/235006-1170107109/minisat /tmp/evaluation/235006-1170107109/sugar18837.bcnf /tmp/evaluation/235006-1170107109/sugar18837.out
16.39	c ==================================[MINISAT]===================================
16.39	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
16.39	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
16.39	c ==============================================================================
16.39	c |         0 | 3856275 10932595 | 1285425       0        0     nan |  0.000 % |
18.82	c |       100 | 3856276 10932595 | 1413967      99     1553    15.7 | 54.075 % |
21.33	c |       250 | 3856277 10932595 | 1555364     248     4112    16.6 | 54.075 % |
24.41	c |       475 | 3856277 10932595 | 1710900     473     8279    17.5 | 54.075 % |
29.20	c |       812 | 3856280 10932595 | 1881990     807    14313    17.7 | 54.075 % |
35.37	c |      1318 | 3856281 10932595 | 2070189    1312    25858    19.7 | 54.075 % |
42.42	c |      2078 | 3856281 10932595 | 2277208    2072    38915    18.8 | 54.075 % |
55.83	c |      3217 | 3856286 10932595 | 2504929    3206    60796    19.0 | 54.075 % |
73.87	c |      4926 | 3856289 10932595 | 2755422    4912    86504    17.6 | 54.075 % |
92.61	c |      7488 | 3856289 10932595 | 3030964    7474   121787    16.3 | 54.075 % |
124.55	c |     11332 | 3856294 10932595 | 3334061   11313   193431    17.1 | 54.075 % |
193.40	c |     17098 | 3856303 10932595 | 3667467   17070   353416    20.7 | 54.075 % |
301.40	c |     25747 | 3856305 10932595 | 4034214   25717   511648    19.9 | 54.075 % |
478.84	c |     38721 | 3856311 10932595 | 4437635   38685   856555    22.1 | 54.075 % |
742.11	c |     58184 | 3856325 10932595 | 4881399   58134  1320647    22.7 | 54.075 % |
1114.07	c |     87376 | 3856342 10932595 | 5369539   87309  2012050    23.0 | 54.075 % |
1731.31	c |    131166 | 3856348 10932595 | 5906493  131093  3322104    25.3 | 54.075 % |
1809.85	
1809.85	s UNKNOWN
1809.85	c # INTERRUPTED
1809.85	c # MAIN  END :  (1810 seconds) [Mon Jan 29 23:15:19 2007]
1809.85	c # MAIN  CPU : 7.79 = 0.05 + 0.01 + 7.26 + 0.47
1809.85	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node56/watcher-235006-1170107109 -o ROOT/results/node56/solver-235006-1170107109 -C 1800 -M 900 /tmp/evaluation/235006-1170107109/solver /tmp/evaluation/235006-1170107109 /tmp/evaluation/235006-1170107109/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: 2.09 2.70 4.03 5/74 18838
/proc/meminfo: memFree=1534528/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=12268 CPUtime=0
/proc/18837/stat : 18837 (sugar) R 18835 18837 18700 0 -1 4194304 597 0 0 0 0 0 0 0 20 0 1 0 30667421 12562432 316 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316086782 0 0 4224 0 0 0 0 17 1 0 0
/proc/18837/statm: 3067 316 241 3 0 167 0

[startup+0.106243 s]
/proc/loadavg: 2.09 2.70 4.03 5/74 18838
/proc/meminfo: memFree=1534528/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=13724 CPUtime=0.04
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30667421 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18837/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.514282 s]
/proc/loadavg: 2.09 2.70 4.03 5/74 18838
/proc/meminfo: memFree=1534528/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=13724 CPUtime=0.04
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30667421 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18837/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33536 s]
/proc/loadavg: 2.09 2.70 4.03 3/83 18854
/proc/meminfo: memFree=1521784/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=13724 CPUtime=0.04
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 30667421 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18837/statm: 3431 809 371 3 0 531 0
[pid=18839] ppid=18837 vsize=0 CPUtime=0.76
/proc/18839/stat : 18839 (java) Z 18837 18837 18700 0 -1 1036 8821 0 1 0 70 6 0 0 16 0 1 0 30667426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18839/statm: 0 0 0 0 0 0 0
[pid=18847] ppid=18837 vsize=807332 CPUtime=0.45
/proc/18847/stat : 18847 (java) R 18837 18837 18700 0 -1 0 6629 0 1 0 41 4 0 0 21 0 8 0 30667507 826707968 6379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18847/statm: 201833 6379 1506 14 0 189111 0
[pid=18847/tid=18848] ppid=18837 vsize=807332 CPUtime=0.02
/proc/18847/task/18848/stat : 18848 (java) S 18837 18837 18700 0 -1 64 491 0 0 0 2 0 0 0 16 0 8 0 30667511 826707968 6379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18847/tid=18849] ppid=18837 vsize=807332 CPUtime=0
/proc/18847/task/18849/stat : 18849 (java) S 18837 18837 18700 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30667511 826707968 6379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18847/tid=18850] ppid=18837 vsize=807332 CPUtime=0
/proc/18847/task/18850/stat : 18850 (java) S 18837 18837 18700 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30667511 826707968 6379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18847/tid=18851] ppid=18837 vsize=807332 CPUtime=0
/proc/18847/task/18851/stat : 18851 (java) S 18837 18837 18700 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30667514 826707968 6379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18847/tid=18852] ppid=18837 vsize=807332 CPUtime=0.08
/proc/18847/task/18852/stat : 18852 (java) R 18837 18837 18700 0 -1 64 355 0 0 0 8 0 0 0 16 0 8 0 30667514 826707968 6379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153527756 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18847/tid=18853] ppid=18837 vsize=807332 CPUtime=0
/proc/18847/task/18853/stat : 18853 (java) S 18837 18837 18700 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30667514 826707968 6379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18847/tid=18854] ppid=18837 vsize=807332 CPUtime=0
/proc/18847/task/18854/stat : 18854 (java) S 18837 18837 18700 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30667514 826707968 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.25
Current children cumulated vsize (KiB) 821056

[startup+2.97552 s]
/proc/loadavg: 2.09 2.70 4.03 3/83 18854
/proc/meminfo: memFree=1496952/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=13724 CPUtime=0.04
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 1190 0 0 0 3 1 0 0 16 0 1 0 30667421 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18837/statm: 3431 809 371 3 0 531 0
[pid=18839] ppid=18837 vsize=0 CPUtime=0.76
/proc/18839/stat : 18839 (java) Z 18837 18837 18700 0 -1 1036 8821 0 1 0 70 6 0 0 16 0 1 0 30667426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18839/statm: 0 0 0 0 0 0 0
[pid=18847] ppid=18837 vsize=807332 CPUtime=2.08
/proc/18847/stat : 18847 (java) R 18837 18837 18700 0 -1 0 8241 0 1 0 195 13 0 0 25 0 8 0 30667507 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797150 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18847/statm: 201833 7988 1510 14 0 189111 0
[pid=18847/tid=18848] ppid=18837 vsize=807332 CPUtime=0.09
/proc/18847/task/18848/stat : 18848 (java) S 18837 18837 18700 0 -1 64 2011 0 0 0 9 0 0 0 16 0 8 0 30667511 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18847/tid=18849] ppid=18837 vsize=807332 CPUtime=0
/proc/18847/task/18849/stat : 18849 (java) S 18837 18837 18700 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30667511 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18847/tid=18850] ppid=18837 vsize=807332 CPUtime=0
/proc/18847/task/18850/stat : 18850 (java) S 18837 18837 18700 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30667511 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18847/tid=18851] ppid=18837 vsize=807332 CPUtime=0
/proc/18847/task/18851/stat : 18851 (java) S 18837 18837 18700 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30667514 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18847/tid=18852] ppid=18837 vsize=807332 CPUtime=0.17
/proc/18847/task/18852/stat : 18852 (java) S 18837 18837 18700 0 -1 64 419 0 0 0 16 1 0 0 16 0 8 0 30667514 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18847/tid=18853] ppid=18837 vsize=807332 CPUtime=0
/proc/18847/task/18853/stat : 18853 (java) S 18837 18837 18700 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30667514 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18847/tid=18854] ppid=18837 vsize=807332 CPUtime=0
/proc/18847/task/18854/stat : 18854 (java) S 18837 18837 18700 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30667514 826707968 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.88
Current children cumulated vsize (KiB) 821056

[startup+6.18384 s]
/proc/loadavg: 2.08 2.69 4.02 3/83 18854
/proc/meminfo: memFree=1438904/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=13724 CPUtime=0.04
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 1190 0 0 0 3 1 0 0 16 0 1 0 30667421 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18837/statm: 3431 809 371 3 0 531 0
[pid=18839] ppid=18837 vsize=0 CPUtime=0.76
/proc/18839/stat : 18839 (java) Z 18837 18837 18700 0 -1 1036 8821 0 1 0 70 6 0 0 16 0 1 0 30667426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18839/statm: 0 0 0 0 0 0 0
[pid=18847] ppid=18837 vsize=807332 CPUtime=5.28
/proc/18847/stat : 18847 (java) R 18837 18837 18700 0 -1 0 8243 0 1 0 499 29 0 0 25 0 8 0 30667507 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797598 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18847/statm: 201833 7990 1510 14 0 189111 0
[pid=18847/tid=18848] ppid=18837 vsize=807332 CPUtime=0.09
/proc/18847/task/18848/stat : 18848 (java) S 18837 18837 18700 0 -1 64 2011 0 0 0 9 0 0 0 16 0 8 0 30667511 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18847/tid=18849] ppid=18837 vsize=807332 CPUtime=0
/proc/18847/task/18849/stat : 18849 (java) S 18837 18837 18700 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30667511 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18847/tid=18850] ppid=18837 vsize=807332 CPUtime=0
/proc/18847/task/18850/stat : 18850 (java) S 18837 18837 18700 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30667511 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18847/tid=18851] ppid=18837 vsize=807332 CPUtime=0
/proc/18847/task/18851/stat : 18851 (java) S 18837 18837 18700 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30667514 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18847/tid=18852] ppid=18837 vsize=807332 CPUtime=0.18
/proc/18847/task/18852/stat : 18852 (java) S 18837 18837 18700 0 -1 64 421 0 0 0 17 1 0 0 16 0 8 0 30667514 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18847/tid=18853] ppid=18837 vsize=807332 CPUtime=0
/proc/18847/task/18853/stat : 18853 (java) S 18837 18837 18700 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30667514 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18847/tid=18854] ppid=18837 vsize=807332 CPUtime=0
/proc/18847/task/18854/stat : 18854 (java) S 18837 18837 18700 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30667514 826707968 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) 821056

[startup+12.6695 s]
/proc/loadavg: 2.23 2.71 4.02 3/76 18855
/proc/meminfo: memFree=1168304/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=17108 CPUtime=7.82
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 2112 8260 0 1 8 1 726 47 18 0 1 0 30667421 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18837/statm: 4277 1633 373 3 0 1377 0
[pid=18839] ppid=18837 vsize=0 CPUtime=0.76
/proc/18839/stat : 18839 (java) Z 18837 18837 18700 0 -1 1036 8821 0 1 0 70 6 0 0 16 0 1 0 30667426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18839/statm: 0 0 0 0 0 0 0
[pid=18855] ppid=18837 vsize=266308 CPUtime=3.87
/proc/18855/stat : 18855 (minisat) R 18837 18837 18700 0 -1 0 62887 0 0 0 342 45 0 0 25 0 1 0 30668297 272699392 62682 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134523322 0 0 4096 0 0 0 0 17 1 0 0
/proc/18855/statm: 66577 62682 36 112 0 66461 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 283416

[startup+25.5277 s]
/proc/loadavg: 2.43 2.73 4.01 3/76 18855
/proc/meminfo: memFree=1096368/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=17108 CPUtime=7.82
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 2121 8260 0 1 8 1 726 47 16 0 1 0 30667421 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18837/statm: 4277 1633 373 3 0 1377 0
[pid=18839] ppid=18837 vsize=0 CPUtime=0.76
/proc/18839/stat : 18839 (java) Z 18837 18837 18700 0 -1 1036 8821 0 1 0 70 6 0 0 16 0 1 0 30667426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18839/statm: 0 0 0 0 0 0 0
[pid=18855] ppid=18837 vsize=324912 CPUtime=16.64
/proc/18855/stat : 18855 (minisat) R 18837 18837 18700 0 -1 0 79572 0 0 0 1604 60 0 0 25 0 1 0 30668297 332709888 78341 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/18855/statm: 81228 78341 51 112 0 81112 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 342020

[startup+51.2243 s]
/proc/loadavg: 2.26 2.66 3.95 3/76 18855
/proc/meminfo: memFree=1095472/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=17108 CPUtime=7.82
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 2121 8260 0 1 8 1 726 47 16 0 1 0 30667421 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18837/statm: 4277 1633 373 3 0 1377 0
[pid=18839] ppid=18837 vsize=0 CPUtime=0.76
/proc/18839/stat : 18839 (java) Z 18837 18837 18700 0 -1 1036 8821 0 1 0 70 6 0 0 16 0 1 0 30667426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18839/statm: 0 0 0 0 0 0 0
[pid=18855] ppid=18837 vsize=324912 CPUtime=42.22
/proc/18855/stat : 18855 (minisat) R 18837 18837 18700 0 -1 0 79573 0 0 0 4162 60 0 0 25 0 1 0 30668297 332709888 78342 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18855/statm: 81228 78342 51 112 0 81112 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 342020

[startup+102.506 s]
/proc/loadavg: 2.19 2.57 3.85 3/76 18855
/proc/meminfo: memFree=1093744/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=17108 CPUtime=7.82
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 2121 8260 0 1 8 1 726 47 16 0 1 0 30667421 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18837/statm: 4277 1633 373 3 0 1377 0
[pid=18839] ppid=18837 vsize=0 CPUtime=0.76
/proc/18839/stat : 18839 (java) Z 18837 18837 18700 0 -1 1036 8821 0 1 0 70 6 0 0 16 0 1 0 30667426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18839/statm: 0 0 0 0 0 0 0
[pid=18855] ppid=18837 vsize=324912 CPUtime=93.26
/proc/18855/stat : 18855 (minisat) R 18837 18837 18700 0 -1 0 79573 0 0 0 9266 60 0 0 25 0 1 0 30668297 332709888 78342 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18855/statm: 81228 78342 51 112 0 81112 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 342020

[startup+162.531 s]
/proc/loadavg: 2.07 2.47 3.73 3/76 18855
/proc/meminfo: memFree=1091376/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=17108 CPUtime=7.82
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 2121 8260 0 1 8 1 726 47 16 0 1 0 30667421 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18837/statm: 4277 1633 373 3 0 1377 0
[pid=18839] ppid=18837 vsize=0 CPUtime=0.76
/proc/18839/stat : 18839 (java) Z 18837 18837 18700 0 -1 1036 8821 0 1 0 70 6 0 0 16 0 1 0 30667426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18839/statm: 0 0 0 0 0 0 0
[pid=18855] ppid=18837 vsize=324912 CPUtime=153
/proc/18855/stat : 18855 (minisat) R 18837 18837 18700 0 -1 0 79576 0 0 0 15240 60 0 0 25 0 1 0 30668297 332709888 78345 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18855/statm: 81228 78345 51 112 0 81112 0
Current children cumulated CPU time (s) 161.58
Current children cumulated vsize (KiB) 342020

[startup+222.55 s]
/proc/loadavg: 2.02 2.38 3.62 3/76 18855
/proc/meminfo: memFree=1089392/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=17108 CPUtime=7.82

################
# More data... #
################

/proc/18855/stat : 18855 (minisat) R 18837 18837 18700 0 -1 0 79680 0 0 0 122752 63 0 0 25 0 1 0 30668297 333266944 78449 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528398 0 0 4096 3 0 0 0 17 1 0 0
/proc/18855/statm: 81364 78449 51 112 0 81248 0
Current children cumulated CPU time (s) 1236.73
Current children cumulated vsize (KiB) 342564

[startup+1302.99 s]
/proc/loadavg: 2.07 2.02 2.49 3/76 19053
/proc/meminfo: memFree=1056688/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=17108 CPUtime=7.82
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 2121 8260 0 1 8 1 726 47 16 0 1 0 30667421 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18837/statm: 4277 1633 373 3 0 1377 0
[pid=18839] ppid=18837 vsize=0 CPUtime=0.76
/proc/18839/stat : 18839 (java) Z 18837 18837 18700 0 -1 1036 8821 0 1 0 70 6 0 0 16 0 1 0 30667426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18839/statm: 0 0 0 0 0 0 0
[pid=18855] ppid=18837 vsize=325456 CPUtime=1287.89
/proc/18855/stat : 18855 (minisat) R 18837 18837 18700 0 -1 0 79684 0 0 0 128726 63 0 0 25 0 1 0 30668297 333266944 78453 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/18855/statm: 81364 78453 51 112 0 81248 0
Current children cumulated CPU time (s) 1296.47
Current children cumulated vsize (KiB) 342564

[startup+1363 s]
/proc/loadavg: 2.02 2.01 2.45 3/76 19053
/proc/meminfo: memFree=1055280/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=17108 CPUtime=7.82
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 2121 8260 0 1 8 1 726 47 16 0 1 0 30667421 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18837/statm: 4277 1633 373 3 0 1377 0
[pid=18839] ppid=18837 vsize=0 CPUtime=0.76
/proc/18839/stat : 18839 (java) Z 18837 18837 18700 0 -1 1036 8821 0 1 0 70 6 0 0 16 0 1 0 30667426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18839/statm: 0 0 0 0 0 0 0
[pid=18855] ppid=18837 vsize=325456 CPUtime=1347.62
/proc/18855/stat : 18855 (minisat) R 18837 18837 18700 0 -1 0 79688 0 0 0 134699 63 0 0 25 0 1 0 30668297 333266944 78457 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/18855/statm: 81364 78457 51 112 0 81248 0
Current children cumulated CPU time (s) 1356.2
Current children cumulated vsize (KiB) 342564

[startup+1423.02 s]
/proc/loadavg: 2.01 2.01 2.42 3/76 19053
/proc/meminfo: memFree=1053744/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=17108 CPUtime=7.82
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 2121 8260 0 1 8 1 726 47 16 0 1 0 30667421 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18837/statm: 4277 1633 373 3 0 1377 0
[pid=18839] ppid=18837 vsize=0 CPUtime=0.76
/proc/18839/stat : 18839 (java) Z 18837 18837 18700 0 -1 1036 8821 0 1 0 70 6 0 0 16 0 1 0 30667426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18839/statm: 0 0 0 0 0 0 0
[pid=18855] ppid=18837 vsize=325456 CPUtime=1407.36
/proc/18855/stat : 18855 (minisat) R 18837 18837 18700 0 -1 0 79692 0 0 0 140673 63 0 0 25 0 1 0 30668297 333266944 78461 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/18855/statm: 81364 78461 51 112 0 81248 0
Current children cumulated CPU time (s) 1415.94
Current children cumulated vsize (KiB) 342564

[startup+1483.04 s]
/proc/loadavg: 2.00 2.00 2.39 3/76 19053
/proc/meminfo: memFree=1052080/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=17108 CPUtime=7.82
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 2121 8260 0 1 8 1 726 47 16 0 1 0 30667421 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18837/statm: 4277 1633 373 3 0 1377 0
[pid=18839] ppid=18837 vsize=0 CPUtime=0.76
/proc/18839/stat : 18839 (java) Z 18837 18837 18700 0 -1 1036 8821 0 1 0 70 6 0 0 16 0 1 0 30667426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18839/statm: 0 0 0 0 0 0 0
[pid=18855] ppid=18837 vsize=325456 CPUtime=1467.1
/proc/18855/stat : 18855 (minisat) R 18837 18837 18700 0 -1 0 79696 0 0 0 146647 63 0 0 25 0 1 0 30668297 333266944 78465 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18855/statm: 81364 78465 51 112 0 81248 0
Current children cumulated CPU time (s) 1475.68
Current children cumulated vsize (KiB) 342564

[startup+1543.12 s]
/proc/loadavg: 2.06 2.00 2.37 3/84 19117
/proc/meminfo: memFree=1208816/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=17108 CPUtime=7.82
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 2121 8260 0 1 8 1 726 47 16 0 1 0 30667421 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18837/statm: 4277 1633 373 3 0 1377 0
[pid=18839] ppid=18837 vsize=0 CPUtime=0.76
/proc/18839/stat : 18839 (java) Z 18837 18837 18700 0 -1 1036 8821 0 1 0 70 6 0 0 16 0 1 0 30667426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18839/statm: 0 0 0 0 0 0 0
[pid=18855] ppid=18837 vsize=325456 CPUtime=1526.98
/proc/18855/stat : 18855 (minisat) R 18837 18837 18700 0 -1 0 79700 0 0 0 152632 66 0 0 25 0 1 0 30668297 333266944 78469 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528371 0 0 4096 3 0 0 0 17 0 0 0
/proc/18855/statm: 81364 78469 51 112 0 81248 0
Current children cumulated CPU time (s) 1535.56
Current children cumulated vsize (KiB) 342564

[startup+1603.19 s]
/proc/loadavg: 2.43 2.12 2.38 4/84 19117
/proc/meminfo: memFree=1190768/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=17108 CPUtime=7.82
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 2121 8260 0 1 8 1 726 47 16 0 1 0 30667421 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18837/statm: 4277 1633 373 3 0 1377 0
[pid=18839] ppid=18837 vsize=0 CPUtime=0.76
/proc/18839/stat : 18839 (java) Z 18837 18837 18700 0 -1 1036 8821 0 1 0 70 6 0 0 16 0 1 0 30667426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18839/statm: 0 0 0 0 0 0 0
[pid=18855] ppid=18837 vsize=325456 CPUtime=1586.66
/proc/18855/stat : 18855 (minisat) R 18837 18837 18700 0 -1 0 79704 0 0 0 158599 67 0 0 25 0 1 0 30668297 333266944 78473 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18855/statm: 81364 78473 51 112 0 81248 0
Current children cumulated CPU time (s) 1595.24
Current children cumulated vsize (KiB) 342564

[startup+1663.22 s]
/proc/loadavg: 2.63 2.22 2.39 4/84 19117
/proc/meminfo: memFree=1039152/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=17108 CPUtime=7.82
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 2121 8260 0 1 8 1 726 47 16 0 1 0 30667421 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18837/statm: 4277 1633 373 3 0 1377 0
[pid=18839] ppid=18837 vsize=0 CPUtime=0.76
/proc/18839/stat : 18839 (java) Z 18837 18837 18700 0 -1 1036 8821 0 1 0 70 6 0 0 16 0 1 0 30667426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18839/statm: 0 0 0 0 0 0 0
[pid=18855] ppid=18837 vsize=325456 CPUtime=1646.12
/proc/18855/stat : 18855 (minisat) R 18837 18837 18700 0 -1 0 79708 0 0 0 164545 67 0 0 25 0 1 0 30668297 333266944 78477 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/18855/statm: 81364 78477 51 112 0 81248 0
Current children cumulated CPU time (s) 1654.7
Current children cumulated vsize (KiB) 342564

[startup+1723.33 s]
/proc/loadavg: 2.30 2.20 2.37 3/77 19118
/proc/meminfo: memFree=1313896/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=17108 CPUtime=7.82
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 2121 8260 0 1 8 1 726 47 16 0 1 0 30667421 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18837/statm: 4277 1633 373 3 0 1377 0
[pid=18839] ppid=18837 vsize=0 CPUtime=0.76
/proc/18839/stat : 18839 (java) Z 18837 18837 18700 0 -1 1036 8821 0 1 0 70 6 0 0 16 0 1 0 30667426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18839/statm: 0 0 0 0 0 0 0
[pid=18855] ppid=18837 vsize=325456 CPUtime=1705.65
/proc/18855/stat : 18855 (minisat) R 18837 18837 18700 0 -1 0 79713 0 0 0 170497 68 0 0 25 0 1 0 30668297 333266944 78482 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528710 0 0 4096 3 0 0 0 17 0 0 0
/proc/18855/statm: 81364 78482 51 112 0 81248 0
Current children cumulated CPU time (s) 1714.23
Current children cumulated vsize (KiB) 342564

[startup+1783.34 s]
/proc/loadavg: 2.11 2.16 2.35 3/77 19118
/proc/meminfo: memFree=1310312/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=17108 CPUtime=7.82
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 2121 8260 0 1 8 1 726 47 16 0 1 0 30667421 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18837/statm: 4277 1633 373 3 0 1377 0
[pid=18839] ppid=18837 vsize=0 CPUtime=0.76
/proc/18839/stat : 18839 (java) Z 18837 18837 18700 0 -1 1036 8821 0 1 0 70 6 0 0 16 0 1 0 30667426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18839/statm: 0 0 0 0 0 0 0
[pid=18855] ppid=18837 vsize=325456 CPUtime=1765.16
/proc/18855/stat : 18855 (minisat) R 18837 18837 18700 0 -1 0 79718 0 0 0 176447 69 0 0 25 0 1 0 30668297 333266944 78487 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18855/statm: 81364 78487 51 112 0 81248 0
Current children cumulated CPU time (s) 1773.74
Current children cumulated vsize (KiB) 342564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.84 s]
/proc/loadavg: 2.07 2.15 2.34 3/77 19118
/proc/meminfo: memFree=1306792/2055920 swapFree=4183548/4192956
[pid=18837] ppid=18835 vsize=17108 CPUtime=7.82
/proc/18837/stat : 18837 (sugar) S 18835 18837 18700 0 -1 4194304 2121 8260 0 1 8 1 726 47 16 0 1 0 30667421 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18837/statm: 4277 1633 373 3 0 1377 0
[pid=18839] ppid=18837 vsize=0 CPUtime=0.76
/proc/18839/stat : 18839 (java) Z 18837 18837 18700 0 -1 1036 8821 0 1 0 70 6 0 0 16 0 1 0 30667426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18839/statm: 0 0 0 0 0 0 0
[pid=18855] ppid=18837 vsize=325724 CPUtime=1791.42
/proc/18855/stat : 18855 (minisat) R 18837 18837 18700 0 -1 0 79721 0 0 0 179073 69 0 0 25 0 1 0 30668297 333541376 78490 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/18855/statm: 81431 78490 51 112 0 81315 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 342832

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 18837 and gives childrusage.ru_utime.tv_sec=7 childrusage.ru_utime.tv_usec=356881 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=547916
CPU time returned by wait4() is 7.9048
while last known CPU time is 1800.06

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

Real time (s): 1810.93
CPU time (s): 1800.06
CPU user time (s): 1798.77
CPU system time (s): 1.29
CPU usage (%): 99.4
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.35688
system time used= 0.547916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10466
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 860
involuntary context switches= 889

runsolver used 1.9677 s user time and 5.98509 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Mon Jan 29 21:45:09 UTC 2007


IDJOB= 235006
IDBENCH= 6732
IDSOLVER= 86
FILE ID= node56/235006-1170107109

PBS_JOBID= 3689904

Free space on /tmp= 66487 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20-15/js-taillard-20-15-95-8.xml
COMMAND LINE= /tmp/evaluation/235006-1170107109/solver /tmp/evaluation/235006-1170107109 /tmp/evaluation/235006-1170107109/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-235006-1170107109 -o ROOT/results/node56/solver-235006-1170107109 -C 1800 -M 900  /tmp/evaluation/235006-1170107109/solver /tmp/evaluation/235006-1170107109 /tmp/evaluation/235006-1170107109/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  bb065c72545231f8bd5588cd1b436175

RANDOM SEED= 975225255

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.231
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.231
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:       1535008 kB
Buffers:         55396 kB
Cached:         117900 kB
SwapCached:       3708 kB
Active:         412608 kB
Inactive:        55728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1535008 kB
SwapTotal:     4192956 kB
SwapFree:      4183548 kB
Dirty:            1200 kB
Writeback:           0 kB
Mapped:         271700 kB
Slab:            37432 kB
Committed_AS:   497248 kB
PageTables:       2380 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= 66535 MiB



End job on node56 on Mon Jan 29 22:15:20 UTC 2007