Trace number 229710

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.05 1810.26

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-21_ext.xml
MD5SUM317c37ee798434d52c1a2712fdff51b3
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 benchmark845.181
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints477
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension477
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/229710-1170106154/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/229710-1170106154/unknown.xml [Mon Jan 29 22:29:15 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/229710-1170106154/unknown.xml /tmp/evaluation/229710-1170106154/sugar21265.csp [Mon Jan 29 22:29:15 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229710-1170106154/sugar-v0-40.jar -convert /tmp/evaluation/229710-1170106154/unknown.xml /tmp/evaluation/229710-1170106154/sugar21265.csp
0.17	c BEGIN convert /tmp/evaluation/229710-1170106154/unknown.xml
0.87	c END convert (0.699846 seconds)
0.91	c # CONVERT_XML  END : /tmp/evaluation/229710-1170106154/sugar21265.csp 2173800 bytes (0 seconds) [Mon Jan 29 22:29:15 2007]
0.91	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.91	
0.91	c # GENERATE_SAT  BEGIN : /tmp/evaluation/229710-1170106154/sugar21265.bcnf [Mon Jan 29 22:29:15 2007]
0.91	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229710-1170106154/sugar-v0-40.jar -bcnf -map /tmp/evaluation/229710-1170106154/sugar21265.map /tmp/evaluation/229710-1170106154/sugar21265.csp /tmp/evaluation/229710-1170106154/sugar21265.bcnf
1.03	c BEGIN parse /tmp/evaluation/229710-1170106154/sugar21265.csp
34.19	c END parse (33.154153 seconds)
34.19	c BEGIN simplify
34.33	c END simplify (0.142103 seconds)
34.33	c BEGIN encode /tmp/evaluation/229710-1170106154/sugar21265.bcnf
35.83	c END encode (1.496113 seconds)
35.95	c # GENERATE_SAT  END : 8068 variables 81014 clauses 9340472 bytes (35 seconds) [Mon Jan 29 22:29:50 2007]
35.95	c # GENERATE_SAT  CPU : 34.78 = 0.06 + 0.01 + 34.28 + 0.43
35.95	
35.95	c # SOLVE_SAT  BEGIN : /tmp/evaluation/229710-1170106154/sugar21265.bcnf [Mon Jan 29 22:29:50 2007]
35.95	c # CMD : /tmp/evaluation/229710-1170106154/minisat /tmp/evaluation/229710-1170106154/sugar21265.bcnf /tmp/evaluation/229710-1170106154/sugar21265.out
36.17	c ==================================[MINISAT]===================================
36.17	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
36.17	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
36.17	c ==============================================================================
36.17	c |         0 |   81014  2254094 |   27004       0        0     nan |  0.000 % |
36.21	c |       101 |   81014  2254094 |   29704     101     3671    36.3 |  0.000 % |
36.27	c |       254 |   81015  2254094 |   32674     253     6187    24.5 |  0.000 % |
36.36	c |       479 |   81018  2254094 |   35942     475     9311    19.6 |  0.000 % |
36.46	c |       816 |   81018  2254094 |   39536     812    14535    17.9 |  0.000 % |
36.72	c |      1322 |   81018  2254094 |   43490    1318    22673    17.2 |  0.000 % |
37.11	c |      2087 |   81018  2254094 |   47839    2083    37063    17.8 |  0.000 % |
37.62	c |      3226 |   81018  2254094 |   52623    3222    57743    17.9 |  0.000 % |
38.62	c |      4935 |   81018  2254094 |   57885    4931    88766    18.0 |  0.000 % |
40.01	c |      7497 |   81021  2254094 |   63674    7490   150367    20.1 |  0.000 % |
42.37	c |     11341 |   81021  2254094 |   70041   11334   241799    21.3 |  0.000 % |
45.66	c |     17109 |   81023  2254094 |   77045   17100   366792    21.4 |  0.000 % |
51.91	c |     25758 |   81023  2254094 |   84750   25749   551381    21.4 |  0.000 % |
62.61	c |     38735 |   81026  2254094 |   93225   38723   828405    21.4 |  0.000 % |
80.43	c |     58197 |   81029  2254094 |  102547   58182  1342812    23.1 |  0.000 % |
112.17	c |     87390 |   81033  2254094 |  112802   87371  2021402    23.1 |  0.000 % |
163.43	c |    131181 |   81036  2254094 |  124082   35121   845472    24.1 |  0.000 % |
243.16	c |    196866 |   81037  2254094 |  136490  100805  2702385    26.8 |  0.000 % |
374.21	c |    295394 |   81050  2254094 |  150140   81026  2143690    26.5 |  0.000 % |
606.12	c |    443185 |   81061  2254094 |  165154   99280  2564736    25.8 |  0.000 % |
967.35	c |    664868 |   81074  2254094 |  181669   26660   563246    21.1 |  0.000 % |
1503.76	c |    997394 |   81085  2254094 |  199836   40367   841088    20.8 |  0.000 % |
1809.25	
1809.25	s UNKNOWN
1809.25	c # INTERRUPTED
1809.25	c # MAIN  END :  (1809 seconds) [Mon Jan 29 22:59:24 2007]
1809.25	c # MAIN  CPU : 34.78 = 0.06 + 0.01 + 34.28 + 0.43
1809.25	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node61/watcher-229710-1170106154 -o ROOT/results/node61/solver-229710-1170106154 -C 1800 -M 900 /tmp/evaluation/229710-1170106154/solver /tmp/evaluation/229710-1170106154 /tmp/evaluation/229710-1170106154/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.90 2.19 2.72 3/75 21266
/proc/meminfo: memFree=1892968/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=5352 CPUtime=0
/proc/21265/stat : 21265 (solver) R 21263 21265 20750 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 30572367 5480448 173 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406380573 0 0 4100 0 0 0 0 17 1 0 0
/proc/21265/statm: 1338 173 142 169 0 49 0

[startup+0.103942 s]
/proc/loadavg: 1.90 2.19 2.72 3/75 21266
/proc/meminfo: memFree=1892968/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=13724 CPUtime=0.03
/proc/21265/stat : 21265 (sugar) S 21263 21265 20750 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30572367 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21265/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.511983 s]
/proc/loadavg: 1.90 2.19 2.72 3/75 21266
/proc/meminfo: memFree=1892968/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=13724 CPUtime=0.03
/proc/21265/stat : 21265 (sugar) S 21263 21265 20750 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30572367 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21265/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33306 s]
/proc/loadavg: 1.90 2.19 2.72 3/84 21282
/proc/meminfo: memFree=1882784/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=13724 CPUtime=0.04
/proc/21265/stat : 21265 (sugar) S 21263 21265 20750 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30572367 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21265/statm: 3431 808 370 3 0 531 0
[pid=21267] ppid=21265 vsize=0 CPUtime=0.81
/proc/21267/stat : 21267 (java) Z 21265 21265 20750 0 -1 1036 7923 0 1 0 75 6 0 0 18 0 1 0 30572372 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21267/statm: 0 0 0 0 0 0 0
[pid=21275] ppid=21265 vsize=807064 CPUtime=0.4
/proc/21275/stat : 21275 (java) R 21265 21265 20750 0 -1 0 6511 0 1 0 37 3 0 0 17 0 8 0 30572459 826433536 6261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073481404 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21275/statm: 201766 6261 1494 14 0 189044 0
[pid=21275/tid=21276] ppid=21265 vsize=807064 CPUtime=0.02
/proc/21275/task/21276/stat : 21276 (java) S 21265 21265 20750 0 -1 64 459 0 0 0 2 0 0 0 16 0 8 0 30572462 826433536 6261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21277] ppid=21265 vsize=807064 CPUtime=0
/proc/21275/task/21277/stat : 21277 (java) S 21265 21265 20750 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30572463 826433536 6261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21278] ppid=21265 vsize=807064 CPUtime=0
/proc/21275/task/21278/stat : 21278 (java) S 21265 21265 20750 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30572463 826433536 6261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21279] ppid=21265 vsize=807064 CPUtime=0
/proc/21275/task/21279/stat : 21279 (java) S 21265 21265 20750 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30572466 826433536 6261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21280] ppid=21265 vsize=807064 CPUtime=0.05
/proc/21275/task/21280/stat : 21280 (java) R 21265 21265 20750 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30572466 826433536 6261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21281] ppid=21265 vsize=807064 CPUtime=0
/proc/21275/task/21281/stat : 21281 (java) S 21265 21265 20750 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30572466 826433536 6261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21282] ppid=21265 vsize=807064 CPUtime=0
/proc/21275/task/21282/stat : 21282 (java) S 21265 21265 20750 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30572466 826433536 6261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 820788

