Trace number 194844

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.11 1814.81

General information on the benchmark

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

Solver Data (download as text)

0.17	c # Sugar v0-40 (/tmp/evaluation/194844-1170091885/sugar-v0-40.jar)
0.17	
0.18	c # MAIN  BEGIN : /tmp/evaluation/194844-1170091885/unknown.xml [Mon Jan 29 18:31:25 2007]
0.18	c # CONVERT_XML  BEGIN : /tmp/evaluation/194844-1170091885/unknown.xml /tmp/evaluation/194844-1170091885/sugar23249.csp [Mon Jan 29 18:31:25 2007]
0.18	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194844-1170091885/sugar-v0-40.jar -convert /tmp/evaluation/194844-1170091885/unknown.xml /tmp/evaluation/194844-1170091885/sugar23249.csp
0.40	c BEGIN convert /tmp/evaluation/194844-1170091885/unknown.xml
1.12	c END convert (0.718045 seconds)
1.15	c # CONVERT_XML  END : /tmp/evaluation/194844-1170091885/sugar23249.csp 2162480 bytes (1 seconds) [Mon Jan 29 18:31:26 2007]
1.15	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
1.15	
1.15	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194844-1170091885/sugar23249.bcnf [Mon Jan 29 18:31:26 2007]
1.15	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194844-1170091885/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194844-1170091885/sugar23249.map /tmp/evaluation/194844-1170091885/sugar23249.csp /tmp/evaluation/194844-1170091885/sugar23249.bcnf
1.26	c BEGIN parse /tmp/evaluation/194844-1170091885/sugar23249.csp
35.62	c END parse (34.358162 seconds)
35.62	c BEGIN simplify
35.77	c END simplify (0.155118 seconds)
35.77	c BEGIN encode /tmp/evaluation/194844-1170091885/sugar23249.bcnf
37.03	c END encode (1.252775 seconds)
37.18	c # GENERATE_SAT  END : 9224 variables 82978 clauses 10883956 bytes (36 seconds) [Mon Jan 29 18:32:02 2007]
37.18	c # GENERATE_SAT  CPU : 0.08 = 0.07 + 0.01 + 0 + 0
37.18	
37.18	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194844-1170091885/sugar23249.bcnf [Mon Jan 29 18:32:02 2007]
37.18	c # CMD : /tmp/evaluation/194844-1170091885/minisat /tmp/evaluation/194844-1170091885/sugar23249.bcnf /tmp/evaluation/194844-1170091885/sugar23249.out
37.41	c ==================================[MINISAT]===================================
37.41	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
37.41	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
37.41	c ==============================================================================
37.41	c |         0 |   82978  2638001 |   27659       0        0     nan |  0.000 % |
37.44	c |       100 |   82978  2638001 |   30424     100    10280   102.8 |  0.000 % |
37.52	c |       250 |   82978  2638001 |   33467     250    12653    50.6 |  0.000 % |
37.59	c |       475 |   82978  2638001 |   36814     475    15550    32.7 |  0.000 % |
37.73	c |       813 |   82978  2638001 |   40495     813    21818    26.8 |  0.000 % |
37.93	c |      1320 |   82978  2638001 |   44545    1320    31048    23.5 |  0.000 % |
38.30	c |      2079 |   82978  2638001 |   48999    2079    46569    22.4 |  0.000 % |
38.85	c |      3219 |   82978  2638001 |   53899    3219    70051    21.8 |  0.000 % |
39.61	c |      4928 |   82979  2638001 |   59289    4927   107164    21.8 |  0.000 % |
41.14	c |      7490 |   82979  2638001 |   65218    7489   176706    23.6 |  0.000 % |
43.44	c |     11334 |   82980  2638001 |   71740   11332   276620    24.4 |  0.000 % |
48.14	c |     17100 |   82980  2638001 |   78914   17098   467997    27.4 |  0.000 % |
55.93	c |     25750 |   82980  2638001 |   86805   25748   746811    29.0 |  0.000 % |
67.81	c |     38724 |   82984  2638001 |   95486   38718  1124447    29.0 |  0.000 % |
87.72	c |     58185 |   82988  2638001 |  105035   58175  1966390    33.8 |  0.000 % |
117.09	c |     87377 |   82991  2638001 |  115538   87364  2870734    32.9 |  0.000 % |
167.62	c |    131166 |   82992  2638001 |  127092   32663   940259    28.8 |  0.000 % |
246.78	c |    196852 |   82999  2638001 |  139801   98342  3218398    32.7 |  0.000 % |
383.54	c |    295378 |   83006  2638001 |  153781   79482  2402537    30.2 |  0.000 % |
584.62	c |    443168 |   83017  2638001 |  169159   92954  3025340    32.5 |  0.000 % |
925.00	c |    664852 |   83023  2638001 |  186075  165301  6072547    36.7 |  0.000 % |
1477.34	c |    997378 |   83033  2638001 |  204683  166364  6792547    40.8 |  0.000 % |
1813.48	
1813.48	s UNKNOWN
1813.48	c # INTERRUPTED
1813.48	c # MAIN  END :  (1813 seconds) [Mon Jan 29 19:01:38 2007]
1813.48	c # MAIN  CPU : 0.08 = 0.07 + 0.01 + 0 + 0
1813.48	

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/node6/watcher-194844-1170091885 -o ROOT/results/node6/solver-194844-1170091885 -C 1800 -M 900 /tmp/evaluation/194844-1170091885/solver /tmp/evaluation/194844-1170091885 /tmp/evaluation/194844-1170091885/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: 0.95 0.99 0.92 2/78 23250
/proc/meminfo: memFree=1901616/2055924 swapFree=4192812/4192956
[pid=23249] ppid=23247 vsize=24 CPUtime=0
/proc/23249/stat : 23249 (sugar) D 23247 23249 22480 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 29143197 24576 1 18446744073709551615 0 0 548682069988 18446744073709551615 268582841639 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/23249/statm: 6 1 0 0 0 1 0

