Trace number 194559

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sugar 0.40? (TO) 1800.06 1817.08

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-47_ext.xml
MD5SUM2aa26cf8c089e842c54a46bd487b4a45
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 benchmark1009.15
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints461
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension461
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/194559-1170090272/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/194559-1170090272/unknown.xml [Mon Jan 29 18:04:33 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/194559-1170090272/unknown.xml /tmp/evaluation/194559-1170090272/sugar23746.csp [Mon Jan 29 18:04:33 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194559-1170090272/sugar-v0-40.jar -convert /tmp/evaluation/194559-1170090272/unknown.xml /tmp/evaluation/194559-1170090272/sugar23746.csp
0.16	c BEGIN convert /tmp/evaluation/194559-1170090272/unknown.xml
0.80	c END convert (0.638085 seconds)
0.85	c # CONVERT_XML  END : /tmp/evaluation/194559-1170090272/sugar23746.csp 2176260 bytes (1 seconds) [Mon Jan 29 18:04:34 2007]
0.85	c # CONVERT_XML  CPU : 0.74 = 0 + 0 + 0.69 + 0.05
0.85	
0.85	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194559-1170090272/sugar23746.bcnf [Mon Jan 29 18:04:34 2007]
0.85	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194559-1170090272/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194559-1170090272/sugar23746.map /tmp/evaluation/194559-1170090272/sugar23746.csp /tmp/evaluation/194559-1170090272/sugar23746.bcnf
0.96	c BEGIN parse /tmp/evaluation/194559-1170090272/sugar23746.csp
18.92	c END parse (17.951789 seconds)
18.92	c BEGIN simplify
19.00	c END simplify (0.084619 seconds)
19.00	c BEGIN encode /tmp/evaluation/194559-1170090272/sugar23746.bcnf
19.66	c END encode (0.660349 seconds)
19.75	c # GENERATE_SAT  END : 4118 variables 73425 clauses 4549740 bytes (19 seconds) [Mon Jan 29 18:04:53 2007]
19.75	c # GENERATE_SAT  CPU : 18.63 = 0.02 + 0 + 18.25 + 0.36
19.75	
19.75	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194559-1170090272/sugar23746.bcnf [Mon Jan 29 18:04:53 2007]
19.75	c # CMD : /tmp/evaluation/194559-1170090272/minisat /tmp/evaluation/194559-1170090272/sugar23746.bcnf /tmp/evaluation/194559-1170090272/sugar23746.out
19.86	c ==================================[MINISAT]===================================
19.86	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
19.86	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
19.86	c ==============================================================================
19.86	c |         0 |   73425  1064002 |   24475       0        0     nan |  0.000 % |
19.90	c |       100 |   73426  1064002 |   26922      99     2082    21.0 |  0.000 % |
19.97	c |       250 |   73430  1064002 |   29614     245     4378    17.9 |  0.000 % |
20.08	c |       475 |   73430  1064002 |   32576     470     8099    17.2 |  0.000 % |
20.23	c |       813 |   73430  1064002 |   35833     808    12589    15.6 |  0.000 % |
20.48	c |      1319 |   73430  1064002 |   39417    1314    20316    15.5 |  0.000 % |
20.89	c |      2079 |   73430  1064002 |   43358    2074    33573    16.2 |  0.000 % |
21.53	c |      3218 |   73430  1064002 |   47694    3213    54999    17.1 |  0.000 % |
22.56	c |      4926 |   73430  1064002 |   52464    4921    84628    17.2 |  0.001 % |
24.30	c |      7488 |   73430  1064002 |   57710    7483   131015    17.5 |  0.000 % |
26.64	c |     11336 |   73431  1064002 |   63481   11330   200675    17.7 |  0.000 % |
30.64	c |     17102 |   73432  1064002 |   69830   17095   296421    17.3 |  0.000 % |
37.35	c |     25751 |   73432  1064002 |   76813   25744   461998    17.9 |  0.000 % |
47.98	c |     38726 |   73436  1064002 |   84494   38715   723490    18.7 |  0.000 % |
64.42	c |     58190 |   73441  1064002 |   92943   58174  1112324    19.1 |  0.000 % |
92.49	c |     87382 |   73448  1064002 |  102238   87359  1716625    19.7 |  0.001 % |
134.62	c |    131171 |   73450  1064002 |  112461   44618   962713    21.6 |  0.001 % |
216.69	c |    196857 |   73452  1064002 |  123708  110302  2743464    24.9 |  0.001 % |
340.30	c |    295384 |   73457  1064002 |  136078  105048  2797568    26.6 |  0.000 % |
561.37	c |    443174 |   73464  1064002 |  149686   23471   421300    17.9 |  0.001 % |
841.49	c |    664858 |   73480  1064002 |  164655  115869  3510233    30.3 |  0.000 % |
1341.82	c |    997384 |   73492  1064002 |  181121  159379  5289155    33.2 |  0.001 % |
1816.06	
1816.06	s UNKNOWN
1816.06	c # INTERRUPTED
1816.06	c # MAIN  END :  (1816 seconds) [Mon Jan 29 18:34:49 2007]
1816.06	c # MAIN  CPU : 19.37 = 0.02 + 0 + 18.94 + 0.41
1816.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/node19/watcher-194559-1170090272 -o ROOT/results/node19/solver-194559-1170090272 -C 1800 -M 900 /tmp/evaluation/194559-1170090272/solver /tmp/evaluation/194559-1170090272 /tmp/evaluation/194559-1170090272/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: 0.91 0.55 0.22 5/83 23747
/proc/meminfo: memFree=1725568/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=12268 CPUtime=0
/proc/23746/stat : 23746 (sugar) R 23742 23746 23648 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 28981302 12562432 315 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245466622 0 0 4224 0 0 0 0 17 1 0 0
/proc/23746/statm: 3067 315 241 3 0 167 0

[startup+0.109011 s]
/proc/loadavg: 0.91 0.55 0.22 5/83 23747
/proc/meminfo: memFree=1725568/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=13724 CPUtime=0.04
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 28981302 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23746/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.519054 s]
/proc/loadavg: 0.91 0.55 0.22 5/83 23747
/proc/meminfo: memFree=1725568/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=13724 CPUtime=0.04
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 28981302 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34815 s]
/proc/loadavg: 0.91 0.55 0.22 4/102 23782
/proc/meminfo: memFree=1694824/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=13724 CPUtime=0.78
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1190 7906 0 1 3 1 69 5 15 0 1 0 28981302 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3431 809 371 3 0 531 0
[pid=23767] ppid=23746 vsize=807892 CPUtime=0.47
/proc/23767/stat : 23767 (java) R 23746 23746 23648 0 -1 0 7330 0 1 0 44 3 0 0 24 0 8 0 28981387 827281408 7079 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073491412 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23767/statm: 201973 7079 1494 14 0 189251 0
[pid=23767/tid=23768] ppid=23746 vsize=807892 CPUtime=0.05
/proc/23767/task/23768/stat : 23768 (java) S 23746 23746 23648 0 -1 64 1267 0 0 0 5 0 0 0 16 0 8 0 28981391 827281408 7079 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23769] ppid=23746 vsize=807892 CPUtime=0
/proc/23767/task/23769/stat : 23769 (java) S 23746 23746 23648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28981391 827281408 7079 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23770] ppid=23746 vsize=807892 CPUtime=0
/proc/23767/task/23770/stat : 23770 (java) S 23746 23746 23648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981391 827281408 7079 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23771] ppid=23746 vsize=807892 CPUtime=0
/proc/23767/task/23771/stat : 23771 (java) S 23746 23746 23648 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 28981394 827281408 7079 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23772] ppid=23746 vsize=807892 CPUtime=0.05
/proc/23767/task/23772/stat : 23772 (java) S 23746 23746 23648 0 -1 64 303 0 0 0 5 0 0 0 18 0 8 0 28981394 827281408 7079 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23773] ppid=23746 vsize=807892 CPUtime=0
/proc/23767/task/23773/stat : 23773 (java) S 23746 23746 23648 0 -1 64 3 0 0 0 0 0 0 0 18 0 8 0 28981394 827281408 7079 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23767/tid=23774] ppid=23746 vsize=807892 CPUtime=0
/proc/23767/task/23774/stat : 23774 (java) S 23746 23746 23648 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981394 827281408 7079 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 821616