[startup+2.97521 s]
/proc/loadavg: 1.90 2.19 2.72 4/84 21282
/proc/meminfo: memFree=1852512/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=13724 CPUtime=0.04
/proc/21265/stat : 21265 (sugar) S 21263 21265 20750 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30572367 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21265/statm: 3431 808 370 3 0 531 0
[pid=21267] ppid=21265 vsize=0 CPUtime=0.81
/proc/21267/stat : 21267 (java) Z 21265 21265 20750 0 -1 1036 7923 0 1 0 75 6 0 0 18 0 1 0 30572372 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21267/statm: 0 0 0 0 0 0 0
[pid=21275] ppid=21265 vsize=807064 CPUtime=2.02
/proc/21275/stat : 21275 (java) R 21265 21265 20750 0 -1 0 13339 0 1 0 196 6 0 0 25 0 8 0 30572459 826433536 13074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073482407 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21275/statm: 201766 13074 1494 14 0 189044 0
[pid=21275/tid=21276] ppid=21265 vsize=807064 CPUtime=0.52
/proc/21275/task/21276/stat : 21276 (java) S 21265 21265 20750 0 -1 64 7272 0 0 0 49 3 0 0 16 0 8 0 30572462 826433536 13074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21277] ppid=21265 vsize=807064 CPUtime=0
/proc/21275/task/21277/stat : 21277 (java) S 21265 21265 20750 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30572463 826433536 13074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21278] ppid=21265 vsize=807064 CPUtime=0
/proc/21275/task/21278/stat : 21278 (java) S 21265 21265 20750 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30572463 826433536 13074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21279] ppid=21265 vsize=807064 CPUtime=0
/proc/21275/task/21279/stat : 21279 (java) S 21265 21265 20750 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30572466 826433536 13074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21280] ppid=21265 vsize=807064 CPUtime=0.05
/proc/21275/task/21280/stat : 21280 (java) S 21265 21265 20750 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30572466 826433536 13074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21281] ppid=21265 vsize=807064 CPUtime=0
/proc/21275/task/21281/stat : 21281 (java) S 21265 21265 20750 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30572466 826433536 13074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21282] ppid=21265 vsize=807064 CPUtime=0
/proc/21275/task/21282/stat : 21282 (java) S 21265 21265 20750 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30572466 826433536 13074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 820788