[startup+0.102752 s]
/proc/loadavg: 0.95 0.99 0.92 2/78 23250
/proc/meminfo: memFree=1901616/2055924 swapFree=4192812/4192956
[pid=23249] ppid=23247 vsize=12404 CPUtime=0
/proc/23249/stat : 23249 (sugar) D 23247 23249 22480 0 -1 4194304 657 0 4 0 0 0 0 0 18 0 1 0 29143197 12701696 380 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/23249/statm: 3101 380 275 3 0 201 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12404

[startup+0.510837 s]
/proc/loadavg: 0.95 0.99 0.92 2/78 23250
/proc/meminfo: memFree=1901616/2055924 swapFree=4192812/4192956
[pid=23249] ppid=23247 vsize=13724 CPUtime=0.04
/proc/23249/stat : 23249 (sugar) S 23247 23249 22480 0 -1 4194304 1117 0 4 0 3 1 0 0 16 0 1 0 29143197 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23249/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.337 s]
/proc/loadavg: 0.95 0.99 0.92 1/86 23258
/proc/meminfo: memFree=1865904/2055924 swapFree=4192812/4192956
[pid=23249] ppid=23247 vsize=13724 CPUtime=0.04
/proc/23249/stat : 23249 (sugar) S 23247 23249 22480 0 -1 4194304 1184 0 4 0 3 1 0 0 16 0 1 0 29143197 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23249/statm: 3431 808 370 3 0 531 0
[pid=23251] ppid=23249 vsize=0 CPUtime=0.79
/proc/23251/stat : 23251 (java) Z 23249 23249 22480 0 -1 1036 7871 0 31 0 71 8 0 0 16 0 1 0 29143215 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23251/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 13724

