Trace number 233158

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.3 1809.48

General information on the benchmark

Nametaillard/
os-taillard-20/os-taillard-20-95-0.xml
MD5SUM61d4842842d89971c5c662b1f6ba4621
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 size1154
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/233158-1170106662/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/233158-1170106662/unknown.xml [Mon Jan 29 22:37:43 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/233158-1170106662/unknown.xml /tmp/evaluation/233158-1170106662/sugar26556.csp [Mon Jan 29 22:37:43 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233158-1170106662/sugar-v0-40.jar -convert /tmp/evaluation/233158-1170106662/unknown.xml /tmp/evaluation/233158-1170106662/sugar26556.csp
0.16	c BEGIN convert /tmp/evaluation/233158-1170106662/unknown.xml
1.05	c END convert (0.884703 seconds)
1.07	c # CONVERT_XML  END : /tmp/evaluation/233158-1170106662/sugar26556.csp 377896 bytes (1 seconds) [Mon Jan 29 22:37:44 2007]
1.07	c # CONVERT_XML  CPU : 0.98 = 0 + 0 + 0.91 + 0.07
1.07	
1.07	c # GENERATE_SAT  BEGIN : /tmp/evaluation/233158-1170106662/sugar26556.bcnf [Mon Jan 29 22:37:44 2007]
1.07	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233158-1170106662/sugar-v0-40.jar -bcnf -map /tmp/evaluation/233158-1170106662/sugar26556.map /tmp/evaluation/233158-1170106662/sugar26556.csp /tmp/evaluation/233158-1170106662/sugar26556.bcnf
1.19	c BEGIN parse /tmp/evaluation/233158-1170106662/sugar26556.csp
2.20	c END parse (1.011561 seconds)
2.20	c BEGIN simplify
2.28	c END simplify (0.079269 seconds)
2.28	c BEGIN encode /tmp/evaluation/233158-1170106662/sugar26556.bcnf
16.85	c END encode (14.57243 seconds)
17.03	c # GENERATE_SAT  END : 457852 variables 16581004 clauses 263375576 bytes (16 seconds) [Mon Jan 29 22:38:00 2007]
17.03	c # GENERATE_SAT  CPU : 15.65 = 0.13 + 0.02 + 14.39 + 1.11
17.03	
17.03	c # SOLVE_SAT  BEGIN : /tmp/evaluation/233158-1170106662/sugar26556.bcnf [Mon Jan 29 22:38:00 2007]
17.03	c # CMD : /tmp/evaluation/233158-1170106662/minisat /tmp/evaluation/233158-1170106662/sugar26556.bcnf /tmp/evaluation/233158-1170106662/sugar26556.out
26.64	c ==================================[MINISAT]===================================
26.64	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
26.64	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
26.64	c ==============================================================================
26.64	c |         0 | 16581004 49262760 | 5527001       0        0     nan |  0.000 % |
30.72	c |       100 | 16581004 49262760 | 6079701     100     2406    24.1 |  0.000 % |
33.99	c |       251 | 16581004 49262760 | 6687671     251     5821    23.2 |  0.000 % |
35.51	c |       476 | 16581004 49262760 | 7356438     476     8483    17.8 |  0.000 % |
37.55	c |       813 | 16581004 49262760 | 8092082     813    12041    14.8 |  0.000 % |
38.76	c |      1319 | 16581004 49262760 | 8901290    1319    19538    14.8 |  0.000 % |
39.48	c |      2078 | 16581004 49262760 | 9791419    2078    27895    13.4 |  0.000 % |
40.41	c |      3217 | 16581004 49262760 | 10770561    3217    41873    13.0 |  0.000 % |
42.11	c |      4925 | 16581004 49262760 | 11847617    4925    64961    13.2 |  0.000 % |
44.26	c |      7488 | 16581004 49262760 | 13032379    7488   105799    14.1 |  0.000 % |
47.25	c |     11333 | 16581004 49262760 | 14335617   11333   166570    14.7 |  0.000 % |
53.02	c |     17100 | 16581004 49262760 | 15769178   17100   258845    15.1 |  0.000 % |
67.73	c |     25750 | 16581004 49262760 | 17346096   25750   407753    15.8 |  0.000 % |
86.24	c |     38725 | 16581004 49262760 | 19080706   38725   674644    17.4 |  0.000 % |
112.92	c |     58187 | 16581004 49262760 | 20988777   58187  1383382    23.8 |  0.000 % |
154.72	c |     87379 | 16581004 49262760 | 23087654   87379  2033623    23.3 |  0.000 % |
240.08	c |    131169 | 16581004 49262760 | 25396420  131169  3213173    24.5 |  0.000 % |
393.98	c |    196854 | 16581004 49262760 | 27936062  196854  4920354    25.0 |  0.000 % |
677.36	c |    295380 | 16581004 49262760 | 30729668  295380  7869796    26.6 |  0.000 % |
1226.64	c |    443169 | 16581004 49262760 | 33802635  443169 12401496    28.0 |  0.000 % |
1808.34	
1808.34	s UNKNOWN
1808.34	c # INTERRUPTED
1808.34	c # MAIN  END :  (1808 seconds) [Mon Jan 29 23:07:51 2007]
1808.34	c # MAIN  CPU : 16.63 = 0.13 + 0.02 + 15.3 + 1.18
1808.34	

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-233158-1170106662 -o ROOT/results/node19/solver-233158-1170106662 -C 1800 -M 900 /tmp/evaluation/233158-1170106662/solver /tmp/evaluation/233158-1170106662 /tmp/evaluation/233158-1170106662/unknown.xml 

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

/proc/loadavg: 1.83 2.20 2.60 3/94 26557
/proc/meminfo: memFree=1264848/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=5352 CPUtime=0
/proc/26556/stat : 26556 (solver) R 26554 26556 26355 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 30620282 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236566311 0 0 4096 0 0 0 0 17 1 0 0
/proc/26556/statm: 1338 231 193 169 0 49 0

[startup+0.103887 s]
/proc/loadavg: 1.83 2.20 2.60 3/94 26557
/proc/meminfo: memFree=1264848/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=13724 CPUtime=0.03
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30620282 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.516313 s]
/proc/loadavg: 1.83 2.20 2.60 3/94 26557
/proc/meminfo: memFree=1264848/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=13724 CPUtime=0.03
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30620282 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34303 s]
/proc/loadavg: 1.83 2.20 2.60 3/98 26569
/proc/meminfo: memFree=1259376/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=13724 CPUtime=1.01
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 1190 11234 0 1 3 0 91 7 15 0 1 0 30620282 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 3431 809 371 3 0 531 0
[pid=26566] ppid=26556 vsize=807064 CPUtime=0.25
/proc/26566/stat : 26566 (java) R 26556 26556 26355 0 -1 0 4905 0 1 0 23 2 0 0 25 0 8 0 30620389 826433536 4656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073488080 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26566/statm: 201766 4656 1482 14 0 189044 0
[pid=26566/tid=26567] ppid=26556 vsize=807064 CPUtime=0
/proc/26566/task/26567/stat : 26567 (java) S 26556 26556 26355 0 -1 64 6 0 0 0 0 0 0 0 21 0 8 0 30620392 826433536 4656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26568] ppid=26556 vsize=807064 CPUtime=0
/proc/26566/task/26568/stat : 26568 (java) S 26556 26556 26355 0 -1 64 10 0 0 0 0 0 0 0 22 0 8 0 30620393 826433536 4656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26569] ppid=26556 vsize=807064 CPUtime=0
/proc/26566/task/26569/stat : 26569 (java) S 26556 26556 26355 0 -1 64 4 0 0 0 0 0 0 0 23 0 8 0 30620393 826433536 4656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 820788

