Trace number 194806

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.01 1810.36

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-17_ext.xml
MD5SUM0bbf7460ef2d59facffae8119cd866c8
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 benchmark1073.51
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints461
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension461
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/194806-1170090959/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/194806-1170090959/unknown.xml [Mon Jan 29 18:15:59 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/194806-1170090959/unknown.xml /tmp/evaluation/194806-1170090959/sugar25246.csp [Mon Jan 29 18:15:59 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194806-1170090959/sugar-v0-40.jar -convert /tmp/evaluation/194806-1170090959/unknown.xml /tmp/evaluation/194806-1170090959/sugar25246.csp
0.16	c BEGIN convert /tmp/evaluation/194806-1170090959/unknown.xml
0.82	c END convert (0.662517 seconds)
0.86	c # CONVERT_XML  END : /tmp/evaluation/194806-1170090959/sugar25246.csp 2166021 bytes (1 seconds) [Mon Jan 29 18:16:00 2007]
0.86	c # CONVERT_XML  CPU : 0.77 = 0 + 0 + 0.7 + 0.07
0.86	
0.86	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194806-1170090959/sugar25246.bcnf [Mon Jan 29 18:16:00 2007]
0.86	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194806-1170090959/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194806-1170090959/sugar25246.map /tmp/evaluation/194806-1170090959/sugar25246.csp /tmp/evaluation/194806-1170090959/sugar25246.bcnf
0.97	c BEGIN parse /tmp/evaluation/194806-1170090959/sugar25246.csp
35.28	c END parse (34.307327 seconds)
35.28	c BEGIN simplify
35.41	c END simplify (0.134266 seconds)
35.41	c BEGIN encode /tmp/evaluation/194806-1170090959/sugar25246.bcnf
36.52	c END encode (1.102675 seconds)
36.62	c # GENERATE_SAT  END : 8224 variables 81157 clauses 9658920 bytes (35 seconds) [Mon Jan 29 18:16:35 2007]
36.62	c # GENERATE_SAT  CPU : 35.54 = 0.06 + 0.01 + 35.01 + 0.46
36.62	
36.62	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194806-1170090959/sugar25246.bcnf [Mon Jan 29 18:16:35 2007]
36.62	c # CMD : /tmp/evaluation/194806-1170090959/minisat /tmp/evaluation/194806-1170090959/sugar25246.bcnf /tmp/evaluation/194806-1170090959/sugar25246.out
36.85	c ==================================[MINISAT]===================================
36.85	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
36.85	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
36.85	c ==============================================================================
36.85	c |         0 |   81157  2333563 |   27052       0        0     nan |  0.000 % |
36.90	c |       100 |   81159  2333563 |   29757      98     2455    25.1 |  0.000 % |
36.97	c |       250 |   81159  2333563 |   32732     248     5072    20.5 |  0.000 % |
37.10	c |       478 |   81159  2333563 |   36006     476    10030    21.1 |  0.000 % |
37.29	c |       816 |   81160  2333563 |   39606     813    18006    22.1 |  0.000 % |
37.61	c |      1322 |   81160  2333563 |   43567    1319    27260    20.7 |  0.000 % |
37.93	c |      2081 |   81160  2333563 |   47924    2078    40839    19.7 |  0.000 % |
38.51	c |      3220 |   81160  2333563 |   52716    3217    62699    19.5 |  0.000 % |
39.43	c |      4928 |   81160  2333563 |   57988    4925   102128    20.7 |  0.000 % |
41.01	c |      7490 |   81160  2333563 |   63787    7487   165408    22.1 |  0.000 % |
43.53	c |     11338 |   81161  2333563 |   70165   11334   259977    22.9 |  0.000 % |
47.84	c |     17104 |   81162  2333563 |   77182   17099   412148    24.1 |  0.000 % |
54.36	c |     25753 |   81164  2333563 |   84900   25746   678097    26.3 |  0.000 % |
64.35	c |     38727 |   81167  2333563 |   93390   38717   954791    24.7 |  0.000 % |
84.13	c |     58188 |   81172  2333563 |  102729   58173  1483874    25.5 |  0.000 % |
115.56	c |     87380 |   81177  2333563 |  113002   87360  2284621    26.2 |  0.000 % |
173.90	c |    131169 |   81184  2333563 |  124303   33289  1034379    31.1 |  0.000 % |
249.21	c |    196853 |   81197  2333563 |  136733   98960  2668956    27.0 |  0.000 % |
382.56	c |    295379 |   81210  2333563 |  150406   77706  2237382    28.8 |  0.000 % |
605.97	c |    443171 |   81217  2333563 |  165447   98179  2852213    29.1 |  0.000 % |
995.21	c |    664854 |   81226  2333563 |  181992   29813  1127203    37.8 |  0.000 % |
1566.13	c |    997380 |   81232  2333563 |  200191   42245  1560587    36.9 |  0.000 % |
1808.65	
1808.65	s UNKNOWN
1808.65	c # INTERRUPTED
1808.65	c # MAIN  END :  (1809 seconds) [Mon Jan 29 18:46:08 2007]
1808.65	c # MAIN  CPU : 36.31 = 0.06 + 0.01 + 35.71 + 0.53
1808.65	

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/node12/watcher-194806-1170090959 -o ROOT/results/node12/solver-194806-1170090959 -C 1800 -M 900 /tmp/evaluation/194806-1170090959/solver /tmp/evaluation/194806-1170090959 /tmp/evaluation/194806-1170090959/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.00 0.95 0.60 5/87 25247
/proc/meminfo: memFree=1588168/2055920 swapFree=4192956/4192956
[pid=25246] ppid=25244 vsize=13724 CPUtime=0.03
/proc/25246/stat : 25246 (sugar) R 25244 25246 25181 0 -1 4194304 1096 0 0 0 3 0 0 0 20 0 1 0 29050333 14053376 804 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25246/statm: 3431 804 368 3 0 531 0
[pid=25248] ppid=25246 vsize=1784 CPUtime=0
/proc/25248/stat : 25248 (java) D 25246 25246 25181 0 -1 0 191 0 0 0 0 0 0 0 18 0 1 0 29050338 1826816 161 18446744073709551615 134512640 134570532 4294956688 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/25248/statm: 446 161 125 14 0 91 0

[startup+0.153557 s]
/proc/loadavg: 1.00 0.95 0.60 5/87 25247
/proc/meminfo: memFree=1588168/2055920 swapFree=4192956/4192956
[pid=25246] ppid=25244 vsize=13724 CPUtime=0.03
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 29050333 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25246/statm: 3431 805 368 3 0 531 0
[pid=25248] ppid=25246 vsize=807004 CPUtime=0.09
/proc/25248/stat : 25248 (java) R 25246 25246 25181 0 -1 0 2750 0 1 0 8 1 0 0 22 0 8 0 29050338 826372096 2499 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25248/statm: 201751 2499 1425 14 0 189029 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 820728

[startup+0.561636 s]
/proc/loadavg: 1.00 0.95 0.60 5/87 25247
/proc/meminfo: memFree=1588168/2055920 swapFree=4192956/4192956
[pid=25246] ppid=25244 vsize=13724 CPUtime=0.03
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29050333 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25246/statm: 3431 805 368 3 0 531 0
[pid=25248] ppid=25246 vsize=807140 CPUtime=0.49
/proc/25248/stat : 25248 (java) R 25246 25246 25181 0 -1 0 6492 0 1 0 44 5 0 0 24 0 8 0 29050338 826511360 6241 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073741316 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25248/statm: 201785 6244 1683 14 0 189063 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 820864

[startup+1.38378 s]
/proc/loadavg: 1.00 0.95 0.60 4/95 25263
/proc/meminfo: memFree=1565384/2055920 swapFree=4192956/4192956
[pid=25246] ppid=25244 vsize=13724 CPUtime=0.8
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 1190 7900 0 1 3 0 70 7 15 0 1 0 29050333 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25246/statm: 3431 809 371 3 0 531 0
[pid=25256] ppid=25246 vsize=807064 CPUtime=0.5
/proc/25256/stat : 25256 (java) R 25246 25246 25181 0 -1 0 7333 0 1 0 47 3 0 0 25 0 8 0 29050419 826433536 7081 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25256/statm: 201766 7081 1494 14 0 189044 0
[pid=25256/tid=25257] ppid=25246 vsize=807064 CPUtime=0.07
/proc/25256/task/25257/stat : 25257 (java) R 25246 25246 25181 0 -1 64 1279 0 0 0 7 0 0 0 16 0 8 0 29050422 826433536 7081 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25258] ppid=25246 vsize=807064 CPUtime=0
/proc/25256/task/25258/stat : 25258 (java) S 25246 25246 25181 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29050423 826433536 7081 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25259] ppid=25246 vsize=807064 CPUtime=0
/proc/25256/task/25259/stat : 25259 (java) S 25246 25246 25181 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29050423 826433536 7081 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25260] ppid=25246 vsize=807064 CPUtime=0
/proc/25256/task/25260/stat : 25260 (java) S 25246 25246 25181 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 29050426 826433536 7081 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25261] ppid=25246 vsize=807064 CPUtime=0.05
/proc/25256/task/25261/stat : 25261 (java) S 25246 25246 25181 0 -1 64 292 0 0 0 5 0 0 0 18 0 8 0 29050426 826433536 7081 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25262] ppid=25246 vsize=807064 CPUtime=0
/proc/25256/task/25262/stat : 25262 (java) S 25246 25246 25181 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29050426 826433536 7081 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25263] ppid=25246 vsize=807064 CPUtime=0
/proc/25256/task/25263/stat : 25263 (java) S 25246 25246 25181 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29050426 826433536 7081 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 820788