[startup+2.97433 s]
/proc/loadavg: 0.95 0.99 0.92 2/87 23266
/proc/meminfo: memFree=1857008/2055924 swapFree=4192812/4192956
[pid=23249] ppid=23247 vsize=13724 CPUtime=0.04
/proc/23249/stat : 23249 (sugar) S 23247 23249 22480 0 -1 4194304 1184 0 4 0 3 1 0 0 16 0 1 0 29143197 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23249/statm: 3431 808 370 3 0 531 0
[pid=23251] ppid=23249 vsize=0 CPUtime=0.79
/proc/23251/stat : 23251 (java) Z 23249 23249 22480 0 -1 1036 7871 0 31 0 71 8 0 0 16 0 1 0 29143215 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23251/statm: 0 0 0 0 0 0 0
[pid=23259] ppid=23249 vsize=807064 CPUtime=1.8
/proc/23259/stat : 23259 (java) R 23249 23249 22480 0 -1 0 12941 0 1 0 173 7 0 0 17 0 8 0 29143312 826433536 12677 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23259/statm: 201766 12677 1494 14 0 189044 0
[pid=23259/tid=23260] ppid=23249 vsize=807064 CPUtime=0.47
/proc/23259/task/23260/stat : 23260 (java) S 23249 23249 22480 0 -1 64 6876 0 0 0 44 3 0 0 17 0 8 0 29143315 826433536 12677 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23259/tid=23261] ppid=23249 vsize=807064 CPUtime=0
/proc/23259/task/23261/stat : 23261 (java) S 23249 23249 22480 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29143316 826433536 12677 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23262] ppid=23249 vsize=807064 CPUtime=0
/proc/23259/task/23262/stat : 23262 (java) S 23249 23249 22480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29143316 826433536 12677 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23263] ppid=23249 vsize=807064 CPUtime=0
/proc/23259/task/23263/stat : 23263 (java) S 23249 23249 22480 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29143319 826433536 12677 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23264] ppid=23249 vsize=807064 CPUtime=0.04
/proc/23259/task/23264/stat : 23264 (java) S 23249 23249 22480 0 -1 64 292 0 0 0 4 0 0 0 16 0 8 0 29143319 826433536 12677 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23265] ppid=23249 vsize=807064 CPUtime=0
/proc/23259/task/23265/stat : 23265 (java) S 23249 23249 22480 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29143319 826433536 12677 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23266] ppid=23249 vsize=807064 CPUtime=0
/proc/23259/task/23266/stat : 23266 (java) S 23249 23249 22480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29143319 826433536 12677 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 820788

[startup+6.17695 s]
/proc/loadavg: 0.95 0.99 0.92 2/87 23266
/proc/meminfo: memFree=1776816/2055924 swapFree=4192812/4192956
[pid=23249] ppid=23247 vsize=13724 CPUtime=0.04
/proc/23249/stat : 23249 (sugar) S 23247 23249 22480 0 -1 4194304 1184 0 4 0 3 1 0 0 16 0 1 0 29143197 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23249/statm: 3431 808 370 3 0 531 0
[pid=23251] ppid=23249 vsize=0 CPUtime=0.79
/proc/23251/stat : 23251 (java) Z 23249 23249 22480 0 -1 1036 7871 0 31 0 71 8 0 0 16 0 1 0 29143215 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23251/statm: 0 0 0 0 0 0 0
[pid=23259] ppid=23249 vsize=807328 CPUtime=4.99
/proc/23259/stat : 23259 (java) R 23249 23249 22480 0 -1 0 32428 0 1 0 484 15 0 0 16 0 8 0 29143312 826703872 32081 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073489623 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23259/statm: 201832 32081 1507 14 0 189110 0
[pid=23259/tid=23260] ppid=23249 vsize=807328 CPUtime=1.38
/proc/23259/task/23260/stat : 23260 (java) S 23249 23249 22480 0 -1 64 26129 0 0 0 128 10 0 0 16 0 8 0 29143315 826703872 32081 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23259/tid=23261] ppid=23249 vsize=807328 CPUtime=0
/proc/23259/task/23261/stat : 23261 (java) S 23249 23249 22480 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29143316 826703872 32081 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23262] ppid=23249 vsize=807328 CPUtime=0
/proc/23259/task/23262/stat : 23262 (java) S 23249 23249 22480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29143316 826703872 32081 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23263] ppid=23249 vsize=807328 CPUtime=0
/proc/23259/task/23263/stat : 23263 (java) S 23249 23249 22480 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29143319 826703872 32081 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23264] ppid=23249 vsize=807328 CPUtime=0.11
/proc/23259/task/23264/stat : 23264 (java) S 23249 23249 22480 0 -1 64 400 0 0 0 11 0 0 0 16 0 8 0 29143319 826703872 32081 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23265] ppid=23249 vsize=807328 CPUtime=0
/proc/23259/task/23265/stat : 23265 (java) S 23249 23249 22480 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29143319 826703872 32081 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23266] ppid=23249 vsize=807328 CPUtime=0
/proc/23259/task/23266/stat : 23266 (java) S 23249 23249 22480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29143319 826703872 32081 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 821052

