Trace number 223501

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sugar 0.40? (TO) 1800.16 1805.88

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-51_ext.xml
MD5SUM09dc3cc0417d573dccdcc383a849edb6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.27181
SatisfiableYES
(Un)Satisfiability was provedYES
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/223501-1170102821/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/223501-1170102821/unknown.xml [Mon Jan 29 21:33:43 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/223501-1170102821/unknown.xml /tmp/evaluation/223501-1170102821/sugar27508.csp [Mon Jan 29 21:33:43 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223501-1170102821/sugar-v0-40.jar -convert /tmp/evaluation/223501-1170102821/unknown.xml /tmp/evaluation/223501-1170102821/sugar27508.csp
0.24	c BEGIN convert /tmp/evaluation/223501-1170102821/unknown.xml
0.83	c END convert (0.586744 seconds)
0.88	c # CONVERT_XML  END : /tmp/evaluation/223501-1170102821/sugar27508.csp 1728037 bytes (1 seconds) [Mon Jan 29 21:33:44 2007]
0.88	c # CONVERT_XML  CPU : 0.01 = 0 + 0.01 + 0 + 0
0.88	
0.88	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223501-1170102821/sugar27508.bcnf [Mon Jan 29 21:33:44 2007]
0.88	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223501-1170102821/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223501-1170102821/sugar27508.map /tmp/evaluation/223501-1170102821/sugar27508.csp /tmp/evaluation/223501-1170102821/sugar27508.bcnf
1.01	c BEGIN parse /tmp/evaluation/223501-1170102821/sugar27508.csp
343.30	c END parse (342.29608 seconds)
343.30	c BEGIN simplify
344.37	c END simplify (1.063057 seconds)
344.37	c BEGIN encode /tmp/evaluation/223501-1170102821/sugar27508.bcnf
351.34	c END encode (6.977008 seconds)
352.05	c # GENERATE_SAT  END : 55476 variables 160436 clauses 82241452 bytes (351 seconds) [Mon Jan 29 21:39:35 2007]
352.05	c # GENERATE_SAT  CPU : 348.68 = 0.54 + 0.03 + 346.07 + 2.04
352.05	
352.05	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223501-1170102821/sugar27508.bcnf [Mon Jan 29 21:39:35 2007]
352.05	c # CMD : /tmp/evaluation/223501-1170102821/minisat /tmp/evaluation/223501-1170102821/sugar27508.bcnf /tmp/evaluation/223501-1170102821/sugar27508.out
353.88	c ==================================[MINISAT]===================================
353.88	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
353.88	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
353.88	c ==============================================================================
353.88	c |         0 |  160436 20399883 |   53478       0        0     nan |  0.000 % |
354.36	c |       108 |  160439 20399883 |   58825     105    10857   103.4 |  0.000 % |
354.61	c |       258 |  160441 20399883 |   64708     253    21623    85.5 |  0.000 % |
355.07	c |       485 |  160442 20399883 |   71179     479    41568    86.8 |  0.000 % |
355.66	c |       822 |  160443 20399883 |   78297     815    63103    77.4 |  0.000 % |
356.54	c |      1329 |  160445 20399883 |   86126    1320    97978    74.2 |  0.000 % |
357.96	c |      2090 |  160447 20399883 |   94739    2079   148836    71.6 |  0.000 % |
360.33	c |      3230 |  160450 20399883 |  104213    3216   272442    84.7 |  0.000 % |
364.27	c |      4939 |  160451 20399883 |  114634    4924   418572    85.0 |  0.000 % |
369.19	c |      7502 |  160458 20399883 |  126098    7480   572944    76.6 |  0.000 % |
376.92	c |     11347 |  160471 20399883 |  138708   11312   925084    81.8 |  0.000 % |
391.30	c |     17113 |  160479 20399883 |  152578   17070  1604708    94.0 |  0.000 % |
414.53	c |     25763 |  160485 20399883 |  167836   25714  2475705    96.3 |  0.000 % |
459.03	c |     38738 |  160500 20399883 |  184620   38674  4279455   110.7 |  0.000 % |
514.90	c |     58199 |  160511 20399883 |  203082   58124  6302606   108.4 |  0.000 % |
628.30	c |     87392 |  160526 20399883 |  223390   87302  9276585   106.3 |  0.000 % |
853.35	c |    131181 |  160541 20399883 |  245729  131076 14680869   112.0 |  0.000 % |
1270.02	c |    196866 |  160559 20399883 |  270302  196743 24017847   122.1 |  0.000 % |
1731.68	c |    295392 |  160596 20399883 |  297333   52021  7066763   135.8 |  0.000 % |
1804.82	
1804.82	s UNKNOWN
1804.82	c # INTERRUPTED
1804.82	c # MAIN  END :  (1805 seconds) [Mon Jan 29 22:03:48 2007]
1804.82	c # MAIN  CPU : 348.69 = 0.54 + 0.04 + 346.07 + 2.04
1804.82	

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-223501-1170102821 -o ROOT/results/node24/solver-223501-1170102821 -C 1800 -M 900 /tmp/evaluation/223501-1170102821/solver /tmp/evaluation/223501-1170102821 /tmp/evaluation/223501-1170102821/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.85 1.98 2.05 5/87 27509
/proc/meminfo: memFree=1871712/2055920 swapFree=4145208/4192956
[pid=27508] ppid=27506 vsize=5352 CPUtime=0
/proc/27508/stat : 27508 (solver) R 27506 27508 27094 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 30236630 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 237788261671 0 0 4096 0 0 0 0 17 1 0 0
/proc/27508/statm: 1338 231 193 169 0 49 0

[startup+0.112768 s]
/proc/loadavg: 1.85 1.98 2.05 5/87 27509
/proc/meminfo: memFree=1871712/2055920 swapFree=4145208/4192956
[pid=27508] ppid=27506 vsize=13724 CPUtime=0.03
/proc/27508/stat : 27508 (sugar) S 27506 27508 27094 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30236630 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27508/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.520818 s]
/proc/loadavg: 1.85 1.98 2.05 5/87 27509
/proc/meminfo: memFree=1871712/2055920 swapFree=4145208/4192956
[pid=27508] ppid=27506 vsize=13724 CPUtime=0.03
/proc/27508/stat : 27508 (sugar) S 27506 27508 27094 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30236630 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27508/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34391 s]
/proc/loadavg: 1.86 1.98 2.04 3/96 27525
/proc/meminfo: memFree=1859544/2055920 swapFree=4145208/4192956
[pid=27508] ppid=27506 vsize=13724 CPUtime=0.04
/proc/27508/stat : 27508 (sugar) S 27506 27508 27094 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 30236630 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27508/statm: 3431 809 371 3 0 531 0
[pid=27510] ppid=27508 vsize=0 CPUtime=0.7
/proc/27510/stat : 27510 (java) Z 27508 27508 27094 0 -1 1036 7672 0 1 0 64 6 0 0 17 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27510/statm: 0 0 0 0 0 0 0
[pid=27518] ppid=27508 vsize=807064 CPUtime=0.42
/proc/27518/stat : 27518 (java) R 27508 27508 27094 0 -1 0 7125 0 1 0 38 4 0 0 21 0 8 0 30236719 826433536 6874 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27518/statm: 201766 6874 1494 14 0 189044 0
[pid=27518/tid=27519] ppid=27508 vsize=807064 CPUtime=0.04
/proc/27518/task/27519/stat : 27519 (java) R 27508 27508 27094 0 -1 64 1072 0 0 0 4 0 0 0 16 0 8 0 30236722 826433536 6874 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152891724 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27520] ppid=27508 vsize=807064 CPUtime=0
/proc/27518/task/27520/stat : 27520 (java) S 27508 27508 27094 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30236723 826433536 6874 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27521] ppid=27508 vsize=807064 CPUtime=0
/proc/27518/task/27521/stat : 27521 (java) S 27508 27508 27094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30236723 826433536 6874 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27522] ppid=27508 vsize=807064 CPUtime=0
/proc/27518/task/27522/stat : 27522 (java) S 27508 27508 27094 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30236726 826433536 6874 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27523] ppid=27508 vsize=807064 CPUtime=0.05
/proc/27518/task/27523/stat : 27523 (java) S 27508 27508 27094 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30236726 826433536 6874 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27524] ppid=27508 vsize=807064 CPUtime=0
/proc/27518/task/27524/stat : 27524 (java) S 27508 27508 27094 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30236726 826433536 6874 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27525] ppid=27508 vsize=807064 CPUtime=0
/proc/27518/task/27525/stat : 27525 (java) S 27508 27508 27094 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30236726 826433536 6874 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 820788

