Trace number 232515

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.19 1802.36

General information on the benchmark

Nametaillard/js-taillard-20/
js-taillard-20-100-5.xml
MD5SUMd4517eec28e9d3dbe630dcc10caaf17e
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 constraints4180
Maximum constraint arity2
Maximum domain size1679
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/232515-1170106542/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/232515-1170106542/unknown.xml [Mon Jan 29 22:35:42 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/232515-1170106542/unknown.xml /tmp/evaluation/232515-1170106542/sugar28320.csp [Mon Jan 29 22:35:42 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232515-1170106542/sugar-v0-40.jar -convert /tmp/evaluation/232515-1170106542/unknown.xml /tmp/evaluation/232515-1170106542/sugar28320.csp
0.17	c BEGIN convert /tmp/evaluation/232515-1170106542/unknown.xml
0.95	c END convert (0.781058 seconds)
0.97	c # CONVERT_XML  END : /tmp/evaluation/232515-1170106542/sugar28320.csp 201685 bytes (1 seconds) [Mon Jan 29 22:35:43 2007]
0.97	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.97	
0.97	c # GENERATE_SAT  BEGIN : /tmp/evaluation/232515-1170106542/sugar28320.bcnf [Mon Jan 29 22:35:43 2007]
0.97	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232515-1170106542/sugar-v0-40.jar -bcnf -map /tmp/evaluation/232515-1170106542/sugar28320.map /tmp/evaluation/232515-1170106542/sugar28320.csp /tmp/evaluation/232515-1170106542/sugar28320.bcnf
1.10	c BEGIN parse /tmp/evaluation/232515-1170106542/sugar28320.csp
1.83	c END parse (0.733173 seconds)
1.83	c BEGIN simplify
1.87	c END simplify (0.037217 seconds)
1.87	c BEGIN encode /tmp/evaluation/232515-1170106542/sugar28320.bcnf
14.30	c END encode (12.432453 seconds)
14.44	c # GENERATE_SAT  END : 658607 variables 13247005 clauses 206872900 bytes (14 seconds) [Mon Jan 29 22:35:57 2007]
14.44	c # GENERATE_SAT  CPU : 13.2 = 0.08 + 0.01 + 12.24 + 0.87
14.44	
14.44	c # SOLVE_SAT  BEGIN : /tmp/evaluation/232515-1170106542/sugar28320.bcnf [Mon Jan 29 22:35:57 2007]
14.44	c # CMD : /tmp/evaluation/232515-1170106542/minisat /tmp/evaluation/232515-1170106542/sugar28320.bcnf /tmp/evaluation/232515-1170106542/sugar28320.out
30.65	c ==================================[MINISAT]===================================
30.65	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
30.65	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
30.65	c ==============================================================================
30.65	c |         0 | 5553524 15573985 | 1851174       0        0     nan |  0.000 % |
34.43	c |       100 | 5553524 15573985 | 2036291     100     1976    19.8 | 59.639 % |
38.02	c |       251 | 5553525 15573985 | 2239920     250     5490    22.0 | 59.639 % |
43.12	c |       476 | 5553526 15573985 | 2463912     474     9807    20.7 | 59.639 % |
50.57	c |       814 | 5553526 15573985 | 2710303     812    28333    34.9 | 59.639 % |
56.66	c |      1320 | 5553526 15573985 | 2981334    1318    43689    33.1 | 59.639 % |
69.42	c |      2081 | 5553526 15573985 | 3279467    2079    66960    32.2 | 59.639 % |
94.96	c |      3220 | 5553528 15573985 | 3607414    3216   102364    31.8 | 59.639 % |
129.35	c |      4928 | 5553530 15573985 | 3968155    4922   152134    30.9 | 59.639 % |
193.44	c |      7490 | 5553533 15573985 | 4364971    7481   237903    31.8 | 59.639 % |
286.07	c |     11334 | 5553536 15573985 | 4801468   11322   360163    31.8 | 59.639 % |
405.28	c |     17100 | 5553540 15573985 | 5281615   17084   537617    31.5 | 59.639 % |
584.33	c |     25749 | 5553544 15573985 | 5809777   25729   851918    33.1 | 59.639 % |
806.41	c |     38723 | 5553550 15573985 | 6390754   38697  1358066    35.1 | 59.639 % |
1244.78	c |     58184 | 5553558 15573985 | 7029830   58150  2188294    37.6 | 59.639 % |
1801.25	
1801.25	s UNKNOWN
1801.25	c # INTERRUPTED
1801.25	c # MAIN  END :  (1802 seconds) [Mon Jan 29 23:05:44 2007]
1801.25	c # MAIN  CPU : 13.2 = 0.08 + 0.01 + 12.24 + 0.87
1801.25	

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/node24/watcher-232515-1170106542 -o ROOT/results/node24/solver-232515-1170106542 -C 1800 -M 900 /tmp/evaluation/232515-1170106542/solver /tmp/evaluation/232515-1170106542 /tmp/evaluation/232515-1170106542/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.79 2.48 2.72 5/87 28321
/proc/meminfo: memFree=922640/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=12268 CPUtime=0
/proc/28320/stat : 28320 (sugar) R 28318 28320 28255 0 -1 4194304 572 0 0 0 0 0 0 0 18 0 1 0 30608516 12562432 292 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237805884832 0 0 4224 0 0 0 0 17 1 0 0
/proc/28320/statm: 3067 302 228 3 0 167 0

[startup+0.108141 s]
/proc/loadavg: 1.79 2.48 2.72 5/87 28321
/proc/meminfo: memFree=922640/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=13724 CPUtime=0.03
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30608516 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28320/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.516194 s]
/proc/loadavg: 1.79 2.48 2.72 5/87 28321
/proc/meminfo: memFree=922640/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=13724 CPUtime=0.03
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 30608516 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28320/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34128 s]
/proc/loadavg: 1.79 2.48 2.72 3/96 28337
/proc/meminfo: memFree=915592/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=13724 CPUtime=0.04
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 1188 0 0 0 4 0 0 0 16 0 1 0 30608516 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28320/statm: 3431 808 370 3 0 531 0
[pid=28322] ppid=28320 vsize=0 CPUtime=0.9
/proc/28322/stat : 28322 (java) Z 28320 28320 28255 0 -1 1036 9548 0 1 0 81 9 0 0 17 0 1 0 30608521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28322/statm: 0 0 0 0 0 0 0
[pid=28330] ppid=28320 vsize=807064 CPUtime=0.35
/proc/28330/stat : 28330 (java) S 28320 28320 28255 0 -1 0 6512 0 1 0 30 5 0 0 18 0 8 0 30608614 826433536 6262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28330/statm: 201766 6263 1491 14 0 189044 0
[pid=28330/tid=28331] ppid=28320 vsize=807064 CPUtime=0.03
/proc/28330/task/28331/stat : 28331 (java) R 28320 28320 28255 0 -1 64 465 0 0 0 3 0 0 0 16 0 8 0 30608617 826433536 6264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28332] ppid=28320 vsize=807064 CPUtime=0
/proc/28330/task/28332/stat : 28332 (java) S 28320 28320 28255 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 30608618 826433536 6265 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28333] ppid=28320 vsize=807064 CPUtime=0
/proc/28330/task/28333/stat : 28333 (java) S 28320 28320 28255 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 30608618 826433536 6265 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28334] ppid=28320 vsize=807064 CPUtime=0
/proc/28330/task/28334/stat : 28334 (java) S 28320 28320 28255 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30608621 826433536 6266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28335] ppid=28320 vsize=807064 CPUtime=0.05
/proc/28330/task/28335/stat : 28335 (java) R 28320 28320 28255 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30608621 826433536 6267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28336] ppid=28320 vsize=807064 CPUtime=0
/proc/28330/task/28336/stat : 28336 (java) S 28320 28320 28255 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30608621 826433536 6268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28337] ppid=28320 vsize=807064 CPUtime=0
/proc/28330/task/28337/stat : 28337 (java) S 28320 28320 28255 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30608621 826433536 6268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 820788

