Trace number 224264

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.08 1814.14

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-53_ext.xml
MD5SUMf86594c53a3ca65acac73f8c1ca7ed85
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.7871
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/224264-1170103228/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/224264-1170103228/unknown.xml [Mon Jan 29 21:40:28 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/224264-1170103228/unknown.xml /tmp/evaluation/224264-1170103228/sugar27167.csp [Mon Jan 29 21:40:28 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224264-1170103228/sugar-v0-40.jar -convert /tmp/evaluation/224264-1170103228/unknown.xml /tmp/evaluation/224264-1170103228/sugar27167.csp
0.18	c BEGIN convert /tmp/evaluation/224264-1170103228/unknown.xml
0.77	c END convert (0.59861 seconds)
0.81	c # CONVERT_XML  END : /tmp/evaluation/224264-1170103228/sugar27167.csp 1721379 bytes (1 seconds) [Mon Jan 29 21:40:29 2007]
0.81	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.81	
0.81	c # GENERATE_SAT  BEGIN : /tmp/evaluation/224264-1170103228/sugar27167.bcnf [Mon Jan 29 21:40:29 2007]
0.81	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224264-1170103228/sugar-v0-40.jar -bcnf -map /tmp/evaluation/224264-1170103228/sugar27167.map /tmp/evaluation/224264-1170103228/sugar27167.csp /tmp/evaluation/224264-1170103228/sugar27167.bcnf
0.97	c BEGIN parse /tmp/evaluation/224264-1170103228/sugar27167.csp
383.63	c END parse (382.663451 seconds)
383.63	c BEGIN simplify
384.80	c END simplify (1.166463 seconds)
384.80	c BEGIN encode /tmp/evaluation/224264-1170103228/sugar27167.bcnf
393.27	c END encode (8.472262 seconds)
394.00	c # GENERATE_SAT  END : 60108 variables 169293 clauses 88849208 bytes (393 seconds) [Mon Jan 29 21:47:02 2007]
394.00	c # GENERATE_SAT  CPU : 390.54 = 0.57 + 0.05 + 387.79 + 2.13
394.00	
394.00	c # SOLVE_SAT  BEGIN : /tmp/evaluation/224264-1170103228/sugar27167.bcnf [Mon Jan 29 21:47:02 2007]
394.00	c # CMD : /tmp/evaluation/224264-1170103228/minisat /tmp/evaluation/224264-1170103228/sugar27167.bcnf /tmp/evaluation/224264-1170103228/sugar27167.out
396.00	c ==================================[MINISAT]===================================
396.00	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
396.00	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
396.00	c ==============================================================================
396.00	c |         0 |  169293 22042961 |   56431       0        0     nan |  0.000 % |
396.17	c |       100 |  169295 22042961 |   62074      98     8177    83.4 |  0.000 % |
396.40	c |       250 |  169295 22042961 |   68281     248    20004    80.7 |  0.000 % |
396.72	c |       475 |  169295 22042961 |   75109     473    33448    70.7 |  0.000 % |
397.30	c |       812 |  169295 22042961 |   82620     810    56017    69.2 |  0.000 % |
398.16	c |      1318 |  169297 22042961 |   90882    1314    89820    68.4 |  0.000 % |
399.79	c |      2077 |  169297 22042961 |   99970    2073   160993    77.7 |  0.000 % |
402.53	c |      3216 |  169298 22042961 |  109968    3211   260922    81.3 |  0.000 % |
407.19	c |      4925 |  169307 22042961 |  120964    4911   419791    85.5 |  0.000 % |
414.17	c |      7488 |  169313 22042961 |  133061    7468   696949    93.3 |  0.000 % |
423.66	c |     11333 |  169332 22042961 |  146367   11294  1020138    90.3 |  0.000 % |
443.20	c |     17103 |  169336 22042961 |  161004   17060  1584034    92.9 |  0.000 % |
467.67	c |     25752 |  169345 22042961 |  177104   25700  2422858    94.3 |  0.000 % |
511.73	c |     38726 |  169354 22042961 |  194815   38665  3921383   101.4 |  0.000 % |
583.57	c |     58188 |  169370 22042961 |  214296   58111  5867713   101.0 |  0.000 % |
723.61	c |     87382 |  169386 22042961 |  235726   87289  9518216   109.0 |  0.000 % |
988.51	c |    131171 |  169401 22042961 |  259298  131063 16142631   123.2 |  0.000 % |
1483.09	c |    196855 |  169415 22042961 |  285228  196733 25983885   132.1 |  0.000 % |
1813.08	
1813.08	s UNKNOWN
1813.08	c # INTERRUPTED
1813.08	c # MAIN  END :  (1813 seconds) [Mon Jan 29 22:10:41 2007]
1813.08	c # MAIN  CPU : 390.54 = 0.57 + 0.05 + 387.79 + 2.13
1813.08	

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/node15/watcher-224264-1170103228 -o ROOT/results/node15/solver-224264-1170103228 -C 1800 -M 900 /tmp/evaluation/224264-1170103228/solver /tmp/evaluation/224264-1170103228 /tmp/evaluation/224264-1170103228/unknown.xml 

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

/proc/loadavg: 2.02 2.02 2.43 3/88 27168
/proc/meminfo: memFree=1763520/2055920 swapFree=4192812/4192956
[pid=27167] ppid=27165 vsize=928 CPUtime=0
/proc/27167/stat : 27167 (solver) R 27165 27167 25982 0 -1 4194304 48 0 0 0 0 0 0 0 20 0 1 0 30277147 950272 32 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 240469953779 0 0 4096 0 0 0 0 17 1 0 0
/proc/27167/statm: 232 32 25 169 0 8 0

[startup+0.103151 s]
/proc/loadavg: 2.02 2.02 2.43 3/88 27168
/proc/meminfo: memFree=1763520/2055920 swapFree=4192812/4192956
[pid=27167] ppid=27165 vsize=13724 CPUtime=0.03
/proc/27167/stat : 27167 (sugar) S 27165 27167 25982 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30277147 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27167/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.51122 s]
/proc/loadavg: 2.02 2.02 2.43 3/88 27168
/proc/meminfo: memFree=1763520/2055920 swapFree=4192812/4192956
[pid=27167] ppid=27165 vsize=13724 CPUtime=0.03
/proc/27167/stat : 27167 (sugar) S 27165 27167 25982 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30277147 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27167/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33736 s]
/proc/loadavg: 2.02 2.02 2.42 4/97 27184
/proc/meminfo: memFree=1746872/2055920 swapFree=4192812/4192956
[pid=27167] ppid=27165 vsize=13724 CPUtime=0.03
/proc/27167/stat : 27167 (sugar) S 27165 27167 25982 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30277147 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27167/statm: 3431 808 370 3 0 531 0
[pid=27169] ppid=27167 vsize=0 CPUtime=0.71
/proc/27169/stat : 27169 (java) Z 27167 27167 25982 0 -1 1036 7697 0 1 0 65 6 0 0 18 0 1 0 30277152 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27169/statm: 0 0 0 0 0 0 0
[pid=27177] ppid=27167 vsize=808088 CPUtime=0.46
/proc/27177/stat : 27177 (java) R 27167 27167 25982 0 -1 0 7373 0 1 0 43 3 0 0 17 0 8 0 30277229 827482112 7122 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073484312 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27177/statm: 202022 7122 1494 14 0 189300 0
[pid=27177/tid=27178] ppid=27167 vsize=808088 CPUtime=0.05
/proc/27177/task/27178/stat : 27178 (java) S 27167 27167 25982 0 -1 64 1320 0 0 0 5 0 0 0 16 0 8 0 30277235 827482112 7122 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27179] ppid=27167 vsize=808088 CPUtime=0
/proc/27177/task/27179/stat : 27179 (java) S 27167 27167 25982 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30277236 827482112 7122 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27180] ppid=27167 vsize=808088 CPUtime=0
/proc/27177/task/27180/stat : 27180 (java) S 27167 27167 25982 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 30277236 827482112 7122 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27181] ppid=27167 vsize=808088 CPUtime=0
/proc/27177/task/27181/stat : 27181 (java) S 27167 27167 25982 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30277239 827482112 7122 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27182] ppid=27167 vsize=808088 CPUtime=0.05
/proc/27177/task/27182/stat : 27182 (java) R 27167 27167 25982 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30277239 827482112 7122 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27183] ppid=27167 vsize=808088 CPUtime=0
/proc/27177/task/27183/stat : 27183 (java) S 27167 27167 25982 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 30277239 827482112 7122 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27184] ppid=27167 vsize=808088 CPUtime=0
/proc/27177/task/27184/stat : 27184 (java) S 27167 27167 25982 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30277239 827482112 7122 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 821812