[startup+2.99709 s]
/proc/loadavg: 1.86 1.98 2.04 3/96 27525
/proc/meminfo: memFree=1831192/2055920 swapFree=4145208/4192956
[pid=27508] ppid=27506 vsize=13724 CPUtime=0.04
/proc/27508/stat : 27508 (sugar) S 27506 27508 27094 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 30236630 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27508/statm: 3431 809 371 3 0 531 0
[pid=27510] ppid=27508 vsize=0 CPUtime=0.7
/proc/27510/stat : 27510 (java) Z 27508 27508 27094 0 -1 1036 7672 0 1 0 64 6 0 0 17 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27510/statm: 0 0 0 0 0 0 0
[pid=27518] ppid=27508 vsize=807064 CPUtime=2.07
/proc/27518/stat : 27518 (java) R 27508 27508 27094 0 -1 0 13892 0 1 0 199 8 0 0 25 0 8 0 30236719 826433536 13626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27518/statm: 201766 13626 1494 14 0 189044 0
[pid=27518/tid=27519] ppid=27508 vsize=807064 CPUtime=0.54
/proc/27518/task/27519/stat : 27519 (java) R 27508 27508 27094 0 -1 64 7824 0 0 0 51 3 0 0 16 0 8 0 30236722 826433536 13626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154023995 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27520] ppid=27508 vsize=807064 CPUtime=0
/proc/27518/task/27520/stat : 27520 (java) S 27508 27508 27094 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30236723 826433536 13626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27521] ppid=27508 vsize=807064 CPUtime=0
/proc/27518/task/27521/stat : 27521 (java) S 27508 27508 27094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30236723 826433536 13626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27522] ppid=27508 vsize=807064 CPUtime=0
/proc/27518/task/27522/stat : 27522 (java) S 27508 27508 27094 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30236726 826433536 13626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27523] ppid=27508 vsize=807064 CPUtime=0.05
/proc/27518/task/27523/stat : 27523 (java) S 27508 27508 27094 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 30236726 826433536 13626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27524] ppid=27508 vsize=807064 CPUtime=0
/proc/27518/task/27524/stat : 27524 (java) S 27508 27508 27094 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30236726 826433536 13626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27525] ppid=27508 vsize=807064 CPUtime=0
/proc/27518/task/27525/stat : 27525 (java) S 27508 27508 27094 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30236726 826433536 13626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 820788