[startup+2.99045 s]
/proc/loadavg: 1.88 2.49 2.72 4/96 28337
/proc/meminfo: memFree=885448/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=13724 CPUtime=0.04
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 1188 0 0 0 4 0 0 0 16 0 1 0 30608516 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28320/statm: 3431 808 370 3 0 531 0
[pid=28322] ppid=28320 vsize=0 CPUtime=0.9
/proc/28322/stat : 28322 (java) Z 28320 28320 28255 0 -1 1036 9548 0 1 0 81 9 0 0 17 0 1 0 30608521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28322/statm: 0 0 0 0 0 0 0
[pid=28330] ppid=28320 vsize=807344 CPUtime=1.98
/proc/28330/stat : 28330 (java) R 28320 28320 28255 0 -1 0 8785 0 1 0 184 14 0 0 25 0 8 0 30608614 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28330/statm: 201836 8531 1510 14 0 189114 0
[pid=28330/tid=28331] ppid=28320 vsize=807344 CPUtime=0.16
/proc/28330/task/28331/stat : 28331 (java) S 28320 28320 28255 0 -1 64 2553 0 0 0 15 1 0 0 16 0 8 0 30608617 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28332] ppid=28320 vsize=807344 CPUtime=0
/proc/28330/task/28332/stat : 28332 (java) S 28320 28320 28255 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30608618 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28333] ppid=28320 vsize=807344 CPUtime=0
/proc/28330/task/28333/stat : 28333 (java) S 28320 28320 28255 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30608618 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28334] ppid=28320 vsize=807344 CPUtime=0
/proc/28330/task/28334/stat : 28334 (java) S 28320 28320 28255 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30608621 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28335] ppid=28320 vsize=807344 CPUtime=0.17
/proc/28330/task/28335/stat : 28335 (java) S 28320 28320 28255 0 -1 64 420 0 0 0 17 0 0 0 16 0 8 0 30608621 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28336] ppid=28320 vsize=807344 CPUtime=0
/proc/28330/task/28336/stat : 28336 (java) S 28320 28320 28255 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30608621 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28337] ppid=28320 vsize=807344 CPUtime=0
/proc/28330/task/28337/stat : 28337 (java) S 28320 28320 28255 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30608621 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 821068

