Trace number 233220

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.16 1815.65

General information on the benchmark

Nametaillard/
os-taillard-20/os-taillard-20-95-8.xml
MD5SUM87e975250304f30a19a45e921aa11a00
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 variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1256
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/233220-1170106667/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/233220-1170106667/unknown.xml [Mon Jan 29 22:37:48 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/233220-1170106667/unknown.xml /tmp/evaluation/233220-1170106667/sugar26696.csp [Mon Jan 29 22:37:48 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233220-1170106667/sugar-v0-40.jar -convert /tmp/evaluation/233220-1170106667/unknown.xml /tmp/evaluation/233220-1170106667/sugar26696.csp
0.16	c BEGIN convert /tmp/evaluation/233220-1170106667/unknown.xml
1.05	c END convert (0.892395 seconds)
1.06	c # CONVERT_XML  END : /tmp/evaluation/233220-1170106667/sugar26696.csp 378238 bytes (1 seconds) [Mon Jan 29 22:37:49 2007]
1.06	c # CONVERT_XML  CPU : 0.99 = 0 + 0 + 0.92 + 0.07
1.06	
1.06	c # GENERATE_SAT  BEGIN : /tmp/evaluation/233220-1170106667/sugar26696.bcnf [Mon Jan 29 22:37:49 2007]
1.06	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233220-1170106667/sugar-v0-40.jar -bcnf -map /tmp/evaluation/233220-1170106667/sugar26696.map /tmp/evaluation/233220-1170106667/sugar26696.csp /tmp/evaluation/233220-1170106667/sugar26696.bcnf
1.18	c BEGIN parse /tmp/evaluation/233220-1170106667/sugar26696.csp
2.20	c END parse (1.018663 seconds)
2.20	c BEGIN simplify
2.27	c END simplify (0.077169 seconds)
2.27	c BEGIN encode /tmp/evaluation/233220-1170106667/sugar26696.bcnf
17.83	c END encode (15.554354 seconds)
17.98	c # GENERATE_SAT  END : 496985 variables 18043845 clauses 286624548 bytes (16 seconds) [Mon Jan 29 22:38:05 2007]
17.98	c # GENERATE_SAT  CPU : 16.75 = 0.13 + 0.02 + 15.49 + 1.11
17.98	
17.98	c # SOLVE_SAT  BEGIN : /tmp/evaluation/233220-1170106667/sugar26696.bcnf [Mon Jan 29 22:38:05 2007]
17.99	c # CMD : /tmp/evaluation/233220-1170106667/minisat /tmp/evaluation/233220-1170106667/sugar26696.bcnf /tmp/evaluation/233220-1170106667/sugar26696.out
28.61	c ==================================[MINISAT]===================================
28.61	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
28.61	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
28.61	c ==============================================================================
28.61	c |         0 | 18043845 53612150 | 6014615       0        0     nan |  0.000 % |
32.64	c |       101 | 18043845 53612150 | 6616076     101     1488    14.7 |  0.000 % |
36.44	c |       251 | 18043845 53612150 | 7277684     251     4960    19.8 |  0.000 % |
37.99	c |       478 | 18043845 53612150 | 8005452     478     7194    15.1 |  0.000 % |
38.34	c |       815 | 18043845 53612150 | 8805997     815    10323    12.7 |  0.000 % |
38.78	c |      1322 | 18043845 53612150 | 9686597    1322    16189    12.2 |  0.000 % |
39.39	c |      2081 | 18043845 53612150 | 10655257    2081    26164    12.6 |  0.000 % |
40.25	c |      3220 | 18043845 53612150 | 11720783    3220    41214    12.8 |  0.000 % |
41.51	c |      4928 | 18043845 53612150 | 12892861    4928    70522    14.3 |  0.000 % |
44.01	c |      7493 | 18043845 53612150 | 14182147    7493   113540    15.2 |  0.000 % |
47.53	c |     11337 | 18043845 53612150 | 15600362   11337   186698    16.5 |  0.000 % |
52.28	c |     17107 | 18043845 53612150 | 17160398   17107   277562    16.2 |  0.000 % |
62.39	c |     25756 | 18043845 53612150 | 18876438   25756   450739    17.5 |  0.000 % |
82.44	c |     38730 | 18043845 53612150 | 20764082   38730   723191    18.7 |  0.000 % |
109.93	c |     58191 | 18043845 53612150 | 22840490   58191  1165178    20.0 |  0.000 % |
155.90	c |     87383 | 18043845 53612150 | 25124539   87383  2006503    23.0 |  0.000 % |
240.16	c |    131172 | 18043845 53612150 | 27636993  131172  3418093    26.1 |  0.000 % |
389.56	c |    196857 | 18043845 53612150 | 30400692  196857  5079705    25.8 |  0.000 % |
684.30	c |    295384 | 18043845 53612150 | 33440762  295384  7205103    24.4 |  0.000 % |
1179.45	c |    443175 | 18043845 53612150 | 36784838  443175 11319724    25.5 |  0.000 % |
1813.94	
1813.94	s UNKNOWN
1813.94	c # INTERRUPTED
1813.94	c # MAIN  END :  (1813 seconds) [Mon Jan 29 23:08:01 2007]
1813.94	c # MAIN  CPU : 17.74 = 0.13 + 0.02 + 16.41 + 1.18
1813.94	

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/node7/watcher-233220-1170106667 -o ROOT/results/node7/solver-233220-1170106667 -C 1800 -M 900 /tmp/evaluation/233220-1170106667/solver /tmp/evaluation/233220-1170106667 /tmp/evaluation/233220-1170106667/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.71 2.95 3.04 5/94 26697
/proc/meminfo: memFree=1246016/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=18540 CPUtime=0
/proc/26696/stat : 26696 (runsolver) R 26694 26696 26097 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30621471 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26696/statm: 4635 279 244 17 0 2626 0

[startup+0.107508 s]
/proc/loadavg: 2.71 2.95 3.04 5/94 26697
/proc/meminfo: memFree=1246016/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=13724 CPUtime=0.03
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 1112 0 0 0 3 0 0 0 19 0 1 0 30621471 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26696/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.519553 s]
/proc/loadavg: 2.71 2.95 3.04 5/94 26697
/proc/meminfo: memFree=1246016/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=13724 CPUtime=0.03
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30621471 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26696/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34464 s]
/proc/loadavg: 2.71 2.95 3.04 4/102 26713
/proc/meminfo: memFree=1240448/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=13724 CPUtime=1.02
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 1190 11225 0 1 3 0 92 7 15 0 1 0 30621471 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26696/statm: 3431 809 371 3 0 531 0
[pid=26706] ppid=26696 vsize=807064 CPUtime=0.26
/proc/26706/stat : 26706 (java) R 26696 26696 26097 0 -1 0 5311 0 1 0 23 3 0 0 25 0 8 0 30621577 826433536 5062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073497968 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26706/statm: 201766 5062 1482 14 0 189044 0
[pid=26706/tid=26707] ppid=26696 vsize=807064 CPUtime=0
/proc/26706/task/26707/stat : 26707 (java) S 26696 26696 26097 0 -1 64 6 0 0 0 0 0 0 0 22 0 8 0 30621580 826433536 5062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26708] ppid=26696 vsize=807064 CPUtime=0
/proc/26706/task/26708/stat : 26708 (java) S 26696 26696 26097 0 -1 64 10 0 0 0 0 0 0 0 23 0 8 0 30621581 826433536 5062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26709] ppid=26696 vsize=807064 CPUtime=0
/proc/26706/task/26709/stat : 26709 (java) S 26696 26696 26097 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30621581 826433536 5062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26710] ppid=26696 vsize=807064 CPUtime=0
/proc/26706/task/26710/stat : 26710 (java) S 26696 26696 26097 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 30621584 826433536 5062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26711] ppid=26696 vsize=807064 CPUtime=0.05
/proc/26706/task/26711/stat : 26711 (java) S 26696 26696 26097 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 30621584 826433536 5062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26712] ppid=26696 vsize=807064 CPUtime=0
/proc/26706/task/26712/stat : 26712 (java) S 26696 26696 26097 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30621584 826433536 5062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26713] ppid=26696 vsize=807064 CPUtime=0
/proc/26706/task/26713/stat : 26713 (java) S 26696 26696 26097 0 -1 64 1 0 0 0 0 0 0 0 16 0 8 0 30621584 826433536 5062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 820788

