Trace number 202546

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.07 1817.61

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-33_ext.xml
MD5SUM5fb8f6a93a09012584dbcbec6c1ad546
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark148.225
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints333
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension333
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/202546-1170095692/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/202546-1170095692/unknown.xml [Mon Jan 29 19:34:52 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/202546-1170095692/unknown.xml /tmp/evaluation/202546-1170095692/sugar26202.csp [Mon Jan 29 19:34:52 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202546-1170095692/sugar-v0-40.jar -convert /tmp/evaluation/202546-1170095692/unknown.xml /tmp/evaluation/202546-1170095692/sugar26202.csp
0.17	c BEGIN convert /tmp/evaluation/202546-1170095692/unknown.xml
0.68	c END convert (0.509519 seconds)
0.71	c # CONVERT_XML  END : /tmp/evaluation/202546-1170095692/sugar26202.csp 1089786 bytes (1 seconds) [Mon Jan 29 19:34:53 2007]
0.71	c # CONVERT_XML  CPU : 0.63 = 0 + 0.01 + 0.57 + 0.05
0.71	
0.71	c # GENERATE_SAT  BEGIN : /tmp/evaluation/202546-1170095692/sugar26202.bcnf [Mon Jan 29 19:34:53 2007]
0.71	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202546-1170095692/sugar-v0-40.jar -bcnf -map /tmp/evaluation/202546-1170095692/sugar26202.map /tmp/evaluation/202546-1170095692/sugar26202.csp /tmp/evaluation/202546-1170095692/sugar26202.bcnf
0.83	c BEGIN parse /tmp/evaluation/202546-1170095692/sugar26202.csp
12.47	c END parse (11.639555 seconds)
12.47	c BEGIN simplify
12.54	c END simplify (0.062067 seconds)
12.54	c BEGIN encode /tmp/evaluation/202546-1170095692/sugar26202.bcnf
13.06	c END encode (0.52746 seconds)
13.16	c # GENERATE_SAT  END : 5080 variables 42711 clauses 4046496 bytes (12 seconds) [Mon Jan 29 19:35:05 2007]
13.16	c # GENERATE_SAT  CPU : 12.35 = 0.04 + 0 + 11.93 + 0.38
13.16	
13.16	c # SOLVE_SAT  BEGIN : /tmp/evaluation/202546-1170095692/sugar26202.bcnf [Mon Jan 29 19:35:05 2007]
13.16	c # CMD : /tmp/evaluation/202546-1170095692/minisat /tmp/evaluation/202546-1170095692/sugar26202.bcnf /tmp/evaluation/202546-1170095692/sugar26202.out
13.26	c ==================================[MINISAT]===================================
13.26	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
13.26	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
13.26	c ==============================================================================
13.26	c |         0 |   42711   968907 |   14237       0        0     nan |  0.000 % |
13.29	c |       101 |   42711   968907 |   15660     101     3047    30.2 |  0.000 % |
13.33	c |       251 |   42714   968907 |   17226     248     5259    21.2 |  0.000 % |
13.38	c |       476 |   42714   968907 |   18949     473     7670    16.2 |  0.000 % |
13.46	c |       813 |   42714   968907 |   20844     810    12245    15.1 |  0.000 % |
13.59	c |      1319 |   42714   968907 |   22928    1316    18598    14.1 |  0.000 % |
13.80	c |      2078 |   42714   968907 |   25221    2075    28490    13.7 |  0.000 % |
14.12	c |      3217 |   42714   968907 |   27743    3214    48203    15.0 |  0.000 % |
14.53	c |      4925 |   42714   968907 |   30518    4922    75849    15.4 |  0.000 % |
15.31	c |      7487 |   42714   968907 |   33570    7484   126917    17.0 |  0.000 % |
16.49	c |     11332 |   42714   968907 |   36927   11329   187327    16.5 |  0.000 % |
18.59	c |     17098 |   42715   968907 |   40619   17094   289221    16.9 |  0.000 % |
21.94	c |     25747 |   42721   968907 |   44681   25737   446415    17.3 |  0.000 % |
28.20	c |     38721 |   42723   968907 |   49149   38709   694116    17.9 |  0.000 % |
39.19	c |     58182 |   42726   968907 |   54064   22785   467497    20.5 |  0.000 % |
55.40	c |     87374 |   42732   968907 |   59471   51971  1355437    26.1 |  0.000 % |
80.24	c |    131164 |   42746   968907 |   65418   50918  1436736    28.2 |  0.000 % |
124.73	c |    196848 |   42755   968907 |   71960   65799  1956205    29.7 |  0.000 % |
200.48	c |    295374 |   42770   968907 |   79156   53534  1532673    28.6 |  0.000 % |
326.41	c |    443164 |   42780   968907 |   87072   78257  2390925    30.6 |  0.000 % |
514.22	c |    664849 |   42794   968907 |   95779   26775   685831    25.6 |  0.000 % |
817.75	c |    997375 |   42817   968907 |  105357   54396  1442523    26.5 |  0.000 % |
1320.46	c |   1496163 |   42840   968907 |  115893   44223  1503798    34.0 |  0.001 % |
1816.60	
1816.60	s UNKNOWN
1816.60	c # INTERRUPTED
1816.60	c # MAIN  END :  (1817 seconds) [Mon Jan 29 20:05:09 2007]
1816.60	c # MAIN  CPU : 12.98 = 0.04 + 0.01 + 12.5 + 0.43
1816.60	

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/node12/watcher-202546-1170095692 -o ROOT/results/node12/solver-202546-1170095692 -C 1800 -M 900 /tmp/evaluation/202546-1170095692/solver /tmp/evaluation/202546-1170095692 /tmp/evaluation/202546-1170095692/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.01 2.09 2.26 5/87 26203
/proc/meminfo: memFree=1824152/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=5352 CPUtime=0
/proc/26202/stat : 26202 (solver) R 26200 26202 25947 0 -1 4194304 264 0 0 0 0 0 0 0 21 0 1 0 29523676 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 252429528359 0 0 4096 0 0 0 0 17 1 0 0
/proc/26202/statm: 1338 231 193 169 0 49 0

[startup+0.105295 s]
/proc/loadavg: 2.01 2.09 2.26 5/87 26203
/proc/meminfo: memFree=1824152/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=13724 CPUtime=0.04
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1112 0 0 0 3 1 0 0 19 0 1 0 29523676 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26202/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.51737 s]
/proc/loadavg: 2.01 2.09 2.26 5/87 26203
/proc/meminfo: memFree=1824152/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=13724 CPUtime=0.04
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29523676 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26202/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33852 s]
/proc/loadavg: 2.01 2.09 2.26 4/95 26219
/proc/meminfo: memFree=1801880/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=13724 CPUtime=0.66
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1190 7501 0 1 3 1 57 5 15 0 1 0 29523676 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26202/statm: 3431 809 371 3 0 531 0
[pid=26212] ppid=26202 vsize=807064 CPUtime=0.6
/proc/26212/stat : 26212 (java) R 26202 26202 25947 0 -1 0 7746 0 1 0 56 4 0 0 18 0 8 0 29523748 826433536 7494 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073497985 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 201766 7494 1494 14 0 189044 0
[pid=26212/tid=26213] ppid=26202 vsize=807064 CPUtime=0.08
/proc/26212/task/26213/stat : 26213 (java) S 26202 26202 25947 0 -1 64 1693 0 0 0 8 0 0 0 16 0 8 0 29523751 826433536 7494 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26214] ppid=26202 vsize=807064 CPUtime=0
/proc/26212/task/26214/stat : 26214 (java) S 26202 26202 25947 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29523751 826433536 7494 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26215] ppid=26202 vsize=807064 CPUtime=0
/proc/26212/task/26215/stat : 26215 (java) S 26202 26202 25947 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29523751 826433536 7494 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26216] ppid=26202 vsize=807064 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26202 26202 25947 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29523755 826433536 7494 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26217] ppid=26202 vsize=807064 CPUtime=0.05
/proc/26212/task/26217/stat : 26217 (java) R 26202 26202 25947 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 29523755 826433536 7494 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26218] ppid=26202 vsize=807064 CPUtime=0
/proc/26212/task/26218/stat : 26218 (java) S 26202 26202 25947 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29523755 826433536 7494 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26202 vsize=807064 CPUtime=0
/proc/26212/task/26219/stat : 26219 (java) S 26202 26202 25947 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29523755 826433536 7494 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 820788