[startup+2.97965 s]
/proc/loadavg: 2.02 2.02 2.42 3/97 27184
/proc/meminfo: memFree=1722936/2055920 swapFree=4192812/4192956
[pid=27167] ppid=27165 vsize=13724 CPUtime=0.03
/proc/27167/stat : 27167 (sugar) S 27165 27167 25982 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30277147 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27167/statm: 3431 808 370 3 0 531 0
[pid=27169] ppid=27167 vsize=0 CPUtime=0.71
/proc/27169/stat : 27169 (java) Z 27167 27167 25982 0 -1 1036 7697 0 1 0 65 6 0 0 18 0 1 0 30277152 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27169/statm: 0 0 0 0 0 0 0
[pid=27177] ppid=27167 vsize=808088 CPUtime=2.1
/proc/27177/stat : 27177 (java) R 27167 27167 25982 0 -1 0 14083 0 1 0 202 8 0 0 25 0 8 0 30277229 827482112 13817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073482407 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27177/statm: 202022 13817 1494 14 0 189300 0
[pid=27177/tid=27178] ppid=27167 vsize=808088 CPUtime=0.54
/proc/27177/task/27178/stat : 27178 (java) S 27167 27167 25982 0 -1 64 8015 0 0 0 50 4 0 0 16 0 8 0 30277235 827482112 13817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27179] ppid=27167 vsize=808088 CPUtime=0
/proc/27177/task/27179/stat : 27179 (java) S 27167 27167 25982 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30277236 827482112 13817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27180] ppid=27167 vsize=808088 CPUtime=0
/proc/27177/task/27180/stat : 27180 (java) S 27167 27167 25982 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 30277236 827482112 13817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27181] ppid=27167 vsize=808088 CPUtime=0
/proc/27177/task/27181/stat : 27181 (java) S 27167 27167 25982 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30277239 827482112 13817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27182] ppid=27167 vsize=808088 CPUtime=0.05
/proc/27177/task/27182/stat : 27182 (java) S 27167 27167 25982 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30277239 827482112 13817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27183] ppid=27167 vsize=808088 CPUtime=0
/proc/27177/task/27183/stat : 27183 (java) S 27167 27167 25982 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 30277239 827482112 13817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27184] ppid=27167 vsize=808088 CPUtime=0
/proc/27177/task/27184/stat : 27184 (java) S 27167 27167 25982 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30277239 827482112 13817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 821812