[startup+2.9818 s]
/proc/loadavg: 2.65 2.93 3.03 3/102 26713
/proc/meminfo: memFree=1211392/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=13724 CPUtime=1.02
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 1190 11225 0 1 3 0 92 7 16 0 1 0 30621471 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26696/statm: 3431 809 371 3 0 531 0
[pid=26706] ppid=26696 vsize=807332 CPUtime=1.89
/proc/26706/stat : 26706 (java) R 26696 26696 26097 0 -1 0 9817 0 1 0 180 9 0 0 25 0 8 0 30621577 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073809926 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26706/statm: 201833 9561 1510 14 0 189111 0
[pid=26706/tid=26707] ppid=26696 vsize=807332 CPUtime=0.2
/proc/26706/task/26707/stat : 26707 (java) S 26696 26696 26097 0 -1 64 3585 0 0 0 19 1 0 0 16 0 8 0 30621580 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26708] ppid=26696 vsize=807332 CPUtime=0
/proc/26706/task/26708/stat : 26708 (java) S 26696 26696 26097 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30621581 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26709] ppid=26696 vsize=807332 CPUtime=0
/proc/26706/task/26709/stat : 26709 (java) S 26696 26696 26097 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30621581 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26710] ppid=26696 vsize=807332 CPUtime=0
/proc/26706/task/26710/stat : 26710 (java) S 26696 26696 26097 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 30621584 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26711] ppid=26696 vsize=807332 CPUtime=0.15
/proc/26706/task/26711/stat : 26711 (java) S 26696 26696 26097 0 -1 64 419 0 0 0 15 0 0 0 16 0 8 0 30621584 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26712] ppid=26696 vsize=807332 CPUtime=0
/proc/26706/task/26712/stat : 26712 (java) S 26696 26696 26097 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30621584 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26713] ppid=26696 vsize=807332 CPUtime=0
/proc/26706/task/26713/stat : 26713 (java) S 26696 26696 26097 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30621584 826707968 9561 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 821056

