Trace number 229938

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.05 1816.7

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-43_ext.xml
MD5SUMa193d27925f8e1a417d3aef56460952d
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 benchmark222.449
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints476
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension476
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/229938-1170106279/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/229938-1170106279/unknown.xml [Mon Jan 29 22:31:19 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/229938-1170106279/unknown.xml /tmp/evaluation/229938-1170106279/sugar23268.csp [Mon Jan 29 22:31:19 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229938-1170106279/sugar-v0-40.jar -convert /tmp/evaluation/229938-1170106279/unknown.xml /tmp/evaluation/229938-1170106279/sugar23268.csp
0.16	c BEGIN convert /tmp/evaluation/229938-1170106279/unknown.xml
0.82	c END convert (0.65961 seconds)
0.85	c # CONVERT_XML  END : /tmp/evaluation/229938-1170106279/sugar23268.csp 2193716 bytes (1 seconds) [Mon Jan 29 22:31:20 2007]
0.85	c # CONVERT_XML  CPU : 0.76 = 0 + 0 + 0.7 + 0.06
0.85	
0.85	c # GENERATE_SAT  BEGIN : /tmp/evaluation/229938-1170106279/sugar23268.bcnf [Mon Jan 29 22:31:20 2007]
0.85	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229938-1170106279/sugar-v0-40.jar -bcnf -map /tmp/evaluation/229938-1170106279/sugar23268.map /tmp/evaluation/229938-1170106279/sugar23268.csp /tmp/evaluation/229938-1170106279/sugar23268.bcnf
0.96	c BEGIN parse /tmp/evaluation/229938-1170106279/sugar23268.csp
30.04	c END parse (29.077665 seconds)
30.04	c BEGIN simplify
30.16	c END simplify (0.12091 seconds)
30.16	c BEGIN encode /tmp/evaluation/229938-1170106279/sugar23268.bcnf
31.07	c END encode (0.908121 seconds)
31.20	c # GENERATE_SAT  END : 6380 variables 78326 clauses 7574688 bytes (30 seconds) [Mon Jan 29 22:31:50 2007]
31.20	c # GENERATE_SAT  CPU : 29.92 = 0.04 + 0.01 + 29.42 + 0.45
31.20	
31.20	c # SOLVE_SAT  BEGIN : /tmp/evaluation/229938-1170106279/sugar23268.bcnf [Mon Jan 29 22:31:50 2007]
31.20	c # CMD : /tmp/evaluation/229938-1170106279/minisat /tmp/evaluation/229938-1170106279/sugar23268.bcnf /tmp/evaluation/229938-1170106279/sugar23268.out
31.38	c ==================================[MINISAT]===================================
31.38	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
31.38	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
31.38	c ==============================================================================
31.38	c |         0 |   78326  1815338 |   26108       0        0     nan |  0.000 % |
31.42	c |       100 |   78328  1815338 |   28718      98    11292   115.2 |  0.000 % |
31.47	c |       250 |   78328  1815338 |   31590     248    13116    52.9 |  0.000 % |
31.54	c |       476 |   78328  1815338 |   34749     474    15870    33.5 |  0.000 % |
31.64	c |       813 |   78328  1815338 |   38224     811    20364    25.1 |  0.000 % |
31.84	c |      1319 |   78328  1815338 |   42047    1317    27617    21.0 |  0.000 % |
32.13	c |      2078 |   78329  1815338 |   46251    2075    37810    18.2 |  0.000 % |
32.52	c |      3217 |   78329  1815338 |   50877    3214    52993    16.5 |  0.000 % |
33.20	c |      4925 |   78329  1815338 |   55964    4922    76515    15.5 |  0.000 % |
34.31	c |      7487 |   78329  1815338 |   61561    7484   118633    15.9 |  0.000 % |
36.29	c |     11333 |   78331  1815338 |   67717   11328   176290    15.6 |  0.000 % |
39.50	c |     17101 |   78332  1815338 |   74489   17095   275476    16.1 |  0.000 % |
44.45	c |     25750 |   78333  1815338 |   81938   25743   466514    18.1 |  0.000 % |
53.47	c |     38724 |   78337  1815338 |   90131   38713   731626    18.9 |  0.000 % |
69.22	c |     58186 |   78341  1815338 |   99145   58171  1223185    21.0 |  0.000 % |
100.57	c |     87378 |   78347  1815338 |  109059   87357  1878675    21.5 |  0.000 % |
148.61	c |    131170 |   78355  1815338 |  119965   38417   830938    21.6 |  0.000 % |
230.46	c |    196854 |   78367  1815338 |  131962  104089  2287363    22.0 |  0.000 % |
365.52	c |    295380 |   78375  1815338 |  145158   87420  2230875    25.5 |  0.000 % |
591.88	c |    443169 |   78378  1815338 |  159674  112626  3064626    27.2 |  0.000 % |
955.14	c |    664852 |   78394  1815338 |  175641   56541  1356516    24.0 |  0.000 % |
1406.41	c |    997379 |   78418  1815338 |  193205   80796  2413700    29.9 |  0.000 % |
1815.69	
1815.69	s UNKNOWN
1815.69	c # INTERRUPTED
1815.69	c # MAIN  END :  (1816 seconds) [Mon Jan 29 23:01:35 2007]
1815.69	c # MAIN  CPU : 30.68 = 0.04 + 0.01 + 30.12 + 0.51
1815.69	

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/node66/watcher-229938-1170106279 -o ROOT/results/node66/solver-229938-1170106279 -C 1800 -M 900 /tmp/evaluation/229938-1170106279/solver /tmp/evaluation/229938-1170106279 /tmp/evaluation/229938-1170106279/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: 3.13 3.37 3.13 3/82 23269
/proc/meminfo: memFree=1883176/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=18540 CPUtime=0
/proc/23268/stat : 23268 (runsolver) R 23266 23268 22659 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30585457 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 227607637287 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23268/statm: 4635 279 244 17 0 2626 0

[startup+0.102539 s]
/proc/loadavg: 3.13 3.37 3.13 3/82 23269
/proc/meminfo: memFree=1883176/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=13724 CPUtime=0.03
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30585457 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.513622 s]
/proc/loadavg: 3.13 3.37 3.13 3/82 23269
/proc/meminfo: memFree=1883176/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=13724 CPUtime=0.03
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30585457 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34079 s]
/proc/loadavg: 3.13 3.37 3.13 3/90 23285
/proc/meminfo: memFree=1846504/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=13724 CPUtime=0.79
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 1190 7925 0 1 3 0 70 6 15 0 1 0 30585457 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 3431 809 371 3 0 531 0
[pid=23278] ppid=23268 vsize=807064 CPUtime=0.46
/proc/23278/stat : 23278 (java) R 23268 23268 22659 0 -1 0 7319 0 1 0 42 4 0 0 25 0 8 0 30585543 826433536 7068 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479595 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23278/statm: 201766 7068 1494 14 0 189044 0
[pid=23278/tid=23279] ppid=23268 vsize=807064 CPUtime=0.06
/proc/23278/task/23279/stat : 23279 (java) S 23268 23268 22659 0 -1 64 1267 0 0 0 6 0 0 0 16 0 8 0 30585546 826433536 7068 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23280] ppid=23268 vsize=807064 CPUtime=0
/proc/23278/task/23280/stat : 23280 (java) S 23268 23268 22659 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30585547 826433536 7068 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23281] ppid=23268 vsize=807064 CPUtime=0
/proc/23278/task/23281/stat : 23281 (java) S 23268 23268 22659 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30585547 826433536 7068 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23282] ppid=23268 vsize=807064 CPUtime=0
/proc/23278/task/23282/stat : 23282 (java) S 23268 23268 22659 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30585550 826433536 7068 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23283] ppid=23268 vsize=807064 CPUtime=0.05
/proc/23278/task/23283/stat : 23283 (java) S 23268 23268 22659 0 -1 64 292 0 0 0 5 0 0 0 18 0 8 0 30585550 826433536 7068 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23284] ppid=23268 vsize=807064 CPUtime=0
/proc/23278/task/23284/stat : 23284 (java) S 23268 23268 22659 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30585550 826433536 7068 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23285] ppid=23268 vsize=807064 CPUtime=0
/proc/23278/task/23285/stat : 23285 (java) S 23268 23268 22659 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30585550 826433536 7068 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 820788

