Trace number 194825

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.06 1816.66

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-3_ext.xml
MD5SUM66014b97469c52dd96e73a236e9324fd
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 benchmark240.868
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints464
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension464
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c # Sugar v0-40 (/tmp/evaluation/194825-1170091105/sugar-v0-40.jar)
0.14	
0.15	c # MAIN  BEGIN : /tmp/evaluation/194825-1170091105/unknown.xml [Mon Jan 29 18:18:25 2007]
0.15	c # CONVERT_XML  BEGIN : /tmp/evaluation/194825-1170091105/unknown.xml /tmp/evaluation/194825-1170091105/sugar25249.csp [Mon Jan 29 18:18:25 2007]
0.15	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194825-1170091105/sugar-v0-40.jar -convert /tmp/evaluation/194825-1170091105/unknown.xml /tmp/evaluation/194825-1170091105/sugar25249.csp
0.39	c BEGIN convert /tmp/evaluation/194825-1170091105/unknown.xml
1.12	c END convert (0.729827 seconds)
1.13	c # CONVERT_XML  END : /tmp/evaluation/194825-1170091105/sugar25249.csp 2166324 bytes (1 seconds) [Mon Jan 29 18:18:26 2007]
1.13	c # CONVERT_XML  CPU : 0.79 = 0 + 0 + 0.7 + 0.09
1.13	
1.13	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194825-1170091105/sugar25249.bcnf [Mon Jan 29 18:18:26 2007]
1.13	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194825-1170091105/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194825-1170091105/sugar25249.map /tmp/evaluation/194825-1170091105/sugar25249.csp /tmp/evaluation/194825-1170091105/sugar25249.bcnf
1.24	c BEGIN parse /tmp/evaluation/194825-1170091105/sugar25249.csp
33.93	c END parse (32.691878 seconds)
33.93	c BEGIN simplify
34.06	c END simplify (0.130036 seconds)
34.06	c BEGIN encode /tmp/evaluation/194825-1170091105/sugar25249.bcnf
35.14	c END encode (1.078692 seconds)
35.25	c # GENERATE_SAT  END : 8118 variables 80882 clauses 9446708 bytes (34 seconds) [Mon Jan 29 18:19:00 2007]
35.25	c # GENERATE_SAT  CPU : 34.06 = 0.06 + 0 + 33.52 + 0.48
35.25	
35.25	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194825-1170091105/sugar25249.bcnf [Mon Jan 29 18:19:00 2007]
35.25	c # CMD : /tmp/evaluation/194825-1170091105/minisat /tmp/evaluation/194825-1170091105/sugar25249.bcnf /tmp/evaluation/194825-1170091105/sugar25249.out
35.48	c ==================================[MINISAT]===================================
35.48	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
35.48	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
35.48	c ==============================================================================
35.48	c |         0 |   80882  2280785 |   26960       0        0     nan |  0.000 % |
35.54	c |       102 |   80883  2280785 |   29656     101     2148    21.3 |  0.000 % |
35.61	c |       253 |   80883  2280785 |   32621     252     5025    19.9 |  0.000 % |
35.70	c |       478 |   80884  2280785 |   35883     476     7954    16.7 |  0.000 % |
35.85	c |       815 |   80884  2280785 |   39472     813    12597    15.5 |  0.000 % |
36.10	c |      1322 |   80885  2280785 |   43419    1319    23024    17.5 |  0.000 % |
36.42	c |      2083 |   80885  2280785 |   47761    2080    34024    16.4 |  0.000 % |
36.91	c |      3223 |   80885  2280785 |   52537    3220    52769    16.4 |  0.000 % |
37.76	c |      4932 |   80885  2280785 |   57791    4929    80884    16.4 |  0.000 % |
38.98	c |      7494 |   80885  2280785 |   63570    7491   129635    17.3 |  0.000 % |
41.03	c |     11338 |   80885  2280785 |   69927   11335   224788    19.8 |  0.000 % |
44.62	c |     17105 |   80886  2280785 |   76920   17101   341372    20.0 |  0.000 % |
50.53	c |     25755 |   80886  2280785 |   84612   25751   512163    19.9 |  0.000 % |
61.79	c |     38729 |   80886  2280785 |   93073   38725   769377    19.9 |  0.000 % |
83.19	c |     58190 |   80888  2280785 |  102380   58184  1250314    21.5 |  0.000 % |
118.85	c |     87383 |   80890  2280785 |  112618   87375  2000364    22.9 |  0.000 % |
178.91	c |    131173 |   80895  2280785 |  123880   34587   736594    21.3 |  0.000 % |
261.57	c |    196858 |   80899  2280785 |  136268  100268  2506721    25.0 |  0.000 % |
408.48	c |    295386 |   80906  2280785 |  149895   78496  2553657    32.5 |  0.000 % |
653.44	c |    443175 |   80913  2280785 |  164884   98334  2963950    30.1 |  0.000 % |
1022.80	c |    664858 |   80928  2280785 |  181373   28679  1558813    54.4 |  0.000 % |
1576.48	c |    997383 |   80947  2280785 |  199510   43856  1879945    42.9 |  0.000 % |
1815.01	
1815.01	s UNKNOWN
1815.01	c # INTERRUPTED
1815.01	c # MAIN  END :  (1815 seconds) [Mon Jan 29 18:48:40 2007]
1815.01	c # MAIN  CPU : 34.86 = 0.06 + 0.01 + 34.22 + 0.57
1815.01	

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/node10/watcher-194825-1170091105 -o ROOT/results/node10/solver-194825-1170091105 -C 1800 -M 900 /tmp/evaluation/194825-1170091105/solver /tmp/evaluation/194825-1170091105 /tmp/evaluation/194825-1170091105/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: 3.01 2.91 1.99 5/87 25250
/proc/meminfo: memFree=1843552/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=5352 CPUtime=0
/proc/25249/stat : 25249 (solver) R 25247 25249 24609 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 29065524 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214919867687 0 0 4096 0 0 0 0 17 1 0 0
/proc/25249/statm: 1338 231 193 169 0 49 0

