Trace number 238673

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 1802.51

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-h-5_ext.xml
MD5SUM70077fec9d8f4e4d0f96094f9edfe278
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1262
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16	c # Sugar v0-40 (/tmp/evaluation/238673-1170108634/sugar-v0-40.jar)
0.16	
0.16	c # MAIN  BEGIN : /tmp/evaluation/238673-1170108634/unknown.xml [Mon Jan 29 23:10:34 2007]
0.16	c # CONVERT_XML  BEGIN : /tmp/evaluation/238673-1170108634/unknown.xml /tmp/evaluation/238673-1170108634/sugar26178.csp [Mon Jan 29 23:10:34 2007]
0.16	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238673-1170108634/sugar-v0-40.jar -convert /tmp/evaluation/238673-1170108634/unknown.xml /tmp/evaluation/238673-1170108634/sugar26178.csp
0.51	c BEGIN convert /tmp/evaluation/238673-1170108634/unknown.xml
1.16	c END convert (0.65116 seconds)
1.20	c # CONVERT_XML  END : /tmp/evaluation/238673-1170108634/sugar26178.csp 1865997 bytes (1 seconds) [Mon Jan 29 23:10:35 2007]
1.20	c # CONVERT_XML  CPU : 0.73 = 0 + 0 + 0.66 + 0.07
1.20	
1.20	c # GENERATE_SAT  BEGIN : /tmp/evaluation/238673-1170108634/sugar26178.bcnf [Mon Jan 29 23:10:35 2007]
1.20	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238673-1170108634/sugar-v0-40.jar -bcnf -map /tmp/evaluation/238673-1170108634/sugar26178.map /tmp/evaluation/238673-1170108634/sugar26178.csp /tmp/evaluation/238673-1170108634/sugar26178.bcnf
1.32	c BEGIN parse /tmp/evaluation/238673-1170108634/sugar26178.csp
135.32	c END parse (134.000939 seconds)
135.32	c BEGIN simplify
135.76	c END simplify (0.442496 seconds)
135.76	c BEGIN encode /tmp/evaluation/238673-1170108634/sugar26178.bcnf
138.44	c END encode (2.675356 seconds)
138.70	c # GENERATE_SAT  END : 18424 variables 91071 clauses 26422124 bytes (138 seconds) [Mon Jan 29 23:12:53 2007]
138.70	c # GENERATE_SAT  CPU : 137.4 = 0.15 + 0.01 + 135.97 + 1.27
138.70	
138.70	c # SOLVE_SAT  BEGIN : /tmp/evaluation/238673-1170108634/sugar26178.bcnf [Mon Jan 29 23:12:53 2007]
138.70	c # CMD : /tmp/evaluation/238673-1170108634/minisat /tmp/evaluation/238673-1170108634/sugar26178.bcnf /tmp/evaluation/238673-1170108634/sugar26178.out
139.33	c ==================================[MINISAT]===================================
139.33	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
139.33	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
139.33	c ==============================================================================
139.33	c |         0 |   88578  6318631 |   29526       0        0     nan |  0.000 % |
139.45	c |       100 |   88589  6318631 |   32478      82      700     8.5 |  0.782 % |
139.50	c |       250 |   88601  6318631 |   35726     220     1934     8.8 |  0.782 % |
139.55	c |       476 |   88614  6318631 |   39299     433     4185     9.7 |  0.782 % |
139.61	c |       814 |   88625  6318631 |   43229     760     8067    10.6 |  0.782 % |
139.68	c |      1320 |   88633  6318631 |   47551    1258    14199    11.3 |  0.782 % |
139.79	c |      2082 |   88643  6318631 |   52307    2010    24509    12.2 |  0.782 % |
139.98	c |      3221 |   88656  6318631 |   57537    3136    46635    14.9 |  0.782 % |
140.17	c |      4929 |   88670  6318631 |   63291    4829    80192    16.6 |  0.809 % |
140.61	c |      7491 |   88672  6318631 |   69620    7389   305757    41.4 |  0.809 % |
141.11	c |     11335 |   88683  6318631 |   76582   11222   448908    40.0 |  0.809 % |
142.20	c |     17107 |   88691  6318631 |   84241   16986   841212    49.5 |  0.809 % |
144.12	c |     25756 |   88691  6318631 |   92665   25635  1548527    60.4 |  0.809 % |
147.76	c |     38730 |   88692  6318631 |  101931   38608  2285731    59.2 |  0.809 % |
155.43	c |     58191 |   88694  6318631 |  112124   58067  3751424    64.6 |  0.809 % |
170.34	c |     87383 |   87560  6298935 |  123337   87249  6197046    71.0 |  0.809 % |
198.21	c |    131173 |   87563  6298935 |  135671   19554  1739738    89.0 |  0.809 % |
232.84	c |    196858 |   87568  6298935 |  149238   85234  7000235    82.1 |  0.809 % |
312.54	c |    295384 |   87585  6298857 |  164162   47362  3819697    80.6 |  0.847 % |
415.37	c |    443173 |   86865  6296581 |  180578   47695  1759495    36.9 |  0.939 % |
596.19	c |    664858 |   86882  6296581 |  198636  110989  5370786    48.4 |  0.939 % |
883.64	c |    997385 |   81193  6279710 |  218499   93763  2644202    28.2 |  1.080 % |
1359.56	c |   1496173 |   65474  6187965 |  240349  201523  8441059    41.9 |  1.151 % |
1801.48	
1801.48	s UNKNOWN
1801.48	c # INTERRUPTED
1801.48	c # MAIN  END :  (1801 seconds) [Mon Jan 29 23:40:35 2007]
1801.48	c # MAIN  CPU : 138.15 = 0.17 + 0.01 + 136.63 + 1.34
1801.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/node34/watcher-238673-1170108634 -o ROOT/results/node34/solver-238673-1170108634 -C 1800 -M 900 /tmp/evaluation/238673-1170108634/solver /tmp/evaluation/238673-1170108634 /tmp/evaluation/238673-1170108634/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.89 3.51 3.54 5/74 26179
/proc/meminfo: memFree=1630592/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=5352 CPUtime=0
/proc/26178/stat : 26178 (solver) R 26176 26178 25694 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 4627200 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 254195330343 0 0 4096 0 0 0 0 17 1 0 0
/proc/26178/statm: 1338 231 193 169 0 49 0