[startup+2.98832 s]
/proc/loadavg: 0.91 0.55 0.22 3/102 23782
/proc/meminfo: memFree=1642920/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=13724 CPUtime=0.78
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1190 7906 0 1 3 1 69 5 15 0 1 0 28981302 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3431 809 371 3 0 531 0
[pid=23767] ppid=23746 vsize=807892 CPUtime=2.09
/proc/23767/stat : 23767 (java) R 23746 23746 23648 0 -1 0 14186 0 1 0 203 6 0 0 25 0 8 0 28981387 827281408 13919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073491256 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23767/statm: 201973 13919 1494 14 0 189251 0
[pid=23767/tid=23768] ppid=23746 vsize=807892 CPUtime=0.57
/proc/23767/task/23768/stat : 23768 (java) S 23746 23746 23648 0 -1 64 8107 0 0 0 54 3 0 0 16 0 8 0 28981391 827281408 13919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23769] ppid=23746 vsize=807892 CPUtime=0
/proc/23767/task/23769/stat : 23769 (java) S 23746 23746 23648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28981391 827281408 13919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23770] ppid=23746 vsize=807892 CPUtime=0
/proc/23767/task/23770/stat : 23770 (java) S 23746 23746 23648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981391 827281408 13919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23771] ppid=23746 vsize=807892 CPUtime=0
/proc/23767/task/23771/stat : 23771 (java) S 23746 23746 23648 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 28981394 827281408 13919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23772] ppid=23746 vsize=807892 CPUtime=0.05
/proc/23767/task/23772/stat : 23772 (java) S 23746 23746 23648 0 -1 64 303 0 0 0 5 0 0 0 16 0 8 0 28981394 827281408 13919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23773] ppid=23746 vsize=807892 CPUtime=0
/proc/23767/task/23773/stat : 23773 (java) S 23746 23746 23648 0 -1 64 3 0 0 0 0 0 0 0 18 0 8 0 28981394 827281408 13919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23767/tid=23774] ppid=23746 vsize=807892 CPUtime=0
/proc/23767/task/23774/stat : 23774 (java) S 23746 23746 23648 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981394 827281408 13919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 821616

