Trace number 229824

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 1811.39

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-37_ext.xml
MD5SUM2eeb2adecc305b0db93e86ea3cbf860e
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 benchmark477.599
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints485
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension485
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/229824-1170106227/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/229824-1170106227/unknown.xml [Mon Jan 29 22:30:27 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/229824-1170106227/unknown.xml /tmp/evaluation/229824-1170106227/sugar25407.csp [Mon Jan 29 22:30:27 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229824-1170106227/sugar-v0-40.jar -convert /tmp/evaluation/229824-1170106227/unknown.xml /tmp/evaluation/229824-1170106227/sugar25407.csp
0.18	c BEGIN convert /tmp/evaluation/229824-1170106227/unknown.xml
0.89	c END convert (0.710868 seconds)
0.92	c # CONVERT_XML  END : /tmp/evaluation/229824-1170106227/sugar25407.csp 2197047 bytes (1 seconds) [Mon Jan 29 22:30:28 2007]
0.92	c # CONVERT_XML  CPU : 0.82 = 0 + 0 + 0.77 + 0.05
0.92	
0.92	c # GENERATE_SAT  BEGIN : /tmp/evaluation/229824-1170106227/sugar25407.bcnf [Mon Jan 29 22:30:28 2007]
0.92	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229824-1170106227/sugar-v0-40.jar -bcnf -map /tmp/evaluation/229824-1170106227/sugar25407.map /tmp/evaluation/229824-1170106227/sugar25407.csp /tmp/evaluation/229824-1170106227/sugar25407.bcnf
1.04	c BEGIN parse /tmp/evaluation/229824-1170106227/sugar25407.csp
26.30	c END parse (25.263397 seconds)
26.30	c BEGIN simplify
26.42	c END simplify (0.110344 seconds)
26.42	c BEGIN encode /tmp/evaluation/229824-1170106227/sugar25407.bcnf
27.63	c END encode (1.216291 seconds)
27.76	c # GENERATE_SAT  END : 5774 variables 77328 clauses 6723136 bytes (27 seconds) [Mon Jan 29 22:30:55 2007]
27.76	c # GENERATE_SAT  CPU : 26.57 = 0.04 + 0 + 26.1 + 0.43
27.76	
27.76	c # SOLVE_SAT  BEGIN : /tmp/evaluation/229824-1170106227/sugar25407.bcnf [Mon Jan 29 22:30:55 2007]
27.76	c # CMD : /tmp/evaluation/229824-1170106227/minisat /tmp/evaluation/229824-1170106227/sugar25407.bcnf /tmp/evaluation/229824-1170106227/sugar25407.out
27.92	c ==================================[MINISAT]===================================
27.92	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
27.92	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
27.92	c ==============================================================================
27.92	c |         0 |   77328  1603448 |   25776       0        0     nan |  0.000 % |
27.95	c |       100 |   77328  1603448 |   28353     100     5097    51.0 |  0.000 % |
28.02	c |       251 |   77328  1603448 |   31188     251     7571    30.2 |  0.000 % |
28.10	c |       476 |   77328  1603448 |   34307     476    10907    22.9 |  0.000 % |
28.23	c |       816 |   77329  1603448 |   37738     815    16914    20.8 |  0.001 % |
28.44	c |      1322 |   77329  1603448 |   41512    1321    25361    19.2 |  0.000 % |
28.74	c |      2082 |   77331  1603448 |   45663    2079    37104    17.8 |  0.001 % |
29.18	c |      3225 |   77331  1603448 |   50230    3222    55417    17.2 |  0.000 % |
29.93	c |      4933 |   77332  1603448 |   55253    4929    81021    16.4 |  0.000 % |
31.10	c |      7495 |   77333  1603448 |   60778    7490   121213    16.2 |  0.000 % |
32.94	c |     11340 |   77334  1603448 |   66856   11334   195062    17.2 |  0.000 % |
36.50	c |     17107 |   77334  1603448 |   73541   17101   318027    18.6 |  0.000 % |
42.25	c |     25756 |   77335  1603448 |   80896   25749   493259    19.2 |  0.000 % |
52.52	c |     38730 |   77335  1603448 |   88985   38723   859261    22.2 |  0.000 % |
71.15	c |     58191 |   77337  1603448 |   97884   58182  1311769    22.5 |  0.000 % |
107.77	c |     87383 |   77341  1603448 |  107672   87370  2069483    23.7 |  0.000 % |
160.18	c |    131172 |   77349  1603448 |  118440   39095   933486    23.9 |  0.000 % |
235.05	c |    196856 |   77355  1603448 |  130284  104773  2579432    24.6 |  0.000 % |
350.16	c |    295384 |   77356  1603448 |  143312   90398  1970430    21.8 |  0.000 % |
557.42	c |    443173 |   77368  1603448 |  157643  113726  2725409    24.0 |  0.000 % |
854.87	c |    664856 |   77383  1603448 |  173408   55753  2242159    40.2 |  0.000 % |
1410.65	c |    997381 |   77394  1603448 |  190748   85161  3798499    44.6 |  0.000 % |
1809.41	
1809.41	s UNKNOWN
1809.41	c # INTERRUPTED
1809.41	c # MAIN  END :  (1810 seconds) [Mon Jan 29 23:00:37 2007]
1809.41	c # MAIN  CPU : 27.4 = 0.05 + 0 + 26.87 + 0.48
1809.41	

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/node63/watcher-229824-1170106227 -o ROOT/results/node63/solver-229824-1170106227 -C 1800 -M 900 /tmp/evaluation/229824-1170106227/solver /tmp/evaluation/229824-1170106227 /tmp/evaluation/229824-1170106227/unknown.xml 

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

/proc/loadavg: 2.08 2.28 2.70 3/81 25408
/proc/meminfo: memFree=1295688/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=18540 CPUtime=0
/proc/25407/stat : 25407 (runsolver) R 25405 25407 25134 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30580112 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 247254805799 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25407/statm: 4635 279 244 17 0 2626 0

[startup+0.102159 s]
/proc/loadavg: 2.08 2.28 2.70 3/81 25408
/proc/meminfo: memFree=1295688/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=13724 CPUtime=0.04
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30580112 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25407/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.511207 s]
/proc/loadavg: 2.08 2.28 2.70 3/81 25408
/proc/meminfo: memFree=1295688/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=13724 CPUtime=0.04
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30580112 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25407/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.3403 s]
/proc/loadavg: 2.07 2.28 2.69 3/89 25424
/proc/meminfo: memFree=1285576/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=13724 CPUtime=0.86
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1190 7933 0 1 3 1 77 5 16 0 1 0 30580112 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25407/statm: 3431 809 371 3 0 531 0
[pid=25417] ppid=25407 vsize=807064 CPUtime=0.4
/proc/25417/stat : 25417 (java) R 25407 25407 25134 0 -1 0 6516 0 1 0 36 4 0 0 17 0 8 0 30580205 826433536 6266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073476712 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25417/statm: 201766 6266 1494 14 0 189044 0
[pid=25417/tid=25418] ppid=25407 vsize=807064 CPUtime=0.02
/proc/25417/task/25418/stat : 25418 (java) S 25407 25407 25134 0 -1 64 465 0 0 0 2 0 0 0 16 0 8 0 30580208 826433536 6266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25419] ppid=25407 vsize=807064 CPUtime=0
/proc/25417/task/25419/stat : 25419 (java) S 25407 25407 25134 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30580209 826433536 6266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25420] ppid=25407 vsize=807064 CPUtime=0
/proc/25417/task/25420/stat : 25420 (java) S 25407 25407 25134 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30580209 826433536 6266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25421] ppid=25407 vsize=807064 CPUtime=0
/proc/25417/task/25421/stat : 25421 (java) S 25407 25407 25134 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30580212 826433536 6266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25422] ppid=25407 vsize=807064 CPUtime=0.05
/proc/25417/task/25422/stat : 25422 (java) R 25407 25407 25134 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30580212 826433536 6266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25423] ppid=25407 vsize=807064 CPUtime=0
/proc/25417/task/25423/stat : 25423 (java) S 25407 25407 25134 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30580212 826433536 6266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25424] ppid=25407 vsize=807064 CPUtime=0
/proc/25417/task/25424/stat : 25424 (java) S 25407 25407 25134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30580212 826433536 6266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 820788