[startup+6.27481 s]
/proc/loadavg: 1.88 2.49 2.72 3/96 28337
/proc/meminfo: memFree=828744/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=13724 CPUtime=0.04
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 1188 0 0 0 4 0 0 0 16 0 1 0 30608516 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28320/statm: 3431 808 370 3 0 531 0
[pid=28322] ppid=28320 vsize=0 CPUtime=0.9
/proc/28322/stat : 28322 (java) Z 28320 28320 28255 0 -1 1036 9548 0 1 0 81 9 0 0 17 0 1 0 30608521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28322/statm: 0 0 0 0 0 0 0
[pid=28330] ppid=28320 vsize=807344 CPUtime=5.21
/proc/28330/stat : 28330 (java) R 28320 28320 28255 0 -1 0 8786 0 1 0 487 34 0 0 25 0 8 0 30608614 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28330/statm: 201836 8532 1510 14 0 189114 0
[pid=28330/tid=28331] ppid=28320 vsize=807344 CPUtime=0.16
/proc/28330/task/28331/stat : 28331 (java) S 28320 28320 28255 0 -1 64 2553 0 0 0 15 1 0 0 16 0 8 0 30608617 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28332] ppid=28320 vsize=807344 CPUtime=0
/proc/28330/task/28332/stat : 28332 (java) S 28320 28320 28255 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30608618 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28333] ppid=28320 vsize=807344 CPUtime=0
/proc/28330/task/28333/stat : 28333 (java) S 28320 28320 28255 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30608618 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28334] ppid=28320 vsize=807344 CPUtime=0
/proc/28330/task/28334/stat : 28334 (java) S 28320 28320 28255 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30608621 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28335] ppid=28320 vsize=807344 CPUtime=0.17
/proc/28330/task/28335/stat : 28335 (java) S 28320 28320 28255 0 -1 64 421 0 0 0 17 0 0 0 16 0 8 0 30608621 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28336] ppid=28320 vsize=807344 CPUtime=0
/proc/28330/task/28336/stat : 28336 (java) S 28320 28320 28255 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30608621 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28337] ppid=28320 vsize=807344 CPUtime=0
/proc/28330/task/28337/stat : 28337 (java) S 28320 28320 28255 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30608621 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 821068