[startup+6.28134 s]
/proc/loadavg: 2.65 2.93 3.03 3/102 26713
/proc/meminfo: memFree=1148736/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=13724 CPUtime=1.02
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 1190 11225 0 1 3 0 92 7 16 0 1 0 30621471 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26696/statm: 3431 809 371 3 0 531 0
[pid=26706] ppid=26696 vsize=807332 CPUtime=5.16
/proc/26706/stat : 26706 (java) R 26696 26696 26097 0 -1 0 9820 0 1 0 484 32 0 0 25 0 8 0 30621577 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152096503 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26706/statm: 201833 9563 1510 14 0 189111 0
[pid=26706/tid=26707] ppid=26696 vsize=807332 CPUtime=0.2
/proc/26706/task/26707/stat : 26707 (java) S 26696 26696 26097 0 -1 64 3585 0 0 0 19 1 0 0 16 0 8 0 30621580 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26708] ppid=26696 vsize=807332 CPUtime=0
/proc/26706/task/26708/stat : 26708 (java) S 26696 26696 26097 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30621581 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26709] ppid=26696 vsize=807332 CPUtime=0
/proc/26706/task/26709/stat : 26709 (java) S 26696 26696 26097 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30621581 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26710] ppid=26696 vsize=807332 CPUtime=0
/proc/26706/task/26710/stat : 26710 (java) S 26696 26696 26097 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 30621584 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26711] ppid=26696 vsize=807332 CPUtime=0.15
/proc/26706/task/26711/stat : 26711 (java) S 26696 26696 26097 0 -1 64 421 0 0 0 15 0 0 0 16 0 8 0 30621584 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26712] ppid=26696 vsize=807332 CPUtime=0
/proc/26706/task/26712/stat : 26712 (java) S 26696 26696 26097 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30621584 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26713] ppid=26696 vsize=807332 CPUtime=0
/proc/26706/task/26713/stat : 26713 (java) S 26696 26696 26097 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30621584 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 821056