[startup+0.104589 s]
/proc/loadavg: 3.01 2.91 1.99 5/87 25250
/proc/meminfo: memFree=1843552/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=12404 CPUtime=0.01
/proc/25249/stat : 25249 (sugar) D 25247 25249 24609 0 -1 4194304 669 0 4 0 0 1 0 0 18 0 1 0 29065524 12701696 392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/25249/statm: 3101 392 275 3 0 201 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12404

[startup+0.51265 s]
/proc/loadavg: 3.01 2.91 1.99 5/87 25250
/proc/meminfo: memFree=1843552/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=13724 CPUtime=0.04
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 1117 0 4 0 3 1 0 0 15 0 1 0 29065524 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25249/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33376 s]
/proc/loadavg: 3.01 2.91 1.99 3/95 25258
/proc/meminfo: memFree=1807904/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=13724 CPUtime=0.83
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 1186 7891 4 30 3 1 70 9 15 0 1 0 29065524 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25249/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 13724

[startup+2.97098 s]
/proc/loadavg: 3.01 2.91 1.99 3/95 25266
/proc/meminfo: memFree=1799200/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=13724 CPUtime=0.83
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 1186 7891 4 30 3 1 70 9 15 0 1 0 29065524 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25249/statm: 3431 809 371 3 0 531 0
[pid=25259] ppid=25249 vsize=807064 CPUtime=1.82
/proc/25259/stat : 25259 (java) R 25249 25249 24609 0 -1 0 12899 0 1 0 176 6 0 0 25 0 8 0 29065637 826433536 12635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073504815 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25259/statm: 201766 12635 1494 14 0 189044 0
[pid=25259/tid=25260] ppid=25249 vsize=807064 CPUtime=0.48
/proc/25259/task/25260/stat : 25260 (java) S 25249 25249 24609 0 -1 64 6834 0 0 0 46 2 0 0 16 0 8 0 29065640 826433536 12635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25261] ppid=25249 vsize=807064 CPUtime=0
/proc/25259/task/25261/stat : 25261 (java) S 25249 25249 24609 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29065641 826433536 12635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25262] ppid=25249 vsize=807064 CPUtime=0
/proc/25259/task/25262/stat : 25262 (java) S 25249 25249 24609 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29065641 826433536 12635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25263] ppid=25249 vsize=807064 CPUtime=0
/proc/25259/task/25263/stat : 25263 (java) S 25249 25249 24609 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29065644 826433536 12635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25264] ppid=25249 vsize=807064 CPUtime=0.04
/proc/25259/task/25264/stat : 25264 (java) S 25249 25249 24609 0 -1 64 292 0 0 0 4 0 0 0 16 0 8 0 29065644 826433536 12635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25265] ppid=25249 vsize=807064 CPUtime=0
/proc/25259/task/25265/stat : 25265 (java) S 25249 25249 24609 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29065644 826433536 12635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25266] ppid=25249 vsize=807064 CPUtime=0
/proc/25259/task/25266/stat : 25266 (java) S 25249 25249 24609 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29065644 826433536 12635 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 820788

