Trace number 235029

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.15 1811.7

General information on the benchmark

Nametaillard/
js-taillard-20-15/js-taillard-20-15-95-7.xml
MD5SUM947d518cd9583057cef509a1af4401f2
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 size1360
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/235029-1170107117/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/235029-1170107117/unknown.xml [Mon Jan 29 22:45:17 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/235029-1170107117/unknown.xml /tmp/evaluation/235029-1170107117/sugar26658.csp [Mon Jan 29 22:45:17 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/235029-1170107117/sugar-v0-40.jar -convert /tmp/evaluation/235029-1170107117/unknown.xml /tmp/evaluation/235029-1170107117/sugar26658.csp
0.17	c BEGIN convert /tmp/evaluation/235029-1170107117/unknown.xml
0.83	c END convert (0.653611 seconds)
0.86	c # CONVERT_XML  END : /tmp/evaluation/235029-1170107117/sugar26658.csp 149867 bytes (1 seconds) [Mon Jan 29 22:45:18 2007]
0.86	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.86	
0.86	c # GENERATE_SAT  BEGIN : /tmp/evaluation/235029-1170107117/sugar26658.bcnf [Mon Jan 29 22:45:18 2007]
0.86	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/235029-1170107117/sugar-v0-40.jar -bcnf -map /tmp/evaluation/235029-1170107117/sugar26658.map /tmp/evaluation/235029-1170107117/sugar26658.csp /tmp/evaluation/235029-1170107117/sugar26658.bcnf
0.99	c BEGIN parse /tmp/evaluation/235029-1170107117/sugar26658.csp
1.59	c END parse (0.602829 seconds)
1.59	c BEGIN simplify
1.62	c END simplify (0.031686 seconds)
1.62	c BEGIN encode /tmp/evaluation/235029-1170107117/sugar26658.bcnf
8.97	c END encode (7.346458 seconds)
9.08	c # GENERATE_SAT  END : 398781 variables 7945533 clauses 124084724 bytes (8 seconds) [Mon Jan 29 22:45:26 2007]
9.08	c # GENERATE_SAT  CPU : 8.08 = 0.05 + 0.01 + 7.41 + 0.61
9.08	
9.08	c # SOLVE_SAT  BEGIN : /tmp/evaluation/235029-1170107117/sugar26658.bcnf [Mon Jan 29 22:45:26 2007]
9.08	c # CMD : /tmp/evaluation/235029-1170107117/minisat /tmp/evaluation/235029-1170107117/sugar26658.bcnf /tmp/evaluation/235029-1170107117/sugar26658.out
16.93	c ==================================[MINISAT]===================================
16.93	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
16.93	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
16.93	c ==============================================================================
16.93	c |         0 | 4242135 12043584 | 1414045       0        0     nan |  0.000 % |
19.00	c |       100 | 4242135 12043584 | 1555449     100     1769    17.7 | 52.477 % |
21.26	c |       250 | 4242136 12043584 | 1710994     249     4945    19.9 | 52.477 % |
24.08	c |       475 | 4242136 12043584 | 1882093     474     8792    18.5 | 52.477 % |
27.33	c |       813 | 4242137 12043584 | 2070303     811    14767    18.2 | 52.477 % |
35.11	c |      1320 | 4242139 12043584 | 2277333    1316    21470    16.3 | 52.477 % |
43.87	c |      2079 | 4242143 12043584 | 2505066    2071    30883    14.9 | 52.477 % |
58.61	c |      3218 | 4242144 12043584 | 2755573    3209    55804    17.4 | 52.477 % |
83.21	c |      4926 | 4242144 12043584 | 3031131    4917    97905    19.9 | 52.477 % |
115.17	c |      7488 | 4242148 12043584 | 3334244    7475   146943    19.7 | 52.477 % |
165.90	c |     11333 | 4242155 12043584 | 3667668   11313   244973    21.7 | 52.477 % |
230.15	c |     17099 | 4242158 12043584 | 4034435   17076   363385    21.3 | 52.477 % |
352.77	c |     25748 | 4242164 12043584 | 4437878   25719   612200    23.8 | 52.477 % |
515.98	c |     38722 | 4242175 12043584 | 4881666   38682   875074    22.6 | 52.477 % |
749.25	c |     58185 | 4242180 12043584 | 5369833   58140  1292998    22.2 | 52.477 % |
1196.73	c |     87378 | 4242196 12043584 | 5906816   87317  2159669    24.7 | 52.477 % |
1720.28	c |    131170 | 4242208 12043584 | 6497498  131097  3305524    25.2 | 52.477 % |
1808.21	
1808.21	s UNKNOWN
1808.21	c # INTERRUPTED
1808.21	c # MAIN  END :  (1809 seconds) [Mon Jan 29 23:15:26 2007]
1808.21	c # MAIN  CPU : 8.08 = 0.05 + 0.01 + 7.41 + 0.61
1808.21	

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/node19/watcher-235029-1170107117 -o ROOT/results/node19/solver-235029-1170107117 -C 1800 -M 900 /tmp/evaluation/235029-1170107117/solver /tmp/evaluation/235029-1170107117 /tmp/evaluation/235029-1170107117/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.00 2.05 2.36 5/87 26659
/proc/meminfo: memFree=874432/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=18540 CPUtime=0
/proc/26658/stat : 26658 (runsolver) R 26656 26658 26593 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30665746 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26658/statm: 4635 279 244 17 0 2626 0

[startup+0.110089 s]
/proc/loadavg: 2.00 2.05 2.36 5/87 26659
/proc/meminfo: memFree=874432/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=13724 CPUtime=0.03
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 30665746 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26658/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.519132 s]
/proc/loadavg: 2.00 2.05 2.36 5/87 26659
/proc/meminfo: memFree=874432/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=13724 CPUtime=0.03
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30665746 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26658/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34522 s]
/proc/loadavg: 2.00 2.05 2.36 3/96 26675
/proc/meminfo: memFree=861304/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=13724 CPUtime=0.04
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30665746 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26658/statm: 3431 808 370 3 0 531 0
[pid=26660] ppid=26658 vsize=0 CPUtime=0.76
/proc/26660/stat : 26660 (java) Z 26658 26658 26593 0 -1 1036 8834 0 1 0 69 7 0 0 16 0 1 0 30665752 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26660/statm: 0 0 0 0 0 0 0
[pid=26668] ppid=26658 vsize=807332 CPUtime=0.46
/proc/26668/stat : 26668 (java) R 26658 26658 26593 0 -1 0 6628 0 1 0 42 4 0 0 21 0 8 0 30665833 826707968 6378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26668/statm: 201833 6378 1506 14 0 189111 0
[pid=26668/tid=26669] ppid=26658 vsize=807332 CPUtime=0.02
/proc/26668/task/26669/stat : 26669 (java) S 26658 26658 26593 0 -1 64 491 0 0 0 2 0 0 0 16 0 8 0 30665837 826707968 6378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26668/tid=26670] ppid=26658 vsize=807332 CPUtime=0
/proc/26668/task/26670/stat : 26670 (java) S 26658 26658 26593 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30665837 826707968 6378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26668/tid=26671] ppid=26658 vsize=807332 CPUtime=0
/proc/26668/task/26671/stat : 26671 (java) S 26658 26658 26593 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30665837 826707968 6378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26668/tid=26672] ppid=26658 vsize=807332 CPUtime=0
/proc/26668/task/26672/stat : 26672 (java) S 26658 26658 26593 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30665840 826707968 6378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26668/tid=26673] ppid=26658 vsize=807332 CPUtime=0.08
/proc/26668/task/26673/stat : 26673 (java) R 26658 26658 26593 0 -1 64 355 0 0 0 8 0 0 0 16 0 8 0 30665840 826707968 6378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153332310 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26668/tid=26674] ppid=26658 vsize=807332 CPUtime=0
/proc/26668/task/26674/stat : 26674 (java) S 26658 26658 26593 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30665840 826707968 6378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26668/tid=26675] ppid=26658 vsize=807332 CPUtime=0
/proc/26668/task/26675/stat : 26675 (java) S 26658 26658 26593 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30665840 826707968 6378 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) 821056