[startup+6.19621 s]
/proc/loadavg: 2.02 2.02 2.42 3/97 27184
/proc/meminfo: memFree=1629816/2055920 swapFree=4192812/4192956
[pid=27167] ppid=27165 vsize=13724 CPUtime=0.03
/proc/27167/stat : 27167 (sugar) S 27165 27167 25982 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30277147 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27167/statm: 3431 808 370 3 0 531 0
[pid=27169] ppid=27167 vsize=0 CPUtime=0.71
/proc/27169/stat : 27169 (java) Z 27167 27167 25982 0 -1 1036 7697 0 1 0 65 6 0 0 18 0 1 0 30277152 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27169/statm: 0 0 0 0 0 0 0
[pid=27177] ppid=27167 vsize=808364 CPUtime=5.27
/proc/27177/stat : 27177 (java) R 27167 27167 25982 0 -1 0 38404 0 1 0 505 22 0 0 25 0 8 0 30277229 827764736 38036 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27177/statm: 202091 38036 1506 14 0 189369 0
[pid=27177/tid=27178] ppid=27167 vsize=808364 CPUtime=1.66
/proc/27177/task/27178/stat : 27178 (java) S 27167 27167 25982 0 -1 64 32106 0 0 0 149 17 0 0 16 0 8 0 30277235 827764736 38036 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27179] ppid=27167 vsize=808364 CPUtime=0
/proc/27177/task/27179/stat : 27179 (java) S 27167 27167 25982 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30277236 827764736 38036 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27180] ppid=27167 vsize=808364 CPUtime=0
/proc/27177/task/27180/stat : 27180 (java) S 27167 27167 25982 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 30277236 827764736 38036 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27181] ppid=27167 vsize=808364 CPUtime=0
/proc/27177/task/27181/stat : 27181 (java) S 27167 27167 25982 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30277239 827764736 38036 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27182] ppid=27167 vsize=808364 CPUtime=0.12
/proc/27177/task/27182/stat : 27182 (java) S 27167 27167 25982 0 -1 64 385 0 0 0 12 0 0 0 16 0 8 0 30277239 827764736 38036 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27183] ppid=27167 vsize=808364 CPUtime=0
/proc/27177/task/27183/stat : 27183 (java) S 27167 27167 25982 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 30277239 827764736 38036 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27184] ppid=27167 vsize=808364 CPUtime=0
/proc/27177/task/27184/stat : 27184 (java) S 27167 27167 25982 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30277239 827764736 38036 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 822088