[startup+2.97812 s]
/proc/loadavg: 3.04 3.35 3.12 3/90 23285
/proc/meminfo: memFree=1810856/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=13724 CPUtime=0.79
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 1190 7925 0 1 3 0 70 6 15 0 1 0 30585457 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 3431 809 371 3 0 531 0
[pid=23278] ppid=23268 vsize=807064 CPUtime=2.08
/proc/23278/stat : 23278 (java) R 23268 23268 22659 0 -1 0 13933 0 1 0 201 7 0 0 25 0 8 0 30585543 826433536 13666 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23278/statm: 201766 13666 1494 14 0 189044 0
[pid=23278/tid=23279] ppid=23268 vsize=807064 CPUtime=0.59
/proc/23278/task/23279/stat : 23279 (java) R 23268 23268 22659 0 -1 64 7865 0 0 0 56 3 0 0 16 0 8 0 30585546 826433536 13666 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968436 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23280] ppid=23268 vsize=807064 CPUtime=0
/proc/23278/task/23280/stat : 23280 (java) S 23268 23268 22659 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30585547 826433536 13666 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23281] ppid=23268 vsize=807064 CPUtime=0
/proc/23278/task/23281/stat : 23281 (java) S 23268 23268 22659 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30585547 826433536 13666 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23282] ppid=23268 vsize=807064 CPUtime=0
/proc/23278/task/23282/stat : 23282 (java) S 23268 23268 22659 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30585550 826433536 13666 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23283] ppid=23268 vsize=807064 CPUtime=0.05
/proc/23278/task/23283/stat : 23283 (java) S 23268 23268 22659 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30585550 826433536 13666 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23284] ppid=23268 vsize=807064 CPUtime=0
/proc/23278/task/23284/stat : 23284 (java) S 23268 23268 22659 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30585550 826433536 13666 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23285] ppid=23268 vsize=807064 CPUtime=0
/proc/23278/task/23285/stat : 23285 (java) S 23268 23268 22659 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30585550 826433536 13666 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 820788