[startup+2.98447 s]
/proc/loadavg: 2.07 2.28 2.69 4/89 25424
/proc/meminfo: memFree=1257032/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=13724 CPUtime=0.86
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1190 7933 0 1 3 1 77 5 16 0 1 0 30580112 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25407/statm: 3431 809 371 3 0 531 0
[pid=25417] ppid=25407 vsize=807064 CPUtime=2.02
/proc/25417/stat : 25417 (java) R 25407 25407 25134 0 -1 0 13331 0 1 0 195 7 0 0 25 0 8 0 30580205 826433536 13066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073491412 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25417/statm: 201766 13066 1494 14 0 189044 0
[pid=25417/tid=25418] ppid=25407 vsize=807064 CPUtime=0.55
/proc/25417/task/25418/stat : 25418 (java) S 25407 25407 25134 0 -1 64 7265 0 0 0 52 3 0 0 16 0 8 0 30580208 826433536 13066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25419] ppid=25407 vsize=807064 CPUtime=0
/proc/25417/task/25419/stat : 25419 (java) S 25407 25407 25134 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30580209 826433536 13066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25420] ppid=25407 vsize=807064 CPUtime=0
/proc/25417/task/25420/stat : 25420 (java) S 25407 25407 25134 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30580209 826433536 13066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25421] ppid=25407 vsize=807064 CPUtime=0
/proc/25417/task/25421/stat : 25421 (java) S 25407 25407 25134 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30580212 826433536 13066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25422] ppid=25407 vsize=807064 CPUtime=0.05
/proc/25417/task/25422/stat : 25422 (java) S 25407 25407 25134 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30580212 826433536 13066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25423] ppid=25407 vsize=807064 CPUtime=0
/proc/25417/task/25423/stat : 25423 (java) S 25407 25407 25134 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30580212 826433536 13066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25424] ppid=25407 vsize=807064 CPUtime=0
/proc/25417/task/25424/stat : 25424 (java) S 25407 25407 25134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30580212 826433536 13066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 820788