[startup+12.6693 s]
/proc/loadavg: 2.02 2.02 2.42 3/97 27184
/proc/meminfo: memFree=1548728/2055920 swapFree=4192812/4192956
[pid=27167] ppid=27165 vsize=13724 CPUtime=0.03
/proc/27167/stat : 27167 (sugar) S 27165 27167 25982 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30277147 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27167/statm: 3431 808 370 3 0 531 0
[pid=27169] ppid=27167 vsize=0 CPUtime=0.71
/proc/27169/stat : 27169 (java) Z 27167 27167 25982 0 -1 1036 7697 0 1 0 65 6 0 0 18 0 1 0 30277152 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27169/statm: 0 0 0 0 0 0 0
[pid=27177] ppid=27167 vsize=808364 CPUtime=11.67
/proc/27177/stat : 27177 (java) R 27167 27167 25982 0 -1 0 54815 0 1 0 1135 32 0 0 25 0 8 0 30277229 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073566943 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27177/statm: 202091 54111 1507 14 0 189369 0
[pid=27177/tid=27178] ppid=27167 vsize=808364 CPUtime=4
/proc/27177/task/27178/stat : 27178 (java) S 27167 27167 25982 0 -1 64 48283 0 0 0 375 25 0 0 16 0 8 0 30277235 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27179] ppid=27167 vsize=808364 CPUtime=0
/proc/27177/task/27179/stat : 27179 (java) S 27167 27167 25982 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30277236 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27180] ppid=27167 vsize=808364 CPUtime=0
/proc/27177/task/27180/stat : 27180 (java) S 27167 27167 25982 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 30277236 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27181] ppid=27167 vsize=808364 CPUtime=0
/proc/27177/task/27181/stat : 27181 (java) S 27167 27167 25982 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30277239 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27182] ppid=27167 vsize=808364 CPUtime=0.15
/proc/27177/task/27182/stat : 27182 (java) S 27167 27167 25982 0 -1 64 400 0 0 0 15 0 0 0 16 0 8 0 30277239 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27183] ppid=27167 vsize=808364 CPUtime=0
/proc/27177/task/27183/stat : 27183 (java) S 27167 27167 25982 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 30277239 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27184] ppid=27167 vsize=808364 CPUtime=0
/proc/27177/task/27184/stat : 27184 (java) S 27167 27167 25982 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30277239 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 822088

[startup+25.5215 s]
/proc/loadavg: 2.17 2.05 2.42 4/97 27184
/proc/meminfo: memFree=1548792/2055920 swapFree=4192812/4192956
[pid=27167] ppid=27165 vsize=13724 CPUtime=0.03
/proc/27167/stat : 27167 (sugar) S 27165 27167 25982 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30277147 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27167/statm: 3431 808 370 3 0 531 0
[pid=27169] ppid=27167 vsize=0 CPUtime=0.71
/proc/27169/stat : 27169 (java) Z 27167 27167 25982 0 -1 1036 7697 0 1 0 65 6 0 0 18 0 1 0 30277152 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27169/statm: 0 0 0 0 0 0 0
[pid=27177] ppid=27167 vsize=808364 CPUtime=24.37
/proc/27177/stat : 27177 (java) R 27167 27167 25982 0 -1 0 55800 0 1 0 2400 37 0 0 25 0 8 0 30277229 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27177/statm: 202091 54111 1507 14 0 189369 0
[pid=27177/tid=27178] ppid=27167 vsize=808364 CPUtime=8.99
/proc/27177/task/27178/stat : 27178 (java) S 27167 27167 25982 0 -1 64 48857 0 0 0 871 28 0 0 16 0 8 0 30277235 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27179] ppid=27167 vsize=808364 CPUtime=0
/proc/27177/task/27179/stat : 27179 (java) S 27167 27167 25982 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30277236 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27180] ppid=27167 vsize=808364 CPUtime=0
/proc/27177/task/27180/stat : 27180 (java) S 27167 27167 25982 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 30277236 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27181] ppid=27167 vsize=808364 CPUtime=0
/proc/27177/task/27181/stat : 27181 (java) S 27167 27167 25982 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30277239 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27182] ppid=27167 vsize=808364 CPUtime=0.15
/proc/27177/task/27182/stat : 27182 (java) S 27167 27167 25982 0 -1 64 400 0 0 0 15 0 0 0 17 0 8 0 30277239 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27183] ppid=27167 vsize=808364 CPUtime=0
/proc/27177/task/27183/stat : 27183 (java) S 27167 27167 25982 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 30277239 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27184] ppid=27167 vsize=808364 CPUtime=0
/proc/27177/task/27184/stat : 27184 (java) S 27167 27167 25982 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30277239 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 822088