[startup+12.764 s]
/proc/loadavg: 2.70 2.94 3.03 4/102 26713
/proc/meminfo: memFree=1013056/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=13724 CPUtime=1.02
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 1190 11225 0 1 3 0 92 7 16 0 1 0 30621471 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26696/statm: 3431 809 371 3 0 531 0
[pid=26706] ppid=26696 vsize=807332 CPUtime=11.6
/proc/26706/stat : 26706 (java) R 26696 26696 26097 0 -1 0 11761 0 1 0 1085 75 0 0 25 0 8 0 30621577 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073816176 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26706/statm: 201833 11503 1510 14 0 189111 0
[pid=26706/tid=26707] ppid=26696 vsize=807332 CPUtime=0.25
/proc/26706/task/26707/stat : 26707 (java) S 26696 26696 26097 0 -1 64 5525 0 0 0 23 2 0 0 16 0 8 0 30621580 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26708] ppid=26696 vsize=807332 CPUtime=0
/proc/26706/task/26708/stat : 26708 (java) S 26696 26696 26097 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30621581 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26709] ppid=26696 vsize=807332 CPUtime=0
/proc/26706/task/26709/stat : 26709 (java) S 26696 26696 26097 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30621581 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26710] ppid=26696 vsize=807332 CPUtime=0
/proc/26706/task/26710/stat : 26710 (java) S 26696 26696 26097 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 30621584 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26711] ppid=26696 vsize=807332 CPUtime=0.15
/proc/26706/task/26711/stat : 26711 (java) S 26696 26696 26097 0 -1 64 421 0 0 0 15 0 0 0 16 0 8 0 30621584 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26712] ppid=26696 vsize=807332 CPUtime=0
/proc/26706/task/26712/stat : 26712 (java) S 26696 26696 26097 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30621584 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26706/tid=26713] ppid=26696 vsize=807332 CPUtime=0
/proc/26706/task/26713/stat : 26713 (java) S 26696 26696 26097 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30621584 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 821056

[startup+25.6274 s]
/proc/loadavg: 2.90 2.97 3.04 3/95 26714
/proc/meminfo: memFree=493112/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=22196 CPUtime=17.77
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 3370 23005 0 2 16 2 1641 118 20 0 1 0 30621471 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26696/statm: 5549 2891 373 3 0 2649 0
[pid=26714] ppid=26696 vsize=537356 CPUtime=7.53
/proc/26714/stat : 26714 (minisat) R 26696 26696 26097 0 -1 0 127255 0 0 0 670 83 0 0 25 0 1 0 30623270 550252544 127050 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134640104 0 0 4096 0 0 0 0 17 1 0 0
/proc/26714/statm: 134339 127050 35 112 0 134223 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 559552

[startup+51.2666 s]
/proc/loadavg: 2.66 2.91 3.02 3/95 26714
/proc/meminfo: memFree=176760/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=22196 CPUtime=17.77
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 3380 23005 0 2 16 2 1641 118 16 0 1 0 30621471 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26696/statm: 5549 2891 373 3 0 2649 0
[pid=26714] ppid=26696 vsize=781380 CPUtime=32.93
/proc/26714/stat : 26714 (minisat) R 26696 26696 26097 0 -1 0 194332 0 0 0 3167 126 0 0 25 0 1 0 30623270 800133120 193101 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26714/statm: 195345 193101 52 112 0 195229 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 803576

[startup+102.563 s]
/proc/loadavg: 2.38 2.78 2.97 3/95 26714
/proc/meminfo: memFree=170680/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=22196 CPUtime=17.77
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 3380 23005 0 2 16 2 1641 118 16 0 1 0 30621471 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26696/statm: 5549 2891 373 3 0 2649 0
[pid=26714] ppid=26696 vsize=787816 CPUtime=83.76
/proc/26714/stat : 26714 (minisat) R 26696 26696 26097 0 -1 0 195906 0 0 0 8249 127 0 0 25 0 1 0 30623270 806723584 194675 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/26714/statm: 196954 194675 52 112 0 196838 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 810012