[startup+2.98282 s]
/proc/loadavg: 2.01 2.09 2.26 4/95 26219
/proc/meminfo: memFree=1782872/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=13724 CPUtime=0.66
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1190 7501 0 1 3 1 57 5 15 0 1 0 29523676 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26202/statm: 3431 809 371 3 0 531 0
[pid=26212] ppid=26202 vsize=807328 CPUtime=2.24
/proc/26212/stat : 26212 (java) R 26202 26202 25947 0 -1 0 15425 0 1 0 216 8 0 0 25 0 8 0 29523748 826703872 15148 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073641148 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 201832 15148 1506 14 0 189110 0
[pid=26212/tid=26213] ppid=26202 vsize=807328 CPUtime=0.55
/proc/26212/task/26213/stat : 26213 (java) S 26202 26202 25947 0 -1 64 9202 0 0 0 52 3 0 0 16 0 8 0 29523751 826703872 15148 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26214] ppid=26202 vsize=807328 CPUtime=0
/proc/26212/task/26214/stat : 26214 (java) S 26202 26202 25947 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29523751 826703872 15148 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26215] ppid=26202 vsize=807328 CPUtime=0
/proc/26212/task/26215/stat : 26215 (java) S 26202 26202 25947 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29523751 826703872 15148 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26216] ppid=26202 vsize=807328 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26202 26202 25947 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29523755 826703872 15148 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26217] ppid=26202 vsize=807328 CPUtime=0.13
/proc/26212/task/26217/stat : 26217 (java) S 26202 26202 25947 0 -1 64 399 0 0 0 13 0 0 0 16 0 8 0 29523755 826703872 15148 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26218] ppid=26202 vsize=807328 CPUtime=0
/proc/26212/task/26218/stat : 26218 (java) S 26202 26202 25947 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29523755 826703872 15148 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26202 vsize=807328 CPUtime=0
/proc/26212/task/26219/stat : 26219 (java) S 26202 26202 25947 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29523755 826703872 15148 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821052