[startup+0.103999 s]
/proc/loadavg: 2.89 3.51 3.54 5/74 26179
/proc/meminfo: memFree=1630592/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=12272 CPUtime=0
/proc/26178/stat : 26178 (sugar) D 26176 26178 25694 0 -1 4194304 640 0 4 0 0 0 0 0 18 0 1 0 4627200 12566528 363 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/26178/statm: 3068 363 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.512036 s]
/proc/loadavg: 2.89 3.51 3.54 5/74 26179
/proc/meminfo: memFree=1630592/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=13724 CPUtime=0.04
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 1108 0 4 0 3 1 0 0 17 0 1 0 4627200 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.3331 s]
/proc/loadavg: 2.89 3.51 3.54 3/82 26187
/proc/meminfo: memFree=1597824/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=13724 CPUtime=0.78
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 1186 7311 4 33 4 1 66 7 15 0 1 0 4627200 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 13724

[startup+2.97125 s]
/proc/loadavg: 2.81 3.49 3.53 3/82 26195
/proc/meminfo: memFree=1588032/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=13724 CPUtime=0.78
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 1186 7311 4 33 4 1 66 7 15 0 1 0 4627200 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 3431 809 371 3 0 531 0
[pid=26188] ppid=26178 vsize=807064 CPUtime=1.75
/proc/26188/stat : 26188 (java) R 26178 26178 25694 0 -1 0 12089 0 1 0 168 7 0 0 25 0 8 0 4627320 826433536 11827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073507715 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26188/statm: 201766 11827 1494 14 0 189044 0
[pid=26188/tid=26189] ppid=26178 vsize=807064 CPUtime=0.45
/proc/26188/task/26189/stat : 26189 (java) S 26178 26178 25694 0 -1 64 6026 0 0 0 43 2 0 0 16 0 8 0 4627324 826433536 11827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26190] ppid=26178 vsize=807064 CPUtime=0
/proc/26188/task/26190/stat : 26190 (java) S 26178 26178 25694 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4627324 826433536 11827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26191] ppid=26178 vsize=807064 CPUtime=0
/proc/26188/task/26191/stat : 26191 (java) S 26178 26178 25694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4627324 826433536 11827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26192] ppid=26178 vsize=807064 CPUtime=0
/proc/26188/task/26192/stat : 26192 (java) S 26178 26178 25694 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 4627328 826433536 11827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26193] ppid=26178 vsize=807064 CPUtime=0.05
/proc/26188/task/26193/stat : 26193 (java) S 26178 26178 25694 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 4627328 826433536 11827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26194] ppid=26178 vsize=807064 CPUtime=0
/proc/26188/task/26194/stat : 26194 (java) S 26178 26178 25694 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 4627328 826433536 11827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26195] ppid=26178 vsize=807064 CPUtime=0
/proc/26188/task/26195/stat : 26195 (java) S 26178 26178 25694 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4627328 826433536 11827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 820788