[startup+6.17841 s]
/proc/loadavg: 2.93 2.90 1.99 3/95 25266
/proc/meminfo: memFree=1733856/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=13724 CPUtime=0.83
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 1186 7891 4 30 3 1 70 9 15 0 1 0 29065524 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25249/statm: 3431 809 371 3 0 531 0
[pid=25259] ppid=25249 vsize=807336 CPUtime=5.03
/proc/25259/stat : 25259 (java) R 25249 25249 24609 0 -1 0 31062 0 1 0 488 15 0 0 25 0 8 0 29065637 826712064 30727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25259/statm: 201834 30727 1506 14 0 189112 0
[pid=25259/tid=25260] ppid=25249 vsize=807336 CPUtime=1.36
/proc/25259/task/25260/stat : 25260 (java) R 25249 25249 24609 0 -1 64 24776 0 0 0 125 11 0 0 15 0 8 0 29065640 826712064 30727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155216448 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25261] ppid=25249 vsize=807336 CPUtime=0
/proc/25259/task/25261/stat : 25261 (java) S 25249 25249 24609 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29065641 826712064 30727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25262] ppid=25249 vsize=807336 CPUtime=0
/proc/25259/task/25262/stat : 25262 (java) S 25249 25249 24609 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29065641 826712064 30727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25263] ppid=25249 vsize=807336 CPUtime=0
/proc/25259/task/25263/stat : 25263 (java) S 25249 25249 24609 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29065644 826712064 30727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25264] ppid=25249 vsize=807336 CPUtime=0.12
/proc/25259/task/25264/stat : 25264 (java) S 25249 25249 24609 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 29065644 826712064 30727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25265] ppid=25249 vsize=807336 CPUtime=0
/proc/25259/task/25265/stat : 25265 (java) S 25249 25249 24609 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29065644 826712064 30727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25266] ppid=25249 vsize=807336 CPUtime=0
/proc/25259/task/25266/stat : 25266 (java) S 25249 25249 24609 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29065644 826712064 30727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 821060

[startup+12.6653 s]
/proc/loadavg: 2.86 2.88 1.99 3/95 25266
/proc/meminfo: memFree=1620832/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=13724 CPUtime=0.83
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 1186 7891 4 30 3 1 70 9 15 0 1 0 29065524 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25249/statm: 3431 809 371 3 0 531 0
[pid=25259] ppid=25249 vsize=807336 CPUtime=11.51
/proc/25259/stat : 25259 (java) R 25249 25249 24609 0 -1 0 54933 0 2 0 1124 27 0 0 25 0 8 0 29065637 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25259/statm: 201834 54113 1507 14 0 189112 0
[pid=25259/tid=25260] ppid=25249 vsize=807336 CPUtime=3.63
/proc/25259/task/25260/stat : 25260 (java) R 25249 25249 24609 0 -1 64 48438 0 1 0 342 21 0 0 15 0 8 0 29065640 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153827389 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25261] ppid=25249 vsize=807336 CPUtime=0
/proc/25259/task/25261/stat : 25261 (java) S 25249 25249 24609 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29065641 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25262] ppid=25249 vsize=807336 CPUtime=0
/proc/25259/task/25262/stat : 25262 (java) S 25249 25249 24609 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29065641 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25263] ppid=25249 vsize=807336 CPUtime=0
/proc/25259/task/25263/stat : 25263 (java) S 25249 25249 24609 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29065644 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25264] ppid=25249 vsize=807336 CPUtime=0.13
/proc/25259/task/25264/stat : 25264 (java) S 25249 25249 24609 0 -1 64 403 0 0 0 13 0 0 0 17 0 8 0 29065644 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25265] ppid=25249 vsize=807336 CPUtime=0
/proc/25259/task/25265/stat : 25265 (java) S 25249 25249 24609 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29065644 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25266] ppid=25249 vsize=807336 CPUtime=0
/proc/25259/task/25266/stat : 25266 (java) R 25249 25249 24609 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29065644 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.34
Current children cumulated vsize (KiB) 821060