[startup+6.19577 s]
/proc/loadavg: 3.04 3.35 3.12 4/90 23285
/proc/meminfo: memFree=1635496/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=13724 CPUtime=0.79
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 1190 7925 0 1 3 0 70 6 15 0 1 0 30585457 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 3431 809 371 3 0 531 0
[pid=23278] ppid=23268 vsize=807336 CPUtime=5.26
/proc/23278/stat : 23278 (java) R 23268 23268 22659 0 -1 0 32295 0 1 0 508 18 0 0 25 0 8 0 30585543 826712064 31954 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448184 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23278/statm: 201834 31954 1506 14 0 189112 0
[pid=23278/tid=23279] ppid=23268 vsize=807336 CPUtime=1.51
/proc/23278/task/23279/stat : 23279 (java) S 23268 23268 22659 0 -1 64 26002 0 0 0 139 12 0 0 16 0 8 0 30585546 826712064 31954 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23280] ppid=23268 vsize=807336 CPUtime=0
/proc/23278/task/23280/stat : 23280 (java) S 23268 23268 22659 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30585547 826712064 31954 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23281] ppid=23268 vsize=807336 CPUtime=0
/proc/23278/task/23281/stat : 23281 (java) S 23268 23268 22659 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30585547 826712064 31954 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23282] ppid=23268 vsize=807336 CPUtime=0
/proc/23278/task/23282/stat : 23282 (java) S 23268 23268 22659 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30585550 826712064 31954 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23283] ppid=23268 vsize=807336 CPUtime=0.12
/proc/23278/task/23283/stat : 23283 (java) S 23268 23268 22659 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 30585550 826712064 31954 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23284] ppid=23268 vsize=807336 CPUtime=0
/proc/23278/task/23284/stat : 23284 (java) S 23268 23268 22659 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30585550 826712064 31954 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23285] ppid=23268 vsize=807336 CPUtime=0
/proc/23278/task/23285/stat : 23285 (java) S 23268 23268 22659 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30585550 826712064 31954 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 821060