[startup+6.1955 s]
/proc/loadavg: 2.81 3.49 3.53 4/82 26195
/proc/meminfo: memFree=1508800/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=13724 CPUtime=0.78
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 1186 7311 4 33 4 1 66 7 15 0 1 0 4627200 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 3431 809 371 3 0 531 0
[pid=26188] ppid=26178 vsize=807332 CPUtime=4.96
/proc/26188/stat : 26188 (java) R 26178 26178 25694 0 -1 0 33704 0 1 0 477 19 0 0 25 0 8 0 4627320 826707968 33357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26188/statm: 201833 33357 1506 14 0 189111 0
[pid=26188/tid=26189] ppid=26178 vsize=807332 CPUtime=1.54
/proc/26188/task/26189/stat : 26189 (java) R 26178 26178 25694 0 -1 64 27402 0 0 0 141 13 0 0 15 0 8 0 4627324 826707968 33357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968444 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26190] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26190/stat : 26190 (java) S 26178 26178 25694 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4627324 826707968 33357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26191] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26191/stat : 26191 (java) S 26178 26178 25694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4627324 826707968 33357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26192] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26192/stat : 26192 (java) S 26178 26178 25694 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 4627328 826707968 33357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26193] ppid=26178 vsize=807332 CPUtime=0.13
/proc/26188/task/26193/stat : 26193 (java) S 26178 26178 25694 0 -1 64 392 0 0 0 13 0 0 0 17 0 8 0 4627328 826707968 33357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26194] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26194/stat : 26194 (java) S 26178 26178 25694 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 4627328 826707968 33357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26195] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26195/stat : 26195 (java) S 26178 26178 25694 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4627328 826707968 33357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 821056

[startup+12.6878 s]
/proc/loadavg: 2.69 3.44 3.52 3/82 26195
/proc/meminfo: memFree=1407936/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=13724 CPUtime=0.78
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 1186 7311 4 33 4 1 66 7 15 0 1 0 4627200 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 3431 809 371 3 0 531 0
[pid=26188] ppid=26178 vsize=807332 CPUtime=11.45
/proc/26188/stat : 26188 (java) R 26178 26178 25694 0 -1 0 54898 0 2 0 1112 33 0 0 25 0 8 0 4627320 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26188/statm: 201833 54116 1507 14 0 189111 0
[pid=26188/tid=26189] ppid=26178 vsize=807332 CPUtime=3.96
/proc/26188/task/26189/stat : 26189 (java) R 26178 26178 25694 0 -1 64 48370 0 1 0 371 25 0 0 15 0 8 0 4627324 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153444373 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26190] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26190/stat : 26190 (java) S 26178 26178 25694 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4627324 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26191] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26191/stat : 26191 (java) S 26178 26178 25694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4627324 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26192] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26192/stat : 26192 (java) S 26178 26178 25694 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 4627328 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26193] ppid=26178 vsize=807332 CPUtime=0.14
/proc/26188/task/26193/stat : 26193 (java) S 26178 26178 25694 0 -1 64 396 0 0 0 14 0 0 0 16 0 8 0 4627328 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26194] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26194/stat : 26194 (java) S 26178 26178 25694 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 4627328 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26195] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26195/stat : 26195 (java) S 26178 26178 25694 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4627328 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 821056