[startup+2.9968 s]
/proc/loadavg: 1.83 2.20 2.60 3/102 26573
/proc/meminfo: memFree=1230096/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=13724 CPUtime=1.01
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 1190 11234 0 1 3 0 91 7 16 0 1 0 30620282 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 3431 809 371 3 0 531 0
[pid=26566] ppid=26556 vsize=807332 CPUtime=1.89
/proc/26566/stat : 26566 (java) R 26556 26556 26355 0 -1 0 9819 0 1 0 180 9 0 0 25 0 8 0 30620389 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152094853 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26566/statm: 201833 9563 1510 14 0 189111 0
[pid=26566/tid=26567] ppid=26556 vsize=807332 CPUtime=0.19
/proc/26566/task/26567/stat : 26567 (java) S 26556 26556 26355 0 -1 64 3587 0 0 0 17 2 0 0 16 0 8 0 30620392 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26568] ppid=26556 vsize=807332 CPUtime=0
/proc/26566/task/26568/stat : 26568 (java) S 26556 26556 26355 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30620393 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26569] ppid=26556 vsize=807332 CPUtime=0
/proc/26566/task/26569/stat : 26569 (java) S 26556 26556 26355 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30620393 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26570] ppid=26556 vsize=807332 CPUtime=0
/proc/26566/task/26570/stat : 26570 (java) S 26556 26556 26355 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30620396 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26571] ppid=26556 vsize=807332 CPUtime=0.15
/proc/26566/task/26571/stat : 26571 (java) S 26556 26556 26355 0 -1 64 419 0 0 0 15 0 0 0 16 0 8 0 30620396 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26572] ppid=26556 vsize=807332 CPUtime=0
/proc/26566/task/26572/stat : 26572 (java) S 26556 26556 26355 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30620396 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26573] ppid=26556 vsize=807332 CPUtime=0
/proc/26566/task/26573/stat : 26573 (java) S 26556 26556 26355 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30620396 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) 2.9
Current children cumulated vsize (KiB) 821056

