Trace number 238730

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.09 1819.5

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-h-0_ext.xml
MD5SUM2f16cfaa73e7f8b9ac71460b0eafe5f7
Bench Category2-ARY-EXT (binary constraints in extension)
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 variables112
Number of constraints1262
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1262
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1.54	c # Sugar v0-40 (/tmp/evaluation/238730-1170108679/sugar-v0-40.jar)
1.54	
1.65	c # MAIN  BEGIN : /tmp/evaluation/238730-1170108679/unknown.xml [Mon Jan 29 23:11:21 2007]
1.65	c # CONVERT_XML  BEGIN : /tmp/evaluation/238730-1170108679/unknown.xml /tmp/evaluation/238730-1170108679/sugar28730.csp [Mon Jan 29 23:11:21 2007]
1.65	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238730-1170108679/sugar-v0-40.jar -convert /tmp/evaluation/238730-1170108679/unknown.xml /tmp/evaluation/238730-1170108679/sugar28730.csp
3.31	c BEGIN convert /tmp/evaluation/238730-1170108679/unknown.xml
3.92	c END convert (0.615467 seconds)
3.94	c # CONVERT_XML  END : /tmp/evaluation/238730-1170108679/sugar28730.csp 1866375 bytes (3 seconds) [Mon Jan 29 23:11:24 2007]
3.94	c # CONVERT_XML  CPU : 0.68 = 0 + 0 + 0.61 + 0.07
3.94	
3.94	c # GENERATE_SAT  BEGIN : /tmp/evaluation/238730-1170108679/sugar28730.bcnf [Mon Jan 29 23:11:24 2007]
3.94	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238730-1170108679/sugar-v0-40.jar -bcnf -map /tmp/evaluation/238730-1170108679/sugar28730.map /tmp/evaluation/238730-1170108679/sugar28730.csp /tmp/evaluation/238730-1170108679/sugar28730.bcnf
4.06	c BEGIN parse /tmp/evaluation/238730-1170108679/sugar28730.csp
117.57	c END parse (113.511183 seconds)
117.57	c BEGIN simplify
117.99	c END simplify (0.41708 seconds)
117.99	c BEGIN encode /tmp/evaluation/238730-1170108679/sugar28730.bcnf
120.56	c END encode (2.577641 seconds)
120.85	c # GENERATE_SAT  END : 18424 variables 91071 clauses 26422124 bytes (117 seconds) [Mon Jan 29 23:13:21 2007]
120.85	c # GENERATE_SAT  CPU : 115.7 = 0.15 + 0.02 + 114.06 + 1.47
120.85	
120.85	c # SOLVE_SAT  BEGIN : /tmp/evaluation/238730-1170108679/sugar28730.bcnf [Mon Jan 29 23:13:21 2007]
120.85	c # CMD : /tmp/evaluation/238730-1170108679/minisat /tmp/evaluation/238730-1170108679/sugar28730.bcnf /tmp/evaluation/238730-1170108679/sugar28730.out
121.45	c ==================================[MINISAT]===================================
121.45	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
121.45	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
121.45	c ==============================================================================
121.45	c |         0 |   88578  6318395 |   29526       0        0     nan |  0.000 % |
121.59	c |       101 |   88590  6318395 |   32478      83      860    10.4 |  0.749 % |
121.62	c |       251 |   88602  6318395 |   35726     219     2129     9.7 |  0.814 % |
121.69	c |       476 |   88613  6318395 |   39299     433     4637    10.7 |  0.814 % |
121.76	c |       817 |   88628  6318395 |   43229     759     7740    10.2 |  0.814 % |
121.85	c |      1323 |   88639  6318395 |   47551    1253    14236    11.4 |  0.847 % |
121.97	c |      2082 |   88659  6318395 |   52307    1990    23741    11.9 |  0.896 % |
122.15	c |      3221 |   88669  6318395 |   57537    3118    40808    13.1 |  0.923 % |
122.38	c |      4929 |   88683  6318395 |   63291    4812    81146    16.9 |  0.923 % |
122.72	c |      7491 |   88684  6318395 |   69620    7373   198415    26.9 |  0.923 % |
123.52	c |     11337 |   88687  6318395 |   76582   11216   467115    41.6 |  0.923 % |
124.86	c |     17105 |   88693  6318395 |   84241   16978   884506    52.1 |  0.923 % |
127.12	c |     25756 |   88696  6318395 |   92665   25626  1612251    62.9 |  0.923 % |
131.41	c |     38731 |   88701  6318395 |  101931   38596  2700554    70.0 |  0.923 % |
139.26	c |     58192 |   87510  6298723 |  112124   58021  4364939    75.2 |  0.955 % |
155.28	c |     87386 |   87512  6298723 |  123337   87213  7191564    82.5 |  0.955 % |
187.99	c |    131175 |   87519  6298723 |  135671   23222  1457148    62.7 |  0.955 % |
225.17	c |    196859 |   87518  6298706 |  149238   88899  7819920    88.0 |  0.955 % |
300.14	c |    295385 |   87528  6298706 |  164162   52984  4174387    78.8 |  0.955 % |
416.46	c |    443176 |   87532  6298706 |  180578   50262  4976670    99.0 |  0.955 % |
599.01	c |    664860 |   87544  6298652 |  198636  110336  9885610    89.6 |  0.966 % |
927.48	c |    997385 |   87574  6298652 |  218499   81745  3952266    48.3 |  0.977 % |
1431.87	c |   1496173 |   66941  6215091 |  240349  189240  4784889    25.3 |  1.151 % |
1818.47	
1818.47	s UNKNOWN
1818.47	c # INTERRUPTED
1818.47	c # MAIN  END :  (1817 seconds) [Mon Jan 29 23:41:38 2007]
1818.47	c # MAIN  CPU : 116.38 = 0.15 + 0.02 + 114.67 + 1.54
1818.47	

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-238730-1170108679 -o ROOT/results/node24/solver-238730-1170108679 -C 1800 -M 900 /tmp/evaluation/238730-1170108679/solver /tmp/evaluation/238730-1170108679 /tmp/evaluation/238730-1170108679/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: 5.57 4.52 3.20 5/95 28731
/proc/meminfo: memFree=87696/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=5352 CPUtime=0
/proc/28730/stat : 28730 (solver) D 28728 28730 28009 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 30822262 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 237788261671 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/28730/statm: 1338 231 193 169 0 49 0