[startup+6.21253 s]
/proc/loadavg: 1.99 2.20 2.72 4/84 21282
/proc/meminfo: memFree=1770464/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=13724 CPUtime=0.04
/proc/21265/stat : 21265 (sugar) S 21263 21265 20750 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30572367 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21265/statm: 3431 808 370 3 0 531 0
[pid=21267] ppid=21265 vsize=0 CPUtime=0.81
/proc/21267/stat : 21267 (java) Z 21265 21265 20750 0 -1 1036 7923 0 1 0 75 6 0 0 18 0 1 0 30572372 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21267/statm: 0 0 0 0 0 0 0
[pid=21275] ppid=21265 vsize=807336 CPUtime=5.22
/proc/21275/stat : 21275 (java) R 21265 21265 20750 0 -1 0 34684 0 1 0 507 15 0 0 25 0 8 0 30572459 826712064 34336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073670251 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21275/statm: 201834 34336 1506 14 0 189112 0
[pid=21275/tid=21276] ppid=21265 vsize=807336 CPUtime=1.54
/proc/21275/task/21276/stat : 21276 (java) S 21265 21265 20750 0 -1 64 28383 0 0 0 143 11 0 0 16 0 8 0 30572462 826712064 34336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21277] ppid=21265 vsize=807336 CPUtime=0
/proc/21275/task/21277/stat : 21277 (java) S 21265 21265 20750 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30572463 826712064 34336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21278] ppid=21265 vsize=807336 CPUtime=0
/proc/21275/task/21278/stat : 21278 (java) S 21265 21265 20750 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30572463 826712064 34336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21279] ppid=21265 vsize=807336 CPUtime=0
/proc/21275/task/21279/stat : 21279 (java) S 21265 21265 20750 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30572466 826712064 34336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21280] ppid=21265 vsize=807336 CPUtime=0.14
/proc/21275/task/21280/stat : 21280 (java) S 21265 21265 20750 0 -1 64 401 0 0 0 14 0 0 0 16 0 8 0 30572466 826712064 34336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21281] ppid=21265 vsize=807336 CPUtime=0
/proc/21275/task/21281/stat : 21281 (java) S 21265 21265 20750 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30572466 826712064 34336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21282] ppid=21265 vsize=807336 CPUtime=0
/proc/21275/task/21282/stat : 21282 (java) S 21265 21265 20750 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30572466 826712064 34336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 821060