[startup+25.5709 s]
/proc/loadavg: 2.66 3.41 3.50 4/82 26195
/proc/meminfo: memFree=1408384/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=13724 CPUtime=0.78
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 1186 7311 4 33 4 1 66 7 15 0 1 0 4627200 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 3431 809 371 3 0 531 0
[pid=26188] ppid=26178 vsize=807332 CPUtime=24.32
/proc/26188/stat : 26188 (java) R 26178 26178 25694 0 -1 0 55986 0 2 0 2392 40 0 0 25 0 8 0 4627320 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26188/statm: 201833 54118 1507 14 0 189111 0
[pid=26188/tid=26189] ppid=26178 vsize=807332 CPUtime=9.06
/proc/26188/task/26189/stat : 26189 (java) S 26178 26178 25694 0 -1 64 49030 0 1 0 877 29 0 0 16 0 8 0 4627324 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26190] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26190/stat : 26190 (java) S 26178 26178 25694 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4627324 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26191] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26191/stat : 26191 (java) S 26178 26178 25694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4627324 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26192] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26192/stat : 26192 (java) S 26178 26178 25694 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 4627328 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26193] ppid=26178 vsize=807332 CPUtime=0.14
/proc/26188/task/26193/stat : 26193 (java) S 26178 26178 25694 0 -1 64 398 0 0 0 14 0 0 0 16 0 8 0 4627328 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26194] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26194/stat : 26194 (java) S 26178 26178 25694 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 4627328 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26195] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26195/stat : 26195 (java) S 26178 26178 25694 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4627328 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 821056

[startup+51.251 s]
/proc/loadavg: 2.72 3.36 3.48 4/82 26195
/proc/meminfo: memFree=1408768/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=13724 CPUtime=0.78
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 1186 7311 4 33 4 1 66 7 15 0 1 0 4627200 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 3431 809 371 3 0 531 0
[pid=26188] ppid=26178 vsize=807332 CPUtime=49.99
/proc/26188/stat : 26188 (java) R 26178 26178 25694 0 -1 0 58395 0 2 0 4946 53 0 0 25 0 8 0 4627320 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073489623 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26188/statm: 201833 54118 1507 14 0 189111 0
[pid=26188/tid=26189] ppid=26178 vsize=807332 CPUtime=19.31
/proc/26188/task/26189/stat : 26189 (java) S 26178 26178 25694 0 -1 64 50624 0 1 0 1893 38 0 0 16 0 8 0 4627324 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26190] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26190/stat : 26190 (java) S 26178 26178 25694 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4627324 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26191] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26191/stat : 26191 (java) S 26178 26178 25694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4627324 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26192] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26192/stat : 26192 (java) S 26178 26178 25694 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 4627328 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26193] ppid=26178 vsize=807332 CPUtime=0.14
/proc/26188/task/26193/stat : 26193 (java) S 26178 26178 25694 0 -1 64 398 0 0 0 14 0 0 0 17 0 8 0 4627328 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26194] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26194/stat : 26194 (java) S 26178 26178 25694 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 4627328 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26195] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26195/stat : 26195 (java) S 26178 26178 25694 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4627328 826707968 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 821056

[startup+102.458 s]
/proc/loadavg: 2.61 3.20 3.42 3/82 26195
/proc/meminfo: memFree=1326784/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=13724 CPUtime=0.78
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 1186 7311 4 33 4 1 66 7 15 0 1 0 4627200 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 3431 809 371 3 0 531 0
[pid=26188] ppid=26178 vsize=807332 CPUtime=101.19
/proc/26188/stat : 26188 (java) R 26178 26178 25694 0 -1 0 84046 0 2 0 10037 82 0 0 25 0 8 0 4627320 826707968 74579 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26188/statm: 201833 74579 1507 14 0 189111 0
[pid=26188/tid=26189] ppid=26178 vsize=807332 CPUtime=41.49
/proc/26188/task/26189/stat : 26189 (java) S 26178 26178 25694 0 -1 64 74934 0 1 0 4090 59 0 0 16 0 8 0 4627324 826707968 74579 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26190] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26190/stat : 26190 (java) S 26178 26178 25694 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4627324 826707968 74579 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26191] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26191/stat : 26191 (java) S 26178 26178 25694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4627324 826707968 74579 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26192] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26192/stat : 26192 (java) S 26178 26178 25694 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 4627328 826707968 74579 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26193] ppid=26178 vsize=807332 CPUtime=0.14
/proc/26188/task/26193/stat : 26193 (java) S 26178 26178 25694 0 -1 64 398 0 0 0 14 0 0 0 17 0 8 0 4627328 826707968 74579 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26194] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26194/stat : 26194 (java) S 26178 26178 25694 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 4627328 826707968 74579 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26188/tid=26195] ppid=26178 vsize=807332 CPUtime=0
/proc/26188/task/26195/stat : 26195 (java) S 26178 26178 25694 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4627328 826707968 74579 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 821056