[startup+25.557 s]
/proc/loadavg: 2.75 2.85 1.99 3/95 25266
/proc/meminfo: memFree=1621152/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=13724 CPUtime=0.83
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 1186 7891 4 30 3 1 70 9 15 0 1 0 29065524 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25249/statm: 3431 809 371 3 0 531 0
[pid=25259] ppid=25249 vsize=807840 CPUtime=24.38
/proc/25259/stat : 25259 (java) R 25249 25249 24609 0 -1 0 56314 0 2 0 2404 34 0 0 25 0 8 0 29065637 827228160 54294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25259/statm: 201960 54294 1507 14 0 189238 0
[pid=25259/tid=25260] ppid=25249 vsize=807840 CPUtime=8.51
/proc/25259/task/25260/stat : 25260 (java) R 25249 25249 24609 0 -1 64 49438 0 1 0 825 26 0 0 16 0 8 0 29065640 827228160 54294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154022752 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25261] ppid=25249 vsize=807840 CPUtime=0
/proc/25259/task/25261/stat : 25261 (java) S 25249 25249 24609 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29065641 827228160 54294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25262] ppid=25249 vsize=807840 CPUtime=0
/proc/25259/task/25262/stat : 25262 (java) S 25249 25249 24609 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29065641 827228160 54294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25263] ppid=25249 vsize=807840 CPUtime=0
/proc/25259/task/25263/stat : 25263 (java) S 25249 25249 24609 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29065644 827228160 54294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25264] ppid=25249 vsize=807840 CPUtime=0.13
/proc/25259/task/25264/stat : 25264 (java) S 25249 25249 24609 0 -1 64 403 0 0 0 13 0 0 0 17 0 8 0 29065644 827228160 54294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25265] ppid=25249 vsize=807840 CPUtime=0
/proc/25259/task/25265/stat : 25265 (java) S 25249 25249 24609 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29065644 827228160 54294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25259/tid=25266] ppid=25249 vsize=807840 CPUtime=0
/proc/25259/task/25266/stat : 25266 (java) S 25249 25249 24609 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29065644 827228160 54294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 821564

[startup+51.1655 s]
/proc/loadavg: 2.61 2.81 2.00 3/88 25267
/proc/meminfo: memFree=1804696/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=17508 CPUtime=34.9
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 2233 68292 4 32 9 2 3422 57 16 0 1 0 29065524 17928192 1749 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25249/statm: 4377 1749 373 3 0 1477 0
[pid=25267] ppid=25249 vsize=16388 CPUtime=15.75
/proc/25267/stat : 25267 (minisat) R 25249 25249 24609 0 -1 0 4759 0 0 0 1570 5 0 0 25 0 1 0 29069049 16781312 3720 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25267/statm: 4097 3720 52 112 0 3981 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 33896

[startup+102.417 s]
/proc/loadavg: 2.26 2.69 2.00 3/88 25267
/proc/meminfo: memFree=1798488/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=17508 CPUtime=34.9
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 2233 68292 4 32 9 2 3422 57 16 0 1 0 29065524 17928192 1749 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25249/statm: 4377 1749 373 3 0 1477 0
[pid=25267] ppid=25249 vsize=22652 CPUtime=66.52
/proc/25267/stat : 25267 (minisat) R 25249 25249 24609 0 -1 0 6305 0 0 0 6644 8 0 0 25 0 1 0 29069049 23195648 5266 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25267/statm: 5663 5266 52 112 0 5547 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 40160

[startup+162.5 s]
/proc/loadavg: 2.13 2.57 2.00 4/88 25267
/proc/meminfo: memFree=1793368/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=17508 CPUtime=34.9
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 2233 68292 4 32 9 2 3422 57 16 0 1 0 29065524 17928192 1749 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25249/statm: 4377 1749 373 3 0 1477 0
[pid=25267] ppid=25249 vsize=27756 CPUtime=126.06
/proc/25267/stat : 25267 (minisat) R 25249 25249 24609 0 -1 0 7558 0 0 0 12596 10 0 0 25 0 1 0 29069049 28422144 6519 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134522287 0 0 4096 3 0 0 0 17 1 0 0
/proc/25267/statm: 6939 6519 52 112 0 6823 0
Current children cumulated CPU time (s) 160.96
Current children cumulated vsize (KiB) 45264