[startup+12.705 s]
/proc/loadavg: 1.99 2.20 2.72 3/84 21282
/proc/meminfo: memFree=1677152/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=13724 CPUtime=0.04
/proc/21265/stat : 21265 (sugar) S 21263 21265 20750 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30572367 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21265/statm: 3431 808 370 3 0 531 0
[pid=21267] ppid=21265 vsize=0 CPUtime=0.81
/proc/21267/stat : 21267 (java) Z 21265 21265 20750 0 -1 1036 7923 0 1 0 75 6 0 0 18 0 1 0 30572372 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21267/statm: 0 0 0 0 0 0 0
[pid=21275] ppid=21265 vsize=807336 CPUtime=11.67
/proc/21275/stat : 21275 (java) R 21265 21265 20750 0 -1 0 54828 0 1 0 1143 24 0 0 25 0 8 0 30572459 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21275/statm: 201834 54113 1507 14 0 189112 0
[pid=21275/tid=21276] ppid=21265 vsize=807336 CPUtime=3.7
/proc/21275/task/21276/stat : 21276 (java) R 21265 21265 20750 0 -1 64 48341 0 0 0 350 20 0 0 15 0 8 0 30572462 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21277] ppid=21265 vsize=807336 CPUtime=0
/proc/21275/task/21277/stat : 21277 (java) S 21265 21265 20750 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30572463 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21278] ppid=21265 vsize=807336 CPUtime=0
/proc/21275/task/21278/stat : 21278 (java) S 21265 21265 20750 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30572463 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21279] ppid=21265 vsize=807336 CPUtime=0
/proc/21275/task/21279/stat : 21279 (java) S 21265 21265 20750 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30572466 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21280] ppid=21265 vsize=807336 CPUtime=0.14
/proc/21275/task/21280/stat : 21280 (java) S 21265 21265 20750 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 30572466 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21281] ppid=21265 vsize=807336 CPUtime=0
/proc/21275/task/21281/stat : 21281 (java) S 21265 21265 20750 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30572466 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21282] ppid=21265 vsize=807336 CPUtime=0
/proc/21275/task/21282/stat : 21282 (java) S 21265 21265 20750 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30572466 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 821060