[startup+12.6519 s]
/proc/loadavg: 2.96 3.32 3.11 4/90 23285
/proc/meminfo: memFree=1489072/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=13724 CPUtime=0.79
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 1190 7925 0 1 3 0 70 6 15 0 1 0 30585457 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 3431 809 371 3 0 531 0
[pid=23278] ppid=23268 vsize=807336 CPUtime=11.65
/proc/23278/stat : 23278 (java) R 23268 23268 22659 0 -1 0 54832 0 1 0 1134 31 0 0 25 0 8 0 30585543 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23278/statm: 201834 54113 1507 14 0 189112 0
[pid=23278/tid=23279] ppid=23268 vsize=807336 CPUtime=3.57
/proc/23278/task/23279/stat : 23279 (java) S 23268 23268 22659 0 -1 64 48368 0 0 0 334 23 0 0 15 0 8 0 30585546 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23280] ppid=23268 vsize=807336 CPUtime=0
/proc/23278/task/23280/stat : 23280 (java) S 23268 23268 22659 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30585547 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23281] ppid=23268 vsize=807336 CPUtime=0
/proc/23278/task/23281/stat : 23281 (java) S 23268 23268 22659 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30585547 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23282] ppid=23268 vsize=807336 CPUtime=0
/proc/23278/task/23282/stat : 23282 (java) S 23268 23268 22659 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30585550 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23283] ppid=23268 vsize=807336 CPUtime=0.13
/proc/23278/task/23283/stat : 23283 (java) S 23268 23268 22659 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 30585550 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23284] ppid=23268 vsize=807336 CPUtime=0
/proc/23278/task/23284/stat : 23284 (java) S 23268 23268 22659 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30585550 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23285] ppid=23268 vsize=807336 CPUtime=0
/proc/23278/task/23285/stat : 23285 (java) S 23268 23268 22659 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30585550 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 821060

[startup+25.4648 s]
/proc/loadavg: 2.96 3.31 3.11 4/90 23285
/proc/meminfo: memFree=1488752/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=13724 CPUtime=0.79
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 1190 7925 0 1 3 0 70 6 15 0 1 0 30585457 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 3431 809 371 3 0 531 0
[pid=23278] ppid=23268 vsize=807336 CPUtime=24.31
/proc/23278/stat : 23278 (java) R 23268 23268 22659 0 -1 0 55855 0 1 0 2396 35 0 0 25 0 8 0 30585543 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23278/statm: 201834 54113 1507 14 0 189112 0
[pid=23278/tid=23279] ppid=23268 vsize=807336 CPUtime=8.44
/proc/23278/task/23279/stat : 23279 (java) S 23268 23268 22659 0 -1 64 49027 0 0 0 817 27 0 0 15 0 8 0 30585546 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23280] ppid=23268 vsize=807336 CPUtime=0
/proc/23278/task/23280/stat : 23280 (java) S 23268 23268 22659 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30585547 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23281] ppid=23268 vsize=807336 CPUtime=0
/proc/23278/task/23281/stat : 23281 (java) S 23268 23268 22659 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30585547 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23282] ppid=23268 vsize=807336 CPUtime=0
/proc/23278/task/23282/stat : 23282 (java) S 23268 23268 22659 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30585550 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23283] ppid=23268 vsize=807336 CPUtime=0.13
/proc/23278/task/23283/stat : 23283 (java) S 23268 23268 22659 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 30585550 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23284] ppid=23268 vsize=807336 CPUtime=0
/proc/23278/task/23284/stat : 23284 (java) S 23268 23268 22659 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30585550 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23278/tid=23285] ppid=23268 vsize=807336 CPUtime=0
/proc/23278/task/23285/stat : 23285 (java) R 23268 23268 22659 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30585550 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 821060

[startup+51.1118 s]
/proc/loadavg: 2.75 3.23 3.09 3/76 23287
/proc/meminfo: memFree=1861600/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=16716 CPUtime=30.71
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 2020 64131 0 2 7 1 3012 51 16 0 1 0 30585457 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 4179 1531 373 3 0 1279 0
[pid=23286] ppid=23268 vsize=15204 CPUtime=19.73
/proc/23286/stat : 23286 (minisat) R 23268 23268 22659 0 -1 0 4466 0 0 0 1970 3 0 0 25 0 1 0 30588578 15568896 3427 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23286/statm: 3801 3427 52 112 0 3685 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 31920