[startup+2.9934 s]
/proc/loadavg: 2.00 2.05 2.36 3/96 26675
/proc/meminfo: memFree=836280/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=13724 CPUtime=0.04
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30665746 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26658/statm: 3431 808 370 3 0 531 0
[pid=26660] ppid=26658 vsize=0 CPUtime=0.76
/proc/26660/stat : 26660 (java) Z 26658 26658 26593 0 -1 1036 8834 0 1 0 69 7 0 0 16 0 1 0 30665752 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26660/statm: 0 0 0 0 0 0 0
[pid=26668] ppid=26658 vsize=807332 CPUtime=2.1
/proc/26668/stat : 26668 (java) R 26658 26658 26593 0 -1 0 8240 0 1 0 198 12 0 0 25 0 8 0 30665833 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797150 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26668/statm: 201833 7987 1510 14 0 189111 0
[pid=26668/tid=26669] ppid=26658 vsize=807332 CPUtime=0.09
/proc/26668/task/26669/stat : 26669 (java) S 26658 26658 26593 0 -1 64 2011 0 0 0 9 0 0 0 17 0 8 0 30665837 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26668/tid=26670] ppid=26658 vsize=807332 CPUtime=0
/proc/26668/task/26670/stat : 26670 (java) S 26658 26658 26593 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30665837 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26668/tid=26671] ppid=26658 vsize=807332 CPUtime=0
/proc/26668/task/26671/stat : 26671 (java) S 26658 26658 26593 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30665837 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26668/tid=26672] ppid=26658 vsize=807332 CPUtime=0
/proc/26668/task/26672/stat : 26672 (java) S 26658 26658 26593 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30665840 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26668/tid=26673] ppid=26658 vsize=807332 CPUtime=0.16
/proc/26668/task/26673/stat : 26673 (java) S 26658 26658 26593 0 -1 64 419 0 0 0 16 0 0 0 16 0 8 0 30665840 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26668/tid=26674] ppid=26658 vsize=807332 CPUtime=0
/proc/26668/task/26674/stat : 26674 (java) S 26658 26658 26593 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30665840 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26668/tid=26675] ppid=26658 vsize=807332 CPUtime=0
/proc/26668/task/26675/stat : 26675 (java) S 26658 26658 26593 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30665840 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821056