[startup+3.03107 s]
/proc/loadavg: 1.16 0.98 0.61 3/95 25263
/proc/meminfo: memFree=1545992/2055920 swapFree=4192956/4192956
[pid=25246] ppid=25244 vsize=13724 CPUtime=0.8
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 1190 7900 0 1 3 0 70 7 15 0 1 0 29050333 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25246/statm: 3431 809 371 3 0 531 0
[pid=25256] ppid=25246 vsize=807064 CPUtime=2.15
/proc/25256/stat : 25256 (java) R 25246 25246 25181 0 -1 0 14205 0 1 0 208 7 0 0 25 0 8 0 29050419 826433536 13938 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479595 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25256/statm: 201766 13938 1494 14 0 189044 0
[pid=25256/tid=25257] ppid=25246 vsize=807064 CPUtime=0.6
/proc/25256/task/25257/stat : 25257 (java) S 25246 25246 25181 0 -1 64 8136 0 0 0 56 4 0 0 16 0 8 0 29050422 826433536 13938 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25258] ppid=25246 vsize=807064 CPUtime=0
/proc/25256/task/25258/stat : 25258 (java) S 25246 25246 25181 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29050423 826433536 13938 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25259] ppid=25246 vsize=807064 CPUtime=0
/proc/25256/task/25259/stat : 25259 (java) S 25246 25246 25181 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29050423 826433536 13938 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25260] ppid=25246 vsize=807064 CPUtime=0
/proc/25256/task/25260/stat : 25260 (java) S 25246 25246 25181 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 29050426 826433536 13938 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25261] ppid=25246 vsize=807064 CPUtime=0.06
/proc/25256/task/25261/stat : 25261 (java) S 25246 25246 25181 0 -1 64 292 0 0 0 6 0 0 0 16 0 8 0 29050426 826433536 13938 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25262] ppid=25246 vsize=807064 CPUtime=0
/proc/25256/task/25262/stat : 25262 (java) S 25246 25246 25181 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29050426 826433536 13938 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25263] ppid=25246 vsize=807064 CPUtime=0
/proc/25256/task/25263/stat : 25263 (java) S 25246 25246 25181 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29050426 826433536 13938 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 820788

