Trace number 233041

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.24 1815.19

General information on the benchmark

Nametaillard/
os-taillard-20/os-taillard-20-95-9.xml
MD5SUM9721ce867ce6c513d73631ab5107c0a8
Bench Category2-ARY-INT (binary constraints in intension)
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 variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1220
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/233041-1170106616/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/233041-1170106616/unknown.xml [Mon Jan 29 22:36:58 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/233041-1170106616/unknown.xml /tmp/evaluation/233041-1170106616/sugar22113.csp [Mon Jan 29 22:36:58 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233041-1170106616/sugar-v0-40.jar -convert /tmp/evaluation/233041-1170106616/unknown.xml /tmp/evaluation/233041-1170106616/sugar22113.csp
0.16	c BEGIN convert /tmp/evaluation/233041-1170106616/unknown.xml
1.06	c END convert (0.901255 seconds)
1.11	c # CONVERT_XML  END : /tmp/evaluation/233041-1170106616/sugar22113.csp 378200 bytes (1 seconds) [Mon Jan 29 22:36:59 2007]
1.11	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
1.11	
1.11	c # GENERATE_SAT  BEGIN : /tmp/evaluation/233041-1170106616/sugar22113.bcnf [Mon Jan 29 22:36:59 2007]
1.11	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233041-1170106616/sugar-v0-40.jar -bcnf -map /tmp/evaluation/233041-1170106616/sugar22113.map /tmp/evaluation/233041-1170106616/sugar22113.csp /tmp/evaluation/233041-1170106616/sugar22113.bcnf
1.32	c BEGIN parse /tmp/evaluation/233041-1170106616/sugar22113.csp
2.30	c END parse (0.985314 seconds)
2.30	c BEGIN simplify
2.37	c END simplify (0.07238 seconds)
2.37	c BEGIN encode /tmp/evaluation/233041-1170106616/sugar22113.bcnf
19.24	c END encode (16.867236 seconds)
19.45	c # GENERATE_SAT  END : 482924 variables 17508348 clauses 278112824 bytes (19 seconds) [Mon Jan 29 22:37:18 2007]
19.45	c # GENERATE_SAT  CPU : 17.8 = 0.13 + 0.02 + 16.43 + 1.22
19.45	
19.45	c # SOLVE_SAT  BEGIN : /tmp/evaluation/233041-1170106616/sugar22113.bcnf [Mon Jan 29 22:37:18 2007]
19.45	c # CMD : /tmp/evaluation/233041-1170106616/minisat /tmp/evaluation/233041-1170106616/sugar22113.bcnf /tmp/evaluation/233041-1170106616/sugar22113.out
29.92	c ==================================[MINISAT]===================================
29.92	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
29.92	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
29.92	c ==============================================================================
29.92	c |         0 | 17508348 52019720 | 5836116       0        0     nan |  0.000 % |
34.04	c |       100 | 17508348 52019720 | 6419727     100     2568    25.7 |  0.000 % |
38.00	c |       250 | 17508348 52019720 | 7061700     250     5050    20.2 |  0.000 % |
40.74	c |       477 | 17508348 52019720 | 7767870     477    11740    24.6 |  0.000 % |
41.47	c |       814 | 17508348 52019720 | 8544657     814    14933    18.3 |  0.000 % |
41.95	c |      1321 | 17508348 52019720 | 9399123    1321    21051    15.9 |  0.000 % |
42.58	c |      2080 | 17508348 52019720 | 10339035    2080    28916    13.9 |  0.000 % |
43.47	c |      3220 | 17508348 52019720 | 11372939    3220    43255    13.4 |  0.000 % |
44.76	c |      4929 | 17508348 52019720 | 12510232    4929    64584    13.1 |  0.000 % |
46.82	c |      7491 | 17508348 52019720 | 13761256    7491   106093    14.2 |  0.000 % |
49.85	c |     11335 | 17508348 52019720 | 15137381   11335   166048    14.6 |  0.000 % |
63.49	c |     17102 | 17508348 52019720 | 16651120   17102   326587    19.1 |  0.000 % |
67.43	c |     25751 | 17508348 52019720 | 18316232   25751   638230    24.8 |  0.000 % |
85.27	c |     38725 | 17508348 52019720 | 20147855   38725   901538    23.3 |  0.000 % |
110.76	c |     58187 | 17508348 52019720 | 22162640   58187  1457885    25.1 |  0.000 % |
160.99	c |     87380 | 17508348 52019720 | 24378904   87380  2151935    24.6 |  0.000 % |
245.20	c |    131169 | 17508348 52019720 | 26816795  131169  3138440    23.9 |  0.000 % |
408.16	c |    196856 | 17508348 52019720 | 29498474  196856  4552538    23.1 |  0.000 % |
735.02	c |    295383 | 17508348 52019720 | 32448322  295383  6919880    23.4 |  0.000 % |
1238.09	c |    443172 | 17508348 52019720 | 35693154  443172 10792965    24.4 |  0.000 % |
1813.59	
1813.59	s UNKNOWN
1813.59	c # INTERRUPTED
1813.59	c # MAIN  END :  (1814 seconds) [Mon Jan 29 23:07:12 2007]
1813.59	c # MAIN  CPU : 17.8 = 0.13 + 0.02 + 16.43 + 1.22
1813.59	

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/node68/watcher-233041-1170106616 -o ROOT/results/node68/solver-233041-1170106616 -C 1800 -M 900 /tmp/evaluation/233041-1170106616/solver /tmp/evaluation/233041-1170106616 /tmp/evaluation/233041-1170106616/unknown.xml 

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

/proc/loadavg: 1.22 2.54 2.90 2/69 22114
/proc/meminfo: memFree=1892040/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=12268 CPUtime=0
/proc/22113/stat : 22113 (sugar) R 22111 22113 22037 0 -1 4194304 573 0 0 0 0 0 0 0 18 0 1 0 30619452 12562432 292 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257414304481 0 0 4224 0 0 0 0 17 1 0 0
/proc/22113/statm: 3067 303 229 3 0 167 0

[startup+0.102178 s]
/proc/loadavg: 1.22 2.54 2.90 2/69 22114
/proc/meminfo: memFree=1892040/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=13724 CPUtime=0.04
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30619452 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22113/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.51141 s]
/proc/loadavg: 1.22 2.54 2.90 2/69 22114
/proc/meminfo: memFree=1892040/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=13724 CPUtime=0.04
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 30619452 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22113/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33248 s]
/proc/loadavg: 1.22 2.54 2.90 2/70 22146
/proc/meminfo: memFree=1887168/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=13724 CPUtime=0.04
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30619452 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22113/statm: 3431 808 370 3 0 531 0
[pid=22115] ppid=22113 vsize=0 CPUtime=1
/proc/22115/stat : 22115 (java) Z 22113 22113 22037 0 -1 1036 11273 0 1 0 92 8 0 0 16 0 1 0 30619457 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22115/statm: 0 0 0 0 0 0 0
[pid=22146] ppid=22113 vsize=807140 CPUtime=0.1
/proc/22146/stat : 22146 (java) R 22113 22113 22037 0 -1 0 2924 0 1 0 9 1 0 0 22 0 8 0 30619564 826511360 2675 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152150589 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22146/statm: 201785 2675 1469 14 0 189063 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 820864