[startup+162.657 s]
/proc/loadavg: 2.20 2.65 2.91 3/95 26714
/proc/meminfo: memFree=164920/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=22196 CPUtime=17.77
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 3380 23005 0 2 16 2 1641 118 16 0 1 0 30621471 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26696/statm: 5549 2891 373 3 0 2649 0
[pid=26714] ppid=26696 vsize=793456 CPUtime=143.3
/proc/26714/stat : 26714 (minisat) R 26696 26696 26097 0 -1 0 197335 0 0 0 14201 129 0 0 25 0 1 0 30623270 812498944 196104 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26714/statm: 198364 196104 52 112 0 198248 0
Current children cumulated CPU time (s) 161.07
Current children cumulated vsize (KiB) 815652

[startup+222.719 s]
/proc/loadavg: 2.15 2.55 2.85 3/95 26714
/proc/meminfo: memFree=163064/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=22196 CPUtime=17.77
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 3380 23005 0 2 16 2 1641 118 16 0 1 0 30621471 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26696/statm: 5549 2891 373 3 0 2649 0
[pid=26714] ppid=26696 vsize=795260 CPUtime=202.81
/proc/26714/stat : 26714 (minisat) R 26696 26696 26097 0 -1 0 197776 0 0 0 20151 130 0 0 25 0 1 0 30623270 814346240 196545 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528438 0 0 4096 3 0 0 0 17 1 0 0
/proc/26714/statm: 198815 196545 52 112 0 198699 0
Current children cumulated CPU time (s) 220.58
Current children cumulated vsize (KiB) 817456

[startup+282.803 s]
/proc/loadavg: 2.05 2.45 2.80 3/95 26714

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

/proc/loadavg: 3.79 2.93 2.68 3/95 26841
/proc/meminfo: memFree=16176/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=22196 CPUtime=17.77
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 3380 23005 0 2 16 2 1641 118 16 0 1 0 30621471 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26696/statm: 5549 2891 373 3 0 2649 0
[pid=26714] ppid=26696 vsize=837272 CPUtime=1096.84
/proc/26714/stat : 26714 (minisat) R 26696 26696 26097 0 -1 0 208154 0 0 0 109407 277 0 0 25 0 1 0 30623270 857366528 206923 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26714/statm: 209318 206923 52 112 0 209202 0
Current children cumulated CPU time (s) 1114.61
Current children cumulated vsize (KiB) 859468

[startup+1183.74 s]
/proc/loadavg: 3.00 2.85 2.67 3/95 26841
/proc/meminfo: memFree=14960/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=22196 CPUtime=17.77
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 3380 23005 0 2 16 2 1641 118 16 0 1 0 30621471 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26696/statm: 5549 2891 373 3 0 2649 0
[pid=26714] ppid=26696 vsize=840560 CPUtime=1156.56
/proc/26714/stat : 26714 (minisat) R 26696 26696 26097 0 -1 0 208980 0 0 0 115360 296 0 0 25 0 1 0 30623270 860733440 207749 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528371 0 0 4096 3 0 0 0 17 0 0 0
/proc/26714/statm: 210140 207749 52 112 0 210024 0
Current children cumulated CPU time (s) 1174.33
Current children cumulated vsize (KiB) 862756

[startup+1243.79 s]
/proc/loadavg: 3.66 3.02 2.73 3/96 26916
/proc/meminfo: memFree=15400/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=22196 CPUtime=17.77
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 3380 23005 0 2 16 2 1641 118 16 0 1 0 30621471 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26696/statm: 5549 2891 373 3 0 2649 0
[pid=26714] ppid=26696 vsize=842676 CPUtime=1216.21
/proc/26714/stat : 26714 (minisat) R 26696 26696 26097 0 -1 0 209529 0 0 0 121299 322 0 0 25 0 1 0 30623270 862900224 208298 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26714/statm: 210669 208298 52 112 0 210553 0
Current children cumulated CPU time (s) 1233.98
Current children cumulated vsize (KiB) 864872

[startup+1303.8 s]
/proc/loadavg: 4.51 3.38 2.87 3/96 26931
/proc/meminfo: memFree=14824/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=22196 CPUtime=17.77
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 3380 23005 0 2 16 2 1641 118 16 0 1 0 30621471 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26696/statm: 5549 2891 373 3 0 2649 0
[pid=26714] ppid=26696 vsize=845708 CPUtime=1275.77
/proc/26714/stat : 26714 (minisat) R 26696 26696 26097 0 -1 0 210077 0 0 0 127223 354 0 0 25 0 1 0 30623270 866004992 208846 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26714/statm: 211427 208846 52 112 0 211311 0
Current children cumulated CPU time (s) 1293.54
Current children cumulated vsize (KiB) 867904