[startup+222.588 s]
/proc/loadavg: 2.05 2.47 2.00 3/88 25267
/proc/meminfo: memFree=1792984/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=17508 CPUtime=34.9
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 2233 68292 4 32 9 2 3422 57 16 0 1 0 29065524 17928192 1749 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25249/statm: 4377 1749 373 3 0 1477 0
[pid=25267] ppid=25249 vsize=27896 CPUtime=185.59
/proc/25267/stat : 25267 (minisat) R 25249 25249 24609 0 -1 0 7610 0 0 0 18549 10 0 0 25 0 1 0 29069049 28565504 6571 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25267/statm: 6974 6571 52 112 0 6858 0
Current children cumulated CPU time (s) 220.49
Current children cumulated vsize (KiB) 45404

[startup+282.669 s]
/proc/loadavg: 2.02 2.38 2.00 3/88 25267
/proc/meminfo: memFree=1790104/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=17508 CPUtime=34.9
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 2233 68292 4 32 9 2 3422 57 16 0 1 0 29065524 17928192 1749 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/loadavg: 1.91 1.80 1.90 3/96 25367
/proc/meminfo: memFree=1378200/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=17508 CPUtime=34.9
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 2233 68292 4 32 9 2 3422 57 16 0 1 0 29065524 17928192 1749 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25249/statm: 4377 1749 373 3 0 1477 0
[pid=25267] ppid=25249 vsize=51532 CPUtime=1079.82
/proc/25267/stat : 25267 (minisat) R 25249 25249 24609 0 -1 0 13416 0 0 0 107950 32 0 0 25 0 1 0 29069049 52768768 12369 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25267/statm: 12883 12369 52 112 0 12767 0
Current children cumulated CPU time (s) 1114.72
Current children cumulated vsize (KiB) 69040

[startup+1183.9 s]
/proc/loadavg: 2.20 1.90 1.92 3/96 25367
/proc/meminfo: memFree=260760/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=17508 CPUtime=34.9
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 2233 68292 4 32 9 2 3422 57 16 0 1 0 29065524 17928192 1749 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25249/statm: 4377 1749 373 3 0 1477 0
[pid=25267] ppid=25249 vsize=51848 CPUtime=1139.24
/proc/25267/stat : 25267 (minisat) R 25249 25249 24609 0 -1 0 13471 0 0 0 113870 54 0 0 25 0 1 0 29069049 53092352 12424 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/25267/statm: 12962 12424 52 112 0 12846 0
Current children cumulated CPU time (s) 1174.14
Current children cumulated vsize (KiB) 69356

[startup+1243.9 s]
/proc/loadavg: 2.37 2.00 1.95 3/96 25367
/proc/meminfo: memFree=16024/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=17508 CPUtime=34.9
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 2233 68292 4 32 9 2 3422 57 16 0 1 0 29065524 17928192 1749 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25249/statm: 4377 1749 373 3 0 1477 0
[pid=25267] ppid=25249 vsize=52008 CPUtime=1198.59
/proc/25267/stat : 25267 (minisat) R 25249 25249 24609 0 -1 0 13534 0 0 0 119781 78 0 0 25 0 1 0 29069049 53256192 12487 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25267/statm: 13002 12487 52 112 0 12886 0
Current children cumulated CPU time (s) 1233.49
Current children cumulated vsize (KiB) 69516

[startup+1303.95 s]
/proc/loadavg: 2.44 2.09 1.99 3/96 25367
/proc/meminfo: memFree=15576/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=17508 CPUtime=34.9
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 2233 68292 4 32 9 2 3422 57 16 0 1 0 29065524 17928192 1749 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25249/statm: 4377 1749 373 3 0 1477 0
[pid=25267] ppid=25249 vsize=55180 CPUtime=1257.95
/proc/25267/stat : 25267 (minisat) R 25249 25249 24609 0 -1 0 14309 0 0 0 125690 105 0 0 25 0 1 0 29069049 56504320 13262 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25267/statm: 13795 13262 52 112 0 13679 0
Current children cumulated CPU time (s) 1292.85
Current children cumulated vsize (KiB) 72688