[startup+12.6755 s]
/proc/loadavg: 1.98 2.49 2.71 3/96 28339
/proc/meminfo: memFree=713992/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=13724 CPUtime=0.04
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 1188 0 0 0 4 0 0 0 16 0 1 0 30608516 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28320/statm: 3431 808 370 3 0 531 0
[pid=28322] ppid=28320 vsize=0 CPUtime=0.9
/proc/28322/stat : 28322 (java) Z 28320 28320 28255 0 -1 1036 9548 0 1 0 81 9 0 0 17 0 1 0 30608521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28322/statm: 0 0 0 0 0 0 0
[pid=28330] ppid=28320 vsize=807344 CPUtime=11.49
/proc/28330/stat : 28330 (java) R 28320 28320 28255 0 -1 0 8786 0 1 0 1074 75 0 0 25 0 8 0 30608614 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28330/statm: 201836 8532 1510 14 0 189114 0
[pid=28330/tid=28331] ppid=28320 vsize=807344 CPUtime=0.16
/proc/28330/task/28331/stat : 28331 (java) S 28320 28320 28255 0 -1 64 2553 0 0 0 15 1 0 0 16 0 8 0 30608617 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28332] ppid=28320 vsize=807344 CPUtime=0
/proc/28330/task/28332/stat : 28332 (java) S 28320 28320 28255 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30608618 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28333] ppid=28320 vsize=807344 CPUtime=0
/proc/28330/task/28333/stat : 28333 (java) S 28320 28320 28255 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30608618 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28334] ppid=28320 vsize=807344 CPUtime=0
/proc/28330/task/28334/stat : 28334 (java) S 28320 28320 28255 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30608621 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28335] ppid=28320 vsize=807344 CPUtime=0.17
/proc/28330/task/28335/stat : 28335 (java) S 28320 28320 28255 0 -1 64 421 0 0 0 17 0 0 0 16 0 8 0 30608621 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28336] ppid=28320 vsize=807344 CPUtime=0
/proc/28330/task/28336/stat : 28336 (java) S 28320 28320 28255 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30608621 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28330/tid=28337] ppid=28320 vsize=807344 CPUtime=0
/proc/28330/task/28337/stat : 28337 (java) S 28320 28320 28255 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30608621 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 821068

[startup+25.5149 s]
/proc/loadavg: 2.06 2.49 2.71 3/89 28340
/proc/meminfo: memFree=176960/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=18372 CPUtime=13.23
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 2414 8803 0 1 11 1 1224 87 19 0 1 0 30608516 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28320/statm: 4593 1934 373 3 0 1693 0
[pid=28322] ppid=28320 vsize=0 CPUtime=0.9
/proc/28322/stat : 28322 (java) Z 28320 28320 28255 0 -1 1036 9548 0 1 0 81 9 0 0 17 0 1 0 30608521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28322/statm: 0 0 0 0 0 0 0
[pid=28340] ppid=28320 vsize=564076 CPUtime=11.05
/proc/28340/stat : 28340 (minisat) R 28320 28320 28255 0 -1 0 134978 0 0 0 970 135 0 0 25 0 1 0 30609961 577613824 133747 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 0 0 0 0 17 1 0 0
/proc/28340/statm: 141019 133747 36 112 0 140903 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 582448