[startup+6.32767 s]
/proc/loadavg: 1.16 0.98 0.61 3/95 25263
/proc/meminfo: memFree=1473288/2055920 swapFree=4192956/4192956
[pid=25246] ppid=25244 vsize=13724 CPUtime=0.8
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 1190 7900 0 1 3 0 70 7 15 0 1 0 29050333 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25246/statm: 3431 809 371 3 0 531 0
[pid=25256] ppid=25246 vsize=807336 CPUtime=5.42
/proc/25256/stat : 25256 (java) R 25246 25246 25181 0 -1 0 34642 0 1 0 525 17 0 0 25 0 8 0 29050419 826712064 34293 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073491412 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25256/statm: 201834 34293 1506 14 0 189112 0
[pid=25256/tid=25257] ppid=25246 vsize=807336 CPUtime=1.55
/proc/25256/task/25257/stat : 25257 (java) S 25246 25246 25181 0 -1 64 28339 0 0 0 142 13 0 0 16 0 8 0 29050422 826712064 34293 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25258] ppid=25246 vsize=807336 CPUtime=0
/proc/25256/task/25258/stat : 25258 (java) S 25246 25246 25181 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29050423 826712064 34293 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25259] ppid=25246 vsize=807336 CPUtime=0
/proc/25256/task/25259/stat : 25259 (java) S 25246 25246 25181 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29050423 826712064 34293 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25260] ppid=25246 vsize=807336 CPUtime=0
/proc/25256/task/25260/stat : 25260 (java) S 25246 25246 25181 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 29050426 826712064 34293 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25261] ppid=25246 vsize=807336 CPUtime=0.13
/proc/25256/task/25261/stat : 25261 (java) S 25246 25246 25181 0 -1 64 401 0 0 0 13 0 0 0 16 0 8 0 29050426 826712064 34293 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25262] ppid=25246 vsize=807336 CPUtime=0
/proc/25256/task/25262/stat : 25262 (java) S 25246 25246 25181 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29050426 826712064 34293 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25263] ppid=25246 vsize=807336 CPUtime=0
/proc/25256/task/25263/stat : 25263 (java) S 25246 25246 25181 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29050426 826712064 34293 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 821060