[startup+0.10463 s]
/proc/loadavg: 5.57 4.52 3.20 5/95 28731
/proc/meminfo: memFree=87696/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=24 CPUtime=0
/proc/28730/stat : 28730 (sugar) D 28728 28730 28009 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 30822262 24576 1 18446744073709551615 0 0 548682069995 18446744073709551615 237788261671 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/28730/statm: 6 1 0 0 0 1 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24

[startup+0.512708 s]
/proc/loadavg: 5.57 4.52 3.20 5/95 28731
/proc/meminfo: memFree=87696/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=12268 CPUtime=0
/proc/28730/stat : 28730 (sugar) R 28728 28730 28009 0 -1 4194304 602 0 4 0 0 0 0 0 18 0 1 0 30822262 12562432 325 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797161982 0 0 4224 0 0 0 0 17 0 0 0
/proc/28730/statm: 3067 325 246 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+1.33376 s]
/proc/loadavg: 5.57 4.52 3.20 1/95 28731
/proc/meminfo: memFree=927056/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=12668 CPUtime=0.02
/proc/28730/stat : 28730 (sugar) D 28728 28730 28009 0 -1 4194304 776 0 4 0 1 1 0 0 18 0 1 0 30822262 12972032 499 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/28730/statm: 3167 499 315 3 0 267 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12668

[startup+2.97094 s]
/proc/loadavg: 5.57 4.52 3.20 1/96 28732
/proc/meminfo: memFree=926408/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=13724 CPUtime=0.04
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 1108 0 4 0 3 1 0 0 15 0 1 0 30822262 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28730/statm: 3431 805 368 3 0 531 0
[pid=28732] ppid=28730 vsize=9912 CPUtime=0
/proc/28732/stat : 28732 (java) D 28730 28730 28009 0 -1 0 680 0 9 0 0 0 0 0 18 0 1 0 30822428 10149888 450 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 7368 18446744071563479169 0 0 17 1 0 0
/proc/28732/statm: 2478 450 365 14 0 1143 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23636