[startup+2.97663 s]
/proc/loadavg: 1.22 2.54 2.90 4/90 22166
/proc/meminfo: memFree=1819360/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=13724 CPUtime=0.04
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30619452 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22113/statm: 3431 808 370 3 0 531 0
[pid=22115] ppid=22113 vsize=0 CPUtime=1
/proc/22115/stat : 22115 (java) Z 22113 22113 22037 0 -1 1036 11273 0 1 0 92 8 0 0 16 0 1 0 30619457 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22115/statm: 0 0 0 0 0 0 0
[pid=22146] ppid=22113 vsize=807332 CPUtime=1.76
/proc/22146/stat : 22146 (java) R 22113 22113 22037 0 -1 0 9818 0 1 0 166 10 0 0 21 0 8 0 30619564 826707968 9562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802846 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22146/statm: 201833 9562 1511 14 0 189111 0
[pid=22146/tid=22152] ppid=22113 vsize=807332 CPUtime=0.18
/proc/22146/task/22152/stat : 22152 (java) S 22113 22113 22037 0 -1 64 3586 0 0 0 17 1 0 0 16 0 8 0 30619576 826707968 9562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22146/tid=22153] ppid=22113 vsize=807332 CPUtime=0
/proc/22146/task/22153/stat : 22153 (java) S 22113 22113 22037 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30619576 826707968 9562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22146/tid=22154] ppid=22113 vsize=807332 CPUtime=0
/proc/22146/task/22154/stat : 22154 (java) S 22113 22113 22037 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30619577 826707968 9562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22146/tid=22155] ppid=22113 vsize=807332 CPUtime=0
/proc/22146/task/22155/stat : 22155 (java) S 22113 22113 22037 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30619580 826707968 9562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22146/tid=22156] ppid=22113 vsize=807332 CPUtime=0.15
/proc/22146/task/22156/stat : 22156 (java) S 22113 22113 22037 0 -1 64 419 0 0 0 15 0 0 0 16 0 8 0 30619580 826707968 9562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22146/tid=22157] ppid=22113 vsize=807332 CPUtime=0
/proc/22146/task/22157/stat : 22157 (java) S 22113 22113 22037 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30619580 826707968 9562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22146/tid=22158] ppid=22113 vsize=807332 CPUtime=0
/proc/22146/task/22158/stat : 22158 (java) S 22113 22113 22037 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30619580 826707968 9562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 821056

