Trace number 223783

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.1 1811.82

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-43_ext.xml
MD5SUM39c370cf5dacf33fbeebdad3c1e8acaa
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 benchmark11.1133
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.04	c # Sugar v0-40 (/tmp/evaluation/223783-1170102836/sugar-v0-40.jar)
0.04	
0.05	c # MAIN  BEGIN : /tmp/evaluation/223783-1170102836/unknown.xml [Mon Jan 29 21:34:00 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/223783-1170102836/unknown.xml /tmp/evaluation/223783-1170102836/sugar25297.csp [Mon Jan 29 21:34:00 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223783-1170102836/sugar-v0-40.jar -convert /tmp/evaluation/223783-1170102836/unknown.xml /tmp/evaluation/223783-1170102836/sugar25297.csp
0.16	c BEGIN convert /tmp/evaluation/223783-1170102836/unknown.xml
0.72	c END convert (0.554329 seconds)
0.75	c # CONVERT_XML  END : /tmp/evaluation/223783-1170102836/sugar25297.csp 1732358 bytes (1 seconds) [Mon Jan 29 21:34:01 2007]
0.75	c # CONVERT_XML  CPU : 0.66 = 0 + 0 + 0.6 + 0.06
0.75	
0.75	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223783-1170102836/sugar25297.bcnf [Mon Jan 29 21:34:01 2007]
0.75	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223783-1170102836/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223783-1170102836/sugar25297.map /tmp/evaluation/223783-1170102836/sugar25297.csp /tmp/evaluation/223783-1170102836/sugar25297.bcnf
0.86	c BEGIN parse /tmp/evaluation/223783-1170102836/sugar25297.csp
326.65	c END parse (325.786791 seconds)
326.68	c BEGIN simplify
327.65	c END simplify (1.004098 seconds)
327.65	c BEGIN encode /tmp/evaluation/223783-1170102836/sugar25297.bcnf
334.17	c END encode (6.511444 seconds)
334.79	c # GENERATE_SAT  END : 52870 variables 155345 clauses 78082168 bytes (334 seconds) [Mon Jan 29 21:39:35 2007]
334.79	c # GENERATE_SAT  CPU : 330.73 = 0.48 + 0.05 + 328.18 + 2.02
334.79	
334.79	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223783-1170102836/sugar25297.bcnf [Mon Jan 29 21:39:35 2007]
334.79	c # CMD : /tmp/evaluation/223783-1170102836/minisat /tmp/evaluation/223783-1170102836/sugar25297.bcnf /tmp/evaluation/223783-1170102836/sugar25297.out
336.48	c ==================================[MINISAT]===================================
336.48	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
336.48	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
336.48	c ==============================================================================
336.48	c |         0 |  155345 19365155 |   51781       0        0     nan |  0.000 % |
336.55	c |       100 |  155345 19365155 |   56959     100     7375    73.8 |  0.000 % |
336.74	c |       250 |  155349 19365155 |   62655     246    12251    49.8 |  0.000 % |
337.07	c |       476 |  155352 19365155 |   68920     469    21721    46.3 |  0.000 % |
337.56	c |       813 |  155354 19365155 |   75812     804    40032    49.8 |  0.000 % |
338.36	c |      1320 |  155354 19365155 |   83393    1311    69056    52.7 |  0.000 % |
339.77	c |      2079 |  155359 19365155 |   91733    2065   123378    59.7 |  0.000 % |
342.21	c |      3220 |  155361 19365155 |  100906    3204   201846    63.0 |  0.000 % |
345.59	c |      4929 |  155365 19365155 |  110997    4909   411294    83.8 |  0.000 % |
350.41	c |      7491 |  155367 19365155 |  122096    7469   622939    83.4 |  0.000 % |
359.84	c |     11335 |  155371 19365155 |  134306   11309   961590    85.0 |  0.000 % |
380.11	c |     17101 |  155374 19365155 |  147737   17072  1495541    87.6 |  0.000 % |
404.15	c |     25750 |  155379 19365155 |  162510   25716  2433102    94.6 |  0.000 % |
446.34	c |     38724 |  155388 19365155 |  178762   38681  3710321    95.9 |  0.000 % |
528.51	c |     58185 |  155404 19365155 |  196638   58126  5825066   100.2 |  0.000 % |
641.16	c |     87377 |  155426 19365155 |  216302   87296  8868310   101.6 |  0.000 % |
855.31	c |    131166 |  155445 19365155 |  237932  131066 13893446   106.0 |  0.000 % |
1168.94	c |    196851 |  155464 19365155 |  261725  196732 21463467   109.1 |  0.000 % |
1798.31	c |    295379 |  155492 19365155 |  287898   60864  7409629   121.7 |  0.000 % |
1810.76	
1810.76	s UNKNOWN
1810.76	c # INTERRUPTED
1810.76	c # MAIN  END :  (1811 seconds) [Mon Jan 29 22:04:11 2007]
1810.76	c # MAIN  CPU : 331.39 = 0.48 + 0.05 + 328.78 + 2.08
1810.76	

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/node26/watcher-223783-1170102836 -o ROOT/results/node26/solver-223783-1170102836 -C 1800 -M 900 /tmp/evaluation/223783-1170102836/solver /tmp/evaluation/223783-1170102836 /tmp/evaluation/223783-1170102836/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.66 1.92 1.98 5/95 25298
/proc/meminfo: memFree=1662016/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=18540 CPUtime=0
/proc/25297/stat : 25297 (runsolver) R 25295 25297 25019 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30237676 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25297/statm: 4635 279 244 17 0 2626 0