[startup+12.8248 s]
/proc/loadavg: 1.36 1.03 0.63 5/95 25263
/proc/meminfo: memFree=1372872/2055920 swapFree=4192956/4192956
[pid=25246] ppid=25244 vsize=13724 CPUtime=0.8
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 1190 7900 0 1 3 0 70 7 15 0 1 0 29050333 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25246/statm: 3431 809 371 3 0 531 0
[pid=25256] ppid=25246 vsize=807336 CPUtime=11.89
/proc/25256/stat : 25256 (java) R 25246 25246 25181 0 -1 0 54970 0 1 0 1160 29 0 0 25 0 8 0 29050419 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25256/statm: 201834 54113 1507 14 0 189112 0
[pid=25256/tid=25257] ppid=25246 vsize=807336 CPUtime=3.84
/proc/25256/task/25257/stat : 25257 (java) S 25246 25246 25181 0 -1 64 48462 0 0 0 361 23 0 0 16 0 8 0 29050422 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25258] ppid=25246 vsize=807336 CPUtime=0
/proc/25256/task/25258/stat : 25258 (java) S 25246 25246 25181 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29050423 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25259] ppid=25246 vsize=807336 CPUtime=0
/proc/25256/task/25259/stat : 25259 (java) S 25246 25246 25181 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29050423 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25260] ppid=25246 vsize=807336 CPUtime=0
/proc/25256/task/25260/stat : 25260 (java) S 25246 25246 25181 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 29050426 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25261] ppid=25246 vsize=807336 CPUtime=0.14
/proc/25256/task/25261/stat : 25261 (java) S 25246 25246 25181 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 29050426 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25262] ppid=25246 vsize=807336 CPUtime=0
/proc/25256/task/25262/stat : 25262 (java) S 25246 25246 25181 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29050426 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25263] ppid=25246 vsize=807336 CPUtime=0
/proc/25256/task/25263/stat : 25263 (java) S 25246 25246 25181 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29050426 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 821060