[startup+6.2024 s]
/proc/loadavg: 2.09 2.10 2.26 4/95 26219
/proc/meminfo: memFree=1697816/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=13724 CPUtime=0.66
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1190 7501 0 1 3 1 57 5 15 0 1 0 29523676 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26202/statm: 3431 809 371 3 0 531 0
[pid=26212] ppid=26202 vsize=807328 CPUtime=5.44
/proc/26212/stat : 26212 (java) R 26202 26202 25947 0 -1 0 35538 0 1 0 524 20 0 0 25 0 8 0 29523748 826703872 35167 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073332698 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 201832 35167 1506 14 0 189110 0
[pid=26212/tid=26213] ppid=26202 vsize=807328 CPUtime=1.49
/proc/26212/task/26213/stat : 26213 (java) S 26202 26202 25947 0 -1 64 29217 0 0 0 135 14 0 0 16 0 8 0 29523751 826703872 35167 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26214] ppid=26202 vsize=807328 CPUtime=0
/proc/26212/task/26214/stat : 26214 (java) S 26202 26202 25947 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29523751 826703872 35167 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26215] ppid=26202 vsize=807328 CPUtime=0
/proc/26212/task/26215/stat : 26215 (java) S 26202 26202 25947 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29523751 826703872 35167 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26216] ppid=26202 vsize=807328 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26202 26202 25947 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29523755 826703872 35167 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26217] ppid=26202 vsize=807328 CPUtime=0.14
/proc/26212/task/26217/stat : 26217 (java) S 26202 26202 25947 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 29523755 826703872 35167 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26218] ppid=26202 vsize=807328 CPUtime=0
/proc/26212/task/26218/stat : 26218 (java) S 26202 26202 25947 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29523755 826703872 35167 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26202 vsize=807328 CPUtime=0
/proc/26212/task/26219/stat : 26219 (java) S 26202 26202 25947 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29523755 826703872 35167 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 821052