[startup+0.10428 s]
/proc/loadavg: 1.66 1.92 1.98 5/95 25298
/proc/meminfo: memFree=1662016/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=13724 CPUtime=0.03
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30237676 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25297/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.512357 s]
/proc/loadavg: 1.66 1.92 1.98 5/95 25298
/proc/meminfo: memFree=1662016/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=13724 CPUtime=0.03
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30237676 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25297/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.3355 s]
/proc/loadavg: 1.66 1.92 1.98 4/103 25314
/proc/meminfo: memFree=1638848/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=13724 CPUtime=0.69
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 1190 7672 0 1 3 0 60 6 15 0 1 0 30237676 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25297/statm: 3431 809 371 3 0 531 0
[pid=25307] ppid=25297 vsize=807064 CPUtime=0.56
/proc/25307/stat : 25307 (java) R 25297 25297 25019 0 -1 0 7808 0 1 0 52 4 0 0 25 0 8 0 30237752 826433536 7556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073511229 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25307/statm: 201766 7556 1494 14 0 189044 0
[pid=25307/tid=25308] ppid=25297 vsize=807064 CPUtime=0.08
/proc/25307/task/25308/stat : 25308 (java) S 25297 25297 25019 0 -1 64 1755 0 0 0 8 0 0 0 16 0 8 0 30237755 826433536 7556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25309] ppid=25297 vsize=807064 CPUtime=0
/proc/25307/task/25309/stat : 25309 (java) S 25297 25297 25019 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30237755 826433536 7556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25310] ppid=25297 vsize=807064 CPUtime=0
/proc/25307/task/25310/stat : 25310 (java) S 25297 25297 25019 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30237755 826433536 7556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25311] ppid=25297 vsize=807064 CPUtime=0
/proc/25307/task/25311/stat : 25311 (java) S 25297 25297 25019 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30237758 826433536 7556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25312] ppid=25297 vsize=807064 CPUtime=0.05
/proc/25307/task/25312/stat : 25312 (java) S 25297 25297 25019 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30237758 826433536 7556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25313] ppid=25297 vsize=807064 CPUtime=0
/proc/25307/task/25313/stat : 25313 (java) S 25297 25297 25019 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30237758 826433536 7556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25314] ppid=25297 vsize=807064 CPUtime=0
/proc/25307/task/25314/stat : 25314 (java) S 25297 25297 25019 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30237758 826433536 7556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 820788