[startup+51.1207 s]
/proc/loadavg: 2.04 2.45 2.69 3/89 28340
/proc/meminfo: memFree=163776/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=18372 CPUtime=13.23
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 2424 8803 0 1 11 1 1224 87 16 0 1 0 30608516 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28320/statm: 4593 1934 373 3 0 1693 0
[pid=28322] ppid=28320 vsize=0 CPUtime=0.9
/proc/28322/stat : 28322 (java) Z 28320 28320 28255 0 -1 1036 9548 0 1 0 81 9 0 0 17 0 1 0 30608521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28322/statm: 0 0 0 0 0 0 0
[pid=28340] ppid=28320 vsize=573616 CPUtime=36.65
/proc/28340/stat : 28340 (minisat) R 28320 28320 28255 0 -1 0 137362 0 0 0 3528 137 0 0 25 0 1 0 30609961 587382784 136131 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28340/statm: 143404 136131 51 112 0 143288 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 591988

[startup+102.33 s]
/proc/loadavg: 2.01 2.37 2.65 3/89 28340
/proc/meminfo: memFree=163904/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=18372 CPUtime=13.23
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 2424 8803 0 1 11 1 1224 87 16 0 1 0 30608516 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28320/statm: 4593 1934 373 3 0 1693 0
[pid=28322] ppid=28320 vsize=0 CPUtime=0.9
/proc/28322/stat : 28322 (java) Z 28320 28320 28255 0 -1 1036 9548 0 1 0 81 9 0 0 17 0 1 0 30608521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28322/statm: 0 0 0 0 0 0 0
[pid=28340] ppid=28320 vsize=573616 CPUtime=87.84
/proc/28340/stat : 28340 (minisat) R 28320 28320 28255 0 -1 0 137362 0 0 0 8647 137 0 0 25 0 1 0 30609961 587382784 136131 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/28340/statm: 143404 136131 51 112 0 143288 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 591988

[startup+162.378 s]
/proc/loadavg: 2.00 2.30 2.61 3/89 28340
/proc/meminfo: memFree=163776/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=18372 CPUtime=13.23
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 2424 8803 0 1 11 1 1224 87 16 0 1 0 30608516 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/28340/stat : 28340 (minisat) R 28320 28320 28255 0 -1 0 137394 0 0 0 122712 140 0 0 25 0 1 0 30609961 587382784 136163 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528479 0 0 4096 3 0 0 0 17 1 0 0
/proc/28340/statm: 143404 136163 51 112 0 143288 0
Current children cumulated CPU time (s) 1242.65
Current children cumulated vsize (KiB) 591988

[startup+1303.37 s]
/proc/loadavg: 2.00 2.00 2.16 3/89 28340
/proc/meminfo: memFree=163008/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=18372 CPUtime=13.23
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 2424 8803 0 1 11 1 1224 87 16 0 1 0 30608516 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28320/statm: 4593 1934 373 3 0 1693 0
[pid=28322] ppid=28320 vsize=0 CPUtime=0.9
/proc/28322/stat : 28322 (java) Z 28320 28320 28255 0 -1 1036 9548 0 1 0 81 9 0 0 17 0 1 0 30608521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28322/statm: 0 0 0 0 0 0 0
[pid=28340] ppid=28320 vsize=573616 CPUtime=1288.54
/proc/28340/stat : 28340 (minisat) R 28320 28320 28255 0 -1 0 137394 0 0 0 128714 140 0 0 25 0 1 0 30609961 587382784 136163 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28340/statm: 143404 136163 51 112 0 143288 0
Current children cumulated CPU time (s) 1302.67
Current children cumulated vsize (KiB) 591988