[startup+25.7121 s]
/proc/loadavg: 1.46 1.06 0.65 4/95 25263
/proc/meminfo: memFree=1372808/2055920 swapFree=4192956/4192956
[pid=25246] ppid=25244 vsize=13724 CPUtime=0.8
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 1190 7900 0 1 3 0 70 7 15 0 1 0 29050333 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25246/statm: 3431 809 371 3 0 531 0
[pid=25256] ppid=25246 vsize=807336 CPUtime=24.71
/proc/25256/stat : 25256 (java) R 25246 25246 25181 0 -1 0 56064 0 1 0 2436 35 0 0 25 0 8 0 29050419 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25256/statm: 201834 54113 1507 14 0 189112 0
[pid=25256/tid=25257] ppid=25246 vsize=807336 CPUtime=8.54
/proc/25256/task/25257/stat : 25257 (java) R 25246 25246 25181 0 -1 64 49168 0 0 0 827 27 0 0 15 0 8 0 29050422 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153444180 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25258] ppid=25246 vsize=807336 CPUtime=0
/proc/25256/task/25258/stat : 25258 (java) S 25246 25246 25181 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29050423 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25259] ppid=25246 vsize=807336 CPUtime=0
/proc/25256/task/25259/stat : 25259 (java) S 25246 25246 25181 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29050423 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25260] ppid=25246 vsize=807336 CPUtime=0
/proc/25256/task/25260/stat : 25260 (java) S 25246 25246 25181 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 29050426 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25261] ppid=25246 vsize=807336 CPUtime=0.14
/proc/25256/task/25261/stat : 25261 (java) S 25246 25246 25181 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 29050426 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25262] ppid=25246 vsize=807336 CPUtime=0
/proc/25256/task/25262/stat : 25262 (java) S 25246 25246 25181 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29050426 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25256/tid=25263] ppid=25246 vsize=807336 CPUtime=0
/proc/25256/task/25263/stat : 25263 (java) R 25246 25246 25181 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29050426 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 821060

[startup+51.3257 s]
/proc/loadavg: 1.83 1.18 0.70 3/88 25264
/proc/meminfo: memFree=1555328/2055920 swapFree=4192956/4192956
[pid=25246] ppid=25244 vsize=17640 CPUtime=36.34
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 2250 65352 0 2 9 1 3571 53 16 0 1 0 29050333 18063360 1762 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25246/statm: 4410 1762 373 3 0 1510 0
[pid=25264] ppid=25246 vsize=16520 CPUtime=14.62
/proc/25264/stat : 25264 (minisat) R 25246 25246 25181 0 -1 0 4812 0 0 0 1458 4 0 0 25 0 1 0 29053996 16916480 3773 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/25264/statm: 4130 3773 52 112 0 4014 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 34160

[startup+102.576 s]
/proc/loadavg: 1.93 1.32 0.77 3/88 25264
/proc/meminfo: memFree=1547776/2055920 swapFree=4192956/4192956
[pid=25246] ppid=25244 vsize=17640 CPUtime=36.34
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 2250 65352 0 2 9 1 3571 53 16 0 1 0 29050333 18063360 1762 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25246/statm: 4410 1762 373 3 0 1510 0
[pid=25264] ppid=25246 vsize=24076 CPUtime=65.62
/proc/25264/stat : 25264 (minisat) R 25246 25246 25181 0 -1 0 6690 0 0 0 6555 7 0 0 25 0 1 0 29053996 24653824 5651 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25264/statm: 6019 5651 52 112 0 5903 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 41716

[startup+162.658 s]
/proc/loadavg: 2.07 1.47 0.85 3/88 25264
/proc/meminfo: memFree=1541440/2055920 swapFree=4192956/4192956

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