[startup+6.19292 s]
/proc/loadavg: 1.28 2.53 2.89 3/90 22174
/proc/meminfo: memFree=1727968/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=13724 CPUtime=0.04
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30619452 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22113/statm: 3431 808 370 3 0 531 0
[pid=22115] ppid=22113 vsize=0 CPUtime=1
/proc/22115/stat : 22115 (java) Z 22113 22113 22037 0 -1 1036 11273 0 1 0 92 8 0 0 16 0 1 0 30619457 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22115/statm: 0 0 0 0 0 0 0
[pid=22146] ppid=22113 vsize=807332 CPUtime=4.92
/proc/22146/stat : 22146 (java) R 22113 22113 22037 0 -1 0 9821 0 1 0 463 29 0 0 25 0 8 0 30619564 826707968 9564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802846 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22146/statm: 201833 9564 1511 14 0 189111 0
[pid=22146/tid=22152] ppid=22113 vsize=807332 CPUtime=0.18
/proc/22146/task/22152/stat : 22152 (java) S 22113 22113 22037 0 -1 64 3586 0 0 0 17 1 0 0 16 0 8 0 30619576 826707968 9564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22146/tid=22153] ppid=22113 vsize=807332 CPUtime=0
/proc/22146/task/22153/stat : 22153 (java) S 22113 22113 22037 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30619576 826707968 9564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22146/tid=22154] ppid=22113 vsize=807332 CPUtime=0
/proc/22146/task/22154/stat : 22154 (java) S 22113 22113 22037 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30619577 826707968 9564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22146/tid=22155] ppid=22113 vsize=807332 CPUtime=0
/proc/22146/task/22155/stat : 22155 (java) S 22113 22113 22037 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30619580 826707968 9564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22146/tid=22156] ppid=22113 vsize=807332 CPUtime=0.15
/proc/22146/task/22156/stat : 22156 (java) S 22113 22113 22037 0 -1 64 421 0 0 0 15 0 0 0 16 0 8 0 30619580 826707968 9564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22146/tid=22157] ppid=22113 vsize=807332 CPUtime=0
/proc/22146/task/22157/stat : 22157 (java) S 22113 22113 22037 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30619580 826707968 9564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22146/tid=22158] ppid=22113 vsize=807332 CPUtime=0
/proc/22146/task/22158/stat : 22158 (java) S 22113 22113 22037 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30619580 826707968 9564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 821056