[startup+102.351 s]
/proc/loadavg: 2.30 3.02 3.02 3/76 23287
/proc/meminfo: memFree=1847776/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=16716 CPUtime=30.71
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 2020 64131 0 2 7 1 3012 51 16 0 1 0 30585457 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 4179 1531 373 3 0 1279 0
[pid=23286] ppid=23268 vsize=21880 CPUtime=70.54
/proc/23286/stat : 23286 (minisat) R 23268 23268 22659 0 -1 0 6138 0 0 0 7049 5 0 0 25 0 1 0 30588578 22405120 5099 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/23286/statm: 5470 5099 52 112 0 5354 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 38596

[startup+162.414 s]
/proc/loadavg: 2.11 2.83 2.96 3/76 23287
/proc/meminfo: memFree=1838752/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=16716 CPUtime=30.71
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 2020 64131 0 2 7 1 3012 51 16 0 1 0 30585457 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 4179 1531 373 3 0 1279 0
[pid=23286] ppid=23268 vsize=24616 CPUtime=130.07
/proc/23286/stat : 23286 (minisat) R 23268 23268 22659 0 -1 0 6789 0 0 0 13001 6 0 0 25 0 1 0 30588578 25206784 5750 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23286/statm: 6154 5750 52 112 0 6038 0
Current children cumulated CPU time (s) 160.78
Current children cumulated vsize (KiB) 41332


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

/proc/loadavg: 2.00 2.03 2.32 3/76 23289
/proc/meminfo: memFree=1809056/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=16716 CPUtime=30.71
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 2020 64131 0 2 7 1 3012 51 16 0 1 0 30585457 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 4179 1531 373 3 0 1279 0
[pid=23286] ppid=23268 vsize=39964 CPUtime=1082.96
/proc/23286/stat : 23286 (minisat) R 23268 23268 22659 0 -1 0 10535 0 0 0 108283 13 0 0 25 0 1 0 30588578 40923136 9496 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527442 0 0 4096 3 0 0 0 17 0 0 0
/proc/23286/statm: 9991 9496 52 112 0 9875 0
Current children cumulated CPU time (s) 1113.67
Current children cumulated vsize (KiB) 56680

[startup+1183.56 s]
/proc/loadavg: 2.00 2.02 2.30 3/76 23289
/proc/meminfo: memFree=1808928/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=16716 CPUtime=30.71
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 2020 64131 0 2 7 1 3012 51 16 0 1 0 30585457 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 4179 1531 373 3 0 1279 0
[pid=23286] ppid=23268 vsize=40096 CPUtime=1142.54
/proc/23286/stat : 23286 (minisat) R 23268 23268 22659 0 -1 0 10558 0 0 0 114241 13 0 0 25 0 1 0 30588578 41058304 9519 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528686 0 0 4096 3 0 0 0 17 0 0 0
/proc/23286/statm: 10024 9519 52 112 0 9908 0
Current children cumulated CPU time (s) 1173.25
Current children cumulated vsize (KiB) 56812

[startup+1243.63 s]
/proc/loadavg: 2.00 2.02 2.27 3/76 23289
/proc/meminfo: memFree=1808480/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=16716 CPUtime=30.71
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 2020 64131 0 2 7 1 3012 51 16 0 1 0 30585457 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 4179 1531 373 3 0 1279 0
[pid=23286] ppid=23268 vsize=40436 CPUtime=1202.1
/proc/23286/stat : 23286 (minisat) R 23268 23268 22659 0 -1 0 10646 0 0 0 120196 14 0 0 25 0 1 0 30588578 41406464 9607 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528455 0 0 4096 3 0 0 0 17 0 0 0
/proc/23286/statm: 10109 9607 52 112 0 9993 0
Current children cumulated CPU time (s) 1232.81
Current children cumulated vsize (KiB) 57152

[startup+1303.69 s]
/proc/loadavg: 2.00 2.01 2.25 3/76 23289
/proc/meminfo: memFree=1806624/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=16716 CPUtime=30.71
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 2020 64131 0 2 7 1 3012 51 16 0 1 0 30585457 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 4179 1531 373 3 0 1279 0
[pid=23286] ppid=23268 vsize=41060 CPUtime=1261.66
/proc/23286/stat : 23286 (minisat) R 23268 23268 22659 0 -1 0 10765 0 0 0 126152 14 0 0 25 0 1 0 30588578 42045440 9726 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528435 0 0 4096 3 0 0 0 17 0 0 0
/proc/23286/statm: 10265 9726 52 112 0 10149 0
Current children cumulated CPU time (s) 1292.37
Current children cumulated vsize (KiB) 57776