[startup+51.1847 s]
/proc/loadavg: 2.31 2.09 2.43 4/97 27184
/proc/meminfo: memFree=1548728/2055920 swapFree=4192812/4192956
[pid=27167] ppid=27165 vsize=13724 CPUtime=0.03
/proc/27167/stat : 27167 (sugar) S 27165 27167 25982 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30277147 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27167/statm: 3431 808 370 3 0 531 0
[pid=27169] ppid=27167 vsize=0 CPUtime=0.71
/proc/27169/stat : 27169 (java) Z 27167 27167 25982 0 -1 1036 7697 0 1 0 65 6 0 0 18 0 1 0 30277152 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27169/statm: 0 0 0 0 0 0 0
[pid=27177] ppid=27167 vsize=808364 CPUtime=49.75
/proc/27177/stat : 27177 (java) R 27167 27167 25982 0 -1 0 57364 0 1 0 4927 48 0 0 25 0 8 0 30277229 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27177/statm: 202091 54111 1507 14 0 189369 0
[pid=27177/tid=27178] ppid=27167 vsize=808364 CPUtime=19.21
/proc/27177/task/27178/stat : 27178 (java) S 27167 27167 25982 0 -1 64 49605 0 0 0 1886 35 0 0 15 0 8 0 30277235 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27179] ppid=27167 vsize=808364 CPUtime=0
/proc/27177/task/27179/stat : 27179 (java) S 27167 27167 25982 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30277236 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27180] ppid=27167 vsize=808364 CPUtime=0
/proc/27177/task/27180/stat : 27180 (java) S 27167 27167 25982 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 30277236 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27181] ppid=27167 vsize=808364 CPUtime=0
/proc/27177/task/27181/stat : 27181 (java) S 27167 27167 25982 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30277239 827764736 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27177/tid=27182] ppid=27167 vsize=808364 CPUtime=0.15

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

/proc/27283/stat : 27283 (minisat) R 27167 27167 25982 0 -1 0 47452 0 0 0 84236 58 0 0 25 0 1 0 30316548 192151552 46399 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528532 0 0 4096 3 0 0 0 17 1 0 0
/proc/27283/statm: 46912 46399 52 112 0 46796 0
Current children cumulated CPU time (s) 1234.22
Current children cumulated vsize (KiB) 233560

[startup+1303.37 s]
/proc/loadavg: 2.92 2.75 2.65 4/102 27439
/proc/meminfo: memFree=926856/2055920 swapFree=4192812/4192956
[pid=27167] ppid=27165 vsize=45912 CPUtime=390.57
/proc/27167/stat : 27167 (sugar) S 27165 27167 25982 0 -1 4194304 9198 173134 0 1 60 5 38779 213 16 0 1 0 30277147 47013888 8614 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27167/statm: 11478 8614 373 3 0 8578 0
[pid=27169] ppid=27167 vsize=0 CPUtime=0.71
/proc/27169/stat : 27169 (java) Z 27167 27167 25982 0 -1 1036 7697 0 1 0 65 6 0 0 18 0 1 0 30277152 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27169/statm: 0 0 0 0 0 0 0
[pid=27283] ppid=27167 vsize=192164 CPUtime=902.54
/proc/27283/stat : 27283 (minisat) R 27167 27167 25982 0 -1 0 48620 0 0 0 90195 59 0 0 25 0 1 0 30316548 196775936 47567 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/27283/statm: 48041 47567 52 112 0 47925 0
Current children cumulated CPU time (s) 1293.82
Current children cumulated vsize (KiB) 238076