[startup+25.6042 s]
/proc/loadavg: 1.99 2.19 2.70 3/84 21282
/proc/meminfo: memFree=1677024/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=13724 CPUtime=0.04
/proc/21265/stat : 21265 (sugar) S 21263 21265 20750 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30572367 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21265/statm: 3431 808 370 3 0 531 0
[pid=21267] ppid=21265 vsize=0 CPUtime=0.81
/proc/21267/stat : 21267 (java) Z 21265 21265 20750 0 -1 1036 7923 0 1 0 75 6 0 0 18 0 1 0 30572372 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21267/statm: 0 0 0 0 0 0 0
[pid=21275] ppid=21265 vsize=807336 CPUtime=24.5
/proc/21275/stat : 21275 (java) R 21265 21265 20750 0 -1 0 56246 0 1 0 2420 30 0 0 25 0 8 0 30572459 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073641148 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21275/statm: 201834 54113 1507 14 0 189112 0
[pid=21275/tid=21276] ppid=21265 vsize=807336 CPUtime=8.95
/proc/21275/task/21276/stat : 21276 (java) S 21265 21265 20750 0 -1 64 49390 0 0 0 871 24 0 0 16 0 8 0 30572462 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21277] ppid=21265 vsize=807336 CPUtime=0
/proc/21275/task/21277/stat : 21277 (java) S 21265 21265 20750 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30572463 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21278] ppid=21265 vsize=807336 CPUtime=0
/proc/21275/task/21278/stat : 21278 (java) S 21265 21265 20750 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30572463 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21279] ppid=21265 vsize=807336 CPUtime=0
/proc/21275/task/21279/stat : 21279 (java) S 21265 21265 20750 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30572466 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21280] ppid=21265 vsize=807336 CPUtime=0.14
/proc/21275/task/21280/stat : 21280 (java) S 21265 21265 20750 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 30572466 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21281] ppid=21265 vsize=807336 CPUtime=0
/proc/21275/task/21281/stat : 21281 (java) S 21265 21265 20750 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30572466 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21275/tid=21282] ppid=21265 vsize=807336 CPUtime=0
/proc/21275/task/21282/stat : 21282 (java) S 21265 21265 20750 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30572466 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 821060

[startup+51.2156 s]
/proc/loadavg: 2.11 2.20 2.70 3/77 21283
/proc/meminfo: memFree=1859992/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=17508 CPUtime=34.81
/proc/21265/stat : 21265 (sugar) S 21263 21265 20750 0 -1 4194304 2231 63425 0 1 9 1 3428 43 16 0 1 0 30572367 17928192 1742 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21265/statm: 4377 1742 373 3 0 1477 0
[pid=21267] ppid=21265 vsize=0 CPUtime=0.81
/proc/21267/stat : 21267 (java) Z 21265 21265 20750 0 -1 1036 7923 0 1 0 75 6 0 0 18 0 1 0 30572372 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21267/statm: 0 0 0 0 0 0 0
[pid=21283] ppid=21265 vsize=16156 CPUtime=15.17
/proc/21283/stat : 21283 (minisat) R 21265 21265 20750 0 -1 0 4712 0 0 0 1513 4 0 0 25 0 1 0 30575963 16543744 3673 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21283/statm: 4039 3673 52 112 0 3923 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 33664

[startup+102.478 s]
/proc/loadavg: 2.05 2.17 2.66 3/77 21283
/proc/meminfo: memFree=1852632/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=17508 CPUtime=34.81
/proc/21265/stat : 21265 (sugar) S 21263 21265 20750 0 -1 4194304 2231 63425 0 1 9 1 3428 43 16 0 1 0 30572367 17928192 1742 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21265/statm: 4377 1742 373 3 0 1477 0

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

/proc/21283/stat : 21283 (minisat) R 21265 21265 20750 0 -1 0 11231 0 0 0 120157 24 0 0 25 0 1 0 30575963 43683840 10175 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21283/statm: 10665 10175 52 112 0 10549 0
Current children cumulated CPU time (s) 1237.43
Current children cumulated vsize (KiB) 60168

[startup+1303.87 s]
/proc/loadavg: 2.00 2.00 2.16 3/77 21357
/proc/meminfo: memFree=1147088/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=17508 CPUtime=34.81
/proc/21265/stat : 21265 (sugar) S 21263 21265 20750 0 -1 4194304 2231 63425 0 1 9 1 3428 43 16 0 1 0 30572367 17928192 1742 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21265/statm: 4377 1742 373 3 0 1477 0
[pid=21267] ppid=21265 vsize=0 CPUtime=0.81
/proc/21267/stat : 21267 (java) Z 21265 21265 20750 0 -1 1036 7923 0 1 0 75 6 0 0 18 0 1 0 30572372 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21267/statm: 0 0 0 0 0 0 0
[pid=21283] ppid=21265 vsize=42812 CPUtime=1261.6
/proc/21283/stat : 21283 (minisat) R 21265 21265 20750 0 -1 0 11251 0 0 0 126136 24 0 0 25 0 1 0 30575963 43839488 10195 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21283/statm: 10703 10195 52 112 0 10587 0
Current children cumulated CPU time (s) 1297.22
Current children cumulated vsize (KiB) 60320