[startup+6.19682 s]
/proc/loadavg: 2.07 2.27 2.69 4/89 25424
/proc/meminfo: memFree=1175560/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=13724 CPUtime=0.86
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1190 7933 0 1 3 1 77 5 16 0 1 0 30580112 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25407/statm: 3431 809 371 3 0 531 0
[pid=25417] ppid=25407 vsize=807336 CPUtime=5.2
/proc/25417/stat : 25417 (java) R 25407 25407 25134 0 -1 0 34117 0 1 0 502 18 0 0 25 0 8 0 30580205 826712064 33765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746902 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25417/statm: 201834 33765 1506 14 0 189112 0
[pid=25417/tid=25418] ppid=25407 vsize=807336 CPUtime=1.57
/proc/25417/task/25418/stat : 25418 (java) S 25407 25407 25134 0 -1 64 27811 0 0 0 144 13 0 0 16 0 8 0 30580208 826712064 33765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25419] ppid=25407 vsize=807336 CPUtime=0
/proc/25417/task/25419/stat : 25419 (java) S 25407 25407 25134 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30580209 826712064 33765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25420] ppid=25407 vsize=807336 CPUtime=0
/proc/25417/task/25420/stat : 25420 (java) S 25407 25407 25134 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30580209 826712064 33765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25421] ppid=25407 vsize=807336 CPUtime=0
/proc/25417/task/25421/stat : 25421 (java) S 25407 25407 25134 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30580212 826712064 33765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25422] ppid=25407 vsize=807336 CPUtime=0.13
/proc/25417/task/25422/stat : 25422 (java) S 25407 25407 25134 0 -1 64 401 0 0 0 13 0 0 0 16 0 8 0 30580212 826712064 33765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25423] ppid=25407 vsize=807336 CPUtime=0
/proc/25417/task/25423/stat : 25423 (java) S 25407 25407 25134 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30580212 826712064 33765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25424] ppid=25407 vsize=807336 CPUtime=0
/proc/25417/task/25424/stat : 25424 (java) S 25407 25407 25134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30580212 826712064 33765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 821060