[startup+1363.42 s]
/proc/loadavg: 2.00 2.00 2.14 3/89 28340
/proc/meminfo: memFree=162752/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=18372 CPUtime=13.23
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 2424 8803 0 1 11 1 1224 87 16 0 1 0 30608516 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28320/statm: 4593 1934 373 3 0 1693 0
[pid=28322] ppid=28320 vsize=0 CPUtime=0.9
/proc/28322/stat : 28322 (java) Z 28320 28320 28255 0 -1 1036 9548 0 1 0 81 9 0 0 17 0 1 0 30608521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28322/statm: 0 0 0 0 0 0 0
[pid=28340] ppid=28320 vsize=573980 CPUtime=1348.57
/proc/28340/stat : 28340 (minisat) R 28320 28320 28255 0 -1 0 137456 0 0 0 134717 140 0 0 25 0 1 0 30609961 587755520 136225 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528284 0 0 4096 3 0 0 0 17 1 0 0
/proc/28340/statm: 143495 136225 51 112 0 143379 0
Current children cumulated CPU time (s) 1362.7
Current children cumulated vsize (KiB) 592352

[startup+1423.45 s]
/proc/loadavg: 2.00 2.00 2.13 3/89 28340
/proc/meminfo: memFree=162688/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=18372 CPUtime=13.23
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 2424 8803 0 1 11 1 1224 87 16 0 1 0 30608516 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28320/statm: 4593 1934 373 3 0 1693 0
[pid=28322] ppid=28320 vsize=0 CPUtime=0.9
/proc/28322/stat : 28322 (java) Z 28320 28320 28255 0 -1 1036 9548 0 1 0 81 9 0 0 17 0 1 0 30608521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28322/statm: 0 0 0 0 0 0 0
[pid=28340] ppid=28320 vsize=573980 CPUtime=1408.59
/proc/28340/stat : 28340 (minisat) R 28320 28320 28255 0 -1 0 137458 0 0 0 140719 140 0 0 25 0 1 0 30609961 587755520 136227 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 1 0 0
/proc/28340/statm: 143495 136227 51 112 0 143379 0
Current children cumulated CPU time (s) 1422.72
Current children cumulated vsize (KiB) 592352

[startup+1483.5 s]
/proc/loadavg: 2.00 2.00 2.12 3/89 28340
/proc/meminfo: memFree=162624/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=18372 CPUtime=13.23
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 2424 8803 0 1 11 1 1224 87 16 0 1 0 30608516 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28320/statm: 4593 1934 373 3 0 1693 0
[pid=28322] ppid=28320 vsize=0 CPUtime=0.9
/proc/28322/stat : 28322 (java) Z 28320 28320 28255 0 -1 1036 9548 0 1 0 81 9 0 0 17 0 1 0 30608521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28322/statm: 0 0 0 0 0 0 0
[pid=28340] ppid=28320 vsize=573980 CPUtime=1468.62
/proc/28340/stat : 28340 (minisat) R 28320 28320 28255 0 -1 0 137460 0 0 0 146722 140 0 0 25 0 1 0 30609961 587755520 136229 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28340/statm: 143495 136229 51 112 0 143379 0
Current children cumulated CPU time (s) 1482.75
Current children cumulated vsize (KiB) 592352

[startup+1543.56 s]
/proc/loadavg: 2.11 2.03 2.12 3/95 28440
/proc/meminfo: memFree=161296/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=18372 CPUtime=13.23
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 2424 8803 0 1 11 1 1224 87 16 0 1 0 30608516 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28320/statm: 4593 1934 373 3 0 1693 0
[pid=28322] ppid=28320 vsize=0 CPUtime=0.9
/proc/28322/stat : 28322 (java) Z 28320 28320 28255 0 -1 1036 9548 0 1 0 81 9 0 0 17 0 1 0 30608521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28322/statm: 0 0 0 0 0 0 0
[pid=28340] ppid=28320 vsize=573980 CPUtime=1528.54
/proc/28340/stat : 28340 (minisat) R 28320 28320 28255 0 -1 0 137463 0 0 0 152714 140 0 0 25 0 1 0 30609961 587755520 136232 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528330 0 0 4096 3 0 0 0 17 1 0 0
/proc/28340/statm: 143495 136232 51 112 0 143379 0
Current children cumulated CPU time (s) 1542.67
Current children cumulated vsize (KiB) 592352