[startup+12.6785 s]
/proc/loadavg: 1.47 2.53 2.89 3/92 22176
/proc/meminfo: memFree=1466776/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=13724 CPUtime=0.04
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30619452 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22113/statm: 3431 808 370 3 0 531 0
[pid=22115] ppid=22113 vsize=0 CPUtime=1
/proc/22115/stat : 22115 (java) Z 22113 22113 22037 0 -1 1036 11273 0 1 0 92 8 0 0 16 0 1 0 30619457 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22115/statm: 0 0 0 0 0 0 0
[pid=22146] ppid=22113 vsize=807332 CPUtime=11.26
/proc/22146/stat : 22146 (java) R 22113 22113 22037 0 -1 0 11762 0 1 0 1051 75 0 0 25 0 8 0 30619564 826707968 11504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802846 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22146/statm: 201833 11504 1511 14 0 189111 0
[pid=22146/tid=22152] ppid=22113 vsize=807332 CPUtime=0.24
/proc/22146/task/22152/stat : 22152 (java) S 22113 22113 22037 0 -1 64 5526 0 0 0 22 2 0 0 16 0 8 0 30619576 826707968 11504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22146/tid=22153] ppid=22113 vsize=807332 CPUtime=0
/proc/22146/task/22153/stat : 22153 (java) S 22113 22113 22037 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30619576 826707968 11504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22146/tid=22154] ppid=22113 vsize=807332 CPUtime=0
/proc/22146/task/22154/stat : 22154 (java) S 22113 22113 22037 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30619577 826707968 11504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22146/tid=22155] ppid=22113 vsize=807332 CPUtime=0
/proc/22146/task/22155/stat : 22155 (java) S 22113 22113 22037 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30619580 826707968 11504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22146/tid=22156] ppid=22113 vsize=807332 CPUtime=0.15
/proc/22146/task/22156/stat : 22156 (java) S 22113 22113 22037 0 -1 64 421 0 0 0 15 0 0 0 16 0 8 0 30619580 826707968 11504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22146/tid=22157] ppid=22113 vsize=807332 CPUtime=0
/proc/22146/task/22157/stat : 22157 (java) S 22113 22113 22037 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30619580 826707968 11504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22146/tid=22158] ppid=22113 vsize=807332 CPUtime=0
/proc/22146/task/22158/stat : 22158 (java) S 22113 22113 22037 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30619580 826707968 11504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 821056

[startup+25.5407 s]
/proc/loadavg: 1.71 2.55 2.89 3/78 22181
/proc/meminfo: memFree=547912/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=22196 CPUtime=17.84
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 3371 11781 0 1 16 3 1643 122 19 0 1 0 30619452 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22113/statm: 5549 2891 373 3 0 2649 0
[pid=22115] ppid=22113 vsize=0 CPUtime=1
/proc/22115/stat : 22115 (java) Z 22113 22113 22037 0 -1 1036 11273 0 1 0 92 8 0 0 16 0 1 0 30619457 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22115/statm: 0 0 0 0 0 0 0
[pid=22181] ppid=22113 vsize=416672 CPUtime=6.02
/proc/22181/stat : 22181 (minisat) R 22113 22113 22037 0 -1 0 100078 0 0 0 529 73 0 0 25 0 1 0 30621398 426672128 99873 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134637942 0 0 4096 0 0 0 0 17 1 0 0
/proc/22181/statm: 104168 99873 35 112 0 104052 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 438868