[startup+162.535 s]

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

/proc/loadavg: 1.00 1.12 1.90 2/66 26887
/proc/meminfo: memFree=1819224/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=23800 CPUtime=138.19
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 3686 111932 4 35 20 2 13663 134 16 0 1 0 4627200 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 5950 3170 373 3 0 3050 0
[pid=26196] ppid=26178 vsize=90048 CPUtime=983.94
/proc/26196/stat : 26196 (minisat) R 26178 26178 25694 0 -1 0 23072 0 0 0 98357 37 0 0 25 0 1 0 4641071 92209152 22033 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26196/statm: 22512 22033 52 112 0 22396 0
Current children cumulated CPU time (s) 1122.13
Current children cumulated vsize (KiB) 113848

[startup+1183.44 s]
/proc/loadavg: 1.00 1.09 1.85 2/66 26887
/proc/meminfo: memFree=1819160/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=23800 CPUtime=138.19
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 3686 111932 4 35 20 2 13663 134 16 0 1 0 4627200 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 5950 3170 373 3 0 3050 0
[pid=26196] ppid=26178 vsize=90048 CPUtime=1043.97
/proc/26196/stat : 26196 (minisat) R 26178 26178 25694 0 -1 0 23072 0 0 0 104360 37 0 0 25 0 1 0 4641071 92209152 22033 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26196/statm: 22512 22033 52 112 0 22396 0
Current children cumulated CPU time (s) 1182.16
Current children cumulated vsize (KiB) 113848

[startup+1243.48 s]
/proc/loadavg: 1.00 1.07 1.79 2/66 26887
/proc/meminfo: memFree=1819160/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=23800 CPUtime=138.19
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 3686 111932 4 35 20 2 13663 134 16 0 1 0 4627200 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 5950 3170 373 3 0 3050 0
[pid=26196] ppid=26178 vsize=90048 CPUtime=1104.01
/proc/26196/stat : 26196 (minisat) R 26178 26178 25694 0 -1 0 23073 0 0 0 110364 37 0 0 25 0 1 0 4641071 92209152 22034 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26196/statm: 22512 22034 52 112 0 22396 0
Current children cumulated CPU time (s) 1242.2
Current children cumulated vsize (KiB) 113848

[startup+1303.54 s]
/proc/loadavg: 1.00 1.06 1.74 2/66 26887
/proc/meminfo: memFree=1819096/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=23800 CPUtime=138.19
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 3686 111932 4 35 20 2 13663 134 16 0 1 0 4627200 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 5950 3170 373 3 0 3050 0
[pid=26196] ppid=26178 vsize=90048 CPUtime=1164.05
/proc/26196/stat : 26196 (minisat) R 26178 26178 25694 0 -1 0 23073 0 0 0 116368 37 0 0 25 0 1 0 4641071 92209152 22034 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134532840 0 0 4096 3 0 0 0 17 1 0 0
/proc/26196/statm: 22512 22034 52 112 0 22396 0
Current children cumulated CPU time (s) 1302.24
Current children cumulated vsize (KiB) 113848