[startup+6.24768 s]
/proc/loadavg: 1.87 1.98 2.04 3/96 27525
/proc/meminfo: memFree=1741784/2055920 swapFree=4145208/4192956
[pid=27508] ppid=27506 vsize=13724 CPUtime=0.04
/proc/27508/stat : 27508 (sugar) S 27506 27508 27094 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 30236630 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27508/statm: 3431 809 371 3 0 531 0
[pid=27510] ppid=27508 vsize=0 CPUtime=0.7
/proc/27510/stat : 27510 (java) Z 27508 27508 27094 0 -1 1036 7672 0 1 0 64 6 0 0 17 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27510/statm: 0 0 0 0 0 0 0
[pid=27518] ppid=27508 vsize=807336 CPUtime=5.29
/proc/27518/stat : 27518 (java) R 27508 27508 27094 0 -1 0 37844 0 1 0 509 20 0 0 25 0 8 0 30236719 826712064 37474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27518/statm: 201834 37474 1506 14 0 189112 0
[pid=27518/tid=27519] ppid=27508 vsize=807336 CPUtime=1.63
/proc/27518/task/27519/stat : 27519 (java) S 27508 27508 27094 0 -1 64 31523 0 0 0 149 14 0 0 15 0 8 0 30236722 826712064 37474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27520] ppid=27508 vsize=807336 CPUtime=0
/proc/27518/task/27520/stat : 27520 (java) S 27508 27508 27094 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30236723 826712064 37474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27521] ppid=27508 vsize=807336 CPUtime=0
/proc/27518/task/27521/stat : 27521 (java) S 27508 27508 27094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30236723 826712064 37474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27522] ppid=27508 vsize=807336 CPUtime=0
/proc/27518/task/27522/stat : 27522 (java) S 27508 27508 27094 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30236726 826712064 37474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27523] ppid=27508 vsize=807336 CPUtime=0.12
/proc/27518/task/27523/stat : 27523 (java) S 27508 27508 27094 0 -1 64 395 0 0 0 12 0 0 0 17 0 8 0 30236726 826712064 37474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27524] ppid=27508 vsize=807336 CPUtime=0
/proc/27518/task/27524/stat : 27524 (java) S 27508 27508 27094 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30236726 826712064 37474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27525] ppid=27508 vsize=807336 CPUtime=0
/proc/27518/task/27525/stat : 27525 (java) R 27508 27508 27094 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30236726 826712064 37474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 821060