[startup+51.237 s]
/proc/loadavg: 1.81 2.50 2.87 3/76 22181
/proc/meminfo: memFree=16088/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=22196 CPUtime=17.84
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 3381 11781 0 1 16 3 1643 122 16 0 1 0 30619452 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22113/statm: 5549 2891 373 3 0 2649 0
[pid=22115] ppid=22113 vsize=0 CPUtime=1
/proc/22115/stat : 22115 (java) Z 22113 22113 22037 0 -1 1036 11273 0 1 0 92 8 0 0 16 0 1 0 30619457 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22115/statm: 0 0 0 0 0 0 0
[pid=22181] ppid=22113 vsize=760828 CPUtime=31.4
/proc/22181/stat : 22181 (minisat) R 22113 22113 22037 0 -1 0 188516 0 2 0 3004 136 0 0 25 0 1 0 30621398 779087872 187287 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/22181/statm: 190207 187287 52 112 0 190091 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 783024

[startup+102.449 s]
/proc/loadavg: 2.28 2.55 2.87 3/76 22181
/proc/meminfo: memFree=18200/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=22196 CPUtime=17.84
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 3381 11781 0 1 16 3 1643 122 16 0 1 0 30619452 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22113/statm: 5549 2891 373 3 0 2649 0
[pid=22115] ppid=22113 vsize=0 CPUtime=1
/proc/22115/stat : 22115 (java) Z 22113 22113 22037 0 -1 1036 11273 0 1 0 92 8 0 0 16 0 1 0 30619457 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22115/statm: 0 0 0 0 0 0 0
[pid=22181] ppid=22113 vsize=768280 CPUtime=81.88
/proc/22181/stat : 22181 (minisat) R 22113 22113 22037 0 -1 0 190360 0 2 0 8050 138 0 0 25 0 1 0 30621398 786718720 189131 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22181/statm: 192070 189131 52 112 0 191954 0
Current children cumulated CPU time (s) 100.72
Current children cumulated vsize (KiB) 790476

[startup+162.474 s]
/proc/loadavg: 2.10 2.45 2.81 3/76 22181
/proc/meminfo: memFree=15128/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=22196 CPUtime=17.84
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 3381 11781 0 1 16 3 1643 122 16 0 1 0 30619452 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22113/statm: 5549 2891 373 3 0 2649 0
[pid=22115] ppid=22113 vsize=0 CPUtime=1
/proc/22115/stat : 22115 (java) Z 22113 22113 22037 0 -1 1036 11273 0 1 0 92 8 0 0 16 0 1 0 30619457 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22115/statm: 0 0 0 0 0 0 0
[pid=22181] ppid=22113 vsize=771340 CPUtime=141.35
/proc/22181/stat : 22181 (minisat) R 22113 22113 22037 0 -1 0 191133 0 2 0 13997 138 0 0 25 0 1 0 30621398 789852160 189904 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22181/statm: 192835 189904 52 112 0 192719 0
Current children cumulated CPU time (s) 160.19
Current children cumulated vsize (KiB) 793536

[startup+222.493 s]
/proc/loadavg: 2.04 2.36 2.75 3/76 22181
/proc/meminfo: memFree=16280/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=22196 CPUtime=17.84

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

/proc/22181/stat : 22181 (minisat) R 22113 22113 22037 0 -1 0 202706 0 2 0 121190 154 0 0 25 0 1 0 30621398 837836800 201477 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22181/statm: 204550 201477 52 112 0 204434 0
Current children cumulated CPU time (s) 1232.28
Current children cumulated vsize (KiB) 840396

[startup+1302.87 s]
/proc/loadavg: 2.00 2.01 2.22 3/76 22181
/proc/meminfo: memFree=15008/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=22196 CPUtime=17.84
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 3381 11781 0 1 16 3 1643 122 16 0 1 0 30619452 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22113/statm: 5549 2891 373 3 0 2649 0
[pid=22115] ppid=22113 vsize=0 CPUtime=1
/proc/22115/stat : 22115 (java) Z 22113 22113 22037 0 -1 1036 11273 0 1 0 92 8 0 0 16 0 1 0 30619457 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22115/statm: 0 0 0 0 0 0 0
[pid=22181] ppid=22113 vsize=819940 CPUtime=1273.17
/proc/22181/stat : 22181 (minisat) R 22113 22113 22037 0 -1 0 203152 0 2 0 127162 155 0 0 25 0 1 0 30621398 839618560 201923 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/22181/statm: 204985 201923 52 112 0 204869 0
Current children cumulated CPU time (s) 1292.01
Current children cumulated vsize (KiB) 842136