[startup+12.6732 s]
/proc/loadavg: 2.14 2.28 2.69 5/89 25424
/proc/meminfo: memFree=1080328/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=13724 CPUtime=0.86
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1190 7933 0 1 3 1 77 5 16 0 1 0 30580112 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25407/statm: 3431 809 371 3 0 531 0
[pid=25417] ppid=25407 vsize=807336 CPUtime=11.6
/proc/25417/stat : 25417 (java) R 25407 25407 25134 0 -1 0 54982 0 1 0 1129 31 0 0 25 0 8 0 30580205 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25417/statm: 201834 54113 1507 14 0 189112 0
[pid=25417/tid=25418] ppid=25407 vsize=807336 CPUtime=3.48
/proc/25417/task/25418/stat : 25418 (java) S 25407 25407 25134 0 -1 64 48529 0 0 0 323 25 0 0 15 0 8 0 30580208 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25419] ppid=25407 vsize=807336 CPUtime=0
/proc/25417/task/25419/stat : 25419 (java) S 25407 25407 25134 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30580209 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25420] ppid=25407 vsize=807336 CPUtime=0
/proc/25417/task/25420/stat : 25420 (java) S 25407 25407 25134 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30580209 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25421] ppid=25407 vsize=807336 CPUtime=0
/proc/25417/task/25421/stat : 25421 (java) S 25407 25407 25134 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30580212 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25422] ppid=25407 vsize=807336 CPUtime=0.14
/proc/25417/task/25422/stat : 25422 (java) S 25407 25407 25134 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 30580212 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25423] ppid=25407 vsize=807336 CPUtime=0
/proc/25417/task/25423/stat : 25423 (java) S 25407 25407 25134 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30580212 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25424] ppid=25407 vsize=807336 CPUtime=0
/proc/25417/task/25424/stat : 25424 (java) S 25407 25407 25134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30580212 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.46
Current children cumulated vsize (KiB) 821060

[startup+25.5357 s]
/proc/loadavg: 2.12 2.27 2.68 4/89 25424
/proc/meminfo: memFree=1080648/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=13724 CPUtime=0.86
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1190 7933 0 1 3 1 77 5 16 0 1 0 30580112 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25407/statm: 3431 809 371 3 0 531 0
[pid=25417] ppid=25407 vsize=807336 CPUtime=24.39
/proc/25417/stat : 25417 (java) R 25407 25407 25134 0 -1 0 56109 0 1 0 2404 35 0 0 25 0 8 0 30580205 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25417/statm: 201834 54113 1507 14 0 189112 0
[pid=25417/tid=25418] ppid=25407 vsize=807336 CPUtime=8.26
/proc/25417/task/25418/stat : 25418 (java) R 25407 25407 25134 0 -1 64 49293 0 0 0 799 27 0 0 15 0 8 0 30580208 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153823368 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25419] ppid=25407 vsize=807336 CPUtime=0
/proc/25417/task/25419/stat : 25419 (java) S 25407 25407 25134 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30580209 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25420] ppid=25407 vsize=807336 CPUtime=0
/proc/25417/task/25420/stat : 25420 (java) S 25407 25407 25134 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30580209 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25421] ppid=25407 vsize=807336 CPUtime=0
/proc/25417/task/25421/stat : 25421 (java) S 25407 25407 25134 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30580212 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25422] ppid=25407 vsize=807336 CPUtime=0.14
/proc/25417/task/25422/stat : 25422 (java) S 25407 25407 25134 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 30580212 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25423] ppid=25407 vsize=807336 CPUtime=0
/proc/25417/task/25423/stat : 25423 (java) S 25407 25407 25134 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30580212 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25417/tid=25424] ppid=25407 vsize=807336 CPUtime=0
/proc/25417/task/25424/stat : 25424 (java) S 25407 25407 25134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30580212 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.25
Current children cumulated vsize (KiB) 821060

[startup+51.2144 s]
/proc/loadavg: 2.12 2.26 2.67 3/82 25425
/proc/meminfo: memFree=1269120/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=16452 CPUtime=27.43
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1955 64826 0 2 7 1 2687 48 16 0 1 0 30580112 16846848 1466 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25407/statm: 4113 1466 373 3 0 1213 0
[pid=25425] ppid=25407 vsize=14952 CPUtime=23.32
/proc/25425/stat : 25425 (minisat) R 25407 25407 25134 0 -1 0 4400 0 0 0 2329 3 0 0 25 0 1 0 30582889 15310848 3361 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25425/statm: 3738 3361 52 112 0 3622 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 31404

[startup+102.442 s]
/proc/loadavg: 2.05 2.22 2.63 3/82 25425
/proc/meminfo: memFree=1262912/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=16452 CPUtime=27.43
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1955 64826 0 2 7 1 2687 48 16 0 1 0 30580112 16846848 1466 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25407/statm: 4113 1466 373 3 0 1213 0
[pid=25425] ppid=25407 vsize=21056 CPUtime=74.3
/proc/25425/stat : 25425 (minisat) R 25407 25407 25134 0 -1 0 5945 0 0 0 7425 5 0 0 25 0 1 0 30582889 21561344 4906 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525599 0 0 4096 3 0 0 0 17 1 0 0
/proc/25425/statm: 5264 4906 52 112 0 5148 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 37508