[startup+6.29856 s]
/proc/loadavg: 1.85 2.20 2.60 3/102 26573
/proc/meminfo: memFree=1167184/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=13724 CPUtime=1.01
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 1190 11234 0 1 3 0 91 7 16 0 1 0 30620282 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 3431 809 371 3 0 531 0
[pid=26566] ppid=26556 vsize=807332 CPUtime=5.13
/proc/26566/stat : 26566 (java) R 26556 26556 26355 0 -1 0 9822 0 1 0 481 32 0 0 25 0 8 0 30620389 826707968 9565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803916 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26566/statm: 201833 9565 1510 14 0 189111 0
[pid=26566/tid=26567] ppid=26556 vsize=807332 CPUtime=0.19
/proc/26566/task/26567/stat : 26567 (java) S 26556 26556 26355 0 -1 64 3587 0 0 0 17 2 0 0 16 0 8 0 30620392 826707968 9565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26568] ppid=26556 vsize=807332 CPUtime=0
/proc/26566/task/26568/stat : 26568 (java) S 26556 26556 26355 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30620393 826707968 9565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26569] ppid=26556 vsize=807332 CPUtime=0
/proc/26566/task/26569/stat : 26569 (java) S 26556 26556 26355 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30620393 826707968 9565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26570] ppid=26556 vsize=807332 CPUtime=0
/proc/26566/task/26570/stat : 26570 (java) S 26556 26556 26355 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30620396 826707968 9565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26571] ppid=26556 vsize=807332 CPUtime=0.15
/proc/26566/task/26571/stat : 26571 (java) S 26556 26556 26355 0 -1 64 421 0 0 0 15 0 0 0 16 0 8 0 30620396 826707968 9565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26572] ppid=26556 vsize=807332 CPUtime=0
/proc/26566/task/26572/stat : 26572 (java) S 26556 26556 26355 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30620396 826707968 9565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26573] ppid=26556 vsize=807332 CPUtime=0
/proc/26566/task/26573/stat : 26573 (java) S 26556 26556 26355 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30620396 826707968 9565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 821056