[startup+1362.89 s]
/proc/loadavg: 2.00 2.00 2.20 3/76 22181
/proc/meminfo: memFree=14816/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=22196 CPUtime=17.84
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 3381 11781 0 1 16 3 1643 122 16 0 1 0 30619452 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22113/statm: 5549 2891 373 3 0 2649 0
[pid=22115] ppid=22113 vsize=0 CPUtime=1
/proc/22115/stat : 22115 (java) Z 22113 22113 22037 0 -1 1036 11273 0 1 0 92 8 0 0 16 0 1 0 30619457 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22115/statm: 0 0 0 0 0 0 0
[pid=22181] ppid=22113 vsize=823324 CPUtime=1332.9
/proc/22181/stat : 22181 (minisat) R 22113 22113 22037 0 -1 0 203789 0 2 0 133134 156 0 0 25 0 1 0 30621398 843083776 202560 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22181/statm: 205831 202560 52 112 0 205715 0
Current children cumulated CPU time (s) 1351.74
Current children cumulated vsize (KiB) 845520

[startup+1422.9 s]
/proc/loadavg: 2.00 2.00 2.18 3/76 22181
/proc/meminfo: memFree=15200/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=22196 CPUtime=17.84
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 3381 11781 0 1 16 3 1643 122 16 0 1 0 30619452 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22113/statm: 5549 2891 373 3 0 2649 0
[pid=22115] ppid=22113 vsize=0 CPUtime=1
/proc/22115/stat : 22115 (java) Z 22113 22113 22037 0 -1 1036 11273 0 1 0 92 8 0 0 16 0 1 0 30619457 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22115/statm: 0 0 0 0 0 0 0
[pid=22181] ppid=22113 vsize=824864 CPUtime=1392.63
/proc/22181/stat : 22181 (minisat) R 22113 22113 22037 0 -1 0 204180 0 2 0 139106 157 0 0 25 0 1 0 30621398 844660736 202951 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22181/statm: 206216 202951 52 112 0 206100 0
Current children cumulated CPU time (s) 1411.47
Current children cumulated vsize (KiB) 847060

[startup+1482.94 s]
/proc/loadavg: 2.07 2.02 2.18 3/82 22289
/proc/meminfo: memFree=15784/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=22196 CPUtime=17.84
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 3381 11781 0 1 16 3 1643 122 16 0 1 0 30619452 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22113/statm: 5549 2891 373 3 0 2649 0
[pid=22115] ppid=22113 vsize=0 CPUtime=1
/proc/22115/stat : 22115 (java) Z 22113 22113 22037 0 -1 1036 11273 0 1 0 92 8 0 0 16 0 1 0 30619457 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22115/statm: 0 0 0 0 0 0 0
[pid=22181] ppid=22113 vsize=826612 CPUtime=1452.27
/proc/22181/stat : 22181 (minisat) R 22113 22113 22037 0 -1 0 204609 0 2 0 145070 157 0 0 25 0 1 0 30621398 846450688 203380 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22181/statm: 206653 203380 52 112 0 206537 0
Current children cumulated CPU time (s) 1471.11
Current children cumulated vsize (KiB) 848808