/proc/loadavg: 1.68 1.91 1.56 2/79 25279
/proc/meminfo: memFree=1580376/2055920 swapFree=4192956/4192956
[pid=25246] ppid=25244 vsize=17640 CPUtime=36.34
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 2250 65352 0 2 9 1 3571 53 16 0 1 0 29050333 18063360 1762 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25246/statm: 4410 1762 373 3 0 1510 0
[pid=25264] ppid=25246 vsize=49904 CPUtime=1082.19
/proc/25264/stat : 25264 (minisat) R 25246 25246 25181 0 -1 0 13059 0 0 0 108196 23 0 0 25 0 1 0 29053996 51101696 12020 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25264/statm: 12476 12020 52 112 0 12360 0
Current children cumulated CPU time (s) 1118.53
Current children cumulated vsize (KiB) 67544

[startup+1184.03 s]
/proc/loadavg: 1.25 1.74 1.52 2/79 25279
/proc/meminfo: memFree=1580376/2055920 swapFree=4192956/4192956
[pid=25246] ppid=25244 vsize=17640 CPUtime=36.34
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 2250 65352 0 2 9 1 3571 53 16 0 1 0 29050333 18063360 1762 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25246/statm: 4410 1762 373 3 0 1510 0
[pid=25264] ppid=25246 vsize=50024 CPUtime=1142.24
/proc/25264/stat : 25264 (minisat) R 25246 25246 25181 0 -1 0 13073 0 0 0 114201 23 0 0 25 0 1 0 29053996 51224576 12034 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25264/statm: 12506 12034 52 112 0 12390 0
Current children cumulated CPU time (s) 1178.58
Current children cumulated vsize (KiB) 67664

[startup+1244.12 s]
/proc/loadavg: 1.15 1.62 1.49 2/82 25343
/proc/meminfo: memFree=1573696/2055920 swapFree=4192956/4192956
[pid=25246] ppid=25244 vsize=17640 CPUtime=36.34
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 2250 65352 0 2 9 1 3571 53 16 0 1 0 29050333 18063360 1762 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25246/statm: 4410 1762 373 3 0 1510 0
[pid=25264] ppid=25246 vsize=50024 CPUtime=1202.27
/proc/25264/stat : 25264 (minisat) R 25246 25246 25181 0 -1 0 13090 0 0 0 120203 24 0 0 25 0 1 0 29053996 51224576 12051 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25264/statm: 12506 12051 52 112 0 12390 0
Current children cumulated CPU time (s) 1238.61
Current children cumulated vsize (KiB) 67664

[startup+1304.17 s]
/proc/loadavg: 2.68 1.97 1.62 3/96 25364
/proc/meminfo: memFree=582736/2055920 swapFree=4192956/4192956
[pid=25246] ppid=25244 vsize=17640 CPUtime=36.34
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 2250 65352 0 2 9 1 3571 53 16 0 1 0 29050333 18063360 1762 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25246/statm: 4410 1762 373 3 0 1510 0
[pid=25264] ppid=25246 vsize=50024 CPUtime=1262.19
/proc/25264/stat : 25264 (minisat) R 25246 25246 25181 0 -1 0 13091 0 0 0 126178 41 0 0 25 0 1 0 29053996 51224576 12052 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25264/statm: 12506 12052 52 112 0 12390 0
Current children cumulated CPU time (s) 1298.53
Current children cumulated vsize (KiB) 67664

[startup+1364.22 s]
/proc/loadavg: 2.48 2.05 1.66 3/96 25364
/proc/meminfo: memFree=14992/2055920 swapFree=4192956/4192956
[pid=25246] ppid=25244 vsize=17640 CPUtime=36.34
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 2250 65352 0 2 9 1 3571 53 16 0 1 0 29050333 18063360 1762 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25246/statm: 4410 1762 373 3 0 1510 0
[pid=25264] ppid=25246 vsize=50024 CPUtime=1322.08
/proc/25264/stat : 25264 (minisat) R 25246 25246 25181 0 -1 0 13094 0 0 0 132147 61 0 0 25 0 1 0 29053996 51224576 12055 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/25264/statm: 12506 12055 52 112 0 12390 0
Current children cumulated CPU time (s) 1358.42
Current children cumulated vsize (KiB) 67664