[startup+1363.79 s]
/proc/loadavg: 2.06 2.02 2.24 3/76 23289
/proc/meminfo: memFree=1802656/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=16716 CPUtime=30.71
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 2020 64131 0 2 7 1 3012 51 16 0 1 0 30585457 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 4179 1531 373 3 0 1279 0
[pid=23286] ppid=23268 vsize=43512 CPUtime=1321.22
/proc/23286/stat : 23286 (minisat) R 23268 23268 22659 0 -1 0 11376 0 0 0 132107 15 0 0 25 0 1 0 30588578 44556288 10337 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23286/statm: 10878 10337 52 112 0 10762 0
Current children cumulated CPU time (s) 1351.93
Current children cumulated vsize (KiB) 60228

[startup+1423.86 s]
/proc/loadavg: 2.02 2.02 2.22 3/76 23289
/proc/meminfo: memFree=1802464/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=16716 CPUtime=30.71
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 2020 64131 0 2 7 1 3012 51 16 0 1 0 30585457 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 4179 1531 373 3 0 1279 0
[pid=23286] ppid=23268 vsize=43512 CPUtime=1380.78
/proc/23286/stat : 23286 (minisat) R 23268 23268 22659 0 -1 0 11396 0 0 0 138063 15 0 0 25 0 1 0 30588578 44556288 10357 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23286/statm: 10878 10357 52 112 0 10762 0
Current children cumulated CPU time (s) 1411.49
Current children cumulated vsize (KiB) 60228

[startup+1483.92 s]
/proc/loadavg: 2.01 2.01 2.21 3/76 23289
/proc/meminfo: memFree=1802272/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=16716 CPUtime=30.71
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 2020 64131 0 2 7 1 3012 51 16 0 1 0 30585457 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 4179 1531 373 3 0 1279 0
[pid=23286] ppid=23268 vsize=43672 CPUtime=1440.33
/proc/23286/stat : 23286 (minisat) R 23268 23268 22659 0 -1 0 11427 0 0 0 144018 15 0 0 25 0 1 0 30588578 44720128 10388 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23286/statm: 10918 10388 52 112 0 10802 0
Current children cumulated CPU time (s) 1471.04
Current children cumulated vsize (KiB) 60388

[startup+1543.98 s]
/proc/loadavg: 2.00 2.01 2.19 3/76 23289
/proc/meminfo: memFree=1801952/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=16716 CPUtime=30.71
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 2020 64131 0 2 7 1 3012 51 16 0 1 0 30585457 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 4179 1531 373 3 0 1279 0
[pid=23286] ppid=23268 vsize=43820 CPUtime=1499.9
/proc/23286/stat : 23286 (minisat) R 23268 23268 22659 0 -1 0 11451 0 0 0 149975 15 0 0 25 0 1 0 30588578 44871680 10412 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528002 0 0 4096 3 0 0 0 17 0 0 0
/proc/23286/statm: 10955 10412 52 112 0 10839 0
Current children cumulated CPU time (s) 1530.61
Current children cumulated vsize (KiB) 60536

[startup+1604.04 s]
/proc/loadavg: 2.07 2.02 2.18 3/76 23289
/proc/meminfo: memFree=1797728/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=16716 CPUtime=30.71
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 2020 64131 0 2 7 1 3012 51 16 0 1 0 30585457 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 4179 1531 373 3 0 1279 0
[pid=23286] ppid=23268 vsize=46284 CPUtime=1559.45
/proc/23286/stat : 23286 (minisat) R 23268 23268 22659 0 -1 0 12087 0 0 0 155929 16 0 0 25 0 1 0 30588578 47394816 11048 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 0 0 0
/proc/23286/statm: 11571 11048 52 112 0 11455 0
Current children cumulated CPU time (s) 1590.16
Current children cumulated vsize (KiB) 63000