[startup+12.6664 s]
/proc/loadavg: 0.95 0.99 0.92 2/87 23266
/proc/meminfo: memFree=1678832/2055924 swapFree=4192812/4192956
[pid=23249] ppid=23247 vsize=13724 CPUtime=0.04
/proc/23249/stat : 23249 (sugar) S 23247 23249 22480 0 -1 4194304 1184 0 4 0 3 1 0 0 16 0 1 0 29143197 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23249/statm: 3431 808 370 3 0 531 0
[pid=23251] ppid=23249 vsize=0 CPUtime=0.79
/proc/23251/stat : 23251 (java) Z 23249 23249 22480 0 -1 1036 7871 0 31 0 71 8 0 0 16 0 1 0 29143215 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23251/statm: 0 0 0 0 0 0 0
[pid=23259] ppid=23249 vsize=807328 CPUtime=11.47
/proc/23259/stat : 23259 (java) R 23249 23249 22480 0 -1 0 54781 0 1 0 1122 25 0 0 16 0 8 0 29143312 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153374272 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23259/statm: 201832 54113 1507 14 0 189110 0
[pid=23259/tid=23260] ppid=23249 vsize=807328 CPUtime=3.7
/proc/23259/task/23260/stat : 23260 (java) S 23249 23249 22480 0 -1 64 48247 0 0 0 351 19 0 0 16 0 8 0 29143315 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23261] ppid=23249 vsize=807328 CPUtime=0
/proc/23259/task/23261/stat : 23261 (java) S 23249 23249 22480 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29143316 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23262] ppid=23249 vsize=807328 CPUtime=0
/proc/23259/task/23262/stat : 23262 (java) S 23249 23249 22480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29143316 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23263] ppid=23249 vsize=807328 CPUtime=0
/proc/23259/task/23263/stat : 23263 (java) S 23249 23249 22480 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29143319 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23264] ppid=23249 vsize=807328 CPUtime=0.12
/proc/23259/task/23264/stat : 23264 (java) S 23249 23249 22480 0 -1 64 403 0 0 0 12 0 0 0 16 0 8 0 29143319 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23265] ppid=23249 vsize=807328 CPUtime=0
/proc/23259/task/23265/stat : 23265 (java) S 23249 23249 22480 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29143319 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23266] ppid=23249 vsize=807328 CPUtime=0
/proc/23259/task/23266/stat : 23266 (java) S 23249 23249 22480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29143319 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 821052

[startup+25.559 s]
/proc/loadavg: 0.96 0.99 0.92 2/87 23266
/proc/meminfo: memFree=1679088/2055924 swapFree=4192812/4192956
[pid=23249] ppid=23247 vsize=13724 CPUtime=0.04
/proc/23249/stat : 23249 (sugar) S 23247 23249 22480 0 -1 4194304 1184 0 4 0 3 1 0 0 16 0 1 0 29143197 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23249/statm: 3431 808 370 3 0 531 0
[pid=23251] ppid=23249 vsize=0 CPUtime=0.79
/proc/23251/stat : 23251 (java) Z 23249 23249 22480 0 -1 1036 7871 0 31 0 71 8 0 0 16 0 1 0 29143215 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23251/statm: 0 0 0 0 0 0 0
[pid=23259] ppid=23249 vsize=807328 CPUtime=24.33
/proc/23259/stat : 23259 (java) S 23249 23249 22480 0 -1 0 55986 0 1 0 2402 31 0 0 16 0 8 0 29143312 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23259/statm: 201832 54113 1507 14 0 189110 0
[pid=23259/tid=23260] ppid=23249 vsize=807328 CPUtime=9.06
/proc/23259/task/23260/stat : 23260 (java) R 23249 23249 22480 0 -1 64 49004 0 0 0 883 23 0 0 16 0 8 0 29143315 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153968444 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23261] ppid=23249 vsize=807328 CPUtime=0
/proc/23259/task/23261/stat : 23261 (java) S 23249 23249 22480 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29143316 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23262] ppid=23249 vsize=807328 CPUtime=0
/proc/23259/task/23262/stat : 23262 (java) S 23249 23249 22480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29143316 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23263] ppid=23249 vsize=807328 CPUtime=0
/proc/23259/task/23263/stat : 23263 (java) S 23249 23249 22480 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29143319 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23264] ppid=23249 vsize=807328 CPUtime=0.12
/proc/23259/task/23264/stat : 23264 (java) S 23249 23249 22480 0 -1 64 403 0 0 0 12 0 0 0 16 0 8 0 29143319 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23265] ppid=23249 vsize=807328 CPUtime=0
/proc/23259/task/23265/stat : 23265 (java) S 23249 23249 22480 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29143319 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23259/tid=23266] ppid=23249 vsize=807328 CPUtime=0
/proc/23259/task/23266/stat : 23266 (java) S 23249 23249 22480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29143319 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 821052

