Trace number 202978

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 1804.07

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-17_ext.xml
MD5SUM4ccd1be1dd0074c2a5bbfd76bb3ecd0b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.20775
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints348
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension348
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.51	c # Sugar v0-40 (/tmp/evaluation/202978-1170095834/sugar-v0-40.jar)
0.51	
0.51	c # MAIN  BEGIN : /tmp/evaluation/202978-1170095834/unknown.xml [Mon Jan 29 19:37:16 2007]
0.51	c # CONVERT_XML  BEGIN : /tmp/evaluation/202978-1170095834/unknown.xml /tmp/evaluation/202978-1170095834/sugar23940.csp [Mon Jan 29 19:37:16 2007]
0.51	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202978-1170095834/sugar-v0-40.jar -convert /tmp/evaluation/202978-1170095834/unknown.xml /tmp/evaluation/202978-1170095834/sugar23940.csp
0.89	c BEGIN convert /tmp/evaluation/202978-1170095834/unknown.xml
1.46	c END convert (0.570933 seconds)
1.48	c # CONVERT_XML  END : /tmp/evaluation/202978-1170095834/sugar23940.csp 1115510 bytes (0 seconds) [Mon Jan 29 19:37:16 2007]
1.48	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
1.48	
1.48	c # GENERATE_SAT  BEGIN : /tmp/evaluation/202978-1170095834/sugar23940.bcnf [Mon Jan 29 19:37:16 2007]
1.48	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202978-1170095834/sugar-v0-40.jar -bcnf -map /tmp/evaluation/202978-1170095834/sugar23940.map /tmp/evaluation/202978-1170095834/sugar23940.csp /tmp/evaluation/202978-1170095834/sugar23940.bcnf
1.59	c BEGIN parse /tmp/evaluation/202978-1170095834/sugar23940.csp
9.86	c END parse (8.2616 seconds)
9.86	c BEGIN simplify
9.90	c END simplify (0.045517 seconds)
9.90	c BEGIN encode /tmp/evaluation/202978-1170095834/sugar23940.bcnf
10.32	c END encode (0.413056 seconds)
10.42	c # GENERATE_SAT  END : 3202 variables 39829 clauses 2592236 bytes (9 seconds) [Mon Jan 29 19:37:25 2007]
10.42	c # GENERATE_SAT  CPU : 8.84 = 0.02 + 0.01 + 8.55 + 0.26
10.42	
10.42	c # SOLVE_SAT  BEGIN : /tmp/evaluation/202978-1170095834/sugar23940.bcnf [Mon Jan 29 19:37:25 2007]
10.42	c # CMD : /tmp/evaluation/202978-1170095834/minisat /tmp/evaluation/202978-1170095834/sugar23940.bcnf /tmp/evaluation/202978-1170095834/sugar23940.out
10.48	c ==================================[MINISAT]===================================
10.48	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
10.48	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
10.48	c ==============================================================================
10.48	c |         0 |   39829   608224 |   13276       0        0     nan |  0.000 % |
10.50	c |       100 |   39829   608224 |   14603     100     1511    15.1 |  0.000 % |
10.53	c |       250 |   39829   608224 |   16063     250     3144    12.6 |  0.000 % |
10.56	c |       479 |   39830   608224 |   17670     478     5320    11.1 |  0.000 % |
10.61	c |       816 |   39831   608224 |   19437     814     8861    10.9 |  0.000 % |
10.71	c |      1323 |   39832   608224 |   21381    1320    14569    11.0 |  0.000 % |
10.85	c |      2084 |   39832   608224 |   23519    2081    25532    12.3 |  0.000 % |
11.08	c |      3223 |   39833   608224 |   25871    3219    42728    13.3 |  0.001 % |
11.50	c |      4933 |   39836   608224 |   28458    4926    67582    13.7 |  0.000 % |
12.17	c |      7496 |   39836   608224 |   31304    7489   106141    14.2 |  0.000 % |
13.04	c |     11340 |   39836   608224 |   34434   11333   159459    14.1 |  0.001 % |
14.53	c |     17106 |   39836   608224 |   37877   17099   239850    14.0 |  0.001 % |
17.29	c |     25755 |   39841   608224 |   41665   25743   381824    14.8 |  0.001 % |
22.33	c |     38729 |   39847   608224 |   45832   38711   625486    16.2 |  0.000 % |
29.56	c |     58193 |   39851   608224 |   50415   25743   497000    19.3 |  0.000 % |
44.19	c |     87385 |   39860   608224 |   55457   19216   342031    17.8 |  0.001 % |
64.42	c |    131174 |   39867   608224 |   61002   22935   471271    20.5 |  0.001 % |
100.94	c |    196858 |   39878   608224 |   67103   44647   950465    21.3 |  0.001 % |
149.78	c |    295387 |   39767   607897 |   73813   56056  1244126    22.2 |  0.031 % |
238.18	c |    443177 |   39797   607897 |   81194   29106   728060    25.0 |  0.031 % |
379.96	c |    664860 |   39616   607212 |   89314   65304  1704088    26.1 |  0.094 % |
603.14	c |    997386 |   39536   606105 |   98245   19314   522652    27.1 |  0.125 % |
960.38	c |   1496176 |   39346   605383 |  108070   76086  1962887    25.8 |  0.187 % |
1599.99	c |   2244359 |   39392   605383 |  118877   23374   792916    33.9 |  0.188 % |
1803.06	
1803.06	s UNKNOWN
1803.06	c # INTERRUPTED
1803.06	c # MAIN  END :  (1802 seconds) [Mon Jan 29 20:07:18 2007]
1803.06	c # MAIN  CPU : 8.85 = 0.03 + 0.01 + 8.55 + 0.26
1803.06	

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/node13/watcher-202978-1170095834 -o ROOT/results/node13/solver-202978-1170095834 -C 1800 -M 900 /tmp/evaluation/202978-1170095834/solver /tmp/evaluation/202978-1170095834 /tmp/evaluation/202978-1170095834/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.30 2.23 2.21 4/87 23941
/proc/meminfo: memFree=1889552/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=5352 CPUtime=0
/proc/23940/stat : 23940 (solver) D 23938 23940 23250 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 29537958 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 269757246759 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/23940/statm: 1338 231 193 169 0 49 0