[startup+162.503 s]
/proc/loadavg: 2.02 2.18 2.59 3/82 25425
/proc/meminfo: memFree=1254144/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=16452 CPUtime=27.43
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1955 64826 0 2 7 1 2687 48 16 0 1 0 30580112 16846848 1466 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25407/statm: 4113 1466 373 3 0 1213 0
[pid=25425] ppid=25407 vsize=24776 CPUtime=134.08
/proc/25425/stat : 25425 (minisat) R 25407 25407 25134 0 -1 0 6832 0 0 0 13402 6 0 0 25 0 1 0 30582889 25370624 5793 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25425/statm: 6194 5793 52 112 0 6078 0
Current children cumulated CPU time (s) 161.51
Current children cumulated vsize (KiB) 41228


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

/proc/loadavg: 2.00 2.04 2.22 3/76 25529
/proc/meminfo: memFree=1338536/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=16452 CPUtime=27.43
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1955 64826 0 2 7 1 2687 48 16 0 1 0 30580112 16846848 1466 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25407/statm: 4113 1466 373 3 0 1213 0
[pid=25425] ppid=25407 vsize=44064 CPUtime=1090.48
/proc/25425/stat : 25425 (minisat) R 25407 25407 25134 0 -1 0 11585 0 0 0 109032 16 0 0 25 0 1 0 30582889 45121536 10538 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25425/statm: 11016 10538 52 112 0 10900 0
Current children cumulated CPU time (s) 1117.91
Current children cumulated vsize (KiB) 60516

[startup+1183.58 s]
/proc/loadavg: 2.00 2.03 2.20 3/76 25529
/proc/meminfo: memFree=1338472/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=16452 CPUtime=27.43
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1955 64826 0 2 7 1 2687 48 16 0 1 0 30580112 16846848 1466 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25407/statm: 4113 1466 373 3 0 1213 0
[pid=25425] ppid=25407 vsize=44064 CPUtime=1150.28
/proc/25425/stat : 25425 (minisat) R 25407 25407 25134 0 -1 0 11587 0 0 0 115012 16 0 0 25 0 1 0 30582889 45121536 10540 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527442 0 0 4096 3 0 0 0 17 0 0 0
/proc/25425/statm: 11016 10540 52 112 0 10900 0
Current children cumulated CPU time (s) 1177.71
Current children cumulated vsize (KiB) 60516

[startup+1243.64 s]
/proc/loadavg: 2.00 2.02 2.18 3/76 25529
/proc/meminfo: memFree=1338416/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=16452 CPUtime=27.43
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1955 64826 0 2 7 1 2687 48 16 0 1 0 30580112 16846848 1466 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25407/statm: 4113 1466 373 3 0 1213 0
[pid=25425] ppid=25407 vsize=44212 CPUtime=1210.05
/proc/25425/stat : 25425 (minisat) R 25407 25407 25134 0 -1 0 11601 0 0 0 120988 17 0 0 25 0 1 0 30582889 45273088 10554 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 0 0 0
/proc/25425/statm: 11053 10554 52 112 0 10937 0
Current children cumulated CPU time (s) 1237.48
Current children cumulated vsize (KiB) 60664

[startup+1303.71 s]
/proc/loadavg: 2.00 2.02 2.17 3/76 25529
/proc/meminfo: memFree=1335984/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=16452 CPUtime=27.43
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1955 64826 0 2 7 1 2687 48 16 0 1 0 30580112 16846848 1466 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25407/statm: 4113 1466 373 3 0 1213 0
[pid=25425] ppid=25407 vsize=46400 CPUtime=1269.84
/proc/25425/stat : 25425 (minisat) R 25407 25407 25134 0 -1 0 12161 0 0 0 126967 17 0 0 25 0 1 0 30582889 47513600 11114 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25425/statm: 11600 11114 52 112 0 11484 0
Current children cumulated CPU time (s) 1297.27
Current children cumulated vsize (KiB) 62852