[startup+1364.02 s]
/proc/loadavg: 3.12 2.33 2.07 3/96 25367
/proc/meminfo: memFree=15256/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=17508 CPUtime=34.9
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 2233 68292 4 32 9 2 3422 57 16 0 1 0 29065524 17928192 1749 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25249/statm: 4377 1749 373 3 0 1477 0
[pid=25267] ppid=25249 vsize=55180 CPUtime=1317.33
/proc/25267/stat : 25267 (minisat) R 25249 25249 24609 0 -1 0 14338 0 0 0 131604 129 0 0 25 0 1 0 29069049 56504320 13291 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/25267/statm: 13795 13291 52 112 0 13679 0
Current children cumulated CPU time (s) 1352.23
Current children cumulated vsize (KiB) 72688

[startup+1424.03 s]
/proc/loadavg: 3.75 2.63 2.19 3/96 25367
/proc/meminfo: memFree=15256/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=17508 CPUtime=34.9
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 2233 68292 4 32 9 2 3422 57 16 0 1 0 29065524 17928192 1749 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25249/statm: 4377 1749 373 3 0 1477 0
[pid=25267] ppid=25249 vsize=55336 CPUtime=1376.67
/proc/25267/stat : 25267 (minisat) R 25249 25249 24609 0 -1 0 14367 0 0 0 137515 152 0 0 25 0 1 0 29069049 56664064 13320 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25267/statm: 13834 13320 52 112 0 13718 0
Current children cumulated CPU time (s) 1411.57
Current children cumulated vsize (KiB) 72844

[startup+1484.04 s]
/proc/loadavg: 4.02 2.93 2.32 3/96 25367
/proc/meminfo: memFree=15064/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=17508 CPUtime=34.9
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 2233 68292 4 32 9 2 3422 57 16 0 1 0 29065524 17928192 1749 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25249/statm: 4377 1749 373 3 0 1477 0
[pid=25267] ppid=25249 vsize=55472 CPUtime=1436
/proc/25267/stat : 25267 (minisat) R 25249 25249 24609 0 -1 0 14382 0 0 0 143422 178 0 0 25 0 1 0 29069049 56803328 13335 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527072 0 0 4096 3 0 0 0 17 1 0 0
/proc/25267/statm: 13868 13335 52 112 0 13752 0
Current children cumulated CPU time (s) 1470.9
Current children cumulated vsize (KiB) 72980

[startup+1544.05 s]
/proc/loadavg: 3.20 2.89 2.34 3/96 25367
/proc/meminfo: memFree=14936/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=17508 CPUtime=34.9
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 2233 68292 4 32 9 2 3422 57 16 0 1 0 29065524 17928192 1749 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25249/statm: 4377 1749 373 3 0 1477 0
[pid=25267] ppid=25249 vsize=55616 CPUtime=1495.35
/proc/25267/stat : 25267 (minisat) R 25249 25249 24609 0 -1 0 14413 0 0 0 149333 202 0 0 25 0 1 0 29069049 56950784 13366 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25267/statm: 13904 13366 52 112 0 13788 0
Current children cumulated CPU time (s) 1530.25
Current children cumulated vsize (KiB) 73124

[startup+1604.06 s]
/proc/loadavg: 2.79 2.84 2.36 3/96 25367
/proc/meminfo: memFree=15640/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=17508 CPUtime=34.9
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 2233 68292 4 32 9 2 3422 57 16 0 1 0 29065524 17928192 1749 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25249/statm: 4377 1749 373 3 0 1477 0
[pid=25267] ppid=25249 vsize=55616 CPUtime=1554.72
/proc/25267/stat : 25267 (minisat) R 25249 25249 24609 0 -1 0 14443 0 0 0 155248 224 0 0 25 0 1 0 29069049 56950784 13396 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25267/statm: 13904 13396 52 112 0 13788 0
Current children cumulated CPU time (s) 1589.62
Current children cumulated vsize (KiB) 73124

[startup+1664.07 s]
/proc/loadavg: 2.51 2.75 2.36 3/96 25367
/proc/meminfo: memFree=15768/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=17508 CPUtime=34.9
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 2233 68292 4 32 9 2 3422 57 16 0 1 0 29065524 17928192 1749 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25249/statm: 4377 1749 373 3 0 1477 0
[pid=25267] ppid=25249 vsize=55804 CPUtime=1614.59
/proc/25267/stat : 25267 (minisat) R 25249 25249 24609 0 -1 0 14466 0 0 0 161215 244 0 0 25 0 1 0 29069049 57143296 13419 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/25267/statm: 13951 13419 52 112 0 13835 0
Current children cumulated CPU time (s) 1649.49
Current children cumulated vsize (KiB) 73312