[startup+0.108365 s]
/proc/loadavg: 2.30 2.23 2.21 4/87 23941
/proc/meminfo: memFree=1889552/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=8540 CPUtime=0
/proc/23940/stat : 23940 (sugar) D 23938 23940 23250 0 -1 4194304 313 0 3 0 0 0 0 0 18 0 1 0 29537958 8744960 52 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269754630916 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/23940/statm: 2135 52 39 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8540

[startup+0.516422 s]
/proc/loadavg: 2.30 2.23 2.21 4/87 23941
/proc/meminfo: memFree=1889552/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=13728 CPUtime=0.03
/proc/23940/stat : 23940 (sugar) D 23938 23940 23250 0 -1 4194304 1074 0 4 0 3 0 0 0 18 0 1 0 29537958 14057472 797 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269757415506 0 0 4224 16386 18446744071563479169 0 0 17 1 0 0
/proc/23940/statm: 3432 797 362 3 0 532 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13728

[startup+1.34335 s]
/proc/loadavg: 2.27 2.23 2.21 3/95 23949
/proc/meminfo: memFree=1872784/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=13724 CPUtime=0.03
/proc/23940/stat : 23940 (sugar) S 23938 23940 23250 0 -1 4194304 1117 0 4 0 3 0 0 0 15 0 1 0 29537958 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23940/statm: 3431 805 368 3 0 531 0
[pid=23942] ppid=23940 vsize=807140 CPUtime=0.48
/proc/23942/stat : 23942 (java) S 23940 23940 23250 0 -1 0 6626 0 31 0 42 6 0 0 17 0 8 0 29538010 826511360 6404 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23942/statm: 201785 6404 1693 14 0 189063 0
[pid=23942/tid=23943] ppid=23940 vsize=807140 CPUtime=0
/proc/23942/task/23943/stat : 23943 (java) R 23940 23940 23250 0 -1 64 139 0 0 0 0 0 0 0 16 0 8 0 29538039 826511360 6406 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153822964 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23944] ppid=23940 vsize=807140 CPUtime=0
/proc/23942/task/23944/stat : 23944 (java) S 23940 23940 23250 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 29538040 826511360 6408 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23945] ppid=23940 vsize=807140 CPUtime=0
/proc/23942/task/23945/stat : 23945 (java) S 23940 23940 23250 0 -1 64 8 0 0 0 0 0 0 0 18 0 8 0 29538040 826511360 6411 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23942/tid=23946] ppid=23940 vsize=807140 CPUtime=0
/proc/23942/task/23946/stat : 23946 (java) S 23940 23940 23250 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29538043 826511360 6413 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23942/tid=23947] ppid=23940 vsize=807140 CPUtime=0.11
/proc/23942/task/23947/stat : 23947 (java) S 23940 23940 23250 0 -1 64 345 0 0 0 11 0 0 0 16 0 8 0 29538043 826511360 6416 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23948] ppid=23940 vsize=807140 CPUtime=0
/proc/23942/task/23948/stat : 23948 (java) S 23940 23940 23250 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29538043 826511360 6417 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23942/tid=23949] ppid=23940 vsize=807140 CPUtime=0
/proc/23942/task/23949/stat : 23949 (java) S 23940 23940 23250 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29538043 826511360 6418 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 820864