[startup+12.6856 s]
/proc/loadavg: 2.08 2.10 2.26 3/95 26219
/proc/meminfo: memFree=1609944/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=13724 CPUtime=0.66
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1190 7501 0 1 3 1 57 5 16 0 1 0 29523676 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26202/statm: 3431 809 371 3 0 531 0
[pid=26212] ppid=26202 vsize=807328 CPUtime=11.88
/proc/26212/stat : 26212 (java) R 26202 26202 25947 0 -1 0 54841 0 1 0 1156 32 0 0 25 0 8 0 29523748 826703872 54125 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073746311 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 201832 54125 1511 14 0 189110 0
[pid=26212/tid=26213] ppid=26202 vsize=807328 CPUtime=3.43
/proc/26212/task/26213/stat : 26213 (java) S 26202 26202 25947 0 -1 64 48340 0 0 0 318 25 0 0 16 0 8 0 29523751 826703872 54125 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26214] ppid=26202 vsize=807328 CPUtime=0
/proc/26212/task/26214/stat : 26214 (java) S 26202 26202 25947 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29523751 826703872 54125 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26215] ppid=26202 vsize=807328 CPUtime=0
/proc/26212/task/26215/stat : 26215 (java) S 26202 26202 25947 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29523751 826703872 54125 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26216] ppid=26202 vsize=807328 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26202 26202 25947 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29523755 826703872 54125 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26217] ppid=26202 vsize=807328 CPUtime=0.15
/proc/26212/task/26217/stat : 26217 (java) S 26202 26202 25947 0 -1 64 411 0 0 0 15 0 0 0 16 0 8 0 29523755 826703872 54125 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26218] ppid=26202 vsize=807328 CPUtime=0
/proc/26212/task/26218/stat : 26218 (java) S 26202 26202 25947 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29523755 826703872 54125 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26202 vsize=807328 CPUtime=0
/proc/26212/task/26219/stat : 26219 (java) S 26202 26202 25947 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29523755 826703872 54125 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 821052

[startup+25.5299 s]
/proc/loadavg: 2.06 2.09 2.26 3/88 26220
/proc/meminfo: memFree=1805776/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=16312 CPUtime=13.01
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1914 62362 0 2 7 1 1250 43 16 0 1 0 29523676 16703488 1425 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26202/statm: 4078 1425 373 3 0 1178 0
[pid=26220] ppid=26202 vsize=10468 CPUtime=12.29
/proc/26220/stat : 26220 (minisat) R 26202 26202 25947 0 -1 0 3248 0 0 0 1227 2 0 0 25 0 1 0 29524993 10719232 2245 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26220/statm: 2617 2245 52 112 0 2501 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 26780

[startup+51.2115 s]
/proc/loadavg: 2.04 2.08 2.25 3/88 26220
/proc/meminfo: memFree=1802768/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=16312 CPUtime=13.01
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1914 62362 0 2 7 1 1250 43 16 0 1 0 29523676 16703488 1425 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26202/statm: 4078 1425 373 3 0 1178 0
[pid=26220] ppid=26202 vsize=13356 CPUtime=37.84
/proc/26220/stat : 26220 (minisat) R 26202 26202 25947 0 -1 0 3976 0 0 0 3781 3 0 0 25 0 1 0 29524993 13676544 2973 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527289 0 0 4096 3 0 0 0 17 1 0 0
/proc/26220/statm: 3339 2973 52 112 0 3223 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 29668

[startup+102.461 s]
/proc/loadavg: 2.02 2.07 2.24 3/88 26222
/proc/meminfo: memFree=1798096/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=16312 CPUtime=13.01
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1914 62362 0 2 7 1 1250 43 16 0 1 0 29523676 16703488 1425 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26202/statm: 4078 1425 373 3 0 1178 0
[pid=26220] ppid=26202 vsize=17688 CPUtime=88.85
/proc/26220/stat : 26220 (minisat) R 26202 26202 25947 0 -1 0 5036 0 0 0 8880 5 0 0 25 0 1 0 29524993 18112512 4033 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528795 0 0 4096 3 0 0 0 17 1 0 0
/proc/26220/statm: 4422 4033 52 112 0 4306 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 34000

[startup+162.541 s]
/proc/loadavg: 2.00 2.05 2.22 3/88 26222
/proc/meminfo: memFree=1796048/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=16312 CPUtime=13.01
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1914 62362 0 2 7 1 1250 43 16 0 1 0 29523676 16703488 1425 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26202/statm: 4078 1425 373 3 0 1178 0
[pid=26220] ppid=26202 vsize=19568 CPUtime=148.64
/proc/26220/stat : 26220 (minisat) R 26202 26202 25947 0 -1 0 5507 0 0 0 14858 6 0 0 25 0 1 0 29524993 20037632 4504 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527306 0 0 4096 3 0 0 0 17 1 0 0
/proc/26220/statm: 4892 4504 52 112 0 4776 0
Current children cumulated CPU time (s) 161.65
Current children cumulated vsize (KiB) 35880