[startup+2.98178 s]
/proc/loadavg: 1.69 1.92 1.98 3/103 25314
/proc/meminfo: memFree=1617600/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=13724 CPUtime=0.69
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 1190 7672 0 1 3 0 60 6 15 0 1 0 30237676 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25297/statm: 3431 809 371 3 0 531 0
[pid=25307] ppid=25297 vsize=807332 CPUtime=2.2
/proc/25307/stat : 25307 (java) R 25297 25297 25019 0 -1 0 14908 0 1 0 211 9 0 0 25 0 8 0 30237752 826707968 14640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25307/statm: 201833 14640 1506 14 0 189111 0
[pid=25307/tid=25308] ppid=25297 vsize=807332 CPUtime=0.59
/proc/25307/task/25308/stat : 25308 (java) S 25297 25297 25019 0 -1 64 8743 0 0 0 55 4 0 0 16 0 8 0 30237755 826707968 14640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25309] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25309/stat : 25309 (java) S 25297 25297 25019 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30237755 826707968 14640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25310] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25310/stat : 25310 (java) S 25297 25297 25019 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30237755 826707968 14640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25311] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25311/stat : 25311 (java) S 25297 25297 25019 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30237758 826707968 14640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25312] ppid=25297 vsize=807332 CPUtime=0.08
/proc/25307/task/25312/stat : 25312 (java) R 25297 25297 25019 0 -1 64 353 0 0 0 8 0 0 0 16 0 8 0 30237758 826707968 14640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153146618 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25313] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25313/stat : 25313 (java) S 25297 25297 25019 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30237758 826707968 14640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25314] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25314/stat : 25314 (java) S 25297 25297 25019 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30237758 826707968 14640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 821056

[startup+6.21175 s]
/proc/loadavg: 1.69 1.92 1.98 5/103 25314
/proc/meminfo: memFree=1522112/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=13724 CPUtime=0.69
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 1190 7672 0 1 3 0 60 6 15 0 1 0 30237676 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25297/statm: 3431 809 371 3 0 531 0
[pid=25307] ppid=25297 vsize=807332 CPUtime=5.41
/proc/25307/stat : 25307 (java) R 25297 25297 25019 0 -1 0 39923 0 1 0 518 23 0 0 25 0 8 0 30237752 826707968 39548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25307/statm: 201833 39548 1506 14 0 189111 0
[pid=25307/tid=25308] ppid=25297 vsize=807332 CPUtime=1.7
/proc/25307/task/25308/stat : 25308 (java) S 25297 25297 25019 0 -1 64 33619 0 0 0 153 17 0 0 15 0 8 0 30237755 826707968 39548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25309] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25309/stat : 25309 (java) S 25297 25297 25019 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30237755 826707968 39548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25310] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25310/stat : 25310 (java) S 25297 25297 25019 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30237755 826707968 39548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25311] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25311/stat : 25311 (java) S 25297 25297 25019 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30237758 826707968 39548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25312] ppid=25297 vsize=807332 CPUtime=0.12
/proc/25307/task/25312/stat : 25312 (java) S 25297 25297 25019 0 -1 64 385 0 0 0 12 0 0 0 16 0 8 0 30237758 826707968 39548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25313] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25313/stat : 25313 (java) S 25297 25297 25019 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30237758 826707968 39548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25314] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25314/stat : 25314 (java) R 25297 25297 25019 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30237758 826707968 39548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 821056

[startup+12.6775 s]
/proc/loadavg: 1.90 1.96 1.99 5/103 25314
/proc/meminfo: memFree=1447104/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=13724 CPUtime=0.69
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 1190 7672 0 1 3 0 60 6 15 0 1 0 30237676 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25297/statm: 3431 809 371 3 0 531 0
[pid=25307] ppid=25297 vsize=807332 CPUtime=11.83
/proc/25307/stat : 25307 (java) R 25297 25297 25019 0 -1 0 55071 0 1 0 1151 32 0 0 25 0 8 0 30237752 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073489623 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25307/statm: 201833 54110 1507 14 0 189111 0
[pid=25307/tid=25308] ppid=25297 vsize=807332 CPUtime=3.99
/proc/25307/task/25308/stat : 25308 (java) S 25297 25297 25019 0 -1 64 48535 0 0 0 374 25 0 0 16 0 8 0 30237755 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25309] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25309/stat : 25309 (java) S 25297 25297 25019 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30237755 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25310] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25310/stat : 25310 (java) S 25297 25297 25019 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30237755 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25311] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25311/stat : 25311 (java) S 25297 25297 25019 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30237758 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25312] ppid=25297 vsize=807332 CPUtime=0.15
/proc/25307/task/25312/stat : 25312 (java) S 25297 25297 25019 0 -1 64 399 0 0 0 15 0 0 0 17 0 8 0 30237758 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25313] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25313/stat : 25313 (java) S 25297 25297 25019 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30237758 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25314] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25314/stat : 25314 (java) S 25297 25297 25019 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30237758 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 821056