[startup+6.2613 s]
/proc/loadavg: 5.45 4.51 3.20 2/103 28747
/proc/meminfo: memFree=939216/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=13724 CPUtime=0.72
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 1186 7304 4 33 3 1 61 7 15 0 1 0 30822262 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 3431 809 371 3 0 531 0
[pid=28740] ppid=28730 vsize=807332 CPUtime=2.29
/proc/28740/stat : 28740 (java) S 28730 28730 28009 0 -1 0 14801 0 1 0 222 7 0 0 16 0 8 0 30822657 826707968 14533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28740/statm: 201833 14533 1506 14 0 189111 0
[pid=28740/tid=28741] ppid=28730 vsize=807332 CPUtime=0.59
/proc/28740/task/28741/stat : 28741 (java) S 28730 28730 28009 0 -1 64 8642 0 0 0 56 3 0 0 17 0 8 0 30822660 826707968 14533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28740/tid=28742] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28742/stat : 28742 (java) S 28730 28730 28009 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30822661 826707968 14533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28743] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28743/stat : 28743 (java) S 28730 28730 28009 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30822661 826707968 14533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28744] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28744/stat : 28744 (java) S 28730 28730 28009 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30822664 826707968 14533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28745] ppid=28730 vsize=807332 CPUtime=0.09
/proc/28740/task/28745/stat : 28745 (java) R 28730 28730 28009 0 -1 64 359 0 0 0 9 0 0 0 16 0 8 0 30822664 826707968 14533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28740/tid=28746] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28746/stat : 28746 (java) S 28730 28730 28009 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 30822664 826707968 14533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28747] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28747/stat : 28747 (java) S 28730 28730 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30822664 826707968 14533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 821056

[startup+12.662 s]
/proc/loadavg: 5.17 4.47 3.20 4/102 28747
/proc/meminfo: memFree=775840/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=13724 CPUtime=0.72
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 1186 7304 4 33 3 1 61 7 15 0 1 0 30822262 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 3431 809 371 3 0 531 0
[pid=28740] ppid=28730 vsize=807332 CPUtime=8.68
/proc/28740/stat : 28740 (java) R 28730 28730 28009 0 -1 0 54872 0 1 0 842 26 0 0 25 0 8 0 30822657 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28740/statm: 201833 54118 1507 14 0 189111 0
[pid=28740/tid=28741] ppid=28730 vsize=807332 CPUtime=3.09
/proc/28740/task/28741/stat : 28741 (java) S 28730 28730 28009 0 -1 64 48394 0 0 0 289 20 0 0 16 0 8 0 30822660 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28740/tid=28742] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28742/stat : 28742 (java) S 28730 28730 28009 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30822661 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28743] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28743/stat : 28743 (java) S 28730 28730 28009 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30822661 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28744] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28744/stat : 28744 (java) S 28730 28730 28009 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30822664 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28745] ppid=28730 vsize=807332 CPUtime=0.13
/proc/28740/task/28745/stat : 28745 (java) S 28730 28730 28009 0 -1 64 399 0 0 0 13 0 0 0 15 0 8 0 30822664 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28740/tid=28746] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28746/stat : 28746 (java) S 28730 28730 28009 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 30822664 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28747] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28747/stat : 28747 (java) S 28730 28730 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30822664 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.4
Current children cumulated vsize (KiB) 821056

[startup+25.5646 s]
/proc/loadavg: 5.00 4.46 3.21 3/102 28747
/proc/meminfo: memFree=578784/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=13724 CPUtime=0.72
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 1186 7304 4 33 3 1 61 7 15 0 1 0 30822262 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 3431 809 371 3 0 531 0
[pid=28740] ppid=28730 vsize=807332 CPUtime=21.43
/proc/28740/stat : 28740 (java) R 28730 28730 28009 0 -1 0 56393 0 1 0 2106 37 0 0 24 0 8 0 30822657 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28740/statm: 201833 54120 1507 14 0 189111 0
[pid=28740/tid=28741] ppid=28730 vsize=807332 CPUtime=8.52
/proc/28740/task/28741/stat : 28741 (java) S 28730 28730 28009 0 -1 64 49404 0 0 0 825 27 0 0 15 0 8 0 30822660 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28740/tid=28742] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28742/stat : 28742 (java) S 28730 28730 28009 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30822661 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28743] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28743/stat : 28743 (java) S 28730 28730 28009 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30822661 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28744] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28744/stat : 28744 (java) S 28730 28730 28009 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30822664 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28745] ppid=28730 vsize=807332 CPUtime=0.13
/proc/28740/task/28745/stat : 28745 (java) S 28730 28730 28009 0 -1 64 401 0 0 0 13 0 0 0 16 0 8 0 30822664 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28740/tid=28746] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28746/stat : 28746 (java) S 28730 28730 28009 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 30822664 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28747] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28747/stat : 28747 (java) S 28730 28730 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30822664 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.15
Current children cumulated vsize (KiB) 821056