[startup+1363.97 s]
/proc/loadavg: 2.00 2.00 2.15 3/77 21357
/proc/meminfo: memFree=1146768/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=17508 CPUtime=34.81
/proc/21265/stat : 21265 (sugar) S 21263 21265 20750 0 -1 4194304 2231 63425 0 1 9 1 3428 43 16 0 1 0 30572367 17928192 1742 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21265/statm: 4377 1742 373 3 0 1477 0
[pid=21267] ppid=21265 vsize=0 CPUtime=0.81
/proc/21267/stat : 21267 (java) Z 21265 21265 20750 0 -1 1036 7923 0 1 0 75 6 0 0 18 0 1 0 30572372 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21267/statm: 0 0 0 0 0 0 0
[pid=21283] ppid=21265 vsize=43236 CPUtime=1321.41
/proc/21283/stat : 21283 (minisat) R 21265 21265 20750 0 -1 0 11329 0 0 0 132117 24 0 0 25 0 1 0 30575963 44273664 10273 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21283/statm: 10809 10273 52 112 0 10693 0
Current children cumulated CPU time (s) 1357.03
Current children cumulated vsize (KiB) 60744

[startup+1424.08 s]
/proc/loadavg: 2.00 2.00 2.14 3/77 21357
/proc/meminfo: memFree=1146192/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=17508 CPUtime=34.81
/proc/21265/stat : 21265 (sugar) S 21263 21265 20750 0 -1 4194304 2231 63425 0 1 9 1 3428 43 16 0 1 0 30572367 17928192 1742 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21265/statm: 4377 1742 373 3 0 1477 0
[pid=21267] ppid=21265 vsize=0 CPUtime=0.81
/proc/21267/stat : 21267 (java) Z 21265 21265 20750 0 -1 1036 7923 0 1 0 75 6 0 0 18 0 1 0 30572372 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21267/statm: 0 0 0 0 0 0 0
[pid=21283] ppid=21265 vsize=43556 CPUtime=1381.2
/proc/21283/stat : 21283 (minisat) R 21265 21265 20750 0 -1 0 11406 0 0 0 138096 24 0 0 25 0 1 0 30575963 44601344 10350 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21283/statm: 10889 10350 52 112 0 10773 0
Current children cumulated CPU time (s) 1416.82
Current children cumulated vsize (KiB) 61064

[startup+1484.08 s]
/proc/loadavg: 2.03 2.01 2.13 3/77 21357
/proc/meminfo: memFree=1144976/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=17508 CPUtime=34.81
/proc/21265/stat : 21265 (sugar) S 21263 21265 20750 0 -1 4194304 2231 63425 0 1 9 1 3428 43 16 0 1 0 30572367 17928192 1742 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21265/statm: 4377 1742 373 3 0 1477 0
[pid=21267] ppid=21265 vsize=0 CPUtime=0.81
/proc/21267/stat : 21267 (java) Z 21265 21265 20750 0 -1 1036 7923 0 1 0 75 6 0 0 18 0 1 0 30572372 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21267/statm: 0 0 0 0 0 0 0
[pid=21283] ppid=21265 vsize=44720 CPUtime=1440.89
/proc/21283/stat : 21283 (minisat) R 21265 21265 20750 0 -1 0 11704 0 0 0 144064 25 0 0 25 0 1 0 30575963 45793280 10648 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21283/statm: 11180 10648 52 112 0 11064 0
Current children cumulated CPU time (s) 1476.51
Current children cumulated vsize (KiB) 62228

[startup+1544.18 s]
/proc/loadavg: 2.01 2.01 2.12 3/77 21357
/proc/meminfo: memFree=1144720/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=17508 CPUtime=34.81
/proc/21265/stat : 21265 (sugar) S 21263 21265 20750 0 -1 4194304 2231 63425 0 1 9 1 3428 43 16 0 1 0 30572367 17928192 1742 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21265/statm: 4377 1742 373 3 0 1477 0
[pid=21267] ppid=21265 vsize=0 CPUtime=0.81
/proc/21267/stat : 21267 (java) Z 21265 21265 20750 0 -1 1036 7923 0 1 0 75 6 0 0 18 0 1 0 30572372 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21267/statm: 0 0 0 0 0 0 0
[pid=21283] ppid=21265 vsize=44852 CPUtime=1500.71
/proc/21283/stat : 21283 (minisat) R 21265 21265 20750 0 -1 0 11756 0 0 0 150045 26 0 0 25 0 1 0 30575963 45928448 10700 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21283/statm: 11213 10700 52 112 0 11097 0
Current children cumulated CPU time (s) 1536.33
Current children cumulated vsize (KiB) 62360