[startup+51.17 s]
/proc/loadavg: 0.98 0.99 0.92 2/81 23267
/proc/meminfo: memFree=1858408/2055924 swapFree=4192812/4192956
[pid=23249] ppid=23247 vsize=18296 CPUtime=0.12
/proc/23249/stat : 23249 (sugar) S 23247 23249 22480 0 -1 4194304 2414 0 4 0 10 2 0 0 16 0 1 0 29143197 18735104 1928 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23249/statm: 4574 1928 373 3 0 1674 0
[pid=23251] ppid=23249 vsize=0 CPUtime=0.79
/proc/23251/stat : 23251 (java) Z 23249 23249 22480 0 -1 1036 7871 0 31 0 71 8 0 0 16 0 1 0 29143215 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23251/statm: 0 0 0 0 0 0 0
[pid=23259] ppid=23249 vsize=0 CPUtime=35.83
/proc/23259/stat : 23259 (java) Z 23249 23249 22480 0 -1 1036 60570 0 3 0 3542 41 0 0 16 0 1 0 29143312 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23259/statm: 0 0 0 0 0 0 0
[pid=23267] ppid=23249 vsize=17948 CPUtime=13.97
/proc/23267/stat : 23267 (minisat) R 23249 23249 22480 0 -1 0 5146 0 0 0 1394 3 0 0 25 0 1 0 29146915 18378752 4107 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525573 0 0 4096 3 0 0 0 17 0 0 0
/proc/23267/statm: 4487 4107 52 112 0 4371 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 36244

[startup+102.396 s]
/proc/loadavg: 0.99 0.99 0.92 2/81 23267
/proc/meminfo: memFree=1849448/2055924 swapFree=4192812/4192956
[pid=23249] ppid=23247 vsize=18296 CPUtime=0.12
/proc/23249/stat : 23249 (sugar) S 23247 23249 22480 0 -1 4194304 2414 0 4 0 10 2 0 0 16 0 1 0 29143197 18735104 1928 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23249/statm: 4574 1928 373 3 0 1674 0
[pid=23251] ppid=23249 vsize=0 CPUtime=0.79
/proc/23251/stat : 23251 (java) Z 23249 23249 22480 0 -1 1036 7871 0 31 0 71 8 0 0 16 0 1 0 29143215 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23251/statm: 0 0 0 0 0 0 0
[pid=23259] ppid=23249 vsize=0 CPUtime=35.83
/proc/23259/stat : 23259 (java) Z 23249 23249 22480 0 -1 1036 60570 0 3 0 3542 41 0 0 16 0 1 0 29143312 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23259/statm: 0 0 0 0 0 0 0
[pid=23267] ppid=23249 vsize=27096 CPUtime=65.18
/proc/23267/stat : 23267 (minisat) R 23249 23249 22480 0 -1 0 7424 0 0 0 6512 6 0 0 25 0 1 0 29146915 27746304 6385 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528756 0 0 4096 3 0 0 0 17 0 0 0
/proc/23267/statm: 6774 6385 52 112 0 6658 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 45392

[startup+162.445 s]
/proc/loadavg: 0.99 0.99 0.92 2/81 23267

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

/proc/23251/stat : 23251 (java) Z 23249 23249 22480 0 -1 1036 7871 0 31 0 71 8 0 0 16 0 1 0 29143215 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23251/statm: 0 0 0 0 0 0 0
[pid=23259] ppid=23249 vsize=0 CPUtime=35.83
/proc/23259/stat : 23259 (java) Z 23249 23249 22480 0 -1 1036 60570 0 3 0 3542 41 0 0 16 0 1 0 29143312 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23259/statm: 0 0 0 0 0 0 0
[pid=23267] ppid=23249 vsize=58200 CPUtime=1318
/proc/23267/stat : 23267 (minisat) R 23249 23249 22480 0 -1 0 15069 0 0 0 131607 193 0 0 25 0 1 0 29146915 59596800 14014 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 14550 14014 52 112 0 14434 0
Current children cumulated CPU time (s) 1354.74
Current children cumulated vsize (KiB) 76496