[startup+2.99357 s]
/proc/loadavg: 2.27 2.23 2.21 2/90 23969
/proc/meminfo: memFree=1852792/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=13724 CPUtime=0.03
/proc/23940/stat : 23940 (sugar) S 23938 23940 23250 0 -1 4194304 1184 0 4 0 3 0 0 0 15 0 1 0 29537958 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23940/statm: 3431 808 370 3 0 531 0
[pid=23942] ppid=23940 vsize=0 CPUtime=0.62
/proc/23942/stat : 23942 (java) Z 23940 23940 23250 0 -1 1036 7481 0 31 0 54 8 0 0 17 0 1 0 29538010 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23942/statm: 0 0 0 0 0 0 0
[pid=23950] ppid=23940 vsize=807336 CPUtime=1.49
/proc/23950/stat : 23950 (java) R 23940 23940 23250 0 -1 0 11289 0 1 0 144 5 0 0 16 0 8 0 29538106 826712064 11029 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072936459 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23950/statm: 201834 11029 1506 14 0 189112 0
[pid=23950/tid=23951] ppid=23940 vsize=807336 CPUtime=0.34
/proc/23950/task/23951/stat : 23951 (java) S 23940 23940 23250 0 -1 64 5127 0 0 0 33 1 0 0 17 0 8 0 29538109 826712064 11029 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23950/tid=23952] ppid=23940 vsize=807336 CPUtime=0
/proc/23950/task/23952/stat : 23952 (java) S 23940 23940 23250 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29538110 826712064 11029 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23950/tid=23953] ppid=23940 vsize=807336 CPUtime=0
/proc/23950/task/23953/stat : 23953 (java) S 23940 23940 23250 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29538110 826712064 11029 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23950/tid=23961] ppid=23940 vsize=807336 CPUtime=0
/proc/23950/task/23961/stat : 23961 (java) S 23940 23940 23250 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 29538113 826712064 11029 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23950/tid=23962] ppid=23940 vsize=807336 CPUtime=0.09
/proc/23950/task/23962/stat : 23962 (java) R 23940 23940 23250 0 -1 64 369 0 0 0 9 0 0 0 16 0 8 0 29538113 826712064 11029 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23950/tid=23964] ppid=23940 vsize=807336 CPUtime=0
/proc/23950/task/23964/stat : 23964 (java) S 23940 23940 23250 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 29538113 826712064 11029 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23950/tid=23965] ppid=23940 vsize=807336 CPUtime=0
/proc/23950/task/23965/stat : 23965 (java) S 23940 23940 23250 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29538113 826712064 11029 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 821060