[startup+222.62 s]
/proc/loadavg: 2.00 2.04 2.20 3/88 26222
/proc/meminfo: memFree=1794064/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=16312 CPUtime=13.01
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1914 62362 0 2 7 1 1250 43 16 0 1 0 29523676 16703488 1425 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26202/statm: 4078 1425 373 3 0 1178 0
[pid=26220] ppid=26202 vsize=21192 CPUtime=208.44
/proc/26220/stat : 26220 (minisat) R 26202 26202 25947 0 -1 0 5918 0 0 0 20837 7 0 0 25 0 1 0 29524993 21700608 4915 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26220/statm: 5298 4915 52 112 0 5182 0
Current children cumulated CPU time (s) 221.45
Current children cumulated vsize (KiB) 37504

[startup+282.645 s]
/proc/loadavg: 2.20 2.08 2.20 3/96 26286

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

/proc/loadavg: 2.02 2.01 2.07 3/89 26287
/proc/meminfo: memFree=1755080/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=16312 CPUtime=13.01
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1914 62362 0 2 7 1 1250 43 16 0 1 0 29523676 16703488 1425 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26202/statm: 4078 1425 373 3 0 1178 0
[pid=26220] ppid=26202 vsize=30304 CPUtime=1100.92
/proc/26220/stat : 26220 (minisat) R 26202 26202 25947 0 -1 0 8097 0 0 0 110076 16 0 0 25 0 1 0 29524993 31031296 7094 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26220/statm: 7576 7094 52 112 0 7460 0
Current children cumulated CPU time (s) 1113.93
Current children cumulated vsize (KiB) 46616

[startup+1183.7 s]
/proc/loadavg: 2.00 2.00 2.06 3/89 26287
/proc/meminfo: memFree=1754376/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=16312 CPUtime=13.01
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1914 62362 0 2 7 1 1250 43 16 0 1 0 29523676 16703488 1425 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26202/statm: 4078 1425 373 3 0 1178 0
[pid=26220] ppid=26202 vsize=30900 CPUtime=1160.4
/proc/26220/stat : 26220 (minisat) R 26202 26202 25947 0 -1 0 8261 0 0 0 116024 16 0 0 25 0 1 0 29524993 31641600 7258 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26220/statm: 7725 7258 52 112 0 7609 0
Current children cumulated CPU time (s) 1173.41
Current children cumulated vsize (KiB) 47212

[startup+1243.78 s]
/proc/loadavg: 2.00 2.00 2.06 3/89 26287
/proc/meminfo: memFree=1749704/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=16312 CPUtime=13.01
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1914 62362 0 2 7 1 1250 43 16 0 1 0 29523676 16703488 1425 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26202/statm: 4078 1425 373 3 0 1178 0
[pid=26220] ppid=26202 vsize=35276 CPUtime=1219.9
/proc/26220/stat : 26220 (minisat) R 26202 26202 25947 0 -1 0 9314 0 0 0 121972 18 0 0 25 0 1 0 29524993 36122624 8311 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26220/statm: 8819 8311 52 112 0 8703 0
Current children cumulated CPU time (s) 1232.91
Current children cumulated vsize (KiB) 51588

[startup+1303.79 s]
/proc/loadavg: 2.00 2.00 2.05 3/89 26287
/proc/meminfo: memFree=1749512/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=16312 CPUtime=13.01
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1914 62362 0 2 7 1 1250 43 16 0 1 0 29523676 16703488 1425 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26202/statm: 4078 1425 373 3 0 1178 0
[pid=26220] ppid=26202 vsize=35276 CPUtime=1279.32
/proc/26220/stat : 26220 (minisat) R 26202 26202 25947 0 -1 0 9342 0 0 0 127914 18 0 0 25 0 1 0 29524993 36122624 8339 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26220/statm: 8819 8339 52 112 0 8703 0
Current children cumulated CPU time (s) 1292.33
Current children cumulated vsize (KiB) 51588

[startup+1363.87 s]
/proc/loadavg: 2.00 2.00 2.04 3/89 26287
/proc/meminfo: memFree=1744648/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=16312 CPUtime=13.01
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1914 62362 0 2 7 1 1250 43 16 0 1 0 29523676 16703488 1425 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26202/statm: 4078 1425 373 3 0 1178 0
[pid=26220] ppid=26202 vsize=35276 CPUtime=1338.82
/proc/26220/stat : 26220 (minisat) R 26202 26202 25947 0 -1 0 9342 0 0 0 133864 18 0 0 25 0 1 0 29524993 36122624 8339 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 0 0 0
/proc/26220/statm: 8819 8339 52 112 0 8703 0
Current children cumulated CPU time (s) 1351.83
Current children cumulated vsize (KiB) 51588