[startup+1363.77 s]
/proc/loadavg: 2.00 2.01 2.16 3/76 25529
/proc/meminfo: memFree=1335216/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=16452 CPUtime=27.43
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1955 64826 0 2 7 1 2687 48 16 0 1 0 30580112 16846848 1466 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25407/statm: 4113 1466 373 3 0 1213 0
[pid=25425] ppid=25407 vsize=47184 CPUtime=1329.65
/proc/25425/stat : 25425 (minisat) R 25407 25407 25134 0 -1 0 12354 0 0 0 132947 18 0 0 25 0 1 0 30582889 48316416 11307 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134526338 0 0 4096 3 0 0 0 17 0 0 0
/proc/25425/statm: 11796 11307 52 112 0 11680 0
Current children cumulated CPU time (s) 1357.08
Current children cumulated vsize (KiB) 63636

[startup+1423.84 s]
/proc/loadavg: 2.00 2.00 2.15 3/76 25529
/proc/meminfo: memFree=1334704/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=16452 CPUtime=27.44
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1955 64826 0 2 8 1 2687 48 16 0 1 0 30580112 16846848 1466 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25407/statm: 4113 1466 373 3 0 1213 0
[pid=25425] ppid=25407 vsize=47632 CPUtime=1389.43
/proc/25425/stat : 25425 (minisat) R 25407 25407 25134 0 -1 0 12452 0 0 0 138925 18 0 0 25 0 1 0 30582889 48775168 11405 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/25425/statm: 11908 11405 52 112 0 11792 0
Current children cumulated CPU time (s) 1416.87
Current children cumulated vsize (KiB) 64084

[startup+1483.91 s]
/proc/loadavg: 2.00 2.00 2.14 3/76 25529
/proc/meminfo: memFree=1334384/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=16452 CPUtime=27.44
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1955 64826 0 2 8 1 2687 48 16 0 1 0 30580112 16846848 1466 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25407/statm: 4113 1466 373 3 0 1213 0
[pid=25425] ppid=25407 vsize=47944 CPUtime=1449.22
/proc/25425/stat : 25425 (minisat) R 25407 25407 25134 0 -1 0 12528 0 0 0 144904 18 0 0 25 0 1 0 30582889 49094656 11481 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25425/statm: 11986 11481 52 112 0 11870 0
Current children cumulated CPU time (s) 1476.66
Current children cumulated vsize (KiB) 64396

[startup+1543.97 s]
/proc/loadavg: 2.00 2.00 2.12 3/76 25529
/proc/meminfo: memFree=1334064/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=16452 CPUtime=27.44
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1955 64826 0 2 8 1 2687 48 16 0 1 0 30580112 16846848 1466 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25407/statm: 4113 1466 373 3 0 1213 0
[pid=25425] ppid=25407 vsize=48264 CPUtime=1509.02
/proc/25425/stat : 25425 (minisat) R 25407 25407 25134 0 -1 0 12585 0 0 0 150884 18 0 0 25 0 1 0 30582889 49422336 11538 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528357 0 0 4096 3 0 0 0 17 0 0 0
/proc/25425/statm: 12066 11538 52 112 0 11950 0
Current children cumulated CPU time (s) 1536.46
Current children cumulated vsize (KiB) 64716

[startup+1604.03 s]
/proc/loadavg: 2.20 2.05 2.13 3/82 25600
/proc/meminfo: memFree=1392896/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=16452 CPUtime=27.44
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1955 64826 0 2 8 1 2687 48 16 0 1 0 30580112 16846848 1466 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25407/statm: 4113 1466 373 3 0 1213 0
[pid=25425] ppid=25407 vsize=50012 CPUtime=1568.68
/proc/25425/stat : 25425 (minisat) R 25407 25407 25134 0 -1 0 13003 0 0 0 156840 28 0 0 25 0 1 0 30582889 51212288 11948 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 0 0 0
/proc/25425/statm: 12503 11948 52 112 0 12387 0
Current children cumulated CPU time (s) 1596.12
Current children cumulated vsize (KiB) 66464

[startup+1664.09 s]
/proc/loadavg: 3.81 2.52 2.28 3/82 25606
/proc/meminfo: memFree=15296/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=16452 CPUtime=27.44
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1955 64826 0 2 8 1 2687 48 16 0 1 0 30580112 16846848 1466 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25407/statm: 4113 1466 373 3 0 1213 0
[pid=25425] ppid=25407 vsize=51588 CPUtime=1628.04
/proc/25425/stat : 25425 (minisat) R 25407 25407 25134 0 -1 0 13399 0 0 0 162753 51 0 0 25 0 1 0 30582889 52826112 12344 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25425/statm: 12897 12344 52 112 0 12781 0
Current children cumulated CPU time (s) 1655.48
Current children cumulated vsize (KiB) 68040