[startup+1423.47 s]
/proc/loadavg: 2.90 2.48 2.01 3/98 23434
/proc/meminfo: memFree=15192/2055924 swapFree=4192812/4192956
[pid=23249] ppid=23247 vsize=18296 CPUtime=0.12
/proc/23249/stat : 23249 (sugar) S 23247 23249 22480 0 -1 4194304 2414 0 4 0 10 2 0 0 16 0 1 0 29143197 18735104 1928 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23249/statm: 4574 1928 373 3 0 1674 0
[pid=23251] ppid=23249 vsize=0 CPUtime=0.79
/proc/23251/stat : 23251 (java) Z 23249 23249 22480 0 -1 1036 7871 0 31 0 71 8 0 0 16 0 1 0 29143215 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23251/statm: 0 0 0 0 0 0 0
[pid=23259] ppid=23249 vsize=0 CPUtime=35.83
/proc/23259/stat : 23259 (java) Z 23249 23249 22480 0 -1 1036 60570 0 3 0 3542 41 0 0 16 0 1 0 29143312 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23259/statm: 0 0 0 0 0 0 0
[pid=23267] ppid=23249 vsize=58340 CPUtime=1377.5
/proc/23267/stat : 23267 (minisat) R 23249 23249 22480 0 -1 0 15102 0 0 0 137552 198 0 0 25 0 1 0 29146915 59740160 14047 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 14585 14047 52 112 0 14469 0
Current children cumulated CPU time (s) 1414.24
Current children cumulated vsize (KiB) 76636

[startup+1483.53 s]
/proc/loadavg: 2.68 2.51 2.05 3/98 23434
/proc/meminfo: memFree=15640/2055924 swapFree=4192812/4192956
[pid=23249] ppid=23247 vsize=18296 CPUtime=0.12
/proc/23249/stat : 23249 (sugar) S 23247 23249 22480 0 -1 4194304 2414 0 4 0 10 2 0 0 16 0 1 0 29143197 18735104 1928 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23249/statm: 4574 1928 373 3 0 1674 0
[pid=23251] ppid=23249 vsize=0 CPUtime=0.79
/proc/23251/stat : 23251 (java) Z 23249 23249 22480 0 -1 1036 7871 0 31 0 71 8 0 0 16 0 1 0 29143215 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23251/statm: 0 0 0 0 0 0 0
[pid=23259] ppid=23249 vsize=0 CPUtime=35.83
/proc/23259/stat : 23259 (java) Z 23249 23249 22480 0 -1 1036 60570 0 3 0 3542 41 0 0 16 0 1 0 29143312 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23259/statm: 0 0 0 0 0 0 0
[pid=23267] ppid=23249 vsize=58648 CPUtime=1436.97
/proc/23267/stat : 23267 (minisat) R 23249 23249 22480 0 -1 0 15199 0 0 0 143494 203 0 0 25 0 1 0 29146915 60055552 14144 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 14662 14144 52 112 0 14546 0
Current children cumulated CPU time (s) 1473.71
Current children cumulated vsize (KiB) 76944

[startup+1543.53 s]
/proc/loadavg: 2.35 2.44 2.05 4/98 23434
/proc/meminfo: memFree=15576/2055924 swapFree=4192812/4192956
[pid=23249] ppid=23247 vsize=18296 CPUtime=0.12
/proc/23249/stat : 23249 (sugar) S 23247 23249 22480 0 -1 4194304 2414 0 4 0 10 2 0 0 16 0 1 0 29143197 18735104 1928 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23249/statm: 4574 1928 373 3 0 1674 0
[pid=23251] ppid=23249 vsize=0 CPUtime=0.79
/proc/23251/stat : 23251 (java) Z 23249 23249 22480 0 -1 1036 7871 0 31 0 71 8 0 0 16 0 1 0 29143215 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23251/statm: 0 0 0 0 0 0 0
[pid=23259] ppid=23249 vsize=0 CPUtime=35.83
/proc/23259/stat : 23259 (java) Z 23249 23249 22480 0 -1 1036 60570 0 3 0 3542 41 0 0 16 0 1 0 29143312 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23259/statm: 0 0 0 0 0 0 0
[pid=23267] ppid=23249 vsize=58956 CPUtime=1496.35
/proc/23267/stat : 23267 (minisat) R 23249 23249 22480 0 -1 0 15253 0 0 0 149427 208 0 0 25 0 1 0 29146915 60370944 14198 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 14739 14198 52 112 0 14623 0
Current children cumulated CPU time (s) 1533.09
Current children cumulated vsize (KiB) 77252