[startup+51.1903 s]
/proc/loadavg: 4.48 4.39 3.22 4/102 28747
/proc/meminfo: memFree=181280/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=13724 CPUtime=0.72
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 1186 7304 4 33 3 1 61 7 15 0 1 0 30822262 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 3431 809 371 3 0 531 0
[pid=28740] ppid=28730 vsize=807332 CPUtime=46.84
/proc/28740/stat : 28740 (java) R 28730 28730 28009 0 -1 0 59269 0 1 0 4617 67 0 0 25 0 8 0 30822657 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073332702 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28740/statm: 201833 54120 1507 14 0 189111 0
[pid=28740/tid=28741] ppid=28730 vsize=807332 CPUtime=19.59
/proc/28740/task/28741/stat : 28741 (java) S 28730 28730 28009 0 -1 64 51288 0 0 0 1918 41 0 0 16 0 8 0 30822660 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28742] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28742/stat : 28742 (java) S 28730 28730 28009 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30822661 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28743] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28743/stat : 28743 (java) S 28730 28730 28009 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30822661 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28744] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28744/stat : 28744 (java) S 28730 28730 28009 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30822664 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28745] ppid=28730 vsize=807332 CPUtime=0.13
/proc/28740/task/28745/stat : 28745 (java) S 28730 28730 28009 0 -1 64 401 0 0 0 13 0 0 0 16 0 8 0 30822664 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28746] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28746/stat : 28746 (java) S 28730 28730 28009 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 30822664 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28747] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28747/stat : 28747 (java) S 28730 28730 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30822664 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.56
Current children cumulated vsize (KiB) 821056

[startup+102.391 s]
/proc/loadavg: 3.86 4.22 3.22 5/102 28747
/proc/meminfo: memFree=15392/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=13724 CPUtime=0.72
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 1186 7304 4 33 3 1 61 7 15 0 1 0 30822262 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 3431 809 371 3 0 531 0
[pid=28740] ppid=28730 vsize=807332 CPUtime=97.43
/proc/28740/stat : 28740 (java) R 28730 28730 28009 0 -1 0 91548 0 1 0 9627 116 0 0 25 0 8 0 30822657 826707968 81691 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28740/statm: 201833 81691 1507 14 0 189111 0
[pid=28740/tid=28741] ppid=28730 vsize=807332 CPUtime=43.23
/proc/28740/task/28741/stat : 28741 (java) R 28730 28730 28009 0 -1 64 82101 0 0 0 4249 74 0 0 15 0 8 0 30822660 826707968 81691 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153822960 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28742] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28742/stat : 28742 (java) S 28730 28730 28009 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30822661 826707968 81691 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28743] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28743/stat : 28743 (java) S 28730 28730 28009 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30822661 826707968 81691 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28744] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28744/stat : 28744 (java) S 28730 28730 28009 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30822664 826707968 81691 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28745] ppid=28730 vsize=807332 CPUtime=0.13
/proc/28740/task/28745/stat : 28745 (java) S 28730 28730 28009 0 -1 64 401 0 0 0 13 0 0 0 16 0 8 0 30822664 826707968 81691 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28746] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28746/stat : 28746 (java) S 28730 28730 28009 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 30822664 826707968 81691 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28740/tid=28747] ppid=28730 vsize=807332 CPUtime=0
/proc/28740/task/28747/stat : 28747 (java) S 28730 28730 28009 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30822664 826707968 81691 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.15
Current children cumulated vsize (KiB) 821056