[startup+1603.62 s]
/proc/loadavg: 2.04 2.02 2.11 3/95 28512
/proc/meminfo: memFree=161160/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=18372 CPUtime=13.23
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 2424 8803 0 1 11 1 1224 87 16 0 1 0 30608516 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28320/statm: 4593 1934 373 3 0 1693 0
[pid=28322] ppid=28320 vsize=0 CPUtime=0.9
/proc/28322/stat : 28322 (java) Z 28320 28320 28255 0 -1 1036 9548 0 1 0 81 9 0 0 17 0 1 0 30608521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28322/statm: 0 0 0 0 0 0 0
[pid=28340] ppid=28320 vsize=573980 CPUtime=1588.49
/proc/28340/stat : 28340 (minisat) R 28320 28320 28255 0 -1 0 137465 0 0 0 158709 140 0 0 25 0 1 0 30609961 587755520 136234 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28340/statm: 143495 136234 51 112 0 143379 0
Current children cumulated CPU time (s) 1602.62
Current children cumulated vsize (KiB) 592352

[startup+1663.66 s]
/proc/loadavg: 2.01 2.02 2.10 3/89 28538
/proc/meminfo: memFree=162304/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=18372 CPUtime=13.23
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 2424 8803 0 1 11 1 1224 87 16 0 1 0 30608516 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28320/statm: 4593 1934 373 3 0 1693 0
[pid=28322] ppid=28320 vsize=0 CPUtime=0.9
/proc/28322/stat : 28322 (java) Z 28320 28320 28255 0 -1 1036 9548 0 1 0 81 9 0 0 17 0 1 0 30608521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28322/statm: 0 0 0 0 0 0 0
[pid=28340] ppid=28320 vsize=573980 CPUtime=1648.48
/proc/28340/stat : 28340 (minisat) R 28320 28320 28255 0 -1 0 137467 0 0 0 164707 141 0 0 25 0 1 0 30609961 587755520 136236 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/28340/statm: 143495 136236 51 112 0 143379 0
Current children cumulated CPU time (s) 1662.61
Current children cumulated vsize (KiB) 592352

[startup+1723.72 s]
/proc/loadavg: 2.00 2.01 2.09 3/89 28538
/proc/meminfo: memFree=162304/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=18372 CPUtime=13.23
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 2424 8803 0 1 11 1 1224 87 16 0 1 0 30608516 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28320/statm: 4593 1934 373 3 0 1693 0
[pid=28322] ppid=28320 vsize=0 CPUtime=0.9
/proc/28322/stat : 28322 (java) Z 28320 28320 28255 0 -1 1036 9548 0 1 0 81 9 0 0 17 0 1 0 30608521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28322/statm: 0 0 0 0 0 0 0
[pid=28340] ppid=28320 vsize=573980 CPUtime=1708.52
/proc/28340/stat : 28340 (minisat) R 28320 28320 28255 0 -1 0 137469 0 0 0 170711 141 0 0 25 0 1 0 30609961 587755520 136238 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/28340/statm: 143495 136238 51 112 0 143379 0
Current children cumulated CPU time (s) 1722.65
Current children cumulated vsize (KiB) 592352