[startup+12.7334 s]
/proc/loadavg: 1.88 1.98 2.04 4/96 27525
/proc/meminfo: memFree=1657112/2055920 swapFree=4145208/4192956
[pid=27508] ppid=27506 vsize=13724 CPUtime=0.04
/proc/27508/stat : 27508 (sugar) S 27506 27508 27094 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 30236630 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27508/statm: 3431 809 371 3 0 531 0
[pid=27510] ppid=27508 vsize=0 CPUtime=0.7
/proc/27510/stat : 27510 (java) Z 27508 27508 27094 0 -1 1036 7672 0 1 0 64 6 0 0 17 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27510/statm: 0 0 0 0 0 0 0
[pid=27518] ppid=27508 vsize=807336 CPUtime=11.69
/proc/27518/stat : 27518 (java) R 27508 27508 27094 0 -1 0 54715 0 1 0 1140 29 0 0 25 0 8 0 30236719 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27518/statm: 201834 54115 1507 14 0 189112 0
[pid=27518/tid=27519] ppid=27508 vsize=807336 CPUtime=4.03
/proc/27518/task/27519/stat : 27519 (java) S 27508 27508 27094 0 -1 64 48173 0 0 0 380 23 0 0 15 0 8 0 30236722 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27520] ppid=27508 vsize=807336 CPUtime=0
/proc/27518/task/27520/stat : 27520 (java) S 27508 27508 27094 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30236723 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27521] ppid=27508 vsize=807336 CPUtime=0
/proc/27518/task/27521/stat : 27521 (java) S 27508 27508 27094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30236723 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27522] ppid=27508 vsize=807336 CPUtime=0
/proc/27518/task/27522/stat : 27522 (java) S 27508 27508 27094 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30236726 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27523] ppid=27508 vsize=807336 CPUtime=0.14
/proc/27518/task/27523/stat : 27523 (java) S 27508 27508 27094 0 -1 64 401 0 0 0 14 0 0 0 16 0 8 0 30236726 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27524] ppid=27508 vsize=807336 CPUtime=0
/proc/27518/task/27524/stat : 27524 (java) S 27508 27508 27094 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30236726 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27525] ppid=27508 vsize=807336 CPUtime=0
/proc/27518/task/27525/stat : 27525 (java) S 27508 27508 27094 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30236726 826712064 54115 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) 821060

[startup+25.5836 s]
/proc/loadavg: 1.90 1.98 2.04 3/96 27525
/proc/meminfo: memFree=1656920/2055920 swapFree=4145208/4192956
[pid=27508] ppid=27506 vsize=13724 CPUtime=0.04
/proc/27508/stat : 27508 (sugar) S 27506 27508 27094 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 30236630 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27508/statm: 3431 809 371 3 0 531 0
[pid=27510] ppid=27508 vsize=0 CPUtime=0.7
/proc/27510/stat : 27510 (java) Z 27508 27508 27094 0 -1 1036 7672 0 1 0 64 6 0 0 17 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27510/statm: 0 0 0 0 0 0 0
[pid=27518] ppid=27508 vsize=807336 CPUtime=24.4
/proc/27518/stat : 27518 (java) R 27508 27508 27094 0 -1 0 55618 0 1 0 2405 35 0 0 25 0 8 0 30236719 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27518/statm: 201834 54115 1507 14 0 189112 0
[pid=27518/tid=27519] ppid=27508 vsize=807336 CPUtime=9.02
/proc/27518/task/27519/stat : 27519 (java) S 27508 27508 27094 0 -1 64 48654 0 0 0 875 27 0 0 15 0 8 0 30236722 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27520] ppid=27508 vsize=807336 CPUtime=0
/proc/27518/task/27520/stat : 27520 (java) S 27508 27508 27094 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30236723 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27521] ppid=27508 vsize=807336 CPUtime=0
/proc/27518/task/27521/stat : 27521 (java) S 27508 27508 27094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30236723 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27522] ppid=27508 vsize=807336 CPUtime=0
/proc/27518/task/27522/stat : 27522 (java) S 27508 27508 27094 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30236726 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27523] ppid=27508 vsize=807336 CPUtime=0.14
/proc/27518/task/27523/stat : 27523 (java) S 27508 27508 27094 0 -1 64 401 0 0 0 14 0 0 0 16 0 8 0 30236726 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27524] ppid=27508 vsize=807336 CPUtime=0
/proc/27518/task/27524/stat : 27524 (java) S 27508 27508 27094 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30236726 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27525] ppid=27508 vsize=807336 CPUtime=0
/proc/27518/task/27525/stat : 27525 (java) S 27508 27508 27094 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30236726 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 821060