[startup+1363.43 s]
/proc/loadavg: 2.89 2.76 2.66 4/96 27481
/proc/meminfo: memFree=907208/2055920 swapFree=4192812/4192956
[pid=27167] ppid=27165 vsize=45912 CPUtime=390.57
/proc/27167/stat : 27167 (sugar) S 27165 27167 25982 0 -1 4194304 9198 173134 0 1 60 5 38779 213 16 0 1 0 30277147 47013888 8614 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27167/statm: 11478 8614 373 3 0 8578 0
[pid=27169] ppid=27167 vsize=0 CPUtime=0.71
/proc/27169/stat : 27169 (java) Z 27167 27167 25982 0 -1 1036 7697 0 1 0 65 6 0 0 18 0 1 0 30277152 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27169/statm: 0 0 0 0 0 0 0
[pid=27283] ppid=27167 vsize=196908 CPUtime=962.21
/proc/27283/stat : 27283 (minisat) R 27167 27167 25982 0 -1 0 49788 0 0 0 96161 60 0 0 25 0 1 0 30316548 201633792 48735 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525935 0 0 4096 3 0 0 0 17 1 0 0
/proc/27283/statm: 49227 48735 52 112 0 49111 0
Current children cumulated CPU time (s) 1353.49
Current children cumulated vsize (KiB) 242820

[startup+1423.52 s]
/proc/loadavg: 2.81 2.76 2.66 3/96 27481
/proc/meminfo: memFree=898696/2055920 swapFree=4192812/4192956
[pid=27167] ppid=27165 vsize=45912 CPUtime=390.57
/proc/27167/stat : 27167 (sugar) S 27165 27167 25982 0 -1 4194304 9198 173134 0 1 60 5 38779 213 16 0 1 0 30277147 47013888 8614 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27167/statm: 11478 8614 373 3 0 8578 0
[pid=27169] ppid=27167 vsize=0 CPUtime=0.71
/proc/27169/stat : 27169 (java) Z 27167 27167 25982 0 -1 1036 7697 0 1 0 65 6 0 0 18 0 1 0 30277152 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27169/statm: 0 0 0 0 0 0 0
[pid=27283] ppid=27167 vsize=200984 CPUtime=1021.97
/proc/27283/stat : 27283 (minisat) R 27167 27167 25982 0 -1 0 50830 0 0 0 102135 62 0 0 25 0 1 0 30316548 205807616 49777 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27283/statm: 50246 49777 52 112 0 50130 0
Current children cumulated CPU time (s) 1413.25
Current children cumulated vsize (KiB) 246896

[startup+1483.61 s]
/proc/loadavg: 2.61 2.71 2.65 4/96 27481
/proc/meminfo: memFree=892296/2055920 swapFree=4192812/4192956
[pid=27167] ppid=27165 vsize=45912 CPUtime=390.57
/proc/27167/stat : 27167 (sugar) S 27165 27167 25982 0 -1 4194304 9198 173134 0 1 60 5 38779 213 16 0 1 0 30277147 47013888 8614 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27167/statm: 11478 8614 373 3 0 8578 0
[pid=27169] ppid=27167 vsize=0 CPUtime=0.71
/proc/27169/stat : 27169 (java) Z 27167 27167 25982 0 -1 1036 7697 0 1 0 65 6 0 0 18 0 1 0 30277152 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27169/statm: 0 0 0 0 0 0 0
[pid=27283] ppid=27167 vsize=205708 CPUtime=1081.6
/proc/27283/stat : 27283 (minisat) R 27167 27167 25982 0 -1 0 52002 0 0 0 108096 64 0 0 25 0 1 0 30316548 210644992 50949 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/27283/statm: 51427 50949 52 112 0 51311 0
Current children cumulated CPU time (s) 1472.88
Current children cumulated vsize (KiB) 251620