[startup+1664.11 s]
/proc/loadavg: 2.02 2.01 2.17 3/76 23289
/proc/meminfo: memFree=1796640/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=16716 CPUtime=30.71
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 2020 64131 0 2 7 1 3012 51 16 0 1 0 30585457 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 4179 1531 373 3 0 1279 0
[pid=23286] ppid=23268 vsize=47376 CPUtime=1619.03
/proc/23286/stat : 23286 (minisat) R 23268 23268 22659 0 -1 0 12350 0 0 0 161887 16 0 0 25 0 1 0 30588578 48513024 11311 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/23286/statm: 11844 11311 52 112 0 11728 0
Current children cumulated CPU time (s) 1649.74
Current children cumulated vsize (KiB) 64092

[startup+1724.17 s]
/proc/loadavg: 2.01 2.00 2.16 3/76 23289
/proc/meminfo: memFree=1796320/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=16716 CPUtime=30.71
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 2020 64131 0 2 7 1 3012 51 16 0 1 0 30585457 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 4179 1531 373 3 0 1279 0
[pid=23286] ppid=23268 vsize=47508 CPUtime=1678.59
/proc/23286/stat : 23286 (minisat) R 23268 23268 22659 0 -1 0 12371 0 0 0 167843 16 0 0 25 0 1 0 30588578 48648192 11332 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/23286/statm: 11877 11332 52 112 0 11761 0
Current children cumulated CPU time (s) 1709.3
Current children cumulated vsize (KiB) 64224

[startup+1784.26 s]
/proc/loadavg: 2.00 2.00 2.14 3/82 23315
/proc/meminfo: memFree=1794144/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=16716 CPUtime=30.71
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 2020 64131 0 2 7 1 3012 51 16 0 1 0 30585457 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 4179 1531 373 3 0 1279 0
[pid=23286] ppid=23268 vsize=47940 CPUtime=1738.14
/proc/23286/stat : 23286 (minisat) R 23268 23268 22659 0 -1 0 12482 0 0 0 173796 18 0 0 25 0 1 0 30588578 49090560 11443 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528442 0 0 4096 3 0 0 0 17 0 0 0
/proc/23286/statm: 11985 11443 52 112 0 11869 0
Current children cumulated CPU time (s) 1768.85
Current children cumulated vsize (KiB) 64656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.68 s]
/proc/loadavg: 1.93 1.98 2.13 3/88 23457
/proc/meminfo: memFree=1561848/2055920 swapFree=4192812/4192956
[pid=23268] ppid=23266 vsize=16716 CPUtime=30.71
/proc/23268/stat : 23268 (sugar) S 23266 23268 22659 0 -1 4194304 2020 64131 0 2 7 1 3012 51 16 0 1 0 30585457 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23268/statm: 4179 1531 373 3 0 1279 0
[pid=23286] ppid=23268 vsize=47940 CPUtime=1769.33
/proc/23286/stat : 23286 (minisat) R 23268 23268 22659 0 -1 0 12484 0 0 0 176901 32 0 0 25 0 1 0 30588578 49090560 11445 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525562 0 0 4096 3 0 0 0 17 0 0 0
/proc/23286/statm: 11985 11445 52 112 0 11869 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 64656

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23268 and gives childrusage.ru_utime.tv_sec=30 childrusage.ru_utime.tv_usec=203408 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=536918
CPU time returned by wait4() is 30.7403
while last known CPU time is 1800.05

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

Real time (s): 1816.7
CPU time (s): 1800.05
CPU user time (s): 1799.2
CPU system time (s): 0.85
CPU usage (%): 99.0833
Max. virtual memory (cumulated for all children) (KiB): 821564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.2034
system time used= 0.536918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66236
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= 7043
involuntary context switches= 7449

runsolver used 1.84872 s user time and 5.10522 s system time

The end

Launcher Data (download as text)

Begin job on node66 on Mon Jan 29 21:31:19 UTC 2007


IDJOB= 229938
IDBENCH= 6377
IDSOLVER= 86
FILE ID= node66/229938-1170106279

PBS_JOBID= 3689810

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  a193d27925f8e1a417d3aef56460952d

RANDOM SEED= 625132123

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.259
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	: 5931.00
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.259
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:       1883848 kB
Buffers:         21380 kB
Cached:          47640 kB
SwapCached:          0 kB
Active:          89664 kB
Inactive:        35644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1883848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4644 kB
Writeback:           0 kB
Mapped:          72984 kB
Slab:            32144 kB
Committed_AS:   453860 kB
PageTables:       1876 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= 66318 MiB



End job on node66 on Mon Jan 29 22:01:36 UTC 2007