[startup+25.5047 s]
/proc/loadavg: 1.91 1.96 1.99 3/103 25314
/proc/meminfo: memFree=1447168/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=13724 CPUtime=0.69
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 1190 7672 0 1 3 0 60 6 15 0 1 0 30237676 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25297/statm: 3431 809 371 3 0 531 0
[pid=25307] ppid=25297 vsize=807332 CPUtime=24.58
/proc/25307/stat : 25307 (java) R 25297 25297 25019 0 -1 0 55957 0 1 0 2420 38 0 0 25 0 8 0 30237752 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073594070 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25307/statm: 201833 54111 1507 14 0 189111 0
[pid=25307/tid=25308] ppid=25297 vsize=807332 CPUtime=8.81
/proc/25307/task/25308/stat : 25308 (java) S 25297 25297 25019 0 -1 64 49007 0 0 0 852 29 0 0 16 0 8 0 30237755 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25309] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25309/stat : 25309 (java) S 25297 25297 25019 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30237755 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25310] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25310/stat : 25310 (java) S 25297 25297 25019 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30237755 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25311] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25311/stat : 25311 (java) S 25297 25297 25019 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30237758 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25312] ppid=25297 vsize=807332 CPUtime=0.15
/proc/25307/task/25312/stat : 25312 (java) S 25297 25297 25019 0 -1 64 400 0 0 0 15 0 0 0 17 0 8 0 30237758 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25313] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25313/stat : 25313 (java) S 25297 25297 25019 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30237758 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25314] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25314/stat : 25314 (java) S 25297 25297 25019 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30237758 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 821056

[startup+51.1292 s]
/proc/loadavg: 2.38 2.07 2.03 5/103 25314
/proc/meminfo: memFree=1447168/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=13724 CPUtime=0.69
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 1190 7672 0 1 3 0 60 6 15 0 1 0 30237676 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25297/statm: 3431 809 371 3 0 531 0
[pid=25307] ppid=25297 vsize=807332 CPUtime=49.96
/proc/25307/stat : 25307 (java) R 25297 25297 25019 0 -1 0 57323 0 1 0 4946 50 0 0 25 0 8 0 30237752 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073585328 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25307/statm: 201833 54111 1507 14 0 189111 0
[pid=25307/tid=25308] ppid=25297 vsize=807332 CPUtime=18.7
/proc/25307/task/25308/stat : 25308 (java) S 25297 25297 25019 0 -1 64 49573 0 0 0 1834 36 0 0 16 0 8 0 30237755 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25309] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25309/stat : 25309 (java) S 25297 25297 25019 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30237755 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25310] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25310/stat : 25310 (java) S 25297 25297 25019 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30237755 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25311] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25311/stat : 25311 (java) S 25297 25297 25019 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30237758 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25312] ppid=25297 vsize=807332 CPUtime=0.15
/proc/25307/task/25312/stat : 25312 (java) S 25297 25297 25019 0 -1 64 400 0 0 0 15 0 0 0 17 0 8 0 30237758 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25313] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25313/stat : 25313 (java) S 25297 25297 25019 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30237758 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25307/tid=25314] ppid=25297 vsize=807332 CPUtime=0
/proc/25307/task/25314/stat : 25314 (java) S 25297 25297 25019 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30237758 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 821056