[startup+6.28275 s]
/proc/loadavg: 2.00 2.05 2.36 3/96 26675
/proc/meminfo: memFree=777208/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=13724 CPUtime=0.04
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30665746 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26658/statm: 3431 808 370 3 0 531 0
[pid=26660] ppid=26658 vsize=0 CPUtime=0.76
/proc/26660/stat : 26660 (java) Z 26658 26658 26593 0 -1 1036 8834 0 1 0 69 7 0 0 16 0 1 0 30665752 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26660/statm: 0 0 0 0 0 0 0
[pid=26668] ppid=26658 vsize=807332 CPUtime=5.34
/proc/26668/stat : 26668 (java) R 26658 26658 26593 0 -1 0 8242 0 1 0 493 41 0 0 25 0 8 0 30665833 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380170 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26668/statm: 201833 7989 1510 14 0 189111 0
[pid=26668/tid=26669] ppid=26658 vsize=807332 CPUtime=0.09
/proc/26668/task/26669/stat : 26669 (java) S 26658 26658 26593 0 -1 64 2011 0 0 0 9 0 0 0 16 0 8 0 30665837 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26668/tid=26670] ppid=26658 vsize=807332 CPUtime=0
/proc/26668/task/26670/stat : 26670 (java) S 26658 26658 26593 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30665837 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26668/tid=26671] ppid=26658 vsize=807332 CPUtime=0
/proc/26668/task/26671/stat : 26671 (java) S 26658 26658 26593 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30665837 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26668/tid=26672] ppid=26658 vsize=807332 CPUtime=0
/proc/26668/task/26672/stat : 26672 (java) S 26658 26658 26593 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30665840 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26668/tid=26673] ppid=26658 vsize=807332 CPUtime=0.17
/proc/26668/task/26673/stat : 26673 (java) S 26658 26658 26593 0 -1 64 421 0 0 0 17 0 0 0 16 0 8 0 30665840 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26668/tid=26674] ppid=26658 vsize=807332 CPUtime=0
/proc/26668/task/26674/stat : 26674 (java) S 26658 26658 26593 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30665840 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26668/tid=26675] ppid=26658 vsize=807332 CPUtime=0
/proc/26668/task/26675/stat : 26675 (java) S 26658 26658 26593 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30665840 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 821056