[startup+1724.13 s]
/proc/loadavg: 4.20 2.88 2.42 2/82 25610
/proc/meminfo: memFree=39104/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=16452 CPUtime=27.44
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1955 64826 0 2 8 1 2687 48 16 0 1 0 30580112 16846848 1466 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25407/statm: 4113 1466 373 3 0 1213 0
[pid=25425] ppid=25407 vsize=51588 CPUtime=1687.6
/proc/25425/stat : 25425 (minisat) R 25407 25407 25134 0 -1 0 13399 0 0 0 168690 70 0 0 25 0 1 0 30582889 52826112 12344 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25425/statm: 12897 12344 52 112 0 12781 0
Current children cumulated CPU time (s) 1715.04
Current children cumulated vsize (KiB) 68040

[startup+1784.22 s]
/proc/loadavg: 4.00 3.05 2.51 3/82 25614
/proc/meminfo: memFree=16064/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=16452 CPUtime=27.44
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1955 64826 0 2 8 1 2687 48 16 0 1 0 30580112 16846848 1466 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25407/statm: 4113 1466 373 3 0 1213 0
[pid=25425] ppid=25407 vsize=51864 CPUtime=1747.58
/proc/25425/stat : 25425 (minisat) R 25407 25407 25134 0 -1 0 13492 0 0 0 174659 99 0 0 25 0 1 0 30582889 53108736 12429 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25425/statm: 12966 12429 52 112 0 12850 0
Current children cumulated CPU time (s) 1775.02
Current children cumulated vsize (KiB) 68316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.4 s]
/proc/loadavg: 4.13 3.16 2.56 3/82 25618
/proc/meminfo: memFree=16128/2055920 swapFree=4192812/4192956
[pid=25407] ppid=25405 vsize=16452 CPUtime=27.44
/proc/25407/stat : 25407 (sugar) S 25405 25407 25134 0 -1 4194304 1955 64826 0 2 8 1 2687 48 16 0 1 0 30580112 16846848 1466 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25407/statm: 4113 1466 373 3 0 1213 0
[pid=25425] ppid=25407 vsize=51864 CPUtime=1772.6
/proc/25425/stat : 25425 (minisat) R 25407 25407 25134 0 -1 0 13495 0 0 0 177149 111 0 0 25 0 1 0 30582889 53108736 12432 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25425/statm: 12966 12432 52 112 0 12850 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 68316

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25407 and gives childrusage.ru_utime.tv_sec=26 childrusage.ru_utime.tv_usec=953902 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=503923
CPU time returned by wait4() is 27.4578
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): 1811.39
CPU time (s): 1800.05
CPU user time (s): 1798.44
CPU system time (s): 1.61
CPU usage (%): 99.3738
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.9539
system time used= 0.503923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66866
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= 6125
involuntary context switches= 6552

runsolver used 1.69174 s user time and 4.93825 s system time

The end

Launcher Data (download as text)

Begin job on node63 on Mon Jan 29 21:30:27 UTC 2007


IDJOB= 229824
IDBENCH= 6361
IDSOLVER= 86
FILE ID= node63/229824-1170106227

PBS_JOBID= 3689847

Free space on /tmp= 66560 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-37_ext.xml
COMMAND LINE= /tmp/evaluation/229824-1170106227/solver /tmp/evaluation/229824-1170106227 /tmp/evaluation/229824-1170106227/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-229824-1170106227 -o ROOT/results/node63/solver-229824-1170106227 -C 1800 -M 900  /tmp/evaluation/229824-1170106227/solver /tmp/evaluation/229824-1170106227 /tmp/evaluation/229824-1170106227/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  2eeb2adecc305b0db93e86ea3cbf860e

RANDOM SEED= 390802877

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.214
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.214
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:       1296104 kB
Buffers:         40692 kB
Cached:          47640 kB
SwapCached:          0 kB
Active:         654064 kB
Inactive:        53156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1296104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1164 kB
Writeback:           0 kB
Mapped:         635636 kB
Slab:            36712 kB
Committed_AS:   939652 kB
PageTables:       3080 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= 62236 MiB



End job on node63 on Mon Jan 29 22:00:41 UTC 2007