[startup+1542.98 s]
/proc/loadavg: 2.02 2.01 2.16 3/76 22379
/proc/meminfo: memFree=17048/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=22196 CPUtime=17.84
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 3381 11781 0 1 16 3 1643 122 16 0 1 0 30619452 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22113/statm: 5549 2891 373 3 0 2649 0
[pid=22115] ppid=22113 vsize=0 CPUtime=1
/proc/22115/stat : 22115 (java) Z 22113 22113 22037 0 -1 1036 11273 0 1 0 92 8 0 0 16 0 1 0 30619457 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22115/statm: 0 0 0 0 0 0 0
[pid=22181] ppid=22113 vsize=828464 CPUtime=1511.92
/proc/22181/stat : 22181 (minisat) R 22113 22113 22037 0 -1 0 205084 0 2 0 151034 158 0 0 25 0 1 0 30621398 848347136 203855 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/22181/statm: 207116 203855 52 112 0 207000 0
Current children cumulated CPU time (s) 1530.76
Current children cumulated vsize (KiB) 850660

[startup+1602.99 s]
/proc/loadavg: 2.01 2.00 2.15 3/76 22379
/proc/meminfo: memFree=15712/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=22196 CPUtime=17.84
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 3381 11781 0 1 16 3 1643 122 16 0 1 0 30619452 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22113/statm: 5549 2891 373 3 0 2649 0
[pid=22115] ppid=22113 vsize=0 CPUtime=1
/proc/22115/stat : 22115 (java) Z 22113 22113 22037 0 -1 1036 11273 0 1 0 92 8 0 0 16 0 1 0 30619457 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22115/statm: 0 0 0 0 0 0 0
[pid=22181] ppid=22113 vsize=830300 CPUtime=1571.66
/proc/22181/stat : 22181 (minisat) R 22113 22113 22037 0 -1 0 205552 0 2 0 157007 159 0 0 25 0 1 0 30621398 850227200 204323 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22181/statm: 207575 204323 52 112 0 207459 0
Current children cumulated CPU time (s) 1590.5
Current children cumulated vsize (KiB) 852496

[startup+1663.02 s]
/proc/loadavg: 2.00 2.00 2.14 3/76 22379
/proc/meminfo: memFree=16224/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=22196 CPUtime=17.84
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 3381 11781 0 1 16 3 1643 122 16 0 1 0 30619452 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22113/statm: 5549 2891 373 3 0 2649 0
[pid=22115] ppid=22113 vsize=0 CPUtime=1
/proc/22115/stat : 22115 (java) Z 22113 22113 22037 0 -1 1036 11273 0 1 0 92 8 0 0 16 0 1 0 30619457 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22115/statm: 0 0 0 0 0 0 0
[pid=22181] ppid=22113 vsize=832204 CPUtime=1631.39
/proc/22181/stat : 22181 (minisat) R 22113 22113 22037 0 -1 0 206022 0 2 0 162980 159 0 0 25 0 1 0 30621398 852176896 204793 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/22181/statm: 208051 204793 52 112 0 207935 0
Current children cumulated CPU time (s) 1650.23
Current children cumulated vsize (KiB) 854400

[startup+1723.03 s]
/proc/loadavg: 2.00 2.00 2.13 3/76 22379
/proc/meminfo: memFree=15648/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=22196 CPUtime=17.84
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 3381 11781 0 1 16 3 1643 122 16 0 1 0 30619452 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22113/statm: 5549 2891 373 3 0 2649 0
[pid=22115] ppid=22113 vsize=0 CPUtime=1
/proc/22115/stat : 22115 (java) Z 22113 22113 22037 0 -1 1036 11273 0 1 0 92 8 0 0 16 0 1 0 30619457 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22115/statm: 0 0 0 0 0 0 0
[pid=22181] ppid=22113 vsize=834012 CPUtime=1691.12
/proc/22181/stat : 22181 (minisat) R 22113 22113 22037 0 -1 0 206486 0 2 0 168952 160 0 0 25 0 1 0 30621398 854028288 205257 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22181/statm: 208503 205257 52 112 0 208387 0
Current children cumulated CPU time (s) 1709.96
Current children cumulated vsize (KiB) 856208