[startup+6.28002 s]
/proc/loadavg: 2.41 2.26 2.22 3/103 24020
/proc/meminfo: memFree=1737424/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=13724 CPUtime=0.03
/proc/23940/stat : 23940 (sugar) S 23938 23940 23250 0 -1 4194304 1184 0 4 0 3 0 0 0 15 0 1 0 29537958 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23940/statm: 3431 808 370 3 0 531 0
[pid=23942] ppid=23940 vsize=0 CPUtime=0.62
/proc/23942/stat : 23942 (java) Z 23940 23940 23250 0 -1 1036 7481 0 31 0 54 8 0 0 17 0 1 0 29538010 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23942/statm: 0 0 0 0 0 0 0
[pid=23950] ppid=23940 vsize=807336 CPUtime=4.77
/proc/23950/stat : 23950 (java) R 23940 23940 23250 0 -1 0 28139 0 2 0 464 13 0 0 25 0 8 0 29538106 826712064 27795 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073491328 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23950/statm: 201834 27795 1507 14 0 189112 0
[pid=23950/tid=23951] ppid=23940 vsize=807336 CPUtime=1.14
/proc/23950/task/23951/stat : 23951 (java) S 23940 23940 23250 0 -1 64 21846 0 1 0 106 8 0 0 16 0 8 0 29538109 826712064 27795 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23950/tid=23952] ppid=23940 vsize=807336 CPUtime=0
/proc/23950/task/23952/stat : 23952 (java) S 23940 23940 23250 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29538110 826712064 27795 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23950/tid=23953] ppid=23940 vsize=807336 CPUtime=0
/proc/23950/task/23953/stat : 23953 (java) S 23940 23940 23250 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29538110 826712064 27795 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23950/tid=23961] ppid=23940 vsize=807336 CPUtime=0
/proc/23950/task/23961/stat : 23961 (java) S 23940 23940 23250 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 29538113 826712064 27795 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23950/tid=23962] ppid=23940 vsize=807336 CPUtime=0.13
/proc/23950/task/23962/stat : 23962 (java) S 23940 23940 23250 0 -1 64 401 0 0 0 13 0 0 0 15 0 8 0 29538113 826712064 27795 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23950/tid=23964] ppid=23940 vsize=807336 CPUtime=0
/proc/23950/task/23964/stat : 23964 (java) S 23940 23940 23250 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 29538113 826712064 27795 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23950/tid=23965] ppid=23940 vsize=807336 CPUtime=0
/proc/23950/task/23965/stat : 23965 (java) S 23940 23940 23250 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29538113 826712064 27795 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 821060

[startup+12.6991 s]
/proc/loadavg: 2.38 2.25 2.22 3/96 24021
/proc/meminfo: memFree=1655688/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=15124 CPUtime=8.87
/proc/23940/stat : 23940 (sugar) S 23938 23940 23250 0 -1 4194304 1644 47038 4 4 5 1 855 26 15 0 1 0 29537958 15486976 1158 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23940/statm: 3781 1158 373 3 0 881 0
[pid=23942] ppid=23940 vsize=0 CPUtime=0.62
/proc/23942/stat : 23942 (java) Z 23940 23940 23250 0 -1 1036 7481 0 31 0 54 8 0 0 17 0 1 0 29538010 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23942/statm: 0 0 0 0 0 0 0
[pid=24021] ppid=23940 vsize=6200 CPUtime=2.25
/proc/24021/stat : 24021 (minisat) R 23940 23940 23250 0 -1 0 1845 0 0 0 224 1 0 0 25 0 1 0 29539000 6348800 1197 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134526146 0 0 4096 3 0 0 0 17 1 0 0
/proc/24021/statm: 1550 1197 52 112 0 1434 0
Current children cumulated CPU time (s) 11.74
Current children cumulated vsize (KiB) 21324

[startup+25.5358 s]
/proc/loadavg: 2.40 2.26 2.22 3/89 24022
/proc/meminfo: memFree=1843456/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=15124 CPUtime=8.88
/proc/23940/stat : 23940 (sugar) S 23938 23940 23250 0 -1 4194304 1644 47038 4 4 6 1 855 26 16 0 1 0 29537958 15486976 1158 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23940/statm: 3781 1158 373 3 0 881 0
[pid=23942] ppid=23940 vsize=0 CPUtime=0.62
/proc/23942/stat : 23942 (java) Z 23940 23940 23250 0 -1 1036 7481 0 31 0 54 8 0 0 17 0 1 0 29538010 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23942/statm: 0 0 0 0 0 0 0
[pid=24021] ppid=23940 vsize=9980 CPUtime=14.99
/proc/24021/stat : 24021 (minisat) R 23940 23940 23250 0 -1 0 2789 0 0 0 1496 3 0 0 25 0 1 0 29539000 10219520 2141 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528314 0 0 4096 3 0 0 0 17 0 0 0
/proc/24021/statm: 2495 2141 52 112 0 2379 0
Current children cumulated CPU time (s) 24.49
Current children cumulated vsize (KiB) 25104