[startup+162.449 s]
/proc/loadavg: 2.96 3.92 3.18 4/95 28815
/proc/meminfo: memFree=1625248/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=23800 CPUtime=116.42
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 3686 110483 4 34 18 3 11467 154 16 0 1 0 30822262 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 5950 3170 373 3 0 3050 0
[pid=28749] ppid=28730 vsize=65080 CPUtime=41.43
/proc/28749/stat : 28749 (minisat) R 28730 28730 28009 0 -1 0 16886 0 0 0 4118 25 0 0 25 0 1 0 30834348 66641920 15847 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28749/statm: 16270 15847 52 112 0 16154 0
Current children cumulated CPU time (s) 157.85
Current children cumulated vsize (KiB) 88880

[startup+222.455 s]
/proc/loadavg: 2.72 3.66 3.13 3/95 28815
/proc/meminfo: memFree=1312096/2055920 swapFree=4145208/4192956

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

/proc/loadavg: 2.76 2.73 2.82 4/95 28815
/proc/meminfo: memFree=1192608/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=23800 CPUtime=116.42
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 3686 110483 4 34 18 3 11467 154 16 0 1 0 30822262 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 5950 3170 373 3 0 3050 0
[pid=28749] ppid=28730 vsize=108792 CPUtime=995.13
/proc/28749/stat : 28749 (minisat) R 28730 28730 28009 0 -1 0 27763 0 0 0 99470 43 0 0 25 0 1 0 30834348 111403008 26724 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528710 0 0 4096 3 0 0 0 17 0 0 0
/proc/28749/statm: 27198 26724 52 112 0 27082 0
Current children cumulated CPU time (s) 1111.55
Current children cumulated vsize (KiB) 132592

[startup+1183.38 s]
/proc/loadavg: 2.91 2.78 2.82 3/95 28815
/proc/meminfo: memFree=1193632/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=23800 CPUtime=116.42
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 3686 110483 4 34 18 3 11467 154 16 0 1 0 30822262 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 5950 3170 373 3 0 3050 0
[pid=28749] ppid=28730 vsize=108792 CPUtime=1054.62
/proc/28749/stat : 28749 (minisat) R 28730 28730 28009 0 -1 0 27763 0 0 0 105418 44 0 0 25 0 1 0 30834348 111403008 26724 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28749/statm: 27198 26724 52 112 0 27082 0
Current children cumulated CPU time (s) 1171.04
Current children cumulated vsize (KiB) 132592

[startup+1243.43 s]
/proc/loadavg: 2.91 2.80 2.82 4/95 28815
/proc/meminfo: memFree=1192416/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=23800 CPUtime=116.42
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 3686 110483 4 34 18 3 11467 154 16 0 1 0 30822262 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 5950 3170 373 3 0 3050 0
[pid=28749] ppid=28730 vsize=108792 CPUtime=1114.1
/proc/28749/stat : 28749 (minisat) R 28730 28730 28009 0 -1 0 27763 0 0 0 111366 44 0 0 25 0 1 0 30834348 111403008 26724 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28749/statm: 27198 26724 52 112 0 27082 0
Current children cumulated CPU time (s) 1230.52
Current children cumulated vsize (KiB) 132592

[startup+1303.49 s]
/proc/loadavg: 2.88 2.80 2.82 4/95 28815
/proc/meminfo: memFree=1192352/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=23800 CPUtime=116.42
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 3686 110483 4 34 18 3 11467 154 16 0 1 0 30822262 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 5950 3170 373 3 0 3050 0
[pid=28749] ppid=28730 vsize=108792 CPUtime=1173.57
/proc/28749/stat : 28749 (minisat) R 28730 28730 28009 0 -1 0 27763 0 0 0 117313 44 0 0 25 0 1 0 30834348 111403008 26724 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28749/statm: 27198 26724 52 112 0 27082 0
Current children cumulated CPU time (s) 1289.99
Current children cumulated vsize (KiB) 132592

[startup+1363.53 s]
/proc/loadavg: 2.80 2.79 2.81 4/95 28815
/proc/meminfo: memFree=1192224/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=23800 CPUtime=116.42
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 3686 110483 4 34 18 3 11467 154 16 0 1 0 30822262 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 5950 3170 373 3 0 3050 0
[pid=28749] ppid=28730 vsize=108792 CPUtime=1233.04
/proc/28749/stat : 28749 (minisat) R 28730 28730 28009 0 -1 0 27763 0 0 0 123260 44 0 0 25 0 1 0 30834348 111403008 26724 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 0 0 0
/proc/28749/statm: 27198 26724 52 112 0 27082 0
Current children cumulated CPU time (s) 1349.46
Current children cumulated vsize (KiB) 132592