[startup+12.7883 s]
/proc/loadavg: 1.86 2.20 2.59 3/102 26573
/proc/meminfo: memFree=1036240/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=13724 CPUtime=1.01
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 1190 11234 0 1 3 0 91 7 16 0 1 0 30620282 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 3431 809 371 3 0 531 0
[pid=26566] ppid=26556 vsize=807332 CPUtime=11.52
/proc/26566/stat : 26566 (java) R 26556 26556 26355 0 -1 0 11761 0 1 0 1071 81 0 0 25 0 8 0 30620389 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802398 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26566/statm: 201833 11503 1510 14 0 189111 0
[pid=26566/tid=26567] ppid=26556 vsize=807332 CPUtime=0.24
/proc/26566/task/26567/stat : 26567 (java) S 26556 26556 26355 0 -1 64 5525 0 0 0 21 3 0 0 16 0 8 0 30620392 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26568] ppid=26556 vsize=807332 CPUtime=0
/proc/26566/task/26568/stat : 26568 (java) S 26556 26556 26355 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30620393 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26569] ppid=26556 vsize=807332 CPUtime=0
/proc/26566/task/26569/stat : 26569 (java) S 26556 26556 26355 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30620393 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26570] ppid=26556 vsize=807332 CPUtime=0
/proc/26566/task/26570/stat : 26570 (java) S 26556 26556 26355 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30620396 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26571] ppid=26556 vsize=807332 CPUtime=0.15
/proc/26566/task/26571/stat : 26571 (java) S 26556 26556 26355 0 -1 64 421 0 0 0 15 0 0 0 16 0 8 0 30620396 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26572] ppid=26556 vsize=807332 CPUtime=0
/proc/26566/task/26572/stat : 26572 (java) S 26556 26556 26355 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30620396 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26566/tid=26573] ppid=26556 vsize=807332 CPUtime=0
/proc/26566/task/26573/stat : 26573 (java) S 26556 26556 26355 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30620396 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.53
Current children cumulated vsize (KiB) 821056

[startup+25.6387 s]
/proc/loadavg: 1.96 2.20 2.59 3/95 26574
/proc/meminfo: memFree=459144/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=22196 CPUtime=16.66
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 3370 23013 0 2 16 2 1530 118 16 0 1 0 30620282 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 5549 2891 373 3 0 2649 0
[pid=26574] ppid=26556 vsize=589076 CPUtime=8.58
/proc/26574/stat : 26574 (minisat) R 26556 26556 26355 0 -1 0 143070 0 0 0 764 94 0 0 25 0 1 0 30621985 603213824 142865 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134637942 0 0 4096 0 0 0 0 17 1 0 0
/proc/26574/statm: 147269 142866 35 112 0 147153 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 611272

[startup+51.3095 s]
/proc/loadavg: 1.97 2.18 2.57 3/95 26574
/proc/meminfo: memFree=289160/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=22196 CPUtime=16.66
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 3380 23013 0 2 16 2 1530 118 16 0 1 0 30620282 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26556/statm: 5549 2891 373 3 0 2649 0
[pid=26574] ppid=26556 vsize=713792 CPUtime=34.25
/proc/26574/stat : 26574 (minisat) R 26556 26556 26355 0 -1 0 176954 0 0 0 3309 116 0 0 25 0 1 0 30621985 730923008 175723 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 1 0 0
/proc/26574/statm: 178448 175723 52 112 0 178332 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 735988

[startup+102.588 s]
/proc/loadavg: 2.05 2.17 2.54 3/95 26574
/proc/meminfo: memFree=284616/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=22196 CPUtime=16.66
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 3380 23013 0 2 16 2 1530 118 16 0 1 0 30620282 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26556/statm: 5549 2891 373 3 0 2649 0
[pid=26574] ppid=26556 vsize=718244 CPUtime=85.35
/proc/26574/stat : 26574 (minisat) R 26556 26556 26355 0 -1 0 178076 0 0 0 8419 116 0 0 25 0 1 0 30621985 735481856 176845 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 1 0 0
/proc/26574/statm: 179561 176845 52 112 0 179445 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 740440

[startup+162.683 s]
/proc/loadavg: 2.02 2.14 2.51 3/95 26574
/proc/meminfo: memFree=278472/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=22196 CPUtime=16.66
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 3380 23013 0 2 16 2 1530 118 16 0 1 0 30620282 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26556/statm: 5549 2891 373 3 0 2649 0
[pid=26574] ppid=26556 vsize=720296 CPUtime=145.43
/proc/26574/stat : 26574 (minisat) R 26556 26556 26355 0 -1 0 178578 0 0 0 14426 117 0 0 25 0 1 0 30621985 737583104 177347 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/26574/statm: 180074 177347 52 112 0 179958 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 742492