[startup+6.28834 s]
/proc/loadavg: 1.08 0.59 0.23 4/102 23782
/proc/meminfo: memFree=1508264/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=13724 CPUtime=0.78
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1190 7906 0 1 3 1 69 5 15 0 1 0 28981302 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3431 809 371 3 0 531 0
[pid=23767] ppid=23746 vsize=808156 CPUtime=5.36
/proc/23767/stat : 23767 (java) R 23746 23746 23648 0 -1 0 29730 0 1 0 521 15 0 0 25 0 8 0 28981387 827551744 29401 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23767/statm: 202039 29401 1506 14 0 189317 0
[pid=23767/tid=23768] ppid=23746 vsize=808156 CPUtime=1.37
/proc/23767/task/23768/stat : 23768 (java) S 23746 23746 23648 0 -1 64 23428 0 0 0 127 10 0 0 15 0 8 0 28981391 827551744 29401 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23769] ppid=23746 vsize=808156 CPUtime=0
/proc/23767/task/23769/stat : 23769 (java) S 23746 23746 23648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28981391 827551744 29401 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23770] ppid=23746 vsize=808156 CPUtime=0
/proc/23767/task/23770/stat : 23770 (java) S 23746 23746 23648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981391 827551744 29401 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23771] ppid=23746 vsize=808156 CPUtime=0
/proc/23767/task/23771/stat : 23771 (java) S 23746 23746 23648 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 28981394 827551744 29401 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23772] ppid=23746 vsize=808156 CPUtime=0.12
/proc/23767/task/23772/stat : 23772 (java) S 23746 23746 23648 0 -1 64 426 0 0 0 12 0 0 0 16 0 8 0 28981394 827551744 29401 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23773] ppid=23746 vsize=808156 CPUtime=0
/proc/23767/task/23773/stat : 23773 (java) S 23746 23746 23648 0 -1 64 3 0 0 0 0 0 0 0 18 0 8 0 28981394 827551744 29401 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23767/tid=23774] ppid=23746 vsize=808156 CPUtime=0
/proc/23767/task/23774/stat : 23774 (java) S 23746 23746 23648 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981394 827551744 29401 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 821880