[startup+1363.8 s]
/proc/loadavg: 4.76 3.67 3.00 3/95 26947
/proc/meminfo: memFree=15408/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=22196 CPUtime=17.77
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 3380 23005 0 2 16 2 1641 118 16 0 1 0 30621471 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26696/statm: 5549 2891 373 3 0 2649 0
[pid=26714] ppid=26696 vsize=848120 CPUtime=1335.34
/proc/26714/stat : 26714 (minisat) R 26696 26696 26097 0 -1 0 210662 0 0 0 133144 390 0 0 25 0 1 0 30623270 868474880 209431 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26714/statm: 212030 209431 52 112 0 211914 0
Current children cumulated CPU time (s) 1353.11
Current children cumulated vsize (KiB) 870316

[startup+1423.89 s]
/proc/loadavg: 3.50 3.51 2.99 3/101 27062
/proc/meminfo: memFree=16192/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=22196 CPUtime=17.77
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 3380 23005 0 2 16 2 1641 118 16 0 1 0 30621471 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26696/statm: 5549 2891 373 3 0 2649 0
[pid=26714] ppid=26696 vsize=850176 CPUtime=1394.88
/proc/26714/stat : 26714 (minisat) R 26696 26696 26097 0 -1 0 211212 0 0 0 139061 427 0 0 25 0 1 0 30623270 870580224 209981 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26714/statm: 212544 209981 52 112 0 212428 0
Current children cumulated CPU time (s) 1412.65
Current children cumulated vsize (KiB) 872372

[startup+1483.91 s]
/proc/loadavg: 2.86 3.32 2.95 3/101 27144
/proc/meminfo: memFree=16192/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=22196 CPUtime=17.77
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 3380 23005 0 2 16 2 1641 118 16 0 1 0 30621471 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26696/statm: 5549 2891 373 3 0 2649 0
[pid=26714] ppid=26696 vsize=852584 CPUtime=1454.37
/proc/26714/stat : 26714 (minisat) R 26696 26696 26097 0 -1 0 211773 0 0 0 144980 457 0 0 25 0 1 0 30623270 873046016 210542 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26714/statm: 213146 210542 52 112 0 213030 0
Current children cumulated CPU time (s) 1472.14
Current children cumulated vsize (KiB) 874780

[startup+1543.91 s]
/proc/loadavg: 2.57 3.14 2.91 3/95 27166
/proc/meminfo: memFree=16304/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=22196 CPUtime=17.77
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 3380 23005 0 2 16 2 1641 118 16 0 1 0 30621471 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26696/statm: 5549 2891 373 3 0 2649 0
[pid=26714] ppid=26696 vsize=855508 CPUtime=1513.97
/proc/26714/stat : 26714 (minisat) R 26696 26696 26097 0 -1 0 212528 0 0 0 150916 481 0 0 25 0 1 0 30623270 876040192 211297 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26714/statm: 213877 211297 52 112 0 213761 0
Current children cumulated CPU time (s) 1531.74
Current children cumulated vsize (KiB) 877704

[startup+1604.01 s]
/proc/loadavg: 2.75 3.08 2.91 3/95 27166
/proc/meminfo: memFree=16048/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=22196 CPUtime=17.77
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 3380 23005 0 2 16 2 1641 118 16 0 1 0 30621471 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26696/statm: 5549 2891 373 3 0 2649 0
[pid=26714] ppid=26696 vsize=858452 CPUtime=1573.66
/proc/26714/stat : 26714 (minisat) R 26696 26696 26097 0 -1 0 213261 0 0 0 156863 503 0 0 25 0 1 0 30623270 879054848 212030 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/26714/statm: 214613 212030 52 112 0 214497 0
Current children cumulated CPU time (s) 1591.43
Current children cumulated vsize (KiB) 880648