[startup+1424.27 s]
/proc/loadavg: 2.86 2.23 1.75 4/96 25364
/proc/meminfo: memFree=16144/2055920 swapFree=4192956/4192956
[pid=25246] ppid=25244 vsize=17640 CPUtime=36.34
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 2250 65352 0 2 9 1 3571 53 16 0 1 0 29050333 18063360 1762 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25246/statm: 4410 1762 373 3 0 1510 0
[pid=25264] ppid=25246 vsize=50024 CPUtime=1381.76
/proc/25264/stat : 25264 (minisat) R 25246 25246 25181 0 -1 0 13094 0 0 0 138094 82 0 0 25 0 1 0 29053996 51224576 12055 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/25264/statm: 12506 12055 52 112 0 12390 0
Current children cumulated CPU time (s) 1418.1
Current children cumulated vsize (KiB) 67664

[startup+1484.32 s]
/proc/loadavg: 3.06 2.39 1.83 3/96 25364
/proc/meminfo: memFree=15696/2055920 swapFree=4192956/4192956
[pid=25246] ppid=25244 vsize=17640 CPUtime=36.34
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 2250 65352 0 2 9 1 3571 53 16 0 1 0 29050333 18063360 1762 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25246/statm: 4410 1762 373 3 0 1510 0
[pid=25264] ppid=25246 vsize=54044 CPUtime=1441.42
/proc/25264/stat : 25264 (minisat) R 25246 25246 25181 0 -1 0 14061 0 0 0 144039 103 0 0 25 0 1 0 29053996 55341056 13022 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25264/statm: 13511 13022 52 112 0 13395 0
Current children cumulated CPU time (s) 1477.76
Current children cumulated vsize (KiB) 71684

[startup+1544.38 s]
/proc/loadavg: 3.25 2.56 1.92 4/96 25364
/proc/meminfo: memFree=14992/2055920 swapFree=4192956/4192956
[pid=25246] ppid=25244 vsize=17640 CPUtime=36.34
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 2250 65352 0 2 9 1 3571 53 16 0 1 0 29050333 18063360 1762 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25246/statm: 4410 1762 373 3 0 1510 0
[pid=25264] ppid=25246 vsize=59088 CPUtime=1501.1
/proc/25264/stat : 25264 (minisat) R 25246 25246 25181 0 -1 0 15336 0 0 0 149983 127 0 0 25 0 1 0 29053996 60506112 14297 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25264/statm: 14772 14297 52 112 0 14656 0
Current children cumulated CPU time (s) 1537.44
Current children cumulated vsize (KiB) 76728

[startup+1604.44 s]
/proc/loadavg: 3.91 2.84 2.05 3/96 25364
/proc/meminfo: memFree=15696/2055920 swapFree=4192812/4192956
[pid=25246] ppid=25244 vsize=17640 CPUtime=36.34
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 2250 65352 0 2 9 1 3571 53 16 0 1 0 29050333 18063360 1762 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25246/statm: 4410 1762 373 3 0 1510 0
[pid=25264] ppid=25246 vsize=59088 CPUtime=1560.8
/proc/25264/stat : 25264 (minisat) R 25246 25246 25181 0 -1 0 15337 0 0 0 155932 148 0 0 25 0 1 0 29053996 60506112 14298 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25264/statm: 14772 14298 52 112 0 14656 0
Current children cumulated CPU time (s) 1597.14
Current children cumulated vsize (KiB) 76728

[startup+1664.5 s]
/proc/loadavg: 3.82 3.06 2.18 3/96 25364
/proc/meminfo: memFree=14928/2055920 swapFree=4192812/4192956
[pid=25246] ppid=25244 vsize=17640 CPUtime=36.34
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 2250 65352 0 2 9 1 3571 53 16 0 1 0 29050333 18063360 1762 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25246/statm: 4410 1762 373 3 0 1510 0
[pid=25264] ppid=25246 vsize=59308 CPUtime=1620.47
/proc/25264/stat : 25264 (minisat) R 25246 25246 25181 0 -1 0 15363 0 0 0 161874 173 0 0 25 0 1 0 29053996 60731392 14324 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25264/statm: 14827 14324 52 112 0 14711 0
Current children cumulated CPU time (s) 1656.81
Current children cumulated vsize (KiB) 76948