[startup+12.7644 s]
/proc/loadavg: 1.23 0.63 0.25 3/102 23782
/proc/meminfo: memFree=1294952/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=13724 CPUtime=0.78
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1190 7906 0 1 3 1 69 5 15 0 1 0 28981302 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3431 809 371 3 0 531 0
[pid=23767] ppid=23746 vsize=808156 CPUtime=11.75
/proc/23767/stat : 23767 (java) R 23746 23746 23648 0 -1 0 54802 0 1 0 1146 29 0 0 25 0 8 0 28981387 827551744 54136 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380400 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23767/statm: 202039 54136 1507 14 0 189317 0
[pid=23767/tid=23768] ppid=23746 vsize=808156 CPUtime=3.68
/proc/23767/task/23768/stat : 23768 (java) S 23746 23746 23648 0 -1 64 48312 0 0 0 345 23 0 0 16 0 8 0 28981391 827551744 54136 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23769] ppid=23746 vsize=808156 CPUtime=0
/proc/23767/task/23769/stat : 23769 (java) S 23746 23746 23648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28981391 827551744 54136 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23770] ppid=23746 vsize=808156 CPUtime=0
/proc/23767/task/23770/stat : 23770 (java) S 23746 23746 23648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981391 827551744 54136 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23771] ppid=23746 vsize=808156 CPUtime=0
/proc/23767/task/23771/stat : 23771 (java) S 23746 23746 23648 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 28981394 827551744 54136 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23772] ppid=23746 vsize=808156 CPUtime=0.13
/proc/23767/task/23772/stat : 23772 (java) S 23746 23746 23648 0 -1 64 429 0 0 0 13 0 0 0 16 0 8 0 28981394 827551744 54136 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23767/tid=23773] ppid=23746 vsize=808156 CPUtime=0
/proc/23767/task/23773/stat : 23773 (java) S 23746 23746 23648 0 -1 64 3 0 0 0 0 0 0 0 18 0 8 0 28981394 827551744 54136 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23767/tid=23774] ppid=23746 vsize=808156 CPUtime=0
/proc/23767/task/23774/stat : 23774 (java) S 23746 23746 23648 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981394 827551744 54136 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 821880

[startup+25.5884 s]
/proc/loadavg: 1.47 0.72 0.28 4/95 23783
/proc/meminfo: memFree=1492448/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=15396 CPUtime=19.41
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1711 63082 0 2 5 1 1894 41 16 0 1 0 28981302 15765504 1223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3849 1223 373 3 0 949 0
[pid=23783] ppid=23746 vsize=9128 CPUtime=5.77
/proc/23783/stat : 23783 (minisat) R 23746 23746 23648 0 -1 0 2965 0 0 0 575 2 0 0 25 0 1 0 28983278 9347072 1926 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 2282 1926 52 112 0 2166 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 24524

[startup+51.2546 s]
/proc/loadavg: 1.80 0.85 0.33 3/95 23783
/proc/meminfo: memFree=1441568/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=15396 CPUtime=19.41
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1711 63082 0 2 5 1 1894 41 16 0 1 0 28981302 15765504 1223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3849 1223 373 3 0 949 0
[pid=23783] ppid=23746 vsize=12816 CPUtime=31.16
/proc/23783/stat : 23783 (minisat) R 23746 23746 23648 0 -1 0 3855 0 0 0 3113 3 0 0 25 0 1 0 28983278 13123584 2816 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 3204 2816 52 112 0 3088 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 28212

[startup+102.477 s]
/proc/loadavg: 1.91 1.02 0.42 3/88 23784
/proc/meminfo: memFree=1648792/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=15396 CPUtime=19.41
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1711 63082 0 2 5 1 1894 41 16 0 1 0 28981302 15765504 1223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3849 1223 373 3 0 949 0
[pid=23783] ppid=23746 vsize=19084 CPUtime=81.96
/proc/23783/stat : 23783 (minisat) R 23746 23746 23648 0 -1 0 5380 0 0 0 8190 6 0 0 25 0 1 0 28983278 19542016 4341 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 4771 4341 52 112 0 4655 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 34480