[startup+1423.94 s]
/proc/loadavg: 2.04 2.01 2.04 3/89 26287
/proc/meminfo: memFree=1738184/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=16312 CPUtime=13.01
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1914 62362 0 2 7 1 1250 43 16 0 1 0 29523676 16703488 1425 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26202/statm: 4078 1425 373 3 0 1178 0
[pid=26220] ppid=26202 vsize=35436 CPUtime=1398.28
/proc/26220/stat : 26220 (minisat) R 26202 26202 25947 0 -1 0 9389 0 0 0 139810 18 0 0 25 0 1 0 29524993 36286464 8386 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26220/statm: 8859 8386 52 112 0 8743 0
Current children cumulated CPU time (s) 1411.29
Current children cumulated vsize (KiB) 51748

[startup+1483.99 s]
/proc/loadavg: 2.01 2.01 2.04 3/89 26287
/proc/meminfo: memFree=1736328/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=16312 CPUtime=13.01
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1914 62362 0 2 7 1 1250 43 16 0 1 0 29523676 16703488 1425 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26202/statm: 4078 1425 373 3 0 1178 0
[pid=26220] ppid=26202 vsize=35608 CPUtime=1457.76
/proc/26220/stat : 26220 (minisat) R 26202 26202 25947 0 -1 0 9404 0 0 0 145758 18 0 0 25 0 1 0 29524993 36462592 8401 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26220/statm: 8902 8401 52 112 0 8786 0
Current children cumulated CPU time (s) 1470.77
Current children cumulated vsize (KiB) 51920

[startup+1544.06 s]
/proc/loadavg: 2.00 2.00 2.03 3/89 26287
/proc/meminfo: memFree=1736136/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=16312 CPUtime=13.01
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1914 62362 0 2 7 1 1250 43 16 0 1 0 29523676 16703488 1425 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26202/statm: 4078 1425 373 3 0 1178 0
[pid=26220] ppid=26202 vsize=35608 CPUtime=1517.26
/proc/26220/stat : 26220 (minisat) R 26202 26202 25947 0 -1 0 9405 0 0 0 151707 19 0 0 25 0 1 0 29524993 36462592 8402 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134522262 0 0 4096 3 0 0 0 17 0 0 0
/proc/26220/statm: 8902 8402 52 112 0 8786 0
Current children cumulated CPU time (s) 1530.27
Current children cumulated vsize (KiB) 51920

[startup+1604.14 s]
/proc/loadavg: 2.00 2.00 2.03 3/95 26393
/proc/meminfo: memFree=1733960/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=16312 CPUtime=13.01
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1914 62362 0 2 7 1 1250 43 16 0 1 0 29523676 16703488 1425 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26202/statm: 4078 1425 373 3 0 1178 0
[pid=26220] ppid=26202 vsize=35740 CPUtime=1576.71
/proc/26220/stat : 26220 (minisat) R 26202 26202 25947 0 -1 0 9424 0 0 0 157644 27 0 0 25 0 1 0 29524993 36597760 8421 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26220/statm: 8935 8421 52 112 0 8819 0
Current children cumulated CPU time (s) 1589.72
Current children cumulated vsize (KiB) 52052

[startup+1664.24 s]
/proc/loadavg: 2.16 2.04 2.04 3/89 26485
/proc/meminfo: memFree=1734656/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=16312 CPUtime=13.01
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1914 62362 0 2 7 1 1250 43 16 0 1 0 29523676 16703488 1425 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26202/statm: 4078 1425 373 3 0 1178 0
[pid=26220] ppid=26202 vsize=35740 CPUtime=1636.17
/proc/26220/stat : 26220 (minisat) R 26202 26202 25947 0 -1 0 9441 0 0 0 163577 40 0 0 25 0 1 0 29524993 36597760 8438 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 0 0 0
/proc/26220/statm: 8935 8438 52 112 0 8819 0
Current children cumulated CPU time (s) 1649.18
Current children cumulated vsize (KiB) 52052