[startup+1363.59 s]
/proc/loadavg: 1.00 1.05 1.69 2/66 26887
/proc/meminfo: memFree=1819096/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=23800 CPUtime=138.19
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 3686 111932 4 35 20 2 13663 134 16 0 1 0 4627200 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 5950 3170 373 3 0 3050 0
[pid=26196] ppid=26178 vsize=90048 CPUtime=1224.08
/proc/26196/stat : 26196 (minisat) R 26178 26178 25694 0 -1 0 23073 0 0 0 122371 37 0 0 25 0 1 0 4641071 92209152 22034 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26196/statm: 22512 22034 52 112 0 22396 0
Current children cumulated CPU time (s) 1362.27
Current children cumulated vsize (KiB) 113848

[startup+1423.64 s]
/proc/loadavg: 1.00 1.03 1.64 2/66 26887
/proc/meminfo: memFree=1818904/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=23800 CPUtime=138.19
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 3686 111932 4 35 20 2 13663 134 16 0 1 0 4627200 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 5950 3170 373 3 0 3050 0
[pid=26196] ppid=26178 vsize=90176 CPUtime=1284.12
/proc/26196/stat : 26196 (minisat) R 26178 26178 25694 0 -1 0 23108 0 0 0 128375 37 0 0 25 0 1 0 4641071 92340224 22069 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 1 0 0
/proc/26196/statm: 22544 22069 52 112 0 22428 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 113976

[startup+1483.7 s]
/proc/loadavg: 1.00 1.03 1.60 2/66 26887
/proc/meminfo: memFree=1818968/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=23800 CPUtime=138.19
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 3686 111932 4 35 20 2 13663 134 16 0 1 0 4627200 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 5950 3170 373 3 0 3050 0
[pid=26196] ppid=26178 vsize=90176 CPUtime=1344.16
/proc/26196/stat : 26196 (minisat) R 26178 26178 25694 0 -1 0 23108 0 0 0 134379 37 0 0 25 0 1 0 4641071 92340224 22069 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26196/statm: 22544 22069 52 112 0 22428 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 113976

[startup+1543.75 s]
/proc/loadavg: 1.00 1.02 1.56 2/66 26887
/proc/meminfo: memFree=1818648/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=23800 CPUtime=138.19
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 3686 111932 4 35 20 2 13663 134 16 0 1 0 4627200 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 5950 3170 373 3 0 3050 0
[pid=26196] ppid=26178 vsize=90520 CPUtime=1404.19
/proc/26196/stat : 26196 (minisat) R 26178 26178 25694 0 -1 0 23174 0 0 0 140382 37 0 0 25 0 1 0 4641071 92692480 22135 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/26196/statm: 22630 22135 52 112 0 22514 0
Current children cumulated CPU time (s) 1542.38
Current children cumulated vsize (KiB) 114320

[startup+1603.8 s]
/proc/loadavg: 1.00 1.01 1.52 2/66 26887
/proc/meminfo: memFree=1818136/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=23800 CPUtime=138.19
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 3686 111932 4 35 20 2 13663 134 16 0 1 0 4627200 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 5950 3170 373 3 0 3050 0
[pid=26196] ppid=26178 vsize=90976 CPUtime=1464.23
/proc/26196/stat : 26196 (minisat) R 26178 26178 25694 0 -1 0 23292 0 0 0 146386 37 0 0 25 0 1 0 4641071 93159424 22253 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26196/statm: 22744 22253 52 112 0 22628 0
Current children cumulated CPU time (s) 1602.42
Current children cumulated vsize (KiB) 114776

[startup+1663.85 s]
/proc/loadavg: 1.00 1.01 1.49 2/66 26887
/proc/meminfo: memFree=1818008/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=23800 CPUtime=138.19
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 3686 111932 4 35 20 2 13663 134 16 0 1 0 4627200 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 5950 3170 373 3 0 3050 0
[pid=26196] ppid=26178 vsize=91192 CPUtime=1524.26
/proc/26196/stat : 26196 (minisat) R 26178 26178 25694 0 -1 0 23322 0 0 0 152389 37 0 0 25 0 1 0 4641071 93380608 22283 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/26196/statm: 22798 22283 52 112 0 22682 0
Current children cumulated CPU time (s) 1662.45
Current children cumulated vsize (KiB) 114992