[startup+12.6935 s]
/proc/loadavg: 2.00 2.05 2.36 3/89 26676
/proc/meminfo: memFree=521072/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=17108 CPUtime=8.11
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 2113 8258 0 1 8 1 741 61 18 0 1 0 30665746 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26658/statm: 4277 1633 373 3 0 1377 0
[pid=26660] ppid=26658 vsize=0 CPUtime=0.76
/proc/26660/stat : 26660 (java) Z 26658 26658 26593 0 -1 1036 8834 0 1 0 69 7 0 0 16 0 1 0 30665752 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26660/statm: 0 0 0 0 0 0 0
[pid=26676] ppid=26658 vsize=239376 CPUtime=3.55
/proc/26676/stat : 26676 (minisat) R 26658 26658 26593 0 -1 0 58432 0 0 0 311 44 0 0 25 0 1 0 30666655 245121024 58228 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134641725 0 0 4096 0 0 0 0 17 1 0 0
/proc/26676/statm: 59844 58228 36 112 0 59728 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 256484

[startup+25.5268 s]
/proc/loadavg: 2.00 2.04 2.35 3/89 26676
/proc/meminfo: memFree=416688/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=17108 CPUtime=8.11
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 2122 8258 0 1 8 1 741 61 16 0 1 0 30665746 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26658/statm: 4277 1633 373 3 0 1377 0
[pid=26660] ppid=26658 vsize=0 CPUtime=0.76
/proc/26660/stat : 26660 (java) Z 26658 26658 26593 0 -1 1036 8834 0 1 0 69 7 0 0 16 0 1 0 30665752 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26660/statm: 0 0 0 0 0 0 0
[pid=26676] ppid=26658 vsize=335432 CPUtime=16.33
/proc/26676/stat : 26676 (minisat) R 26658 26658 26593 0 -1 0 82684 0 0 0 1572 61 0 0 25 0 1 0 30666655 343482368 81454 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528782 0 0 4096 3 0 0 0 17 1 0 0
/proc/26676/statm: 83858 81454 51 112 0 83742 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 352540

[startup+51.1316 s]
/proc/loadavg: 2.06 2.06 2.35 3/89 26676
/proc/meminfo: memFree=415280/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=17108 CPUtime=8.11
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 2122 8258 0 1 8 1 741 61 16 0 1 0 30665746 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26658/statm: 4277 1633 373 3 0 1377 0
[pid=26660] ppid=26658 vsize=0 CPUtime=0.76
/proc/26660/stat : 26660 (java) Z 26658 26658 26593 0 -1 1036 8834 0 1 0 69 7 0 0 16 0 1 0 30665752 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26660/statm: 0 0 0 0 0 0 0
[pid=26676] ppid=26658 vsize=335432 CPUtime=41.71
/proc/26676/stat : 26676 (minisat) R 26658 26658 26593 0 -1 0 82684 0 0 0 4110 61 0 0 25 0 1 0 30666655 343482368 81454 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134524989 0 0 4096 3 0 0 0 17 1 0 0
/proc/26676/statm: 83858 81454 51 112 0 83742 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 352540

[startup+102.419 s]
/proc/loadavg: 2.02 2.05 2.33 3/89 26676
/proc/meminfo: memFree=412656/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=17108 CPUtime=8.11
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 2122 8258 0 1 8 1 741 61 16 0 1 0 30665746 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26658/statm: 4277 1633 373 3 0 1377 0
[pid=26660] ppid=26658 vsize=0 CPUtime=0.76
/proc/26660/stat : 26660 (java) Z 26658 26658 26593 0 -1 1036 8834 0 1 0 69 7 0 0 16 0 1 0 30665752 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26660/statm: 0 0 0 0 0 0 0
[pid=26676] ppid=26658 vsize=335432 CPUtime=92.76
/proc/26676/stat : 26676 (minisat) R 26658 26658 26593 0 -1 0 82700 0 0 0 9215 61 0 0 25 0 1 0 30666655 343482368 81470 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528812 0 0 4096 3 0 0 0 17 1 0 0
/proc/26676/statm: 83858 81470 51 112 0 83742 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 352540