[startup+1783.05 s]
/proc/loadavg: 2.00 2.00 2.12 3/76 22379
/proc/meminfo: memFree=15136/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=22196 CPUtime=17.84
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 3381 11781 0 1 16 3 1643 122 16 0 1 0 30619452 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22113/statm: 5549 2891 373 3 0 2649 0
[pid=22115] ppid=22113 vsize=0 CPUtime=1
/proc/22115/stat : 22115 (java) Z 22113 22113 22037 0 -1 1036 11273 0 1 0 92 8 0 0 16 0 1 0 30619457 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22115/statm: 0 0 0 0 0 0 0
[pid=22181] ppid=22113 vsize=835732 CPUtime=1750.86
/proc/22181/stat : 22181 (minisat) R 22113 22113 22037 0 -1 0 206916 0 2 0 174925 161 0 0 25 0 1 0 30621398 855789568 205687 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528774 0 0 4096 3 0 0 0 17 1 0 0
/proc/22181/statm: 208933 205687 52 112 0 208817 0
Current children cumulated CPU time (s) 1769.7
Current children cumulated vsize (KiB) 857928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.58 s]
/proc/loadavg: 2.01 2.00 2.11 4/83 22435
/proc/meminfo: memFree=901352/2055920 swapFree=4192812/4192956
[pid=22113] ppid=22111 vsize=22196 CPUtime=17.84
/proc/22113/stat : 22113 (sugar) S 22111 22113 22037 0 -1 4194304 3381 11781 0 1 16 3 1643 122 16 0 1 0 30619452 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22113/statm: 5549 2891 373 3 0 2649 0
[pid=22115] ppid=22113 vsize=0 CPUtime=1
/proc/22115/stat : 22115 (java) Z 22113 22113 22037 0 -1 1036 11273 0 1 0 92 8 0 0 16 0 1 0 30619457 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22115/statm: 0 0 0 0 0 0 0
[pid=22181] ppid=22113 vsize=836636 CPUtime=1781.19
/proc/22181/stat : 22181 (minisat) R 22113 22113 22037 0 -1 0 207162 0 2 0 177953 166 0 0 25 0 1 0 30621398 856715264 205933 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22181/statm: 209159 205933 52 112 0 209043 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 858832

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 22113 and gives childrusage.ru_utime.tv_sec=16 childrusage.ru_utime.tv_usec=607475 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=334797
CPU time returned by wait4() is 17.9423
while last known CPU time is 1800.24

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

Real time (s): 1815.19
CPU time (s): 1800.24
CPU user time (s): 1797.04
CPU system time (s): 3.2
CPU usage (%): 99.1763
Max. virtual memory (cumulated for all children) (KiB): 858832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.6075
system time used= 1.3348
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15247
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1148
involuntary context switches= 1140

runsolver used 2.07368 s user time and 5.9251 s system time

The end

Launcher Data (download as text)

Begin job on node68 on Mon Jan 29 21:36:57 UTC 2007


IDJOB= 233041
IDBENCH= 6578
IDSOLVER= 86
FILE ID= node68/233041-1170106616

PBS_JOBID= 3689890

Free space on /tmp= 66563 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-20/os-taillard-20-95-9.xml
COMMAND LINE= /tmp/evaluation/233041-1170106616/solver /tmp/evaluation/233041-1170106616 /tmp/evaluation/233041-1170106616/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-233041-1170106616 -o ROOT/results/node68/solver-233041-1170106616 -C 1800 -M 900  /tmp/evaluation/233041-1170106616/solver /tmp/evaluation/233041-1170106616 /tmp/evaluation/233041-1170106616/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  9721ce867ce6c513d73631ab5107c0a8

RANDOM SEED= 852253579

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:       1893040 kB
Buffers:         37600 kB
Cached:          52704 kB
SwapCached:          0 kB
Active:          53960 kB
Inactive:        56516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1893040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2192 kB
Writeback:           0 kB
Mapped:          30328 kB
Slab:            38244 kB
Committed_AS:   424164 kB
PageTables:       1568 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= 66557 MiB



End job on node68 on Mon Jan 29 22:07:14 UTC 2007