[startup+51.2302 s]
/proc/loadavg: 2.24 2.23 2.21 3/89 24022
/proc/meminfo: memFree=1836480/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=15124 CPUtime=8.88
/proc/23940/stat : 23940 (sugar) S 23938 23940 23250 0 -1 4194304 1644 47038 4 4 6 1 855 26 16 0 1 0 29537958 15486976 1158 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23940/statm: 3781 1158 373 3 0 881 0
[pid=23942] ppid=23940 vsize=0 CPUtime=0.62
/proc/23942/stat : 23942 (java) Z 23940 23940 23250 0 -1 1036 7481 0 31 0 54 8 0 0 17 0 1 0 29538010 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23942/statm: 0 0 0 0 0 0 0
[pid=24021] ppid=23940 vsize=11584 CPUtime=40.67
/proc/24021/stat : 24021 (minisat) R 23940 23940 23250 0 -1 0 3179 0 0 0 4063 4 0 0 25 0 1 0 29539000 11862016 2531 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24021/statm: 2896 2531 52 112 0 2780 0
Current children cumulated CPU time (s) 50.17
Current children cumulated vsize (KiB) 26708

[startup+102.516 s]
/proc/loadavg: 2.23 2.23 2.21 3/89 24022
/proc/meminfo: memFree=1830208/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=15124 CPUtime=8.88
/proc/23940/stat : 23940 (sugar) S 23938 23940 23250 0 -1 4194304 1644 47038 4 4 6 1 855 26 16 0 1 0 29537958 15486976 1158 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23940/statm: 3781 1158 373 3 0 881 0
[pid=23942] ppid=23940 vsize=0 CPUtime=0.62
/proc/23942/stat : 23942 (java) Z 23940 23940 23250 0 -1 1036 7481 0 31 0 54 8 0 0 17 0 1 0 29538010 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23942/statm: 0 0 0 0 0 0 0
[pid=24021] ppid=23940 vsize=13672 CPUtime=91.91
/proc/24021/stat : 24021 (minisat) R 23940 23940 23250 0 -1 0 3694 0 0 0 9186 5 0 0 25 0 1 0 29539000 14000128 3046 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/24021/statm: 3418 3046 52 112 0 3302 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 28796

[startup+162.537 s]
/proc/loadavg: 2.08 2.18 2.19 3/89 24022
/proc/meminfo: memFree=1825792/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=15124 CPUtime=8.88
/proc/23940/stat : 23940 (sugar) S 23938 23940 23250 0 -1 4194304 1644 47038 4 4 6 1 855 26 16 0 1 0 29537958 15486976 1158 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23940/statm: 3781 1158 373 3 0 881 0
[pid=23942] ppid=23940 vsize=0 CPUtime=0.62
/proc/23942/stat : 23942 (java) Z 23940 23940 23250 0 -1 1036 7481 0 31 0 54 8 0 0 17 0 1 0 29538010 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23942/statm: 0 0 0 0 0 0 0
[pid=24021] ppid=23940 vsize=15948 CPUtime=151.85
/proc/24021/stat : 24021 (minisat) R 23940 23940 23250 0 -1 0 4237 0 0 0 15179 6 0 0 25 0 1 0 29539000 16330752 3589 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24021/statm: 3987 3589 52 112 0 3871 0
Current children cumulated CPU time (s) 161.35
Current children cumulated vsize (KiB) 31072

[startup+222.561 s]
/proc/loadavg: 2.18 2.18 2.18 3/89 24022
/proc/meminfo: memFree=1823616/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=15124 CPUtime=8.88
/proc/23940/stat : 23940 (sugar) S 23938 23940 23250 0 -1 4194304 1644 47038 4 4 6 1 855 26 16 0 1 0 29537958 15486976 1158 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23940/statm: 3781 1158 373 3 0 881 0
[pid=23942] ppid=23940 vsize=0 CPUtime=0.62

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

/proc/24021/stat : 24021 (minisat) R 23940 23940 23250 0 -1 0 8203 0 0 0 123099 14 0 0 25 0 1 0 29539000 32575488 7527 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24021/statm: 7953 7527 52 112 0 7837 0
Current children cumulated CPU time (s) 1240.63
Current children cumulated vsize (KiB) 46936