[startup+1783.78 s]
/proc/loadavg: 2.00 2.01 2.08 3/89 28538
/proc/meminfo: memFree=162304/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=18372 CPUtime=13.23
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 2424 8803 0 1 11 1 1224 87 16 0 1 0 30608516 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28320/statm: 4593 1934 373 3 0 1693 0
[pid=28322] ppid=28320 vsize=0 CPUtime=0.9
/proc/28322/stat : 28322 (java) Z 28320 28320 28255 0 -1 1036 9548 0 1 0 81 9 0 0 17 0 1 0 30608521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28322/statm: 0 0 0 0 0 0 0
[pid=28340] ppid=28320 vsize=573980 CPUtime=1768.57
/proc/28340/stat : 28340 (minisat) R 28320 28320 28255 0 -1 0 137472 0 0 0 176716 141 0 0 25 0 1 0 30609961 587755520 136241 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528116 0 0 4096 3 0 0 0 17 1 0 0
/proc/28340/statm: 143495 136241 51 112 0 143379 0
Current children cumulated CPU time (s) 1782.7
Current children cumulated vsize (KiB) 592352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.24 s]
/proc/loadavg: 2.00 2.00 2.08 3/96 28602
/proc/meminfo: memFree=912584/2055920 swapFree=4145208/4192956
[pid=28320] ppid=28318 vsize=18372 CPUtime=13.23
/proc/28320/stat : 28320 (sugar) S 28318 28320 28255 0 -1 4194304 2424 8803 0 1 11 1 1224 87 16 0 1 0 30608516 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28320/statm: 4593 1934 373 3 0 1693 0
[pid=28322] ppid=28320 vsize=0 CPUtime=0.9
/proc/28322/stat : 28322 (java) Z 28320 28320 28255 0 -1 1036 9548 0 1 0 81 9 0 0 17 0 1 0 30608521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28322/statm: 0 0 0 0 0 0 0
[pid=28340] ppid=28320 vsize=573980 CPUtime=1785.96
/proc/28340/stat : 28340 (minisat) R 28320 28320 28255 0 -1 0 137473 0 0 0 178453 143 0 0 25 0 1 0 30609961 587755520 136242 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/28340/statm: 143495 136242 51 112 0 143379 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 592352

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28320 and gives childrusage.ru_utime.tv_sec=12 childrusage.ru_utime.tv_usec=366120 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=990849
CPU time returned by wait4() is 13.357
while last known CPU time is 1800.19

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

Real time (s): 1802.36
CPU time (s): 1800.19
CPU user time (s): 1797.69
CPU system time (s): 2.5
CPU usage (%): 99.8797
Max. virtual memory (cumulated for all children) (KiB): 821068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.3661
system time used= 0.990849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11312
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= 804
involuntary context switches= 844

runsolver used 2.10568 s user time and 5.87111 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Mon Jan 29 21:35:42 UTC 2007


IDJOB= 232515
IDBENCH= 6525
IDSOLVER= 86
FILE ID= node24/232515-1170106542

PBS_JOBID= 3689882

Free space on /tmp= 66268 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20/js-taillard-20-100-5.xml
COMMAND LINE= /tmp/evaluation/232515-1170106542/solver /tmp/evaluation/232515-1170106542 /tmp/evaluation/232515-1170106542/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-232515-1170106542 -o ROOT/results/node24/solver-232515-1170106542 -C 1800 -M 900  /tmp/evaluation/232515-1170106542/solver /tmp/evaluation/232515-1170106542 /tmp/evaluation/232515-1170106542/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  d4517eec28e9d3dbe630dcc10caaf17e

RANDOM SEED= 155044615

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:        923192 kB
Buffers:         31368 kB
Cached:         346640 kB
SwapCached:       4628 kB
Active:        1037132 kB
Inactive:        43084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        923192 kB
SwapTotal:     4192956 kB
SwapFree:      4145208 kB
Dirty:          220708 kB
Writeback:           0 kB
Mapped:         709536 kB
Slab:            35800 kB
Committed_AS:  1234372 kB
PageTables:       3744 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= 66344 MiB



End job on node24 on Mon Jan 29 22:05:45 UTC 2007