[startup+222.784 s]
/proc/loadavg: 2.04 2.12 2.48 3/95 26574
/proc/meminfo: memFree=269896/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=22196 CPUtime=16.66
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 3380 23013 0 2 16 2 1530 118 16 0 1 0 30620282 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26556/statm: 5549 2891 373 3 0 2649 0
[pid=26574] ppid=26556 vsize=724576 CPUtime=205.51
/proc/26574/stat : 26574 (minisat) R 26556 26556 26355 0 -1 0 179621 0 0 0 20432 119 0 0 25 0 1 0 30621985 741965824 178390 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/26574/statm: 181144 178390 52 112 0 181028 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 746772

[startup+282.797 s]
/proc/loadavg: 2.01 2.10 2.44 3/95 26574
/proc/meminfo: memFree=262920/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=22196 CPUtime=16.66
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 3380 23013 0 2 16 2 1530 118 16 0 1 0 30620282 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26556/statm: 5549 2891 373 3 0 2649 0
[pid=26574] ppid=26556 vsize=729108 CPUtime=265.51
/proc/26574/stat : 26574 (minisat) R 26556 26556 26355 0 -1 0 180726 0 0 0 26431 120 0 0 25 0 1 0 30621985 746606592 179495 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528024 0 0 4096 3 0 0 0 17 1 0 0
/proc/26574/statm: 182277 179495 52 112 0 182161 0
Current children cumulated CPU time (s) 282.17

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

/proc/loadavg: 2.00 2.01 2.17 3/89 26676
/proc/meminfo: memFree=386608/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=22196 CPUtime=16.66
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 3380 23013 0 2 16 2 1530 118 16 0 1 0 30620282 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 5549 2891 373 3 0 2649 0
[pid=26574] ppid=26556 vsize=770356 CPUtime=1102.58
/proc/26574/stat : 26574 (minisat) R 26556 26556 26355 0 -1 0 190943 0 0 0 110117 141 0 0 25 0 1 0 30621985 788844544 189712 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26574/statm: 192589 189712 52 112 0 192473 0
Current children cumulated CPU time (s) 1119.24
Current children cumulated vsize (KiB) 792552

[startup+1183.75 s]
/proc/loadavg: 2.00 2.00 2.16 3/89 26676
/proc/meminfo: memFree=384240/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=22196 CPUtime=16.66
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 3380 23013 0 2 16 2 1530 118 16 0 1 0 30620282 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 5549 2891 373 3 0 2649 0
[pid=26574] ppid=26556 vsize=772584 CPUtime=1162.33
/proc/26574/stat : 26574 (minisat) R 26556 26556 26355 0 -1 0 191513 0 0 0 116091 142 0 0 25 0 1 0 30621985 791126016 190282 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26574/statm: 193146 190282 52 112 0 193030 0
Current children cumulated CPU time (s) 1178.99
Current children cumulated vsize (KiB) 794780

[startup+1243.82 s]
/proc/loadavg: 2.00 2.00 2.14 3/89 26676
/proc/meminfo: memFree=381040/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=22196 CPUtime=16.66
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 3380 23013 0 2 16 2 1530 118 16 0 1 0 30620282 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 5549 2891 373 3 0 2649 0
[pid=26574] ppid=26556 vsize=775720 CPUtime=1222.08
/proc/26574/stat : 26574 (minisat) R 26556 26556 26355 0 -1 0 192282 0 0 0 122066 142 0 0 25 0 1 0 30621985 794337280 191051 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/26574/statm: 193930 191051 52 112 0 193814 0
Current children cumulated CPU time (s) 1238.74
Current children cumulated vsize (KiB) 797916

[startup+1303.9 s]
/proc/loadavg: 2.00 2.00 2.13 3/89 26676
/proc/meminfo: memFree=378608/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=22196 CPUtime=16.66
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 3380 23013 0 2 16 2 1530 118 16 0 1 0 30620282 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 5549 2891 373 3 0 2649 0
[pid=26574] ppid=26556 vsize=777988 CPUtime=1281.81
/proc/26574/stat : 26574 (minisat) R 26556 26556 26355 0 -1 0 192864 0 0 0 128038 143 0 0 25 0 1 0 30621985 796659712 191633 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26574/statm: 194497 191633 52 112 0 194381 0
Current children cumulated CPU time (s) 1298.47
Current children cumulated vsize (KiB) 800184