[startup+51.2303 s]
/proc/loadavg: 2.20 2.05 2.06 3/96 27525
/proc/meminfo: memFree=1656856/2055920 swapFree=4145208/4192956
[pid=27508] ppid=27506 vsize=13724 CPUtime=0.04
/proc/27508/stat : 27508 (sugar) S 27506 27508 27094 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 30236630 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27508/statm: 3431 809 371 3 0 531 0
[pid=27510] ppid=27508 vsize=0 CPUtime=0.7
/proc/27510/stat : 27510 (java) Z 27508 27508 27094 0 -1 1036 7672 0 1 0 64 6 0 0 17 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27510/statm: 0 0 0 0 0 0 0
[pid=27518] ppid=27508 vsize=807336 CPUtime=49.77
/proc/27518/stat : 27518 (java) R 27508 27508 27094 0 -1 0 57175 0 1 0 4930 47 0 0 25 0 8 0 30236719 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27518/statm: 201834 54115 1507 14 0 189112 0
[pid=27518/tid=27519] ppid=27508 vsize=807336 CPUtime=19.34
/proc/27518/task/27519/stat : 27519 (java) R 27508 27508 27094 0 -1 64 49394 0 0 0 1898 36 0 0 15 0 8 0 30236722 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27520] ppid=27508 vsize=807336 CPUtime=0
/proc/27518/task/27520/stat : 27520 (java) S 27508 27508 27094 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30236723 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27521] ppid=27508 vsize=807336 CPUtime=0
/proc/27518/task/27521/stat : 27521 (java) S 27508 27508 27094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30236723 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27522] ppid=27508 vsize=807336 CPUtime=0
/proc/27518/task/27522/stat : 27522 (java) S 27508 27508 27094 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30236726 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27518/tid=27523] ppid=27508 vsize=807336 CPUtime=0.14

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

/proc/27592/stat : 27592 (minisat) R 27508 27508 27094 0 -1 0 47644 0 0 0 88893 57 0 0 25 0 1 0 30271835 193044480 46590 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527007 0 0 4096 3 0 0 0 17 0 0 0
/proc/27592/statm: 47130 46590 52 112 0 47014 0
Current children cumulated CPU time (s) 1238.92
Current children cumulated vsize (KiB) 232188

[startup+1303.01 s]
/proc/loadavg: 2.00 2.03 2.09 3/90 27593
/proc/meminfo: memFree=1335816/2055920 swapFree=4145208/4192956
[pid=27508] ppid=27506 vsize=43668 CPUtime=348.72
/proc/27508/stat : 27508 (sugar) S 27506 27508 27094 0 -1 4194304 8616 165122 0 1 57 4 34607 204 16 0 1 0 30236630 44716032 8033 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27508/statm: 10917 8033 373 3 0 8017 0
[pid=27510] ppid=27508 vsize=0 CPUtime=0.7
/proc/27510/stat : 27510 (java) Z 27508 27508 27094 0 -1 1036 7672 0 1 0 64 6 0 0 17 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27510/statm: 0 0 0 0 0 0 0
[pid=27592] ppid=27508 vsize=193624 CPUtime=949.44
/proc/27592/stat : 27592 (minisat) R 27508 27508 27094 0 -1 0 48933 0 0 0 94886 58 0 0 25 0 1 0 30271835 198270976 47879 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27592/statm: 48406 47879 52 112 0 48290 0
Current children cumulated CPU time (s) 1298.86
Current children cumulated vsize (KiB) 237292