[startup+1664.02 s]
/proc/loadavg: 3.00 3.10 2.92 3/95 27166
/proc/meminfo: memFree=16048/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=22196 CPUtime=17.77
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 3380 23005 0 2 16 2 1641 118 16 0 1 0 30621471 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26696/statm: 5549 2891 373 3 0 2649 0
[pid=26714] ppid=26696 vsize=861048 CPUtime=1633.26
/proc/26714/stat : 26714 (minisat) R 26696 26696 26097 0 -1 0 213911 0 0 0 162800 526 0 0 25 0 1 0 30623270 881713152 212680 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26714/statm: 215262 212680 52 112 0 215146 0
Current children cumulated CPU time (s) 1651.03
Current children cumulated vsize (KiB) 883244

[startup+1724.1 s]
/proc/loadavg: 3.11 3.11 2.93 3/95 27166
/proc/meminfo: memFree=16048/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=22196 CPUtime=17.77
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 3380 23005 0 2 16 2 1641 118 16 0 1 0 30621471 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26696/statm: 5549 2891 373 3 0 2649 0
[pid=26714] ppid=26696 vsize=863424 CPUtime=1692.99
/proc/26714/stat : 26714 (minisat) R 26696 26696 26097 0 -1 0 214505 0 0 0 168749 550 0 0 25 0 1 0 30623270 884146176 213274 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26714/statm: 215856 213274 52 112 0 215740 0
Current children cumulated CPU time (s) 1710.76
Current children cumulated vsize (KiB) 885620

[startup+1784.15 s]
/proc/loadavg: 3.54 3.25 2.99 3/95 27166
/proc/meminfo: memFree=15856/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=22196 CPUtime=17.77
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 3380 23005 0 2 16 2 1641 118 16 0 1 0 30621471 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26696/statm: 5549 2891 373 3 0 2649 0
[pid=26714] ppid=26696 vsize=865300 CPUtime=1752.67
/proc/26714/stat : 26714 (minisat) R 26696 26696 26097 0 -1 0 214974 0 0 0 174697 570 0 0 25 0 1 0 30623270 886067200 213743 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/26714/statm: 216325 213743 52 112 0 216209 0
Current children cumulated CPU time (s) 1770.44
Current children cumulated vsize (KiB) 887496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.93 s]
/proc/loadavg: 3.00 3.14 2.96 3/95 27166
/proc/meminfo: memFree=15600/2055920 swapFree=4192812/4192956
[pid=26696] ppid=26694 vsize=22196 CPUtime=17.77
/proc/26696/stat : 26696 (sugar) S 26694 26696 26097 0 -1 4194304 3380 23005 0 2 16 2 1641 118 16 0 1 0 30621471 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26696/statm: 5549 2891 373 3 0 2649 0
[pid=26714] ppid=26696 vsize=866088 CPUtime=1782.25
/proc/26714/stat : 26714 (minisat) R 26696 26696 26097 0 -1 0 215183 0 0 0 177645 580 0 0 25 0 1 0 30623270 886874112 213952 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/26714/statm: 216522 213952 52 112 0 216406 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 888284

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26696 and gives childrusage.ru_utime.tv_sec=16 childrusage.ru_utime.tv_usec=577479 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=229813
CPU time returned by wait4() is 17.8073
while last known CPU time is 1800.16

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

Real time (s): 1815.65
CPU time (s): 1800.16
CPU user time (s): 1793.02
CPU system time (s): 7.14
CPU usage (%): 99.147
Max. virtual memory (cumulated for all children) (KiB): 888284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.5775
system time used= 1.22981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26470
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= 1887
involuntary context switches= 1913

runsolver used 2.02369 s user time and 5.71513 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Mon Jan 29 21:37:47 UTC 2007


IDJOB= 233220
IDBENCH= 6587
IDSOLVER= 86
FILE ID= node7/233220-1170106667

PBS_JOBID= 3689778

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  87e975250304f30a19a45e921aa11a00

RANDOM SEED= 194635642

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.232
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.232
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:       1246432 kB
Buffers:         38576 kB
Cached:          56896 kB
SwapCached:          0 kB
Active:         713456 kB
Inactive:        49876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1246432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1804 kB
Writeback:           0 kB
Mapped:         693140 kB
Slab:            29792 kB
Committed_AS:  1039736 kB
PageTables:       3408 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= 54964 MiB



End job on node7 on Mon Jan 29 22:08:03 UTC 2007