[startup+1363.97 s]
/proc/loadavg: 2.00 2.00 2.12 3/89 26676
/proc/meminfo: memFree=375728/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=22196 CPUtime=16.66
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 3380 23013 0 2 16 2 1530 118 16 0 1 0 30620282 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 5549 2891 373 3 0 2649 0
[pid=26574] ppid=26556 vsize=781540 CPUtime=1341.55
/proc/26574/stat : 26574 (minisat) R 26556 26556 26355 0 -1 0 193555 0 0 0 134011 144 0 0 25 0 1 0 30621985 800296960 192324 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/26574/statm: 195385 192324 52 112 0 195269 0
Current children cumulated CPU time (s) 1358.21
Current children cumulated vsize (KiB) 803736

[startup+1424.05 s]
/proc/loadavg: 2.00 2.00 2.11 4/95 26776
/proc/meminfo: memFree=372056/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=22196 CPUtime=16.66
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 3380 23013 0 2 16 2 1530 118 16 0 1 0 30620282 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 5549 2891 373 3 0 2649 0
[pid=26574] ppid=26556 vsize=783700 CPUtime=1401.27
/proc/26574/stat : 26574 (minisat) R 26556 26556 26355 0 -1 0 194097 0 0 0 139976 151 0 0 25 0 1 0 30621985 802508800 192866 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26574/statm: 195925 192866 52 112 0 195809 0
Current children cumulated CPU time (s) 1417.93
Current children cumulated vsize (KiB) 805896

[startup+1484.15 s]
/proc/loadavg: 2.00 2.00 2.10 3/95 26850
/proc/meminfo: memFree=370208/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=22196 CPUtime=16.66
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 3380 23013 0 2 16 2 1530 118 16 0 1 0 30620282 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 5549 2891 373 3 0 2649 0
[pid=26574] ppid=26556 vsize=785436 CPUtime=1461
/proc/26574/stat : 26574 (minisat) R 26556 26556 26355 0 -1 0 194549 0 0 0 145937 163 0 0 25 0 1 0 30621985 804286464 193318 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26574/statm: 196359 193318 52 112 0 196243 0
Current children cumulated CPU time (s) 1477.66
Current children cumulated vsize (KiB) 807632

[startup+1544.23 s]
/proc/loadavg: 2.04 2.01 2.09 3/89 26874
/proc/meminfo: memFree=369392/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=22196 CPUtime=16.66
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 3380 23013 0 2 16 2 1530 118 16 0 1 0 30620282 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 5549 2891 373 3 0 2649 0
[pid=26574] ppid=26556 vsize=787432 CPUtime=1520.74
/proc/26574/stat : 26574 (minisat) R 26556 26556 26355 0 -1 0 195045 0 0 0 151908 166 0 0 25 0 1 0 30621985 806330368 193814 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26574/statm: 196858 193814 52 112 0 196742 0
Current children cumulated CPU time (s) 1537.4
Current children cumulated vsize (KiB) 809628

[startup+1604.3 s]
/proc/loadavg: 2.01 2.01 2.08 3/89 26874
/proc/meminfo: memFree=367216/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=22196 CPUtime=16.66
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 3380 23013 0 2 16 2 1530 118 16 0 1 0 30620282 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 5549 2891 373 3 0 2649 0
[pid=26574] ppid=26556 vsize=789548 CPUtime=1580.48
/proc/26574/stat : 26574 (minisat) R 26556 26556 26355 0 -1 0 195571 0 0 0 157881 167 0 0 25 0 1 0 30621985 808497152 194340 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/26574/statm: 197387 194340 52 112 0 197271 0
Current children cumulated CPU time (s) 1597.14
Current children cumulated vsize (KiB) 811744