[startup+1603.63 s]
/proc/loadavg: 2.23 2.38 2.06 3/98 23434
/proc/meminfo: memFree=15512/2055924 swapFree=4192812/4192956
[pid=23249] ppid=23247 vsize=18296 CPUtime=0.12
/proc/23249/stat : 23249 (sugar) S 23247 23249 22480 0 -1 4194304 2414 0 4 0 10 2 0 0 16 0 1 0 29143197 18735104 1928 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23249/statm: 4574 1928 373 3 0 1674 0
[pid=23251] ppid=23249 vsize=0 CPUtime=0.79
/proc/23251/stat : 23251 (java) Z 23249 23249 22480 0 -1 1036 7871 0 31 0 71 8 0 0 16 0 1 0 29143215 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23251/statm: 0 0 0 0 0 0 0
[pid=23259] ppid=23249 vsize=0 CPUtime=35.83
/proc/23259/stat : 23259 (java) Z 23249 23249 22480 0 -1 1036 60570 0 3 0 3542 41 0 0 16 0 1 0 29143312 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23259/statm: 0 0 0 0 0 0 0
[pid=23267] ppid=23249 vsize=59864 CPUtime=1555.82
/proc/23267/stat : 23267 (minisat) R 23249 23249 22480 0 -1 0 15516 0 0 0 155368 214 0 0 25 0 1 0 29146915 61300736 14461 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 14966 14461 52 112 0 14850 0
Current children cumulated CPU time (s) 1592.56
Current children cumulated vsize (KiB) 78160

[startup+1663.73 s]
/proc/loadavg: 2.16 2.33 2.06 3/98 23434
/proc/meminfo: memFree=15704/2055924 swapFree=4192812/4192956
[pid=23249] ppid=23247 vsize=18296 CPUtime=0.12
/proc/23249/stat : 23249 (sugar) S 23247 23249 22480 0 -1 4194304 2414 0 4 0 10 2 0 0 16 0 1 0 29143197 18735104 1928 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23249/statm: 4574 1928 373 3 0 1674 0
[pid=23251] ppid=23249 vsize=0 CPUtime=0.79
/proc/23251/stat : 23251 (java) Z 23249 23249 22480 0 -1 1036 7871 0 31 0 71 8 0 0 16 0 1 0 29143215 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23251/statm: 0 0 0 0 0 0 0
[pid=23259] ppid=23249 vsize=0 CPUtime=35.83
/proc/23259/stat : 23259 (java) Z 23249 23249 22480 0 -1 1036 60570 0 3 0 3542 41 0 0 16 0 1 0 29143312 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23259/statm: 0 0 0 0 0 0 0
[pid=23267] ppid=23249 vsize=60196 CPUtime=1615.29
/proc/23267/stat : 23267 (minisat) R 23249 23249 22480 0 -1 0 15575 0 0 0 161309 220 0 0 25 0 1 0 29146915 61640704 14520 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 15049 14520 52 112 0 14933 0
Current children cumulated CPU time (s) 1652.03
Current children cumulated vsize (KiB) 78492

[startup+1723.74 s]
/proc/loadavg: 2.13 2.28 2.06 3/98 23434
/proc/meminfo: memFree=15704/2055924 swapFree=4192812/4192956
[pid=23249] ppid=23247 vsize=18296 CPUtime=0.12
/proc/23249/stat : 23249 (sugar) S 23247 23249 22480 0 -1 4194304 2414 0 4 0 10 2 0 0 16 0 1 0 29143197 18735104 1928 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23249/statm: 4574 1928 373 3 0 1674 0
[pid=23251] ppid=23249 vsize=0 CPUtime=0.79
/proc/23251/stat : 23251 (java) Z 23249 23249 22480 0 -1 1036 7871 0 31 0 71 8 0 0 16 0 1 0 29143215 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23251/statm: 0 0 0 0 0 0 0
[pid=23259] ppid=23249 vsize=0 CPUtime=35.83
/proc/23259/stat : 23259 (java) Z 23249 23249 22480 0 -1 1036 60570 0 3 0 3542 41 0 0 16 0 1 0 29143312 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23259/statm: 0 0 0 0 0 0 0
[pid=23267] ppid=23249 vsize=60196 CPUtime=1674.66
/proc/23267/stat : 23267 (minisat) R 23249 23249 22480 0 -1 0 15583 0 0 0 167241 225 0 0 25 0 1 0 29146915 61640704 14528 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 15049 14528 52 112 0 14933 0
Current children cumulated CPU time (s) 1711.4
Current children cumulated vsize (KiB) 78492