[startup+1604.28 s]
/proc/loadavg: 2.08 2.02 2.11 3/77 21357
/proc/meminfo: memFree=1144336/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=17508 CPUtime=34.81
/proc/21265/stat : 21265 (sugar) S 21263 21265 20750 0 -1 4194304 2231 63425 0 1 9 1 3428 43 16 0 1 0 30572367 17928192 1742 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21265/statm: 4377 1742 373 3 0 1477 0
[pid=21267] ppid=21265 vsize=0 CPUtime=0.81
/proc/21267/stat : 21267 (java) Z 21265 21265 20750 0 -1 1036 7923 0 1 0 75 6 0 0 18 0 1 0 30572372 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21267/statm: 0 0 0 0 0 0 0
[pid=21283] ppid=21265 vsize=45296 CPUtime=1560.49
/proc/21283/stat : 21283 (minisat) R 21265 21265 20750 0 -1 0 11844 0 0 0 156023 26 0 0 25 0 1 0 30575963 46383104 10788 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528435 0 0 4096 3 0 0 0 17 0 0 0
/proc/21283/statm: 11324 10788 52 112 0 11208 0
Current children cumulated CPU time (s) 1596.11
Current children cumulated vsize (KiB) 62804

[startup+1664.38 s]
/proc/loadavg: 2.03 2.01 2.10 3/77 21357
/proc/meminfo: memFree=1144272/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=17508 CPUtime=34.81
/proc/21265/stat : 21265 (sugar) S 21263 21265 20750 0 -1 4194304 2231 63425 0 1 9 1 3428 43 16 0 1 0 30572367 17928192 1742 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21265/statm: 4377 1742 373 3 0 1477 0
[pid=21267] ppid=21265 vsize=0 CPUtime=0.81
/proc/21267/stat : 21267 (java) Z 21265 21265 20750 0 -1 1036 7923 0 1 0 75 6 0 0 18 0 1 0 30572372 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21267/statm: 0 0 0 0 0 0 0
[pid=21283] ppid=21265 vsize=45456 CPUtime=1620.3
/proc/21283/stat : 21283 (minisat) R 21265 21265 20750 0 -1 0 11856 0 0 0 162003 27 0 0 25 0 1 0 30575963 46546944 10800 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21283/statm: 11364 10800 52 112 0 11248 0
Current children cumulated CPU time (s) 1655.92
Current children cumulated vsize (KiB) 62964

[startup+1724.48 s]
/proc/loadavg: 2.01 2.00 2.09 3/77 21357
/proc/meminfo: memFree=1144208/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=17508 CPUtime=34.81
/proc/21265/stat : 21265 (sugar) S 21263 21265 20750 0 -1 4194304 2231 63425 0 1 9 1 3428 43 16 0 1 0 30572367 17928192 1742 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21265/statm: 4377 1742 373 3 0 1477 0
[pid=21267] ppid=21265 vsize=0 CPUtime=0.81
/proc/21267/stat : 21267 (java) Z 21265 21265 20750 0 -1 1036 7923 0 1 0 75 6 0 0 18 0 1 0 30572372 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21267/statm: 0 0 0 0 0 0 0
[pid=21283] ppid=21265 vsize=45456 CPUtime=1680.1
/proc/21283/stat : 21283 (minisat) R 21265 21265 20750 0 -1 0 11864 0 0 0 167983 27 0 0 25 0 1 0 30575963 46546944 10808 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21283/statm: 11364 10808 52 112 0 11248 0
Current children cumulated CPU time (s) 1715.72
Current children cumulated vsize (KiB) 62964