[startup+102.391 s]
/proc/loadavg: 3.09 2.29 2.10 3/103 25314
/proc/meminfo: memFree=1279296/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=13724 CPUtime=0.69
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 1190 7672 0 1 3 0 60 6 15 0 1 0 30237676 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25297/statm: 3431 809 371 3 0 531 0
[pid=25307] ppid=25297 vsize=807332 CPUtime=100.56
/proc/25307/stat : 25307 (java) R 25297 25297 25019 0 -1 0 78858 0 1 0 9980 76 0 0 25 0 8 0 30237752 826707968 72928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380400 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25307/statm: 201833 72928 1507 14 0 189111 0
[pid=25307/tid=25308] ppid=25297 vsize=807332 CPUtime=39.49

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

/proc/loadavg: 2.00 2.03 2.08 3/89 25318
/proc/meminfo: memFree=1305328/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=42348 CPUtime=331.42
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 8290 173688 0 2 51 5 32878 208 16 0 1 0 30237676 43364352 7706 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25297/statm: 10587 7706 373 3 0 7687 0
[pid=25318] ppid=25297 vsize=171292 CPUtime=784.93
/proc/25318/stat : 25318 (minisat) R 25297 25297 25019 0 -1 0 43287 0 0 0 78447 46 0 0 25 0 1 0 30271156 175403008 42233 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25318/statm: 42823 42233 52 112 0 42707 0
Current children cumulated CPU time (s) 1116.35
Current children cumulated vsize (KiB) 213640

[startup+1183.68 s]
/proc/loadavg: 2.04 2.04 2.08 3/89 25318
/proc/meminfo: memFree=1289840/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=42348 CPUtime=331.42
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 8290 173688 0 2 51 5 32878 208 16 0 1 0 30237676 43364352 7706 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25297/statm: 10587 7706 373 3 0 7687 0
[pid=25318] ppid=25297 vsize=178480 CPUtime=844.71
/proc/25318/stat : 25318 (minisat) R 25297 25297 25019 0 -1 0 45092 0 0 0 84423 48 0 0 25 0 1 0 30271156 182763520 44038 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528549 0 0 4096 3 0 0 0 17 1 0 0
/proc/25318/statm: 44620 44038 52 112 0 44504 0
Current children cumulated CPU time (s) 1176.13
Current children cumulated vsize (KiB) 220828

[startup+1243.76 s]
/proc/loadavg: 2.01 2.03 2.07 3/89 25318
/proc/meminfo: memFree=1274608/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=42348 CPUtime=331.42
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 8290 173688 0 2 51 5 32878 208 16 0 1 0 30237676 43364352 7706 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25297/statm: 10587 7706 373 3 0 7687 0
[pid=25318] ppid=25297 vsize=184556 CPUtime=904.52
/proc/25318/stat : 25318 (minisat) R 25297 25297 25019 0 -1 0 46528 0 0 0 90402 50 0 0 25 0 1 0 30271156 188985344 45474 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25318/statm: 46139 45474 52 112 0 46023 0
Current children cumulated CPU time (s) 1235.94
Current children cumulated vsize (KiB) 226904

[startup+1303.84 s]
/proc/loadavg: 2.00 2.02 2.07 3/89 25318
/proc/meminfo: memFree=1259184/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=42348 CPUtime=331.42
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 8290 173688 0 2 51 5 32878 208 16 0 1 0 30237676 43364352 7706 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25297/statm: 10587 7706 373 3 0 7687 0
[pid=25318] ppid=25297 vsize=189356 CPUtime=964.31
/proc/25318/stat : 25318 (minisat) R 25297 25297 25019 0 -1 0 47720 0 0 0 96379 52 0 0 25 0 1 0 30271156 193900544 46666 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/25318/statm: 47339 46666 52 112 0 47223 0
Current children cumulated CPU time (s) 1295.73
Current children cumulated vsize (KiB) 231704

[startup+1363.92 s]
/proc/loadavg: 2.00 2.02 2.06 3/89 25318
/proc/meminfo: memFree=1244336/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=42348 CPUtime=331.42
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 8290 173688 0 2 51 5 32878 208 16 0 1 0 30237676 43364352 7706 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25297/statm: 10587 7706 373 3 0 7687 0
[pid=25318] ppid=25297 vsize=195180 CPUtime=1024.11
/proc/25318/stat : 25318 (minisat) R 25297 25297 25019 0 -1 0 49205 0 0 0 102357 54 0 0 25 0 1 0 30271156 199864320 48151 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527267 0 0 4096 3 0 0 0 17 1 0 0
/proc/25318/statm: 48795 48151 52 112 0 48679 0
Current children cumulated CPU time (s) 1355.53
Current children cumulated vsize (KiB) 237528