[startup+162.448 s]
/proc/loadavg: 2.06 2.05 2.31 3/89 26676
/proc/meminfo: memFree=409840/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=17108 CPUtime=8.11
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 2122 8258 0 1 8 1 741 61 16 0 1 0 30665746 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26658/statm: 4277 1633 373 3 0 1377 0
[pid=26660] ppid=26658 vsize=0 CPUtime=0.76
/proc/26660/stat : 26660 (java) Z 26658 26658 26593 0 -1 1036 8834 0 1 0 69 7 0 0 16 0 1 0 30665752 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26660/statm: 0 0 0 0 0 0 0
[pid=26676] ppid=26658 vsize=335432 CPUtime=152.51
/proc/26676/stat : 26676 (minisat) R 26658 26658 26593 0 -1 0 82705 0 0 0 15190 61 0 0 25 0 1 0 30666655 343482368 81475 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528322 0 0 4096 3 0 0 0 17 1 0 0
/proc/26676/statm: 83858 81475 51 112 0 83742 0
Current children cumulated CPU time (s) 161.38
Current children cumulated vsize (KiB) 352540

[startup+222.478 s]
/proc/loadavg: 2.02 2.04 2.28 3/89 26676
/proc/meminfo: memFree=406704/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=17108 CPUtime=8.11

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

Current children cumulated CPU time (s) 1236.73
Current children cumulated vsize (KiB) 352904

[startup+1303.11 s]
/proc/loadavg: 2.00 2.00 2.07 3/89 26874
/proc/meminfo: memFree=361328/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=17108 CPUtime=8.11
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 2122 8258 0 1 8 1 741 61 16 0 1 0 30665746 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26658/statm: 4277 1633 373 3 0 1377 0
[pid=26660] ppid=26658 vsize=0 CPUtime=0.76
/proc/26660/stat : 26660 (java) Z 26658 26658 26593 0 -1 1036 8834 0 1 0 69 7 0 0 16 0 1 0 30665752 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26660/statm: 0 0 0 0 0 0 0
[pid=26676] ppid=26658 vsize=335976 CPUtime=1287.61
/proc/26676/stat : 26676 (minisat) R 26658 26658 26593 0 -1 0 82800 0 0 0 128696 65 0 0 25 0 1 0 30666655 344039424 81570 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528435 0 0 4096 3 0 0 0 17 1 0 0
/proc/26676/statm: 83994 81570 51 112 0 83878 0
Current children cumulated CPU time (s) 1296.48
Current children cumulated vsize (KiB) 353084

[startup+1363.15 s]
/proc/loadavg: 2.00 2.00 2.06 3/96 26938
/proc/meminfo: memFree=1319032/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=17108 CPUtime=8.11
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 2122 8258 0 1 8 1 741 61 16 0 1 0 30665746 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26658/statm: 4277 1633 373 3 0 1377 0
[pid=26660] ppid=26658 vsize=0 CPUtime=0.76
/proc/26660/stat : 26660 (java) Z 26658 26658 26593 0 -1 1036 8834 0 1 0 69 7 0 0 16 0 1 0 30665752 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26660/statm: 0 0 0 0 0 0 0
[pid=26676] ppid=26658 vsize=335976 CPUtime=1347.39
/proc/26676/stat : 26676 (minisat) R 26658 26658 26593 0 -1 0 82805 0 0 0 134672 67 0 0 25 0 1 0 30666655 344039424 81575 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26676/statm: 83994 81575 51 112 0 83878 0
Current children cumulated CPU time (s) 1356.26
Current children cumulated vsize (KiB) 353084

[startup+1423.22 s]
/proc/loadavg: 2.74 2.20 2.12 3/96 26952
/proc/meminfo: memFree=14840/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=17108 CPUtime=8.11
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 2122 8258 0 1 8 1 741 61 16 0 1 0 30665746 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26658/statm: 4277 1633 373 3 0 1377 0
[pid=26660] ppid=26658 vsize=0 CPUtime=0.76
/proc/26660/stat : 26660 (java) Z 26658 26658 26593 0 -1 1036 8834 0 1 0 69 7 0 0 16 0 1 0 30665752 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26660/statm: 0 0 0 0 0 0 0
[pid=26676] ppid=26658 vsize=335976 CPUtime=1407.29
/proc/26676/stat : 26676 (minisat) R 26658 26658 26593 0 -1 0 82811 0 0 0 140634 95 0 0 25 0 1 0 30666655 344039424 81581 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528128 0 0 4096 3 0 0 0 17 0 0 0
/proc/26676/statm: 83994 81581 51 112 0 83878 0
Current children cumulated CPU time (s) 1416.16
Current children cumulated vsize (KiB) 353084