[startup+162.53 s]
/proc/loadavg: 1.96 1.20 0.52 3/88 23784
/proc/meminfo: memFree=1639576/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=15396 CPUtime=19.41
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1711 63082 0 2 5 1 1894 41 16 0 1 0 28981302 15765504 1223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3849 1223 373 3 0 949 0
[pid=23783] ppid=23746 vsize=19928 CPUtime=141.52
/proc/23783/stat : 23783 (minisat) R 23746 23746 23648 0 -1 0 5597 0 0 0 14145 7 0 0 25 0 1 0 28983278 20406272 4558 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528374 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 4982 4558 52 112 0 4866 0
Current children cumulated CPU time (s) 160.93
Current children cumulated vsize (KiB) 35324

[startup+222.588 s]
/proc/loadavg: 1.98 1.34 0.61 3/88 23784
/proc/meminfo: memFree=1628248/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=15396 CPUtime=19.41
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1711 63082 0 2 5 1 1894 41 16 0 1 0 28981302 15765504 1223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3849 1223 373 3 0 949 0
[pid=23783] ppid=23746 vsize=24272 CPUtime=201.08
/proc/23783/stat : 23783 (minisat) R 23746 23746 23648 0 -1 0 6703 0 0 0 20100 8 0 0 25 0 1 0 28983278 24854528 5664 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 6068 5664 52 112 0 5952 0
Current children cumulated CPU time (s) 220.49
Current children cumulated vsize (KiB) 39668

[startup+282.647 s]
/proc/loadavg: 2.03 1.47 0.69 3/88 23784

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

/proc/loadavg: 2.00 1.97 1.46 3/88 23784
/proc/meminfo: memFree=1584792/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=15396 CPUtime=19.41
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1711 63082 0 2 5 1 1894 41 16 0 1 0 28981302 15765504 1223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3849 1223 373 3 0 949 0
[pid=23783] ppid=23746 vsize=38864 CPUtime=1094.18
/proc/23783/stat : 23783 (minisat) R 23746 23746 23648 0 -1 0 10187 0 0 0 109401 17 0 0 25 0 1 0 28983278 39796736 9148 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 9716 9148 52 112 0 9600 0
Current children cumulated CPU time (s) 1113.59
Current children cumulated vsize (KiB) 54260

[startup+1183.57 s]
/proc/loadavg: 2.00 1.97 1.49 3/88 23784
/proc/meminfo: memFree=1584728/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=15396 CPUtime=19.41
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1711 63082 0 2 5 1 1894 41 16 0 1 0 28981302 15765504 1223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3849 1223 373 3 0 949 0
[pid=23783] ppid=23746 vsize=38864 CPUtime=1153.71
/proc/23783/stat : 23783 (minisat) R 23746 23746 23648 0 -1 0 10188 0 0 0 115353 18 0 0 25 0 1 0 28983278 39796736 9149 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 9716 9149 52 112 0 9600 0
Current children cumulated CPU time (s) 1173.12
Current children cumulated vsize (KiB) 54260

[startup+1243.63 s]
/proc/loadavg: 2.00 1.97 1.51 3/88 23784
/proc/meminfo: memFree=1584408/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=15396 CPUtime=19.41
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1711 63082 0 2 5 1 1894 41 16 0 1 0 28981302 15765504 1223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3849 1223 373 3 0 949 0
[pid=23783] ppid=23746 vsize=39044 CPUtime=1213.25
/proc/23783/stat : 23783 (minisat) R 23746 23746 23648 0 -1 0 10229 0 0 0 121307 18 0 0 25 0 1 0 28983278 39981056 9190 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528354 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 9761 9190 52 112 0 9645 0
Current children cumulated CPU time (s) 1232.66
Current children cumulated vsize (KiB) 54440

[startup+1303.7 s]
/proc/loadavg: 2.07 1.99 1.55 3/88 23784
/proc/meminfo: memFree=1584216/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=15396 CPUtime=19.41
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1711 63082 0 2 5 1 1894 41 16 0 1 0 28981302 15765504 1223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3849 1223 373 3 0 949 0
[pid=23783] ppid=23746 vsize=39208 CPUtime=1272.77
/proc/23783/stat : 23783 (minisat) R 23746 23746 23648 0 -1 0 10278 0 0 0 127259 18 0 0 25 0 1 0 28983278 40148992 9239 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 9802 9239 52 112 0 9686 0
Current children cumulated CPU time (s) 1292.18
Current children cumulated vsize (KiB) 54604