[startup+1543.67 s]
/proc/loadavg: 2.61 2.71 2.65 4/96 27481
/proc/meminfo: memFree=889096/2055920 swapFree=4192812/4192956
[pid=27167] ppid=27165 vsize=45912 CPUtime=390.57
/proc/27167/stat : 27167 (sugar) S 27165 27167 25982 0 -1 4194304 9198 173134 0 1 60 5 38779 213 16 0 1 0 30277147 47013888 8614 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27167/statm: 11478 8614 373 3 0 8578 0
[pid=27169] ppid=27167 vsize=0 CPUtime=0.71
/proc/27169/stat : 27169 (java) Z 27167 27167 25982 0 -1 1036 7697 0 1 0 65 6 0 0 18 0 1 0 30277152 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27169/statm: 0 0 0 0 0 0 0
[pid=27283] ppid=27167 vsize=206744 CPUtime=1141.09
/proc/27283/stat : 27283 (minisat) R 27167 27167 25982 0 -1 0 52283 0 0 0 114044 65 0 0 25 0 1 0 30316548 211705856 51230 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/27283/statm: 51686 51230 52 112 0 51570 0
Current children cumulated CPU time (s) 1532.37
Current children cumulated vsize (KiB) 252656

[startup+1603.72 s]
/proc/loadavg: 2.84 2.76 2.67 4/96 27481
/proc/meminfo: memFree=889032/2055920 swapFree=4192812/4192956
[pid=27167] ppid=27165 vsize=45912 CPUtime=390.57
/proc/27167/stat : 27167 (sugar) S 27165 27167 25982 0 -1 4194304 9198 173134 0 1 60 5 38779 213 16 0 1 0 30277147 47013888 8614 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27167/statm: 11478 8614 373 3 0 8578 0
[pid=27169] ppid=27167 vsize=0 CPUtime=0.71
/proc/27169/stat : 27169 (java) Z 27167 27167 25982 0 -1 1036 7697 0 1 0 65 6 0 0 18 0 1 0 30277152 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27169/statm: 0 0 0 0 0 0 0
[pid=27283] ppid=27167 vsize=206744 CPUtime=1200.58
/proc/27283/stat : 27283 (minisat) R 27167 27167 25982 0 -1 0 52283 0 0 0 119993 65 0 0 25 0 1 0 30316548 211705856 51230 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27283/statm: 51686 51230 52 112 0 51570 0
Current children cumulated CPU time (s) 1591.86
Current children cumulated vsize (KiB) 252656

[startup+1663.8 s]
/proc/loadavg: 2.68 2.72 2.66 5/96 27481
/proc/meminfo: memFree=888968/2055920 swapFree=4192812/4192956
[pid=27167] ppid=27165 vsize=45912 CPUtime=390.57
/proc/27167/stat : 27167 (sugar) S 27165 27167 25982 0 -1 4194304 9198 173134 0 1 60 5 38779 213 16 0 1 0 30277147 47013888 8614 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27167/statm: 11478 8614 373 3 0 8578 0
[pid=27169] ppid=27167 vsize=0 CPUtime=0.71
/proc/27169/stat : 27169 (java) Z 27167 27167 25982 0 -1 1036 7697 0 1 0 65 6 0 0 18 0 1 0 30277152 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27169/statm: 0 0 0 0 0 0 0
[pid=27283] ppid=27167 vsize=206744 CPUtime=1260.09
/proc/27283/stat : 27283 (minisat) R 27167 27167 25982 0 -1 0 52283 0 0 0 125944 65 0 0 25 0 1 0 30316548 211705856 51230 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/27283/statm: 51686 51230 52 112 0 51570 0
Current children cumulated CPU time (s) 1651.37
Current children cumulated vsize (KiB) 252656

[startup+1723.86 s]
/proc/loadavg: 2.76 2.74 2.66 3/96 27481
/proc/meminfo: memFree=888904/2055920 swapFree=4192812/4192956
[pid=27167] ppid=27165 vsize=45912 CPUtime=390.57
/proc/27167/stat : 27167 (sugar) S 27165 27167 25982 0 -1 4194304 9198 173134 0 1 60 5 38779 213 16 0 1 0 30277147 47013888 8614 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27167/statm: 11478 8614 373 3 0 8578 0
[pid=27169] ppid=27167 vsize=0 CPUtime=0.71
/proc/27169/stat : 27169 (java) Z 27167 27167 25982 0 -1 1036 7697 0 1 0 65 6 0 0 18 0 1 0 30277152 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27169/statm: 0 0 0 0 0 0 0
[pid=27283] ppid=27167 vsize=206744 CPUtime=1319.63
/proc/27283/stat : 27283 (minisat) R 27167 27167 25982 0 -1 0 52283 0 0 0 131898 65 0 0 25 0 1 0 30316548 211705856 51230 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527217 0 0 4096 3 0 0 0 17 0 0 0
/proc/27283/statm: 51686 51230 52 112 0 51570 0
Current children cumulated CPU time (s) 1710.91
Current children cumulated vsize (KiB) 252656