[startup+1483.3 s]
/proc/loadavg: 3.41 2.45 2.21 3/96 26969
/proc/meminfo: memFree=15736/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=17108 CPUtime=8.11
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 2122 8258 0 1 8 1 741 61 16 0 1 0 30665746 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26658/statm: 4277 1633 373 3 0 1377 0
[pid=26660] ppid=26658 vsize=0 CPUtime=0.76
/proc/26660/stat : 26660 (java) Z 26658 26658 26593 0 -1 1036 8834 0 1 0 69 7 0 0 16 0 1 0 30665752 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26660/statm: 0 0 0 0 0 0 0
[pid=26676] ppid=26658 vsize=335976 CPUtime=1467.15
/proc/26676/stat : 26676 (minisat) R 26658 26658 26593 0 -1 0 82816 0 0 0 146586 129 0 0 25 0 1 0 30666655 344039424 81586 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/26676/statm: 83994 81586 51 112 0 83878 0
Current children cumulated CPU time (s) 1476.02
Current children cumulated vsize (KiB) 353084

[startup+1543.37 s]
/proc/loadavg: 3.29 2.61 2.28 3/96 26973
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=17108 CPUtime=8.11
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 2122 8258 0 1 8 1 741 61 16 0 1 0 30665746 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26658/statm: 4277 1633 373 3 0 1377 0
[pid=26660] ppid=26658 vsize=0 CPUtime=0.76
/proc/26660/stat : 26660 (java) Z 26658 26658 26593 0 -1 1036 8834 0 1 0 69 7 0 0 16 0 1 0 30665752 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26660/statm: 0 0 0 0 0 0 0
[pid=26676] ppid=26658 vsize=335976 CPUtime=1527.08
/proc/26676/stat : 26676 (minisat) R 26658 26658 26593 0 -1 0 82821 0 0 0 152558 150 0 0 25 0 1 0 30666655 344039424 81591 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26676/statm: 83994 81591 51 112 0 83878 0
Current children cumulated CPU time (s) 1535.95
Current children cumulated vsize (KiB) 353084

[startup+1603.43 s]
/proc/loadavg: 3.66 2.80 2.37 3/96 26973
/proc/meminfo: memFree=15800/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=17108 CPUtime=8.11
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 2122 8258 0 1 8 1 741 61 16 0 1 0 30665746 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26658/statm: 4277 1633 373 3 0 1377 0
[pid=26660] ppid=26658 vsize=0 CPUtime=0.76
/proc/26660/stat : 26660 (java) Z 26658 26658 26593 0 -1 1036 8834 0 1 0 69 7 0 0 16 0 1 0 30665752 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26660/statm: 0 0 0 0 0 0 0
[pid=26676] ppid=26658 vsize=335976 CPUtime=1586.98
/proc/26676/stat : 26676 (minisat) R 26658 26658 26593 0 -1 0 82826 0 0 0 158527 171 0 0 25 0 1 0 30666655 344039424 81596 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528145 0 0 4096 3 0 0 0 17 0 0 0
/proc/26676/statm: 83994 81596 51 112 0 83878 0
Current children cumulated CPU time (s) 1595.85
Current children cumulated vsize (KiB) 353084

[startup+1663.51 s]
/proc/loadavg: 2.95 2.77 2.38 3/96 26973
/proc/meminfo: memFree=14968/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=17108 CPUtime=8.11
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 2122 8258 0 1 8 1 741 61 16 0 1 0 30665746 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26658/statm: 4277 1633 373 3 0 1377 0
[pid=26660] ppid=26658 vsize=0 CPUtime=0.76
/proc/26660/stat : 26660 (java) Z 26658 26658 26593 0 -1 1036 8834 0 1 0 69 7 0 0 16 0 1 0 30665752 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26660/statm: 0 0 0 0 0 0 0
[pid=26676] ppid=26658 vsize=335976 CPUtime=1646.91
/proc/26676/stat : 26676 (minisat) R 26658 26658 26593 0 -1 0 82831 0 0 0 164502 189 0 0 25 0 1 0 30666655 344039424 81601 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528059 0 0 4096 3 0 0 0 17 0 0 0
/proc/26676/statm: 83994 81601 51 112 0 83878 0
Current children cumulated CPU time (s) 1655.78
Current children cumulated vsize (KiB) 353084