[startup+1363.75 s]
/proc/loadavg: 2.02 1.99 1.57 3/88 23784
/proc/meminfo: memFree=1581144/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=15396 CPUtime=19.41
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1711 63082 0 2 5 1 1894 41 16 0 1 0 28981302 15765504 1223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3849 1223 373 3 0 949 0
[pid=23783] ppid=23746 vsize=42236 CPUtime=1332.3
/proc/23783/stat : 23783 (minisat) R 23746 23746 23648 0 -1 0 11022 0 0 0 133211 19 0 0 25 0 1 0 28983278 43249664 9983 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 10559 9983 52 112 0 10443 0
Current children cumulated CPU time (s) 1351.71
Current children cumulated vsize (KiB) 57632

[startup+1423.82 s]
/proc/loadavg: 2.01 1.99 1.60 3/88 23784
/proc/meminfo: memFree=1579480/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=15396 CPUtime=19.41
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1711 63082 0 2 5 1 1894 41 16 0 1 0 28981302 15765504 1223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3849 1223 373 3 0 949 0
[pid=23783] ppid=23746 vsize=43788 CPUtime=1391.84
/proc/23783/stat : 23783 (minisat) R 23746 23746 23648 0 -1 0 11434 0 0 0 139164 20 0 0 25 0 1 0 28983278 44838912 10395 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 10947 10395 52 112 0 10831 0
Current children cumulated CPU time (s) 1411.25
Current children cumulated vsize (KiB) 59184

[startup+1483.88 s]
/proc/loadavg: 2.00 1.99 1.62 3/88 23784
/proc/meminfo: memFree=1579288/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=15396 CPUtime=19.41
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1711 63082 0 2 5 1 1894 41 16 0 1 0 28981302 15765504 1223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3849 1223 373 3 0 949 0
[pid=23783] ppid=23746 vsize=44012 CPUtime=1451.36
/proc/23783/stat : 23783 (minisat) R 23746 23746 23648 0 -1 0 11480 0 0 0 145116 20 0 0 25 0 1 0 28983278 45068288 10441 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 11003 10441 52 112 0 10887 0
Current children cumulated CPU time (s) 1470.77
Current children cumulated vsize (KiB) 59408

[startup+1543.94 s]
/proc/loadavg: 2.07 2.00 1.65 3/88 23784
/proc/meminfo: memFree=1579224/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=15396 CPUtime=19.41
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1711 63082 0 2 5 1 1894 41 16 0 1 0 28981302 15765504 1223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3849 1223 373 3 0 949 0
[pid=23783] ppid=23746 vsize=44168 CPUtime=1510.91
/proc/23783/stat : 23783 (minisat) R 23746 23746 23648 0 -1 0 11498 0 0 0 151070 21 0 0 25 0 1 0 28983278 45228032 10459 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 11042 10459 52 112 0 10926 0
Current children cumulated CPU time (s) 1530.32
Current children cumulated vsize (KiB) 59564

[startup+1604 s]
/proc/loadavg: 2.02 2.00 1.66 3/88 23784
/proc/meminfo: memFree=1579096/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=15396 CPUtime=19.41
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1711 63082 0 2 5 1 1894 41 16 0 1 0 28981302 15765504 1223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3849 1223 373 3 0 949 0
[pid=23783] ppid=23746 vsize=44168 CPUtime=1570.43
/proc/23783/stat : 23783 (minisat) R 23746 23746 23648 0 -1 0 11515 0 0 0 157022 21 0 0 25 0 1 0 28983278 45228032 10476 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 11042 10476 52 112 0 10926 0
Current children cumulated CPU time (s) 1589.84
Current children cumulated vsize (KiB) 59564