[startup+1363.02 s]
/proc/loadavg: 2.00 2.02 2.09 3/90 27593
/proc/meminfo: memFree=1325384/2055920 swapFree=4145208/4192956
[pid=27508] ppid=27506 vsize=43668 CPUtime=348.72
/proc/27508/stat : 27508 (sugar) S 27506 27508 27094 0 -1 4194304 8616 165122 0 1 57 4 34607 204 16 0 1 0 30236630 44716032 8033 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27508/statm: 10917 8033 373 3 0 8017 0
[pid=27510] ppid=27508 vsize=0 CPUtime=0.7
/proc/27510/stat : 27510 (java) Z 27508 27508 27094 0 -1 1036 7672 0 1 0 64 6 0 0 17 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27510/statm: 0 0 0 0 0 0 0
[pid=27592] ppid=27508 vsize=198208 CPUtime=1009.41
/proc/27592/stat : 27592 (minisat) R 27508 27508 27094 0 -1 0 49993 0 0 0 100882 59 0 0 25 0 1 0 30271835 202964992 48939 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528549 0 0 4096 3 0 0 0 17 0 0 0
/proc/27592/statm: 49552 48939 52 112 0 49436 0
Current children cumulated CPU time (s) 1358.83
Current children cumulated vsize (KiB) 241876

[startup+1423.04 s]
/proc/loadavg: 2.00 2.02 2.08 3/90 27593
/proc/meminfo: memFree=1313032/2055920 swapFree=4145208/4192956
[pid=27508] ppid=27506 vsize=43668 CPUtime=348.72
/proc/27508/stat : 27508 (sugar) S 27506 27508 27094 0 -1 4194304 8616 165122 0 1 57 4 34607 204 16 0 1 0 30236630 44716032 8033 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27508/statm: 10917 8033 373 3 0 8017 0
[pid=27510] ppid=27508 vsize=0 CPUtime=0.7
/proc/27510/stat : 27510 (java) Z 27508 27508 27094 0 -1 1036 7672 0 1 0 64 6 0 0 17 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27510/statm: 0 0 0 0 0 0 0
[pid=27592] ppid=27508 vsize=204284 CPUtime=1069.37
/proc/27592/stat : 27592 (minisat) R 27508 27508 27094 0 -1 0 51524 0 0 0 106876 61 0 0 25 0 1 0 30271835 209186816 50470 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528572 0 0 4096 3 0 0 0 17 0 0 0
/proc/27592/statm: 51071 50470 52 112 0 50955 0
Current children cumulated CPU time (s) 1418.79
Current children cumulated vsize (KiB) 247952

[startup+1483.07 s]
/proc/loadavg: 2.00 2.01 2.08 3/90 27593
/proc/meminfo: memFree=1301000/2055920 swapFree=4145208/4192956
[pid=27508] ppid=27506 vsize=43668 CPUtime=348.72
/proc/27508/stat : 27508 (sugar) S 27506 27508 27094 0 -1 4194304 8616 165122 0 1 57 4 34607 204 16 0 1 0 30236630 44716032 8033 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27508/statm: 10917 8033 373 3 0 8017 0
[pid=27510] ppid=27508 vsize=0 CPUtime=0.7
/proc/27510/stat : 27510 (java) Z 27508 27508 27094 0 -1 1036 7672 0 1 0 64 6 0 0 17 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27510/statm: 0 0 0 0 0 0 0
[pid=27592] ppid=27508 vsize=210644 CPUtime=1129.33
/proc/27592/stat : 27592 (minisat) R 27508 27508 27094 0 -1 0 53102 0 0 0 112870 63 0 0 25 0 1 0 30271835 215699456 52048 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27592/statm: 52661 52048 52 112 0 52545 0
Current children cumulated CPU time (s) 1478.75
Current children cumulated vsize (KiB) 254312