[startup+1724.12 s]
/proc/loadavg: 2.80 2.78 2.39 3/96 25367
/proc/meminfo: memFree=15128/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=17508 CPUtime=34.9
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 2233 68292 4 32 9 2 3422 57 16 0 1 0 29065524 17928192 1749 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25249/statm: 4377 1749 373 3 0 1477 0
[pid=25267] ppid=25249 vsize=55804 CPUtime=1674.49
/proc/25267/stat : 25267 (minisat) R 25249 25249 24609 0 -1 0 14486 0 0 0 167183 266 0 0 25 0 1 0 29069049 57143296 13439 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528433 0 0 4096 3 0 0 0 17 0 0 0
/proc/25267/statm: 13951 13439 52 112 0 13835 0
Current children cumulated CPU time (s) 1709.39
Current children cumulated vsize (KiB) 73312

[startup+1784.16 s]
/proc/loadavg: 3.02 2.85 2.44 3/96 25367
/proc/meminfo: memFree=15576/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=17508 CPUtime=34.9
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 2233 68292 4 32 9 2 3422 57 16 0 1 0 29065524 17928192 1749 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25249/statm: 4377 1749 373 3 0 1477 0
[pid=25267] ppid=25249 vsize=55960 CPUtime=1734.39
/proc/25267/stat : 25267 (minisat) R 25249 25249 24609 0 -1 0 14497 0 0 0 173153 286 0 0 25 0 1 0 29069049 57303040 13450 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25267/statm: 13990 13450 52 112 0 13874 0
Current children cumulated CPU time (s) 1769.29
Current children cumulated vsize (KiB) 73468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815 s]
/proc/loadavg: 3.75 3.05 2.52 3/96 25367
/proc/meminfo: memFree=15576/2055920 swapFree=4192812/4192956
[pid=25249] ppid=25247 vsize=17508 CPUtime=34.9
/proc/25249/stat : 25249 (sugar) S 25247 25249 24609 0 -1 4194304 2233 68292 4 32 9 2 3422 57 16 0 1 0 29065524 17928192 1749 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25249/statm: 4377 1749 373 3 0 1477 0
[pid=25267] ppid=25249 vsize=56476 CPUtime=1765.15
/proc/25267/stat : 25267 (minisat) R 25249 25249 24609 0 -1 0 14647 0 0 0 176216 299 0 0 25 0 1 0 29069049 57831424 13600 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25267/statm: 14119 13600 52 112 0 14003 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 73984

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25249 and gives childrusage.ru_utime.tv_sec=34 childrusage.ru_utime.tv_usec=321782 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=602908
CPU time returned by wait4() is 34.9247
while last known CPU time is 1800.06

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

Real time (s): 1816.66
CPU time (s): 1800.06
CPU user time (s): 1796.47
CPU system time (s): 3.59
CPU usage (%): 99.0861
Max. virtual memory (cumulated for all children) (KiB): 821564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.3218
system time used= 0.602908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70610
page faults= 36
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8550
involuntary context switches= 8442

runsolver used 2.09968 s user time and 5.9311 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Jan 29 17:18:25 UTC 2007


IDJOB= 194825
IDBENCH= 3234
IDSOLVER= 86
FILE ID= node10/194825-1170091105

PBS_JOBID= 3689380

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-3_ext.xml
COMMAND LINE= /tmp/evaluation/194825-1170091105/solver /tmp/evaluation/194825-1170091105 /tmp/evaluation/194825-1170091105/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-194825-1170091105 -o ROOT/results/node10/solver-194825-1170091105 -C 1800 -M 900  /tmp/evaluation/194825-1170091105/solver /tmp/evaluation/194825-1170091105 /tmp/evaluation/194825-1170091105/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  66014b97469c52dd96e73a236e9324fd

RANDOM SEED= 816409032

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1844224 kB
Buffers:         18612 kB
Cached:          37896 kB
SwapCached:          0 kB
Active:         135968 kB
Inactive:        22172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:         121416 kB
Slab:            38416 kB
Committed_AS:   249072 kB
PageTables:       2248 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= 54235 MiB



End job on node10 on Mon Jan 29 17:48:42 UTC 2007