[startup+1783.94 s]
/proc/loadavg: 2.75 2.74 2.67 4/96 27481
/proc/meminfo: memFree=888840/2055920 swapFree=4192812/4192956
[pid=27167] ppid=27165 vsize=45912 CPUtime=390.57
/proc/27167/stat : 27167 (sugar) S 27165 27167 25982 0 -1 4194304 9198 173134 0 1 60 5 38779 213 16 0 1 0 30277147 47013888 8614 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27167/statm: 11478 8614 373 3 0 8578 0
[pid=27169] ppid=27167 vsize=0 CPUtime=0.71
/proc/27169/stat : 27169 (java) Z 27167 27167 25982 0 -1 1036 7697 0 1 0 65 6 0 0 18 0 1 0 30277152 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27169/statm: 0 0 0 0 0 0 0
[pid=27283] ppid=27167 vsize=206896 CPUtime=1379.65
/proc/27283/stat : 27283 (minisat) R 27167 27167 25982 0 -1 0 52292 0 0 0 137900 65 0 0 25 0 1 0 30316548 211861504 51239 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/27283/statm: 51724 51239 52 112 0 51608 0
Current children cumulated CPU time (s) 1770.93
Current children cumulated vsize (KiB) 252808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.06 s]
/proc/loadavg: 2.77 2.75 2.67 4/96 27481
/proc/meminfo: memFree=888776/2055920 swapFree=4192812/4192956
[pid=27167] ppid=27165 vsize=45912 CPUtime=390.57
/proc/27167/stat : 27167 (sugar) S 27165 27167 25982 0 -1 4194304 9198 173134 0 1 60 5 38779 213 16 0 1 0 30277147 47013888 8614 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27167/statm: 11478 8614 373 3 0 8578 0
[pid=27169] ppid=27167 vsize=0 CPUtime=0.71
/proc/27169/stat : 27169 (java) Z 27167 27167 25982 0 -1 1036 7697 0 1 0 65 6 0 0 18 0 1 0 30277152 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27169/statm: 0 0 0 0 0 0 0
[pid=27283] ppid=27167 vsize=206896 CPUtime=1408.74
/proc/27283/stat : 27283 (minisat) R 27167 27167 25982 0 -1 0 52301 0 0 0 140808 66 0 0 25 0 1 0 30316548 211861504 51248 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27283/statm: 51724 51248 52 112 0 51608 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 252808

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 27167 and gives childrusage.ru_utime.tv_sec=388 childrusage.ru_utime.tv_usec=402953 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=251657
CPU time returned by wait4() is 390.655
while last known CPU time is 1800.08

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

Real time (s): 1814.14
CPU time (s): 1800.08
CPU user time (s): 1797.12
CPU system time (s): 2.96
CPU usage (%): 99.2252
Max. virtual memory (cumulated for all children) (KiB): 823092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 388.403
system time used= 2.25166
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182419
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= 52622
involuntary context switches= 56650

runsolver used 2.25366 s user time and 6.19406 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Jan 29 20:40:28 UTC 2007


IDJOB= 224264
IDBENCH= 5730
IDSOLVER= 86
FILE ID= node15/224264-1170103228

PBS_JOBID= 3689488

Free space on /tmp= 66551 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-53_ext.xml
COMMAND LINE= /tmp/evaluation/224264-1170103228/solver /tmp/evaluation/224264-1170103228 /tmp/evaluation/224264-1170103228/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-224264-1170103228 -o ROOT/results/node15/solver-224264-1170103228 -C 1800 -M 900  /tmp/evaluation/224264-1170103228/solver /tmp/evaluation/224264-1170103228 /tmp/evaluation/224264-1170103228/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f86594c53a3ca65acac73f8c1ca7ed85

RANDOM SEED= 604035538

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.276
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.276
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:       1764000 kB
Buffers:         61104 kB
Cached:          58032 kB
SwapCached:          0 kB
Active:         173832 kB
Inactive:        64452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1076 kB
Writeback:           0 kB
Mapped:         138832 kB
Slab:            38308 kB
Committed_AS:   490628 kB
PageTables:       2260 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= 66556 MiB



End job on node15 on Mon Jan 29 21:10:42 UTC 2007