[startup+1664.06 s]
/proc/loadavg: 2.01 2.00 1.68 3/88 23784
/proc/meminfo: memFree=1574296/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=15396 CPUtime=19.41
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1711 63082 0 2 5 1 1894 41 16 0 1 0 28981302 15765504 1223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3849 1223 373 3 0 949 0
[pid=23783] ppid=23746 vsize=44288 CPUtime=1629.94
/proc/23783/stat : 23783 (minisat) R 23746 23746 23648 0 -1 0 11518 0 0 0 162973 21 0 0 25 0 1 0 28983278 45350912 10479 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528438 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 11072 10479 52 112 0 10956 0
Current children cumulated CPU time (s) 1649.35
Current children cumulated vsize (KiB) 59684

[startup+1724.12 s]
/proc/loadavg: 2.00 2.00 1.70 3/88 23784
/proc/meminfo: memFree=1569880/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=15396 CPUtime=19.41
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1711 63082 0 2 5 1 1894 41 16 0 1 0 28981302 15765504 1223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3849 1223 373 3 0 949 0
[pid=23783] ppid=23746 vsize=44428 CPUtime=1689.47
/proc/23783/stat : 23783 (minisat) R 23746 23746 23648 0 -1 0 11531 0 0 0 168926 21 0 0 25 0 1 0 28983278 45494272 10492 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 11107 10492 52 112 0 10991 0
Current children cumulated CPU time (s) 1708.88
Current children cumulated vsize (KiB) 59824

[startup+1784.17 s]
/proc/loadavg: 2.00 2.00 1.72 3/88 23784
/proc/meminfo: memFree=1569816/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=15396 CPUtime=19.41
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1711 63082 0 2 5 1 1894 41 16 0 1 0 28981302 15765504 1223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3849 1223 373 3 0 949 0
[pid=23783] ppid=23746 vsize=44428 CPUtime=1749.01
/proc/23783/stat : 23783 (minisat) R 23746 23746 23648 0 -1 0 11559 0 0 0 174880 21 0 0 25 0 1 0 28983278 45494272 10520 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528442 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 11107 10520 52 112 0 10991 0
Current children cumulated CPU time (s) 1768.42
Current children cumulated vsize (KiB) 59824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.06 s]
/proc/loadavg: 1.93 1.98 1.72 3/95 23848
/proc/meminfo: memFree=1457304/2055920 swapFree=4192956/4192956
[pid=23746] ppid=23742 vsize=15396 CPUtime=19.41
/proc/23746/stat : 23746 (sugar) S 23742 23746 23648 0 -1 4194304 1711 63082 0 2 5 1 1894 41 16 0 1 0 28981302 15765504 1223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3849 1223 373 3 0 949 0
[pid=23783] ppid=23746 vsize=44428 CPUtime=1780.65
/proc/23783/stat : 23783 (minisat) R 23746 23746 23648 0 -1 0 11560 0 0 0 178042 23 0 0 25 0 1 0 28983278 45494272 10521 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 1 0 0
/proc/23783/statm: 11107 10521 52 112 0 10991 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 59824

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23746 and gives childrusage.ru_utime.tv_sec=19 childrusage.ru_utime.tv_usec=5110 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=433934
CPU time returned by wait4() is 19.439
while last known CPU time is 1800.06

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

Real time (s): 1817.08
CPU time (s): 1800.06
CPU user time (s): 1799.41
CPU system time (s): 0.65
CPU usage (%): 99.0635
Max. virtual memory (cumulated for all children) (KiB): 822384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.0051
system time used= 0.433934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64878
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= 4404
involuntary context switches= 4272

runsolver used 1.9997 s user time and 5.33619 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Jan 29 17:04:33 UTC 2007


IDJOB= 194559
IDBENCH= 3220
IDSOLVER= 86
FILE ID= node19/194559-1170090272

PBS_JOBID= 3689402

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  2aa26cf8c089e842c54a46bd487b4a45

RANDOM SEED= 791251474

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.214
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.214
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:       1726512 kB
Buffers:         47064 kB
Cached:         167136 kB
SwapCached:          0 kB
Active:         178316 kB
Inactive:        84132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1726512 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2380 kB
Writeback:           0 kB
Mapped:          67156 kB
Slab:            52260 kB
Committed_AS:   195692 kB
PageTables:       1968 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= 66559 MiB



End job on node19 on Mon Jan 29 17:34:51 UTC 2007