[startup+1543.09 s]
/proc/loadavg: 2.00 2.00 2.07 3/90 27593
/proc/meminfo: memFree=1288776/2055920 swapFree=4145208/4192956
[pid=27508] ppid=27506 vsize=43668 CPUtime=348.72
/proc/27508/stat : 27508 (sugar) S 27506 27508 27094 0 -1 4194304 8616 165122 0 1 57 4 34607 204 16 0 1 0 30236630 44716032 8033 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27508/statm: 10917 8033 373 3 0 8017 0
[pid=27510] ppid=27508 vsize=0 CPUtime=0.7
/proc/27510/stat : 27510 (java) Z 27508 27508 27094 0 -1 1036 7672 0 1 0 64 6 0 0 17 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27510/statm: 0 0 0 0 0 0 0
[pid=27592] ppid=27508 vsize=217108 CPUtime=1189.29
/proc/27592/stat : 27592 (minisat) R 27508 27508 27094 0 -1 0 54743 0 0 0 118865 64 0 0 25 0 1 0 30271835 222318592 53689 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/27592/statm: 54277 53689 52 112 0 54161 0
Current children cumulated CPU time (s) 1538.71
Current children cumulated vsize (KiB) 260776

[startup+1603.11 s]
/proc/loadavg: 2.00 2.00 2.06 3/90 27593
/proc/meminfo: memFree=1276424/2055920 swapFree=4145208/4192956
[pid=27508] ppid=27506 vsize=43668 CPUtime=348.72
/proc/27508/stat : 27508 (sugar) S 27506 27508 27094 0 -1 4194304 8616 165122 0 1 57 4 34607 204 16 0 1 0 30236630 44716032 8033 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27508/statm: 10917 8033 373 3 0 8017 0
[pid=27510] ppid=27508 vsize=0 CPUtime=0.7
/proc/27510/stat : 27510 (java) Z 27508 27508 27094 0 -1 1036 7672 0 1 0 64 6 0 0 17 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27510/statm: 0 0 0 0 0 0 0
[pid=27592] ppid=27508 vsize=223968 CPUtime=1249.26
/proc/27592/stat : 27592 (minisat) R 27508 27508 27094 0 -1 0 56461 0 0 0 124860 66 0 0 25 0 1 0 30271835 229343232 55407 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 0 0 0
/proc/27592/statm: 55992 55407 52 112 0 55876 0
Current children cumulated CPU time (s) 1598.68
Current children cumulated vsize (KiB) 267636

[startup+1663.14 s]
/proc/loadavg: 2.00 2.00 2.06 3/96 27677
/proc/meminfo: memFree=1265480/2055920 swapFree=4145208/4192956
[pid=27508] ppid=27506 vsize=43668 CPUtime=348.72
/proc/27508/stat : 27508 (sugar) S 27506 27508 27094 0 -1 4194304 8616 165122 0 1 57 4 34607 204 16 0 1 0 30236630 44716032 8033 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27508/statm: 10917 8033 373 3 0 8017 0
[pid=27510] ppid=27508 vsize=0 CPUtime=0.7
/proc/27510/stat : 27510 (java) Z 27508 27508 27094 0 -1 1036 7672 0 1 0 64 6 0 0 17 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27510/statm: 0 0 0 0 0 0 0
[pid=27592] ppid=27508 vsize=227700 CPUtime=1309.18
/proc/27592/stat : 27592 (minisat) R 27508 27508 27094 0 -1 0 57409 0 0 0 130847 71 0 0 25 0 1 0 30271835 233164800 56355 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27592/statm: 56925 56355 52 112 0 56809 0
Current children cumulated CPU time (s) 1658.6
Current children cumulated vsize (KiB) 271368

[startup+1723.18 s]
/proc/loadavg: 2.03 2.01 2.06 3/96 27765
/proc/meminfo: memFree=1260688/2055920 swapFree=4145208/4192956
[pid=27508] ppid=27506 vsize=43668 CPUtime=348.72
/proc/27508/stat : 27508 (sugar) S 27506 27508 27094 0 -1 4194304 8616 165122 0 1 57 4 34607 204 16 0 1 0 30236630 44716032 8033 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27508/statm: 10917 8033 373 3 0 8017 0
[pid=27510] ppid=27508 vsize=0 CPUtime=0.7
/proc/27510/stat : 27510 (java) Z 27508 27508 27094 0 -1 1036 7672 0 1 0 64 6 0 0 17 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27510/statm: 0 0 0 0 0 0 0
[pid=27592] ppid=27508 vsize=227700 CPUtime=1369.14
/proc/27592/stat : 27592 (minisat) R 27508 27508 27094 0 -1 0 57409 0 0 0 136832 82 0 0 25 0 1 0 30271835 233164800 56355 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27592/statm: 56925 56355 52 112 0 56809 0
Current children cumulated CPU time (s) 1718.56
Current children cumulated vsize (KiB) 271368