[startup+1423.53 s]
/proc/loadavg: 2.87 2.81 2.82 4/95 28815
/proc/meminfo: memFree=1192992/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=23800 CPUtime=116.42
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 3686 110483 4 34 18 3 11467 154 16 0 1 0 30822262 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 5950 3170 373 3 0 3050 0
[pid=28749] ppid=28730 vsize=108792 CPUtime=1292.48
/proc/28749/stat : 28749 (minisat) R 28730 28730 28009 0 -1 0 27763 0 0 0 129204 44 0 0 25 0 1 0 30834348 111403008 26724 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528354 0 0 4096 3 0 0 0 17 0 0 0
/proc/28749/statm: 27198 26724 52 112 0 27082 0
Current children cumulated CPU time (s) 1408.9
Current children cumulated vsize (KiB) 132592

[startup+1483.62 s]
/proc/loadavg: 2.89 2.83 2.82 4/95 28817
/proc/meminfo: memFree=1188768/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=23800 CPUtime=116.42
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 3686 110483 4 34 18 3 11467 154 16 0 1 0 30822262 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 5950 3170 373 3 0 3050 0
[pid=28749] ppid=28730 vsize=108792 CPUtime=1351.98
/proc/28749/stat : 28749 (minisat) R 28730 28730 28009 0 -1 0 27763 0 0 0 135153 45 0 0 25 0 1 0 30834348 111403008 26724 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/28749/statm: 27198 26724 52 112 0 27082 0
Current children cumulated CPU time (s) 1468.4
Current children cumulated vsize (KiB) 132592

[startup+1543.62 s]
/proc/loadavg: 2.85 2.83 2.82 3/95 28817
/proc/meminfo: memFree=1189792/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=23800 CPUtime=116.42
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 3686 110483 4 34 18 3 11467 154 16 0 1 0 30822262 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 5950 3170 373 3 0 3050 0
[pid=28749] ppid=28730 vsize=108792 CPUtime=1411.42
/proc/28749/stat : 28749 (minisat) R 28730 28730 28009 0 -1 0 27764 0 0 0 141096 46 0 0 25 0 1 0 30834348 111403008 26725 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28749/statm: 27198 26725 52 112 0 27082 0
Current children cumulated CPU time (s) 1527.84
Current children cumulated vsize (KiB) 132592

[startup+1603.72 s]
/proc/loadavg: 2.94 2.85 2.82 4/95 28817
/proc/meminfo: memFree=1188640/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=23800 CPUtime=116.42
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 3686 110483 4 34 18 3 11467 154 16 0 1 0 30822262 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 5950 3170 373 3 0 3050 0
[pid=28749] ppid=28730 vsize=108792 CPUtime=1470.96
/proc/28749/stat : 28749 (minisat) R 28730 28730 28009 0 -1 0 27765 0 0 0 147050 46 0 0 25 0 1 0 30834348 111403008 26726 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28749/statm: 27198 26726 52 112 0 27082 0
Current children cumulated CPU time (s) 1587.38
Current children cumulated vsize (KiB) 132592

[startup+1663.79 s]
/proc/loadavg: 3.03 2.89 2.83 4/95 28817
/proc/meminfo: memFree=1189408/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=23800 CPUtime=116.42
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 3686 110483 4 34 18 3 11467 154 16 0 1 0 30822262 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 5950 3170 373 3 0 3050 0
[pid=28749] ppid=28730 vsize=108792 CPUtime=1530.46
/proc/28749/stat : 28749 (minisat) R 28730 28730 28009 0 -1 0 27778 0 0 0 153000 46 0 0 25 0 1 0 30834348 111403008 26739 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28749/statm: 27198 26739 52 112 0 27082 0
Current children cumulated CPU time (s) 1646.88
Current children cumulated vsize (KiB) 132592