[startup+1784.48 s]
/proc/loadavg: 2.00 2.00 2.08 3/77 21357
/proc/meminfo: memFree=1142736/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=17508 CPUtime=34.81
/proc/21265/stat : 21265 (sugar) S 21263 21265 20750 0 -1 4194304 2231 63425 0 1 9 1 3428 43 16 0 1 0 30572367 17928192 1742 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21265/statm: 4377 1742 373 3 0 1477 0
[pid=21267] ppid=21265 vsize=0 CPUtime=0.81
/proc/21267/stat : 21267 (java) Z 21265 21265 20750 0 -1 1036 7923 0 1 0 75 6 0 0 18 0 1 0 30572372 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21267/statm: 0 0 0 0 0 0 0
[pid=21283] ppid=21265 vsize=46800 CPUtime=1739.79
/proc/21283/stat : 21283 (minisat) R 21265 21265 20750 0 -1 0 12218 0 0 0 173951 28 0 0 25 0 1 0 30575963 47923200 11162 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525941 0 0 4096 3 0 0 0 17 0 0 0
/proc/21283/statm: 11700 11162 52 112 0 11584 0
Current children cumulated CPU time (s) 1775.41
Current children cumulated vsize (KiB) 64308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.24 s]
/proc/loadavg: 2.00 2.00 2.08 3/77 21357
/proc/meminfo: memFree=1142736/2055920 swapFree=4192812/4192956
[pid=21265] ppid=21263 vsize=17508 CPUtime=34.81
/proc/21265/stat : 21265 (sugar) S 21263 21265 20750 0 -1 4194304 2231 63425 0 1 9 1 3428 43 16 0 1 0 30572367 17928192 1742 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21265/statm: 4377 1742 373 3 0 1477 0
[pid=21267] ppid=21265 vsize=0 CPUtime=0.81
/proc/21267/stat : 21267 (java) Z 21265 21265 20750 0 -1 1036 7923 0 1 0 75 6 0 0 18 0 1 0 30572372 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21267/statm: 0 0 0 0 0 0 0
[pid=21283] ppid=21265 vsize=46800 CPUtime=1764.43
/proc/21283/stat : 21283 (minisat) R 21265 21265 20750 0 -1 0 12218 0 0 0 176415 28 0 0 25 0 1 0 30575963 47923200 11162 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528551 0 0 4096 3 0 0 0 17 0 0 0
/proc/21283/statm: 11700 11162 52 112 0 11584 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 64308

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 21265 and gives childrusage.ru_utime.tv_sec=34 childrusage.ru_utime.tv_usec=383772 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=456930
CPU time returned by wait4() is 34.8407
while last known CPU time is 1800.05

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

Real time (s): 1810.26
CPU time (s): 1800.05
CPU user time (s): 1799.27
CPU system time (s): 0.78
CPU usage (%): 99.4358
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.3838
system time used= 0.45693
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65741
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= 7650
involuntary context switches= 7801

runsolver used 2.11668 s user time and 5.22121 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Mon Jan 29 21:29:14 UTC 2007


IDJOB= 229710
IDBENCH= 6351
IDSOLVER= 86
FILE ID= node61/229710-1170106154

PBS_JOBID= 3689846

Free space on /tmp= 66562 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23-fcd/rand-2-50-23-587-230-fcd-21_ext.xml
COMMAND LINE= /tmp/evaluation/229710-1170106154/solver /tmp/evaluation/229710-1170106154 /tmp/evaluation/229710-1170106154/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-229710-1170106154 -o ROOT/results/node61/solver-229710-1170106154 -C 1800 -M 900  /tmp/evaluation/229710-1170106154/solver /tmp/evaluation/229710-1170106154 /tmp/evaluation/229710-1170106154/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  317c37ee798434d52c1a2712fdff51b3

RANDOM SEED= 748443449

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.216
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.216
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:       1893448 kB
Buffers:         37596 kB
Cached:          47812 kB
SwapCached:          0 kB
Active:          63744 kB
Inactive:        51480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1893448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1152 kB
Writeback:           0 kB
Mapped:          40836 kB
Slab:            32760 kB
Committed_AS:   403576 kB
PageTables:       1776 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= 66381 MiB



End job on node61 on Mon Jan 29 21:59:25 UTC 2007