[startup+1783.21 s]
/proc/loadavg: 2.01 2.01 2.05 3/90 27791
/proc/meminfo: memFree=1260616/2055920 swapFree=4145208/4192956
[pid=27508] ppid=27506 vsize=43668 CPUtime=348.72
/proc/27508/stat : 27508 (sugar) S 27506 27508 27094 0 -1 4194304 8616 165122 0 1 57 4 34607 204 16 0 1 0 30236630 44716032 8033 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27508/statm: 10917 8033 373 3 0 8017 0
[pid=27510] ppid=27508 vsize=0 CPUtime=0.7
/proc/27510/stat : 27510 (java) Z 27508 27508 27094 0 -1 1036 7672 0 1 0 64 6 0 0 17 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27510/statm: 0 0 0 0 0 0 0
[pid=27592] ppid=27508 vsize=227780 CPUtime=1429.11
/proc/27592/stat : 27592 (minisat) R 27508 27508 27094 0 -1 0 57417 0 0 0 142828 83 0 0 25 0 1 0 30271835 233246720 56363 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27592/statm: 56945 56363 52 112 0 56829 0
Current children cumulated CPU time (s) 1778.53
Current children cumulated vsize (KiB) 271448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.81 s]
/proc/loadavg: 2.01 2.00 2.05 3/90 27791
/proc/meminfo: memFree=1260616/2055920 swapFree=4145208/4192956
[pid=27508] ppid=27506 vsize=43668 CPUtime=348.72
/proc/27508/stat : 27508 (sugar) S 27506 27508 27094 0 -1 4194304 8616 165122 0 1 57 4 34607 204 16 0 1 0 30236630 44716032 8033 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27508/statm: 10917 8033 373 3 0 8017 0
[pid=27510] ppid=27508 vsize=0 CPUtime=0.7
/proc/27510/stat : 27510 (java) Z 27508 27508 27094 0 -1 1036 7672 0 1 0 64 6 0 0 17 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27510/statm: 0 0 0 0 0 0 0
[pid=27592] ppid=27508 vsize=227780 CPUtime=1450.68
/proc/27592/stat : 27592 (minisat) R 27508 27508 27094 0 -1 0 57417 0 0 0 144985 83 0 0 25 0 1 0 30271835 233246720 56363 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 0 0 0
/proc/27592/statm: 56945 56363 52 112 0 56829 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 271448

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 27508 and gives childrusage.ru_utime.tv_sec=346 childrusage.ru_utime.tv_usec=652300 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=137675
CPU time returned by wait4() is 348.79
while last known CPU time is 1800.16

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

Real time (s): 1805.88
CPU time (s): 1800.16
CPU user time (s): 1797.13
CPU system time (s): 3.03
CPU usage (%): 99.6833
Max. virtual memory (cumulated for all children) (KiB): 822568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 346.652
system time used= 2.13767
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173825
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= 49514
involuntary context switches= 52712

runsolver used 2.18967 s user time and 6.12707 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Mon Jan 29 20:33:41 UTC 2007


IDJOB= 223501
IDBENCH= 5647
IDSOLVER= 86
FILE ID= node24/223501-1170102821

PBS_JOBID= 3689752

Free space on /tmp= 66555 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  09dc3cc0417d573dccdcc383a849edb6

RANDOM SEED= 410907330

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:       1872256 kB
Buffers:         29164 kB
Cached:          46964 kB
SwapCached:       3296 kB
Active:          98648 kB
Inactive:        37040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1872256 kB
SwapTotal:     4192956 kB
SwapFree:      4145208 kB
Dirty:            1156 kB
Writeback:           0 kB
Mapped:          68288 kB
Slab:            32772 kB
Committed_AS:   474192 kB
PageTables:       2204 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= 66485 MiB



End job on node24 on Mon Jan 29 21:03:49 UTC 2007