[startup+1424 s]
/proc/loadavg: 2.00 2.01 2.06 3/89 25318
/proc/meminfo: memFree=1231472/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=42348 CPUtime=331.42
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 8290 173688 0 2 51 5 32878 208 16 0 1 0 30237676 43364352 7706 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25297/statm: 10587 7706 373 3 0 7687 0
[pid=25318] ppid=25297 vsize=200228 CPUtime=1083.91
/proc/25318/stat : 25318 (minisat) R 25297 25297 25019 0 -1 0 50490 0 0 0 108336 55 0 0 25 0 1 0 30271156 205033472 49436 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527418 0 0 4096 3 0 0 0 17 1 0 0
/proc/25318/statm: 50057 49436 52 112 0 49941 0
Current children cumulated CPU time (s) 1415.33
Current children cumulated vsize (KiB) 242576

[startup+1484.08 s]
/proc/loadavg: 2.04 2.02 2.06 3/89 25318
/proc/meminfo: memFree=1219248/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=42348 CPUtime=331.42
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 8290 173688 0 2 51 5 32878 208 16 0 1 0 30237676 43364352 7706 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25297/statm: 10587 7706 373 3 0 7687 0
[pid=25318] ppid=25297 vsize=204628 CPUtime=1143.7
/proc/25318/stat : 25318 (minisat) R 25297 25297 25019 0 -1 0 51580 0 0 0 114313 57 0 0 25 0 1 0 30271156 209539072 50526 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 1 0 0
/proc/25318/statm: 51157 50526 52 112 0 51041 0
Current children cumulated CPU time (s) 1475.12
Current children cumulated vsize (KiB) 246976

[startup+1544.16 s]
/proc/loadavg: 2.07 2.03 2.05 3/89 25318
/proc/meminfo: memFree=1210480/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=42348 CPUtime=331.42
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 8290 173688 0 2 51 5 32878 208 16 0 1 0 30237676 43364352 7706 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25297/statm: 10587 7706 373 3 0 7687 0
[pid=25318] ppid=25297 vsize=208648 CPUtime=1203.48
/proc/25318/stat : 25318 (minisat) R 25297 25297 25019 0 -1 0 52601 0 0 0 120290 58 0 0 25 0 1 0 30271156 213655552 51547 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528717 0 0 4096 3 0 0 0 17 1 0 0
/proc/25318/statm: 52162 51547 52 112 0 52046 0
Current children cumulated CPU time (s) 1534.9
Current children cumulated vsize (KiB) 250996

[startup+1604.23 s]
/proc/loadavg: 2.02 2.02 2.05 3/89 25318
/proc/meminfo: memFree=1204976/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=42348 CPUtime=331.42
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 8290 173688 0 2 51 5 32878 208 16 0 1 0 30237676 43364352 7706 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25297/statm: 10587 7706 373 3 0 7687 0
[pid=25318] ppid=25297 vsize=214152 CPUtime=1263.28
/proc/25318/stat : 25318 (minisat) R 25297 25297 25019 0 -1 0 53971 0 0 0 126268 60 0 0 25 0 1 0 30271156 219291648 52917 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25318/statm: 53538 52917 52 112 0 53422 0
Current children cumulated CPU time (s) 1594.7
Current children cumulated vsize (KiB) 256500

[startup+1664.33 s]
/proc/loadavg: 2.01 2.02 2.04 3/95 25428
/proc/meminfo: memFree=1201200/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=42348 CPUtime=331.42
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 8290 173688 0 2 51 5 32878 208 16 0 1 0 30237676 43364352 7706 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25297/statm: 10587 7706 373 3 0 7687 0
[pid=25318] ppid=25297 vsize=216336 CPUtime=1322.98
/proc/25318/stat : 25318 (minisat) R 25297 25297 25019 0 -1 0 54530 0 0 0 132237 61 0 0 25 0 1 0 30271156 221528064 53476 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 1 0 0
/proc/25318/statm: 54084 53476 52 112 0 53968 0
Current children cumulated CPU time (s) 1654.4
Current children cumulated vsize (KiB) 258684