[startup+1723.9 s]
/proc/loadavg: 1.00 1.00 1.45 2/66 26887
/proc/meminfo: memFree=1817944/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=23800 CPUtime=138.19
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 3686 111932 4 35 20 2 13663 134 16 0 1 0 4627200 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 5950 3170 373 3 0 3050 0
[pid=26196] ppid=26178 vsize=91192 CPUtime=1584.3
/proc/26196/stat : 26196 (minisat) R 26178 26178 25694 0 -1 0 23332 0 0 0 158393 37 0 0 25 0 1 0 4641071 93380608 22293 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528768 0 0 4096 3 0 0 0 17 1 0 0
/proc/26196/statm: 22798 22293 52 112 0 22682 0
Current children cumulated CPU time (s) 1722.49
Current children cumulated vsize (KiB) 114992

[startup+1783.95 s]
/proc/loadavg: 1.00 1.00 1.42 2/66 26887
/proc/meminfo: memFree=1817880/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=23800 CPUtime=138.19
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 3686 111932 4 35 20 2 13663 134 16 0 1 0 4627200 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 5950 3170 373 3 0 3050 0
[pid=26196] ppid=26178 vsize=91332 CPUtime=1644.33
/proc/26196/stat : 26196 (minisat) R 26178 26178 25694 0 -1 0 23353 0 0 0 164396 37 0 0 25 0 1 0 4641071 93523968 22314 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134638158 0 0 4096 3 0 0 0 17 1 0 0
/proc/26196/statm: 22833 22314 52 112 0 22717 0
Current children cumulated CPU time (s) 1782.52
Current children cumulated vsize (KiB) 115132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.47 s]
/proc/loadavg: 1.00 1.00 1.41 2/66 26887
/proc/meminfo: memFree=1817880/2055920 swapFree=4192812/4192956
[pid=26178] ppid=26176 vsize=23800 CPUtime=138.19
/proc/26178/stat : 26178 (sugar) S 26176 26178 25694 0 -1 4194304 3686 111932 4 35 20 2 13663 134 16 0 1 0 4627200 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26178/statm: 5950 3170 373 3 0 3050 0
[pid=26196] ppid=26178 vsize=91332 CPUtime=1661.86
/proc/26196/stat : 26196 (minisat) R 26178 26178 25694 0 -1 0 23353 0 0 0 166149 37 0 0 25 0 1 0 4641071 93523968 22314 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26196/statm: 22833 22314 52 112 0 22717 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 115132

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26178 and gives childrusage.ru_utime.tv_sec=136 childrusage.ru_utime.tv_usec=838197 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=385789
CPU time returned by wait4() is 138.224
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): 1802.51
CPU time (s): 1800.06
CPU user time (s): 1798.32
CPU system time (s): 1.74
CPU usage (%): 99.8643
Max. virtual memory (cumulated for all children) (KiB): 822060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 136.838
system time used= 1.38579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115704
page faults= 39
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28925
involuntary context switches= 27106

runsolver used 1.44578 s user time and 4.10837 s system time

The end

Launcher Data (download as text)

Begin job on node34 on Mon Jan 29 22:10:34 UTC 2007


IDJOB= 238673
IDBENCH= 7014
IDSOLVER= 86
FILE ID= node34/238673-1170108634

PBS_JOBID= 3689919

Free space on /tmp= 66448 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/blackHole/BH-4-7/BlackHole-4-7-h-5_ext.xml
COMMAND LINE= /tmp/evaluation/238673-1170108634/solver /tmp/evaluation/238673-1170108634 /tmp/evaluation/238673-1170108634/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-238673-1170108634 -o ROOT/results/node34/solver-238673-1170108634 -C 1800 -M 900  /tmp/evaluation/238673-1170108634/solver /tmp/evaluation/238673-1170108634 /tmp/evaluation/238673-1170108634/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  70077fec9d8f4e4d0f96094f9edfe278

RANDOM SEED= 732865786

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.234
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.234
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:       1631264 kB
Buffers:         13180 kB
Cached:          28436 kB
SwapCached:          0 kB
Active:         364972 kB
Inactive:        17440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1631264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1332 kB
Writeback:           0 kB
Mapped:         351748 kB
Slab:            27112 kB
Committed_AS:   622232 kB
PageTables:       2444 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= 66564 MiB



End job on node34 on Mon Jan 29 22:40:37 UTC 2007