[startup+1664.38 s]
/proc/loadavg: 2.00 2.00 2.08 3/89 26874
/proc/meminfo: memFree=364912/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=22196 CPUtime=16.66
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 3380 23013 0 2 16 2 1530 118 16 0 1 0 30620282 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 5549 2891 373 3 0 2649 0
[pid=26574] ppid=26556 vsize=791652 CPUtime=1640.21
/proc/26574/stat : 26574 (minisat) R 26556 26556 26355 0 -1 0 196110 0 0 0 163853 168 0 0 25 0 1 0 30621985 810651648 194879 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26574/statm: 197913 194879 52 112 0 197797 0
Current children cumulated CPU time (s) 1656.87
Current children cumulated vsize (KiB) 813848

[startup+1724.46 s]
/proc/loadavg: 2.00 2.00 2.07 3/89 26874
/proc/meminfo: memFree=362672/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=22196 CPUtime=16.66
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 3380 23013 0 2 16 2 1530 118 16 0 1 0 30620282 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 5549 2891 373 3 0 2649 0
[pid=26574] ppid=26556 vsize=793764 CPUtime=1699.97
/proc/26574/stat : 26574 (minisat) R 26556 26556 26355 0 -1 0 196667 0 0 0 169828 169 0 0 25 0 1 0 30621985 812814336 195436 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26574/statm: 198441 195436 52 112 0 198325 0
Current children cumulated CPU time (s) 1716.63
Current children cumulated vsize (KiB) 815960

[startup+1784.52 s]
/proc/loadavg: 2.00 2.00 2.07 3/89 26874
/proc/meminfo: memFree=360240/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=22196 CPUtime=16.66
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 3380 23013 0 2 16 2 1530 118 16 0 1 0 30620282 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 5549 2891 373 3 0 2649 0
[pid=26574] ppid=26556 vsize=796000 CPUtime=1759.72
/proc/26574/stat : 26574 (minisat) R 26556 26556 26355 0 -1 0 197245 0 0 0 175802 170 0 0 25 0 1 0 30621985 815104000 196014 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26574/statm: 199000 196014 52 112 0 198884 0
Current children cumulated CPU time (s) 1776.38
Current children cumulated vsize (KiB) 818196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.34 s]
/proc/loadavg: 2.00 2.00 2.06 3/89 26874
/proc/meminfo: memFree=359216/2055920 swapFree=4192812/4192956
[pid=26556] ppid=26554 vsize=22196 CPUtime=16.66
/proc/26556/stat : 26556 (sugar) S 26554 26556 26355 0 -1 4194304 3380 23013 0 2 16 2 1530 118 16 0 1 0 30620282 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26556/statm: 5549 2891 373 3 0 2649 0
[pid=26574] ppid=26556 vsize=796952 CPUtime=1783.4
/proc/26574/stat : 26574 (minisat) R 26556 26556 26355 0 -1 0 197488 0 0 0 178169 171 0 0 25 0 1 0 30621985 816078848 196257 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/26574/statm: 199238 196257 52 112 0 199122 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 819148

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26556 and gives childrusage.ru_utime.tv_sec=15 childrusage.ru_utime.tv_usec=471647 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=339796
CPU time returned by wait4() is 16.8114
while last known CPU time is 1800.3

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

Real time (s): 1809.48
CPU time (s): 1800.3
CPU user time (s): 1797.15
CPU system time (s): 3.15
CPU usage (%): 99.4925
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.4716
system time used= 1.3398
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26478
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= 1788
involuntary context switches= 2117

runsolver used 2.34664 s user time and 5.53916 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Jan 29 21:37:43 UTC 2007


IDJOB= 233158
IDBENCH= 6584
IDSOLVER= 86
FILE ID= node19/233158-1170106662

PBS_JOBID= 3689888

Free space on /tmp= 66558 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  61d4842842d89971c5c662b1f6ba4621

RANDOM SEED= 125284062

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:       1265136 kB
Buffers:         21424 kB
Cached:          58748 kB
SwapCached:          0 kB
Active:         700340 kB
Inactive:        36660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1265136 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1840 kB
Writeback:           0 kB
Mapped:         682408 kB
Slab:            37344 kB
Committed_AS:  1001160 kB
PageTables:       3396 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= 66442 MiB



End job on node19 on Mon Jan 29 22:07:52 UTC 2007