[startup+1724.33 s]
/proc/loadavg: 2.07 2.03 2.04 3/89 25516
/proc/meminfo: memFree=1202096/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=42348 CPUtime=331.42
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 8290 173688 0 2 51 5 32878 208 16 0 1 0 30237676 43364352 7706 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25297/statm: 10587 7706 373 3 0 7687 0
[pid=25318] ppid=25297 vsize=216336 CPUtime=1382.6
/proc/25318/stat : 25318 (minisat) R 25297 25297 25019 0 -1 0 54530 0 0 0 138199 61 0 0 25 0 1 0 30271156 221528064 53476 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/25318/statm: 54084 53476 52 112 0 53968 0
Current children cumulated CPU time (s) 1714.02
Current children cumulated vsize (KiB) 258684

[startup+1784.41 s]
/proc/loadavg: 2.02 2.02 2.04 3/89 25516
/proc/meminfo: memFree=1202096/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=42348 CPUtime=331.42
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 8290 173688 0 2 51 5 32878 208 16 0 1 0 30237676 43364352 7706 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25297/statm: 10587 7706 373 3 0 7687 0
[pid=25318] ppid=25297 vsize=216336 CPUtime=1442.4
/proc/25318/stat : 25318 (minisat) R 25297 25297 25019 0 -1 0 54530 0 0 0 144178 62 0 0 25 0 1 0 30271156 221528064 53476 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 1 0 0
/proc/25318/statm: 54084 53476 52 112 0 53968 0
Current children cumulated CPU time (s) 1773.82
Current children cumulated vsize (KiB) 258684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.74 s]
/proc/loadavg: 1.94 2.00 2.03 4/95 25580
/proc/meminfo: memFree=1406784/2055920 swapFree=4192812/4192956
[pid=25297] ppid=25295 vsize=42348 CPUtime=331.42
/proc/25297/stat : 25297 (sugar) S 25295 25297 25019 0 -1 4194304 8290 173688 0 2 51 5 32878 208 16 0 1 0 30237676 43364352 7706 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25297/statm: 10587 7706 373 3 0 7687 0
[pid=25318] ppid=25297 vsize=216336 CPUtime=1468.64
/proc/25318/stat : 25318 (minisat) R 25297 25297 25019 0 -1 0 54530 0 0 0 146801 63 0 0 25 0 1 0 30271156 221528064 53476 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 0 0 0
/proc/25318/statm: 54084 53476 52 112 0 53968 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 258684

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25297 and gives childrusage.ru_utime.tv_sec=329 childrusage.ru_utime.tv_usec=299938 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=178668
CPU time returned by wait4() is 331.479
while last known CPU time is 1800.1

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

Real time (s): 1811.82
CPU time (s): 1800.1
CPU user time (s): 1797.3
CPU system time (s): 2.8
CPU usage (%): 99.3534
Max. virtual memory (cumulated for all children) (KiB): 822564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 329.3
system time used= 2.17867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182064
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49067
involuntary context switches= 56544

runsolver used 2.12668 s user time and 6.08607 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Mon Jan 29 20:33:58 UTC 2007


IDJOB= 223783
IDBENCH= 5678
IDSOLVER= 86
FILE ID= node26/223783-1170102836

PBS_JOBID= 3689754

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  39c370cf5dacf33fbeebdad3c1e8acaa

RANDOM SEED= 990322365

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.279
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.279
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:       1662496 kB
Buffers:         34516 kB
Cached:          51572 kB
SwapCached:          0 kB
Active:         305332 kB
Inactive:        42588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1662496 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4040 kB
Writeback:           0 kB
Mapped:         287372 kB
Slab:            30064 kB
Committed_AS:   566204 kB
PageTables:       2528 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= 66553 MiB



End job on node26 on Mon Jan 29 21:04:12 UTC 2007