[startup+1303 s]
/proc/loadavg: 2.04 2.03 2.07 3/89 24022
/proc/meminfo: memFree=1795136/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=15124 CPUtime=8.88
/proc/23940/stat : 23940 (sugar) S 23938 23940 23250 0 -1 4194304 1644 47038 4 4 6 1 855 26 16 0 1 0 29537958 15486976 1158 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23940/statm: 3781 1158 373 3 0 881 0
[pid=23942] ppid=23940 vsize=0 CPUtime=0.62
/proc/23942/stat : 23942 (java) Z 23940 23940 23250 0 -1 1036 7481 0 31 0 54 8 0 0 17 0 1 0 29538010 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23942/statm: 0 0 0 0 0 0 0
[pid=24021] ppid=23940 vsize=33664 CPUtime=1291.09
/proc/24021/stat : 24021 (minisat) R 23940 23940 23250 0 -1 0 8648 0 0 0 129095 14 0 0 25 0 1 0 29539000 34471936 7972 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/24021/statm: 8416 7972 52 112 0 8300 0
Current children cumulated CPU time (s) 1300.59
Current children cumulated vsize (KiB) 48788

[startup+1363.03 s]
/proc/loadavg: 2.01 2.03 2.06 3/89 24022
/proc/meminfo: memFree=1794944/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=15124 CPUtime=8.88
/proc/23940/stat : 23940 (sugar) S 23938 23940 23250 0 -1 4194304 1644 47038 4 4 6 1 855 26 16 0 1 0 29537958 15486976 1158 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23940/statm: 3781 1158 373 3 0 881 0
[pid=23942] ppid=23940 vsize=0 CPUtime=0.62
/proc/23942/stat : 23942 (java) Z 23940 23940 23250 0 -1 1036 7481 0 31 0 54 8 0 0 17 0 1 0 29538010 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23942/statm: 0 0 0 0 0 0 0
[pid=24021] ppid=23940 vsize=33664 CPUtime=1351.05
/proc/24021/stat : 24021 (minisat) R 23940 23940 23250 0 -1 0 8658 0 0 0 135090 15 0 0 25 0 1 0 29539000 34471936 7982 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/24021/statm: 8416 7982 52 112 0 8300 0
Current children cumulated CPU time (s) 1360.55
Current children cumulated vsize (KiB) 48788

[startup+1423.05 s]
/proc/loadavg: 2.00 2.02 2.05 3/89 24022
/proc/meminfo: memFree=1794688/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=15124 CPUtime=8.88
/proc/23940/stat : 23940 (sugar) S 23938 23940 23250 0 -1 4194304 1644 47038 4 4 6 1 855 26 16 0 1 0 29537958 15486976 1158 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23940/statm: 3781 1158 373 3 0 881 0
[pid=23942] ppid=23940 vsize=0 CPUtime=0.62
/proc/23942/stat : 23942 (java) Z 23940 23940 23250 0 -1 1036 7481 0 31 0 54 8 0 0 17 0 1 0 29538010 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23942/statm: 0 0 0 0 0 0 0
[pid=24021] ppid=23940 vsize=33664 CPUtime=1411.01
/proc/24021/stat : 24021 (minisat) R 23940 23940 23250 0 -1 0 8666 0 0 0 141086 15 0 0 25 0 1 0 29539000 34471936 7990 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24021/statm: 8416 7990 52 112 0 8300 0
Current children cumulated CPU time (s) 1420.51
Current children cumulated vsize (KiB) 48788

[startup+1483.09 s]
/proc/loadavg: 2.00 2.01 2.05 3/95 24146
/proc/meminfo: memFree=1792504/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=15124 CPUtime=8.88
/proc/23940/stat : 23940 (sugar) S 23938 23940 23250 0 -1 4194304 1644 47038 4 4 6 1 855 26 16 0 1 0 29537958 15486976 1158 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23940/statm: 3781 1158 373 3 0 881 0
[pid=23942] ppid=23940 vsize=0 CPUtime=0.62
/proc/23942/stat : 23942 (java) Z 23940 23940 23250 0 -1 1036 7481 0 31 0 54 8 0 0 17 0 1 0 29538010 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23942/statm: 0 0 0 0 0 0 0
[pid=24021] ppid=23940 vsize=33852 CPUtime=1470.93
/proc/24021/stat : 24021 (minisat) R 23940 23940 23250 0 -1 0 8689 0 0 0 147066 27 0 0 25 0 1 0 29539000 34664448 8013 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/24021/statm: 8463 8013 52 112 0 8347 0
Current children cumulated CPU time (s) 1480.43
Current children cumulated vsize (KiB) 48976