[startup+1724.34 s]
/proc/loadavg: 2.06 2.03 2.03 3/89 26485
/proc/meminfo: memFree=1734664/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=16312 CPUtime=13.01
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1914 62362 0 2 7 1 1250 43 16 0 1 0 29523676 16703488 1425 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26202/statm: 4078 1425 373 3 0 1178 0
[pid=26220] ppid=26202 vsize=35740 CPUtime=1695.69
/proc/26220/stat : 26220 (minisat) R 26202 26202 25947 0 -1 0 9441 0 0 0 169528 41 0 0 25 0 1 0 29524993 36597760 8438 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134522287 0 0 4096 3 0 0 0 17 0 0 0
/proc/26220/statm: 8935 8438 52 112 0 8819 0
Current children cumulated CPU time (s) 1708.7
Current children cumulated vsize (KiB) 52052

[startup+1784.34 s]
/proc/loadavg: 2.02 2.03 2.02 3/89 26485
/proc/meminfo: memFree=1734408/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=16312 CPUtime=13.01
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1914 62362 0 2 7 1 1250 43 16 0 1 0 29523676 16703488 1425 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26202/statm: 4078 1425 373 3 0 1178 0
[pid=26220] ppid=26202 vsize=35740 CPUtime=1755.1
/proc/26220/stat : 26220 (minisat) R 26202 26202 25947 0 -1 0 9441 0 0 0 175469 41 0 0 25 0 1 0 29524993 36597760 8438 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528774 0 0 4096 3 0 0 0 17 0 0 0
/proc/26220/statm: 8935 8438 52 112 0 8819 0
Current children cumulated CPU time (s) 1768.11
Current children cumulated vsize (KiB) 52052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.59 s]
/proc/loadavg: 2.01 2.02 2.02 3/89 26485
/proc/meminfo: memFree=1734344/2055920 swapFree=4192812/4192956
[pid=26202] ppid=26200 vsize=16312 CPUtime=13.01
/proc/26202/stat : 26202 (sugar) S 26200 26202 25947 0 -1 4194304 1914 62362 0 2 7 1 1250 43 16 0 1 0 29523676 16703488 1425 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26202/statm: 4078 1425 373 3 0 1178 0
[pid=26220] ppid=26202 vsize=35740 CPUtime=1787.06
/proc/26220/stat : 26220 (minisat) R 26202 26202 25947 0 -1 0 9441 0 0 0 178665 41 0 0 25 0 1 0 29524993 36597760 8438 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26220/statm: 8935 8438 52 112 0 8819 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 52052

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26202 and gives childrusage.ru_utime.tv_sec=12 childrusage.ru_utime.tv_usec=580087 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=460929
CPU time returned by wait4() is 13.041
while last known CPU time is 1800.07

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

Real time (s): 1817.61
CPU time (s): 1800.07
CPU user time (s): 1799.22
CPU system time (s): 0.85
CPU usage (%): 99.035
Max. virtual memory (cumulated for all children) (KiB): 821304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5801
system time used= 0.460929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64361
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3450
involuntary context switches= 3387

runsolver used 2.32265 s user time and 5.62714 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Mon Jan 29 18:34:52 UTC 2007


IDJOB= 202546
IDBENCH= 3864
IDSOLVER= 86
FILE ID= node12/202546-1170095692

PBS_JOBID= 3689441

Free space on /tmp= 66559 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19/rand-2-40-19-443-230-33_ext.xml
COMMAND LINE= /tmp/evaluation/202546-1170095692/solver /tmp/evaluation/202546-1170095692 /tmp/evaluation/202546-1170095692/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-202546-1170095692 -o ROOT/results/node12/solver-202546-1170095692 -C 1800 -M 900  /tmp/evaluation/202546-1170095692/solver /tmp/evaluation/202546-1170095692 /tmp/evaluation/202546-1170095692/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  5fb8f6a93a09012584dbcbec6c1ad546

RANDOM SEED= 740849384

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.285
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.285
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:       1824632 kB
Buffers:         35244 kB
Cached:          66280 kB
SwapCached:          0 kB
Active:         117908 kB
Inactive:        59212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             992 kB
Writeback:           0 kB
Mapped:          95320 kB
Slab:            39156 kB
Committed_AS:   294288 kB
PageTables:       2112 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= 66549 MiB



End job on node12 on Mon Jan 29 19:05:11 UTC 2007