[startup+1723.53 s]
/proc/loadavg: 2.63 2.70 2.38 3/96 26973
/proc/meminfo: memFree=15288/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=17108 CPUtime=8.11
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 2122 8258 0 1 8 1 741 61 16 0 1 0 30665746 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26658/statm: 4277 1633 373 3 0 1377 0
[pid=26660] ppid=26658 vsize=0 CPUtime=0.76
/proc/26660/stat : 26660 (java) Z 26658 26658 26593 0 -1 1036 8834 0 1 0 69 7 0 0 16 0 1 0 30665752 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26660/statm: 0 0 0 0 0 0 0
[pid=26676] ppid=26658 vsize=335976 CPUtime=1706.77
/proc/26676/stat : 26676 (minisat) R 26658 26658 26593 0 -1 0 82836 0 0 0 170471 206 0 0 25 0 1 0 30666655 344039424 81606 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528014 0 0 4096 3 0 0 0 17 0 0 0
/proc/26676/statm: 83994 81606 51 112 0 83878 0
Current children cumulated CPU time (s) 1715.64
Current children cumulated vsize (KiB) 353084

[startup+1783.54 s]
/proc/loadavg: 2.75 2.71 2.40 4/96 26973
/proc/meminfo: memFree=15480/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=17108 CPUtime=8.11
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 2122 8258 0 1 8 1 741 61 16 0 1 0 30665746 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26658/statm: 4277 1633 373 3 0 1377 0
[pid=26660] ppid=26658 vsize=0 CPUtime=0.76
/proc/26660/stat : 26660 (java) Z 26658 26658 26593 0 -1 1036 8834 0 1 0 69 7 0 0 16 0 1 0 30665752 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26660/statm: 0 0 0 0 0 0 0
[pid=26676] ppid=26658 vsize=335976 CPUtime=1766.63
/proc/26676/stat : 26676 (minisat) R 26658 26658 26593 0 -1 0 82841 0 0 0 176438 225 0 0 25 0 1 0 30666655 344039424 81611 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26676/statm: 83994 81611 51 112 0 83878 0
Current children cumulated CPU time (s) 1775.5
Current children cumulated vsize (KiB) 353084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.19 s]
/proc/loadavg: 2.84 2.74 2.41 4/96 26973
/proc/meminfo: memFree=15160/2055920 swapFree=4192812/4192956
[pid=26658] ppid=26656 vsize=17108 CPUtime=8.11
/proc/26658/stat : 26658 (sugar) S 26656 26658 26593 0 -1 4194304 2122 8258 0 1 8 1 741 61 16 0 1 0 30665746 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26658/statm: 4277 1633 373 3 0 1377 0
[pid=26660] ppid=26658 vsize=0 CPUtime=0.76
/proc/26660/stat : 26660 (java) Z 26658 26658 26593 0 -1 1036 8834 0 1 0 69 7 0 0 16 0 1 0 30665752 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26660/statm: 0 0 0 0 0 0 0
[pid=26676] ppid=26658 vsize=336244 CPUtime=1791.22
/proc/26676/stat : 26676 (minisat) R 26658 26658 26593 0 -1 0 82843 0 0 0 178888 234 0 0 25 0 1 0 30666655 344313856 81613 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528418 0 0 4096 3 0 0 0 17 0 0 0
/proc/26676/statm: 84061 81613 51 112 0 83945 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 353352

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

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 9 (SIGKILL)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26658 and gives childrusage.ru_utime.tv_sec=7 childrusage.ru_utime.tv_usec=509858 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=639902
CPU time returned by wait4() is 8.14976
while last known CPU time is 1800.15

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

Real time (s): 1811.7
CPU time (s): 1800.15
CPU user time (s): 1797.06
CPU system time (s): 3.09
CPU usage (%): 99.3626
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.50986
system time used= 0.639902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10404
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= 888
involuntary context switches= 1038

runsolver used 2.18467 s user time and 6.04508 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Jan 29 21:45:17 UTC 2007


IDJOB= 235029
IDBENCH= 6733
IDSOLVER= 86
FILE ID= node19/235029-1170107117

PBS_JOBID= 3689912

Free space on /tmp= 66309 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  947d518cd9583057cef509a1af4401f2

RANDOM SEED= 22902025

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	: 5931.00
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:        874848 kB
Buffers:         22392 kB
Cached:         314616 kB
SwapCached:          0 kB
Active:        1086556 kB
Inactive:        37388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        874848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:         806604 kB
Slab:            40532 kB
Committed_AS:  1116008 kB
PageTables:       3660 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= 58848 MiB



End job on node19 on Mon Jan 29 22:15:29 UTC 2007