[startup+1783.74 s]
/proc/loadavg: 2.09 2.24 2.06 3/104 23500
/proc/meminfo: memFree=15784/2055924 swapFree=4192812/4192956
[pid=23249] ppid=23247 vsize=18296 CPUtime=0.12
/proc/23249/stat : 23249 (sugar) S 23247 23249 22480 0 -1 4194304 2414 0 4 0 10 2 0 0 16 0 1 0 29143197 18735104 1928 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23249/statm: 4574 1928 373 3 0 1674 0
[pid=23251] ppid=23249 vsize=0 CPUtime=0.79
/proc/23251/stat : 23251 (java) Z 23249 23249 22480 0 -1 1036 7871 0 31 0 71 8 0 0 16 0 1 0 29143215 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23251/statm: 0 0 0 0 0 0 0
[pid=23259] ppid=23249 vsize=0 CPUtime=35.83
/proc/23259/stat : 23259 (java) Z 23249 23249 22480 0 -1 1036 60570 0 3 0 3542 41 0 0 16 0 1 0 29143312 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23259/statm: 0 0 0 0 0 0 0
[pid=23267] ppid=23249 vsize=60276 CPUtime=1733.99
/proc/23267/stat : 23267 (minisat) R 23249 23249 22480 0 -1 0 15586 0 0 0 173168 231 0 0 25 0 1 0 29146915 61722624 14531 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 15069 14531 52 112 0 14953 0
Current children cumulated CPU time (s) 1770.73
Current children cumulated vsize (KiB) 78572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.47 s]
/proc/loadavg: 2.17 2.25 2.07 3/104 23542
/proc/meminfo: memFree=14824/2055924 swapFree=4192812/4192956
[pid=23249] ppid=23247 vsize=18296 CPUtime=0.12
/proc/23249/stat : 23249 (sugar) S 23247 23249 22480 0 -1 4194304 2414 0 4 0 10 2 0 0 16 0 1 0 29143197 18735104 1928 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23249/statm: 4574 1928 373 3 0 1674 0
[pid=23251] ppid=23249 vsize=0 CPUtime=0.79
/proc/23251/stat : 23251 (java) Z 23249 23249 22480 0 -1 1036 7871 0 31 0 71 8 0 0 16 0 1 0 29143215 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23251/statm: 0 0 0 0 0 0 0
[pid=23259] ppid=23249 vsize=0 CPUtime=35.83
/proc/23259/stat : 23259 (java) Z 23249 23249 22480 0 -1 1036 60570 0 3 0 3542 41 0 0 16 0 1 0 29143312 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23259/statm: 0 0 0 0 0 0 0
[pid=23267] ppid=23249 vsize=60276 CPUtime=1763.36
/proc/23267/stat : 23267 (minisat) R 23249 23249 22480 0 -1 0 15586 0 0 0 176102 234 0 0 25 0 1 0 29146915 61722624 14531 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/23267/statm: 15069 14531 52 112 0 14953 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 78572

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23249 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=106983 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=25996
CPU time returned by wait4() is 0.132979
while last known CPU time is 1800.11

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

Real time (s): 1814.81
CPU time (s): 1800.11
CPU user time (s): 1797.25
CPU system time (s): 2.86
CPU usage (%): 99.1901
Max. virtual memory (cumulated for all children) (KiB): 822056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.106983
system time used= 0.025996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2499
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 89
involuntary context switches= 24

runsolver used 2.21366 s user time and 6.23605 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Jan 29 17:31:25 UTC 2007


IDJOB= 194844
IDBENCH= 3235
IDSOLVER= 86
FILE ID= node6/194844-1170091885

PBS_JOBID= 3689385

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f496bb02a2ab4bed2d7f39934426740a

RANDOM SEED= 125350173

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.277
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.277
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:      2055924 kB
MemFree:       1902288 kB
Buffers:         15080 kB
Cached:          37620 kB
SwapCached:          0 kB
Active:          90592 kB
Inactive:        18540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1902288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1636 kB
Writeback:           0 kB
Mapped:          75360 kB
Slab:            30172 kB
Committed_AS:   182668 kB
PageTables:       1744 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= 56656 MiB



End job on node6 on Mon Jan 29 18:01:40 UTC 2007