[startup+1543.13 s]
/proc/loadavg: 2.00 2.01 2.04 3/89 24220
/proc/meminfo: memFree=1793088/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=15124 CPUtime=8.88
/proc/23940/stat : 23940 (sugar) S 23938 23940 23250 0 -1 4194304 1644 47038 4 4 6 1 855 26 16 0 1 0 29537958 15486976 1158 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23940/statm: 3781 1158 373 3 0 881 0
[pid=23942] ppid=23940 vsize=0 CPUtime=0.62
/proc/23942/stat : 23942 (java) Z 23940 23940 23250 0 -1 1036 7481 0 31 0 54 8 0 0 17 0 1 0 29538010 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23942/statm: 0 0 0 0 0 0 0
[pid=24021] ppid=23940 vsize=33852 CPUtime=1530.84
/proc/24021/stat : 24021 (minisat) R 23940 23940 23250 0 -1 0 8692 0 0 0 153050 34 0 0 25 0 1 0 29539000 34664448 8016 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24021/statm: 8463 8016 52 112 0 8347 0
Current children cumulated CPU time (s) 1540.34
Current children cumulated vsize (KiB) 48976

[startup+1603.16 s]
/proc/loadavg: 2.00 2.00 2.04 3/89 24220
/proc/meminfo: memFree=1790784/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=15124 CPUtime=8.88
/proc/23940/stat : 23940 (sugar) S 23938 23940 23250 0 -1 4194304 1644 47038 4 4 6 1 855 26 16 0 1 0 29537958 15486976 1158 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23940/statm: 3781 1158 373 3 0 881 0
[pid=23942] ppid=23940 vsize=0 CPUtime=0.62
/proc/23942/stat : 23942 (java) Z 23940 23940 23250 0 -1 1036 7481 0 31 0 54 8 0 0 17 0 1 0 29538010 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23942/statm: 0 0 0 0 0 0 0
[pid=24021] ppid=23940 vsize=34032 CPUtime=1590.81
/proc/24021/stat : 24021 (minisat) R 23940 23940 23250 0 -1 0 8724 0 0 0 159047 34 0 0 25 0 1 0 29539000 34848768 8048 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24021/statm: 8508 8048 52 112 0 8392 0
Current children cumulated CPU time (s) 1600.31
Current children cumulated vsize (KiB) 49156

[startup+1663.18 s]
/proc/loadavg: 2.00 2.00 2.03 3/89 24220
/proc/meminfo: memFree=1790656/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=15124 CPUtime=8.88
/proc/23940/stat : 23940 (sugar) S 23938 23940 23250 0 -1 4194304 1644 47038 4 4 6 1 855 26 16 0 1 0 29537958 15486976 1158 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23940/statm: 3781 1158 373 3 0 881 0
[pid=23942] ppid=23940 vsize=0 CPUtime=0.62
/proc/23942/stat : 23942 (java) Z 23940 23940 23250 0 -1 1036 7481 0 31 0 54 8 0 0 17 0 1 0 29538010 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23942/statm: 0 0 0 0 0 0 0
[pid=24021] ppid=23940 vsize=34032 CPUtime=1650.78
/proc/24021/stat : 24021 (minisat) R 23940 23940 23250 0 -1 0 8724 0 0 0 165044 34 0 0 25 0 1 0 29539000 34848768 8048 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528467 0 0 4096 3 0 0 0 17 0 0 0
/proc/24021/statm: 8508 8048 52 112 0 8392 0
Current children cumulated CPU time (s) 1660.28
Current children cumulated vsize (KiB) 49156