[startup+1723.89 s]
/proc/loadavg: 2.84 2.87 2.83 4/95 28817
/proc/meminfo: memFree=1188448/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=23800 CPUtime=116.42
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 3686 110483 4 34 18 3 11467 154 16 0 1 0 30822262 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 5950 3170 373 3 0 3050 0
[pid=28749] ppid=28730 vsize=108792 CPUtime=1589.99
/proc/28749/stat : 28749 (minisat) R 28730 28730 28009 0 -1 0 27786 0 0 0 158953 46 0 0 25 0 1 0 30834348 111403008 26747 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28749/statm: 27198 26747 52 112 0 27082 0
Current children cumulated CPU time (s) 1706.41
Current children cumulated vsize (KiB) 132592

[startup+1783.95 s]
/proc/loadavg: 2.78 2.85 2.82 4/95 28817
/proc/meminfo: memFree=1188384/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=23800 CPUtime=116.42
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 3686 110483 4 34 18 3 11467 154 16 0 1 0 30822262 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 5950 3170 373 3 0 3050 0
[pid=28749] ppid=28730 vsize=108792 CPUtime=1649.48
/proc/28749/stat : 28749 (minisat) R 28730 28730 28009 0 -1 0 27786 0 0 0 164902 46 0 0 25 0 1 0 30834348 111403008 26747 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528398 0 0 4096 3 0 0 0 17 0 0 0
/proc/28749/statm: 27198 26747 52 112 0 27082 0
Current children cumulated CPU time (s) 1765.9
Current children cumulated vsize (KiB) 132592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.46 s]
/proc/loadavg: 2.75 2.83 2.81 4/95 28817
/proc/meminfo: memFree=1188256/2055920 swapFree=4145208/4192956
[pid=28730] ppid=28728 vsize=23800 CPUtime=116.42
/proc/28730/stat : 28730 (sugar) S 28728 28730 28009 0 -1 4194304 3686 110483 4 34 18 3 11467 154 16 0 1 0 30822262 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28730/statm: 5950 3170 373 3 0 3050 0
[pid=28749] ppid=28730 vsize=108792 CPUtime=1683.65
/proc/28749/stat : 28749 (minisat) R 28730 28730 28009 0 -1 0 27786 0 0 0 168318 47 0 0 25 0 1 0 30834348 111403008 26747 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28749/statm: 27198 26747 52 112 0 27082 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 132592

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28730 and gives childrusage.ru_utime.tv_sec=114 childrusage.ru_utime.tv_usec=858538 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=595757
CPU time returned by wait4() is 116.454
while last known CPU time is 1800.09

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

Real time (s): 1819.5
CPU time (s): 1800.09
CPU user time (s): 1798.03
CPU system time (s): 2.06
CPU usage (%): 98.9333
Max. virtual memory (cumulated for all children) (KiB): 821560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 114.859
system time used= 1.59576
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114255
page faults= 38
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27478
involuntary context switches= 27319

runsolver used 2.01369 s user time and 5.68314 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Mon Jan 29 22:11:20 UTC 2007


IDJOB= 238730
IDBENCH= 7017
IDSOLVER= 86
FILE ID= node24/238730-1170108679

PBS_JOBID= 3689870

Free space on /tmp= 57612 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/blackHole/BH-4-7/BlackHole-4-7-h-0_ext.xml
COMMAND LINE= /tmp/evaluation/238730-1170108679/solver /tmp/evaluation/238730-1170108679 /tmp/evaluation/238730-1170108679/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-238730-1170108679 -o ROOT/results/node24/solver-238730-1170108679 -C 1800 -M 900  /tmp/evaluation/238730-1170108679/solver /tmp/evaluation/238730-1170108679 /tmp/evaluation/238730-1170108679/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  2f16cfaa73e7f8b9ac71460b0eafe5f7

RANDOM SEED= 971731904

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:         86576 kB
Buffers:          9884 kB
Cached:        1769720 kB
SwapCached:       3084 kB
Active:          86972 kB
Inactive:      1758660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         86576 kB
SwapTotal:     4192956 kB
SwapFree:      4145208 kB
Dirty:          179568 kB
Writeback:         344 kB
Mapped:          80904 kB
Slab:           108444 kB
Committed_AS:   720748 kB
PageTables:       2280 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= 66551 MiB



End job on node24 on Mon Jan 29 22:41:39 UTC 2007