[startup+1724.56 s]
/proc/loadavg: 3.00 2.95 2.19 3/96 25364
/proc/meminfo: memFree=14992/2055920 swapFree=4192812/4192956
[pid=25246] ppid=25244 vsize=17640 CPUtime=36.34
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 2250 65352 0 2 9 1 3571 53 16 0 1 0 29050333 18063360 1762 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25246/statm: 4410 1762 373 3 0 1510 0
[pid=25264] ppid=25246 vsize=59308 CPUtime=1680.14
/proc/25264/stat : 25264 (minisat) R 25246 25246 25181 0 -1 0 15371 0 0 0 167820 194 0 0 25 0 1 0 29053996 60731392 14332 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/25264/statm: 14827 14332 52 112 0 14711 0
Current children cumulated CPU time (s) 1716.48
Current children cumulated vsize (KiB) 76948

[startup+1784.62 s]
/proc/loadavg: 2.61 2.84 2.20 3/96 25366
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=25246] ppid=25244 vsize=17640 CPUtime=36.34
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 2250 65352 0 2 9 1 3571 53 16 0 1 0 29050333 18063360 1762 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25246/statm: 4410 1762 373 3 0 1510 0
[pid=25264] ppid=25246 vsize=59468 CPUtime=1739.82
/proc/25264/stat : 25264 (minisat) R 25246 25246 25181 0 -1 0 15393 0 0 0 173767 215 0 0 25 0 1 0 29053996 60895232 14354 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25264/statm: 14867 14354 52 112 0 14751 0
Current children cumulated CPU time (s) 1776.16
Current children cumulated vsize (KiB) 77108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.64 s]
/proc/loadavg: 2.75 2.85 2.22 3/96 25366
/proc/meminfo: memFree=15824/2055920 swapFree=4192812/4192956
[pid=25246] ppid=25244 vsize=17640 CPUtime=36.34
/proc/25246/stat : 25246 (sugar) S 25244 25246 25181 0 -1 4194304 2250 65352 0 2 9 1 3571 53 16 0 1 0 29050333 18063360 1762 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25246/statm: 4410 1762 373 3 0 1510 0
[pid=25264] ppid=25246 vsize=59468 CPUtime=1763.66
/proc/25264/stat : 25264 (minisat) R 25246 25246 25181 0 -1 0 15394 0 0 0 176142 224 0 0 25 0 1 0 29053996 60895232 14355 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25264/statm: 14867 14355 52 112 0 14751 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 77108

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25246 and gives childrusage.ru_utime.tv_sec=35 childrusage.ru_utime.tv_usec=815555 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=554915
CPU time returned by wait4() is 36.3705
while last known CPU time is 1800.01

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

Real time (s): 1810.36
CPU time (s): 1800.01
CPU user time (s): 1797.22
CPU system time (s): 2.79
CPU usage (%): 99.4283
Max. virtual memory (cumulated for all children) (KiB): 821564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.8156
system time used= 0.554915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67687
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= 8698
involuntary context switches= 8747

runsolver used 2.06968 s user time and 5.53616 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Mon Jan 29 17:15:59 UTC 2007


IDJOB= 194806
IDBENCH= 3233
IDSOLVER= 86
FILE ID= node12/194806-1170090959

PBS_JOBID= 3689414

Free space on /tmp= 66550 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  0bbf7460ef2d59facffae8119cd866c8

RANDOM SEED= 99323863

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.285
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.285
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:       1588712 kB
Buffers:         49180 kB
Cached:         260220 kB
SwapCached:          0 kB
Active:         246064 kB
Inactive:       152432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1588712 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1276 kB
Writeback:           0 kB
Mapped:         108776 kB
Slab:            53636 kB
Committed_AS:   258528 kB
PageTables:       2136 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= 57572 MiB



End job on node12 on Mon Jan 29 17:46:12 UTC 2007