[startup+1723.2 s]
/proc/loadavg: 2.00 2.00 2.03 3/89 24220
/proc/meminfo: memFree=1789632/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=15124 CPUtime=8.88
/proc/23940/stat : 23940 (sugar) S 23938 23940 23250 0 -1 4194304 1644 47038 4 4 6 1 855 26 16 0 1 0 29537958 15486976 1158 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23940/statm: 3781 1158 373 3 0 881 0
[pid=23942] ppid=23940 vsize=0 CPUtime=0.62
/proc/23942/stat : 23942 (java) Z 23940 23940 23250 0 -1 1036 7481 0 31 0 54 8 0 0 17 0 1 0 29538010 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23942/statm: 0 0 0 0 0 0 0
[pid=24021] ppid=23940 vsize=34032 CPUtime=1710.72
/proc/24021/stat : 24021 (minisat) R 23940 23940 23250 0 -1 0 8734 0 0 0 171037 35 0 0 25 0 1 0 29539000 34848768 8058 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24021/statm: 8508 8058 52 112 0 8392 0
Current children cumulated CPU time (s) 1720.22
Current children cumulated vsize (KiB) 49156

[startup+1783.22 s]
/proc/loadavg: 2.00 2.00 2.02 3/89 24220
/proc/meminfo: memFree=1789248/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=15124 CPUtime=8.88
/proc/23940/stat : 23940 (sugar) S 23938 23940 23250 0 -1 4194304 1644 47038 4 4 6 1 855 26 16 0 1 0 29537958 15486976 1158 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23940/statm: 3781 1158 373 3 0 881 0
[pid=23942] ppid=23940 vsize=0 CPUtime=0.62
/proc/23942/stat : 23942 (java) Z 23940 23940 23250 0 -1 1036 7481 0 31 0 54 8 0 0 17 0 1 0 29538010 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23942/statm: 0 0 0 0 0 0 0
[pid=24021] ppid=23940 vsize=34032 CPUtime=1770.69
/proc/24021/stat : 24021 (minisat) R 23940 23940 23250 0 -1 0 8735 0 0 0 177034 35 0 0 25 0 1 0 29539000 34848768 8059 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24021/statm: 8508 8059 52 112 0 8392 0
Current children cumulated CPU time (s) 1780.19
Current children cumulated vsize (KiB) 49156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.05 s]
/proc/loadavg: 2.00 2.00 2.02 4/89 24220
/proc/meminfo: memFree=1789248/2055920 swapFree=4192812/4192956
[pid=23940] ppid=23938 vsize=15124 CPUtime=8.88
/proc/23940/stat : 23940 (sugar) S 23938 23940 23250 0 -1 4194304 1644 47038 4 4 6 1 855 26 16 0 1 0 29537958 15486976 1158 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23940/statm: 3781 1158 373 3 0 881 0
[pid=23942] ppid=23940 vsize=0 CPUtime=0.62
/proc/23942/stat : 23942 (java) Z 23940 23940 23250 0 -1 1036 7481 0 31 0 54 8 0 0 17 0 1 0 29538010 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/23942/statm: 0 0 0 0 0 0 0
[pid=24021] ppid=23940 vsize=34032 CPUtime=1790.5
/proc/24021/stat : 24021 (minisat) R 23940 23940 23250 0 -1 0 8735 0 0 0 179015 35 0 0 25 0 1 0 29539000 34848768 8059 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/24021/statm: 8508 8059 52 112 0 8392 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 49156

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23940 and gives childrusage.ru_utime.tv_sec=8 childrusage.ru_utime.tv_usec=618689 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=277957
CPU time returned by wait4() is 8.89665
while last known CPU time is 1800

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

Real time (s): 1804.07
CPU time (s): 1800
CPU user time (s): 1799.3
CPU system time (s): 0.7
CPU usage (%): 99.7746
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.61869
system time used= 0.277957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48767
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1893
involuntary context switches= 1621

runsolver used 2.15567 s user time and 5.84211 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Mon Jan 29 18:37:15 UTC 2007


IDJOB= 202978
IDBENCH= 3901
IDSOLVER= 86
FILE ID= node13/202978-1170095834

PBS_JOBID= 3689407

Free space on /tmp= 66072 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  4ccd1be1dd0074c2a5bbfd76bb3ecd0b

RANDOM SEED= 769965510

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.236
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.236
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:       1890296 kB
Buffers:         17812 kB
Cached:          37676 kB
SwapCached:          0 kB
Active:         101464 kB
Inactive:        16632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1890296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1216 kB
Writeback:           0 kB
Mapped:          82068 kB
Slab:            32432 kB
Committed_AS:   245708 kB
PageTables:       2136 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= 66553 MiB



End job on node13 on Mon Jan 29 19:07:19 UTC 2007