Trace number 218809

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.25 1812.43

General information on the benchmark

NamechessboardColoration/
cc-25-25-3.xml
MD5SUM60f8bdc115e5259895f760cd9f5ae501
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints90000
Maximum constraint arity4
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension90000
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/218809-1170102329/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/218809-1170102329/unknown.xml [Mon Jan 29 21:25:31 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/218809-1170102329/unknown.xml /tmp/evaluation/218809-1170102329/sugar21788.csp [Mon Jan 29 21:25:31 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/218809-1170102329/sugar-v0-40.jar -convert /tmp/evaluation/218809-1170102329/unknown.xml /tmp/evaluation/218809-1170102329/sugar21788.csp
0.15	c BEGIN convert /tmp/evaluation/218809-1170102329/unknown.xml
8.28	c END convert (8.130407 seconds)
8.36	c # CONVERT_XML  END : /tmp/evaluation/218809-1170102329/sugar21788.csp 10260435 bytes (8 seconds) [Mon Jan 29 21:25:39 2007]
8.36	c # CONVERT_XML  CPU : 8.22 = 0 + 0 + 7.9 + 0.32
8.36	
8.36	c # GENERATE_SAT  BEGIN : /tmp/evaluation/218809-1170102329/sugar21788.bcnf [Mon Jan 29 21:25:39 2007]
8.36	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/218809-1170102329/sugar-v0-40.jar -bcnf -map /tmp/evaluation/218809-1170102329/sugar21788.map /tmp/evaluation/218809-1170102329/sugar21788.csp /tmp/evaluation/218809-1170102329/sugar21788.bcnf
8.47	c BEGIN parse /tmp/evaluation/218809-1170102329/sugar21788.csp
43.66	c END parse (35.183173 seconds)
43.66	c BEGIN simplify
51.56	c END simplify (7.904679 seconds)
51.56	c BEGIN encode /tmp/evaluation/218809-1170102329/sugar21788.bcnf
87.98	c END encode (36.422018 seconds)
99.85	c # GENERATE_SAT  END : 1081250 variables 3330625 clauses 47887612 bytes (92 seconds) [Mon Jan 29 21:27:11 2007]
99.85	c # GENERATE_SAT  CPU : 91.32 = 10.84 + 0.89 + 78.27 + 1.32
99.85	
99.85	c # SOLVE_SAT  BEGIN : /tmp/evaluation/218809-1170102329/sugar21788.bcnf [Mon Jan 29 21:27:11 2007]
99.85	c # CMD : /tmp/evaluation/218809-1170102329/minisat /tmp/evaluation/218809-1170102329/sugar21788.bcnf /tmp/evaluation/218809-1170102329/sugar21788.out
101.80	c ==================================[MINISAT]===================================
101.80	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
101.80	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
101.80	c ==============================================================================
101.80	c |         0 | 3330625  8641250 | 1110208       0        0     nan |  0.000 % |
103.48	c |       100 | 3330625  8641250 | 1221228     100     1068    10.7 |  0.000 % |
104.69	c |       250 | 3330625  8641250 | 1343351     250     2603    10.4 |  0.000 % |
106.16	c |       475 | 3330625  8641250 | 1477686     475     4880    10.3 |  0.000 % |
108.54	c |       812 | 3330625  8641250 | 1625455     812     8409    10.4 |  0.000 % |
111.53	c |      1318 | 3330625  8641250 | 1788001    1318    13747    10.4 |  0.000 % |
116.26	c |      2077 | 3330625  8641250 | 1966801    2077    21375    10.3 |  0.000 % |
123.46	c |      3216 | 3330625  8641250 | 2163481    3216    34566    10.7 |  0.000 % |
133.19	c |      4925 | 3330625  8641250 | 2379829    4925    55402    11.2 |  0.000 % |
145.00	c |      7489 | 3330625  8641250 | 2617812    7489    98033    13.1 |  0.000 % |
163.27	c |     11334 | 3330625  8641250 | 2879593   11334   182636    16.1 |  0.000 % |
185.07	c |     17100 | 3330625  8641250 | 3167552   17100   385183    22.5 |  0.000 % |
233.21	c |     25750 | 3330625  8641250 | 3484308   25750   977385    38.0 |  0.000 % |
300.63	c |     38724 | 3330625  8641250 | 3832739   38724  1812984    46.8 |  0.000 % |
394.63	c |     58185 | 3330625  8641250 | 4216013   58185  3118276    53.6 |  0.000 % |
576.70	c |     87377 | 3330625  8641250 | 4637614   87377  5857413    67.0 |  0.000 % |
841.73	c |    131167 | 3330625  8641250 | 5101375  131167  9476910    72.3 |  0.000 % |
1301.71	c |    196853 | 3330625  8641250 | 5611513  196853 14437019    73.3 |  0.000 % |
1811.29	
1811.29	s UNKNOWN
1811.29	c # INTERRUPTED
1811.29	c # MAIN  END :  (1811 seconds) [Mon Jan 29 21:55:42 2007]
1811.29	c # MAIN  CPU : 99.56 = 10.84 + 0.91 + 86.17 + 1.64
1811.29	

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/node60/watcher-218809-1170102329 -o ROOT/results/node60/solver-218809-1170102329 -C 1800 -M 900 /tmp/evaluation/218809-1170102329/solver /tmp/evaluation/218809-1170102329 /tmp/evaluation/218809-1170102329/unknown.xml 

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

/proc/loadavg: 1.05 1.59 2.23 4/68 21789
/proc/meminfo: memFree=1900160/2055920 swapFree=4184184/4192956
[pid=21788] ppid=21786 vsize=12268 CPUtime=0
/proc/21788/stat : 21788 (sugar) R 21786 21788 21506 0 -1 4194304 560 0 0 0 0 0 0 0 18 0 1 0 30189931 12562432 279 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 0 0 0 0 17 1 0 0
/proc/21788/statm: 3067 290 217 3 0 167 0

[startup+0.104171 s]
/proc/loadavg: 1.05 1.59 2.23 4/68 21789
/proc/meminfo: memFree=1900160/2055920 swapFree=4184184/4192956
[pid=21788] ppid=21786 vsize=13724 CPUtime=0.04
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 1112 0 0 0 3 1 0 0 16 0 1 0 30189931 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21788/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.512235 s]
/proc/loadavg: 1.05 1.59 2.23 4/68 21789
/proc/meminfo: memFree=1900160/2055920 swapFree=4184184/4192956
[pid=21788] ppid=21786 vsize=13724 CPUtime=0.04
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 30189931 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21788/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33339 s]
/proc/loadavg: 1.04 1.58 2.22 2/76 21801
/proc/meminfo: memFree=1836672/2055920 swapFree=4184184/4192956
[pid=21788] ppid=21786 vsize=13724 CPUtime=0.04
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 30189931 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21788/statm: 3431 805 368 3 0 531 0
[pid=21790] ppid=21788 vsize=807288 CPUtime=1.26
/proc/21790/stat : 21790 (java) R 21788 21788 21506 0 -1 0 20043 0 1 0 117 9 0 0 17 0 8 0 30189935 826662912 19787 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073486103 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21790/statm: 201822 19787 1658 14 0 189100 0
[pid=21790/tid=21791] ppid=21788 vsize=807288 CPUtime=0.26
/proc/21790/task/21791/stat : 21791 (java) S 21788 21788 21506 0 -1 64 13578 0 0 0 22 4 0 0 16 0 8 0 30189938 826662912 19787 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21790/tid=21792] ppid=21788 vsize=807288 CPUtime=0
/proc/21790/task/21792/stat : 21792 (java) S 21788 21788 21506 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 30189939 826662912 19787 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21790/tid=21793] ppid=21788 vsize=807288 CPUtime=0
/proc/21790/task/21793/stat : 21793 (java) S 21788 21788 21506 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 30189939 826662912 19787 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21790/tid=21794] ppid=21788 vsize=807288 CPUtime=0
/proc/21790/task/21794/stat : 21794 (java) S 21788 21788 21506 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30189942 826662912 19787 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21790/tid=21795] ppid=21788 vsize=807288 CPUtime=0.07
/proc/21790/task/21795/stat : 21795 (java) S 21788 21788 21506 0 -1 64 370 0 0 0 7 0 0 0 16 0 8 0 30189942 826662912 19787 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21790/tid=21796] ppid=21788 vsize=807288 CPUtime=0
/proc/21790/task/21796/stat : 21796 (java) S 21788 21788 21506 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30189942 826662912 19787 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21790/tid=21797] ppid=21788 vsize=807288 CPUtime=0
/proc/21790/task/21797/stat : 21797 (java) S 21788 21788 21506 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30189942 826662912 19787 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 821012

[startup+2.98568 s]
/proc/loadavg: 1.04 1.58 2.22 2/76 21801
/proc/meminfo: memFree=1770304/2055920 swapFree=4184184/4192956
[pid=21788] ppid=21786 vsize=13724 CPUtime=0.04
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 30189931 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21788/statm: 3431 805 368 3 0 531 0
[pid=21790] ppid=21788 vsize=807288 CPUtime=2.91
/proc/21790/stat : 21790 (java) R 21788 21788 21506 0 -1 0 40381 0 2 0 273 18 0 0 17 0 8 0 30189935 826662912 40119 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073723918 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21790/statm: 201822 40119 1690 14 0 189100 0
[pid=21790/tid=21791] ppid=21788 vsize=807288 CPUtime=0.82
/proc/21790/task/21791/stat : 21791 (java) S 21788 21788 21506 0 -1 64 33823 0 0 0 70 12 0 0 17 0 8 0 30189938 826662912 40119 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21790/tid=21792] ppid=21788 vsize=807288 CPUtime=0
/proc/21790/task/21792/stat : 21792 (java) S 21788 21788 21506 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 30189939 826662912 40119 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21790/tid=21793] ppid=21788 vsize=807288 CPUtime=0
/proc/21790/task/21793/stat : 21793 (java) S 21788 21788 21506 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 30189939 826662912 40119 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21790/tid=21794] ppid=21788 vsize=807288 CPUtime=0
/proc/21790/task/21794/stat : 21794 (java) S 21788 21788 21506 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30189942 826662912 40119 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21790/tid=21795] ppid=21788 vsize=807288 CPUtime=0.1
/proc/21790/task/21795/stat : 21795 (java) S 21788 21788 21506 0 -1 64 388 0 0 0 10 0 0 0 16 0 8 0 30189942 826662912 40119 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21790/tid=21796] ppid=21788 vsize=807288 CPUtime=0
/proc/21790/task/21796/stat : 21796 (java) S 21788 21788 21506 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30189942 826662912 40119 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21790/tid=21797] ppid=21788 vsize=807288 CPUtime=0
/proc/21790/task/21797/stat : 21797 (java) S 21788 21788 21506 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30189942 826662912 40119 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 821012

[startup+6.28247 s]
/proc/loadavg: 1.12 1.59 2.22 3/89 21852
/proc/meminfo: memFree=1687576/2055920 swapFree=4184184/4192956
[pid=21788] ppid=21786 vsize=13724 CPUtime=0.04
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 30189931 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21788/statm: 3431 805 368 3 0 531 0
[pid=21790] ppid=21788 vsize=807420 CPUtime=6.19
/proc/21790/stat : 21790 (java) R 21788 21788 21506 0 -1 0 52350 0 2 0 593 26 0 0 18 0 8 0 30189935 826798080 52066 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073748258 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21790/statm: 201855 52066 1694 14 0 189133 0
[pid=21790/tid=21791] ppid=21788 vsize=807420 CPUtime=1.35
/proc/21790/task/21791/stat : 21791 (java) S 21788 21788 21506 0 -1 64 45710 0 0 0 118 17 0 0 16 0 8 0 30189938 826798080 52066 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21790/tid=21792] ppid=21788 vsize=807420 CPUtime=0
/proc/21790/task/21792/stat : 21792 (java) S 21788 21788 21506 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 30189939 826798080 52066 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21790/tid=21793] ppid=21788 vsize=807420 CPUtime=0
/proc/21790/task/21793/stat : 21793 (java) S 21788 21788 21506 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 30189939 826798080 52066 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21790/tid=21794] ppid=21788 vsize=807420 CPUtime=0
/proc/21790/task/21794/stat : 21794 (java) S 21788 21788 21506 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30189942 826798080 52066 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21790/tid=21795] ppid=21788 vsize=807420 CPUtime=0.16
/proc/21790/task/21795/stat : 21795 (java) S 21788 21788 21506 0 -1 64 428 0 0 0 16 0 0 0 15 0 8 0 30189942 826798080 52066 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21790/tid=21796] ppid=21788 vsize=807420 CPUtime=0
/proc/21790/task/21796/stat : 21796 (java) S 21788 21788 21506 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30189942 826798080 52066 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21790/tid=21797] ppid=21788 vsize=807420 CPUtime=0
/proc/21790/task/21797/stat : 21797 (java) S 21788 21788 21506 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30189942 826798080 52066 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 821144

[startup+12.7806 s]
/proc/loadavg: 1.19 1.60 2.22 3/90 21932
/proc/meminfo: memFree=1792400/2055920 swapFree=4184184/4192956
[pid=21788] ppid=21786 vsize=13724 CPUtime=8.26
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 1190 52383 0 2 3 1 790 32 15 0 1 0 30189931 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21788/statm: 3431 809 371 3 0 531 0
[pid=21870] ppid=21788 vsize=807064 CPUtime=4.39
/proc/21870/stat : 21870 (java) R 21788 21788 21506 0 -1 0 23526 0 1 0 427 12 0 0 19 0 8 0 30190767 826433536 23238 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073542539 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21870/statm: 201766 23238 1494 14 0 189044 0
[pid=21870/tid=21871] ppid=21788 vsize=807064 CPUtime=1.16
/proc/21870/task/21871/stat : 21871 (java) S 21788 21788 21506 0 -1 64 17437 0 0 0 109 7 0 0 16 0 8 0 30190770 826433536 23238 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21870/tid=21872] ppid=21788 vsize=807064 CPUtime=0
/proc/21870/task/21872/stat : 21872 (java) S 21788 21788 21506 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30190771 826433536 23238 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21870/tid=21873] ppid=21788 vsize=807064 CPUtime=0
/proc/21870/task/21873/stat : 21873 (java) S 21788 21788 21506 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30190771 826433536 23238 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21870/tid=21874] ppid=21788 vsize=807064 CPUtime=0
/proc/21870/task/21874/stat : 21874 (java) S 21788 21788 21506 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30190774 826433536 23238 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21870/tid=21875] ppid=21788 vsize=807064 CPUtime=0.04
/proc/21870/task/21875/stat : 21875 (java) S 21788 21788 21506 0 -1 64 292 0 0 0 4 0 0 0 17 0 8 0 30190774 826433536 23238 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21870/tid=21876] ppid=21788 vsize=807064 CPUtime=0
/proc/21870/task/21876/stat : 21876 (java) S 21788 21788 21506 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30190774 826433536 23238 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21870/tid=21877] ppid=21788 vsize=807064 CPUtime=0
/proc/21870/task/21877/stat : 21877 (java) S 21788 21788 21506 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30190774 826433536 23238 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 820788

[startup+25.6499 s]
/proc/loadavg: 1.39 1.63 2.22 3/83 21933
/proc/meminfo: memFree=1601384/2055920 swapFree=4184184/4192956
[pid=21788] ppid=21786 vsize=13724 CPUtime=8.26
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 1190 52383 0 2 3 1 790 32 15 0 1 0 30189931 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21788/statm: 3431 809 371 3 0 531 0
[pid=21870] ppid=21788 vsize=807352 CPUtime=17.23
/proc/21870/stat : 21870 (java) R 21788 21788 21506 0 -1 0 64049 0 1 0 1689 34 0 0 25 0 8 0 30190767 826728448 63507 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073522234 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21870/statm: 201838 63507 1507 14 0 189116 0
[pid=21870/tid=21871] ppid=21788 vsize=807352 CPUtime=4.76
/proc/21870/task/21871/stat : 21871 (java) S 21788 21788 21506 0 -1 64 56379 0 0 0 451 25 0 0 16 0 8 0 30190770 826728448 63507 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21870/tid=21872] ppid=21788 vsize=807352 CPUtime=0
/proc/21870/task/21872/stat : 21872 (java) S 21788 21788 21506 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30190771 826728448 63507 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21870/tid=21873] ppid=21788 vsize=807352 CPUtime=0
/proc/21870/task/21873/stat : 21873 (java) S 21788 21788 21506 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30190771 826728448 63507 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21870/tid=21874] ppid=21788 vsize=807352 CPUtime=0
/proc/21870/task/21874/stat : 21874 (java) S 21788 21788 21506 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30190774 826728448 63507 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21870/tid=21875] ppid=21788 vsize=807352 CPUtime=0.12
/proc/21870/task/21875/stat : 21875 (java) S 21788 21788 21506 0 -1 64 403 0 0 0 12 0 0 0 17 0 8 0 30190774 826728448 63507 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21870/tid=21876] ppid=21788 vsize=807352 CPUtime=0
/proc/21870/task/21876/stat : 21876 (java) S 21788 21788 21506 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30190774 826728448 63507 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21870/tid=21877] ppid=21788 vsize=807352 CPUtime=0
/proc/21870/task/21877/stat : 21877 (java) S 21788 21788 21506 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30190774 826728448 63507 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 821076

[startup+51.3135 s]
/proc/loadavg: 1.83 1.71 2.23 4/83 21933
/proc/meminfo: memFree=1246568/2055920 swapFree=4184184/4192956
[pid=21788] ppid=21786 vsize=13724 CPUtime=8.26
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 1190 52383 0 2 3 1 790 32 16 0 1 0 30189931 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21788/statm: 3431 809 371 3 0 531 0
[pid=21870] ppid=21788 vsize=807352 CPUtime=42.88
/proc/21870/stat : 21870 (java) R 21788 21788 21506 0 -1 0 151373 0 1 0 4214 74 0 0 25 0 8 0 30190767 826728448 148626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21870/statm: 201838 148626 1507 14 0 189116 0
[pid=21870/tid=21871] ppid=21788 vsize=807352 CPUtime=15.37
/proc/21870/task/21871/stat : 21871 (java) R 21788 21788 21506 0 -1 64 141155 0 0 0 1476 61 0 0 16 0 8 0 30190770 826728448 148627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21870/tid=21872] ppid=21788 vsize=807352 CPUtime=0
/proc/21870/task/21872/stat : 21872 (java) S 21788 21788 21506 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30190771 826728448 148628 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21870/tid=21873] ppid=21788 vsize=807352 CPUtime=0
/proc/21870/task/21873/stat : 21873 (java) S 21788 21788 21506 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30190771 826728448 148629 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21870/tid=21874] ppid=21788 vsize=807352 CPUtime=0
/proc/21870/task/21874/stat : 21874 (java) S 21788 21788 21506 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30190774 826728448 148630 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21870/tid=21875] ppid=21788 vsize=807352 CPUtime=0.13
/proc/21870/task/21875/stat : 21875 (java) S 21788 21788 21506 0 -1 64 407 0 0 0 13 0 0 0 16 0 8 0 30190774 826728448 148631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21870/tid=21876] ppid=21788 vsize=807352 CPUtime=0
/proc/21870/task/21876/stat : 21876 (java) S 21788 21788 21506 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30190774 826728448 148632 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21870/tid=21877] ppid=21788 vsize=807352 CPUtime=0
/proc/21870/task/21877/stat : 21877 (java) S 21788 21788 21506 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30190774 826728448 148633 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 821076

[startup+102.595 s]
/proc/loadavg: 2.00 1.78 2.22 3/76 21934
/proc/meminfo: memFree=1005088/2055920 swapFree=4184184/4192956
[pid=21788] ppid=21786 vsize=667696 CPUtime=99.6
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 158623 244958 0 3 1087 92 8617 164 16 0 1 0 30189931 683720704 154070 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21788/statm: 166924 154070 373 3 0 164024 0
[pid=21934] ppid=21788 vsize=152312 CPUtime=2.68
/proc/21934/stat : 21934 (minisat) R 21788 21788 21506 0 -1 0 34841 0 0 0 238 30 0 0 25 0 1 0 30199916 155967488 33611 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528014 0 0 4096 3 0 0 0 17 1 0 0
/proc/21934/statm: 38078 33611 49 112 0 37962 0
Current children cumulated CPU time (s) 102.28

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

/proc/loadavg: 2.00 2.00 2.07 3/76 21936
/proc/meminfo: memFree=885280/2055920 swapFree=4184188/4192956
[pid=21788] ppid=21786 vsize=667696 CPUtime=99.6
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 158623 244958 0 3 1087 92 8617 164 16 0 1 0 30189931 683720704 154070 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21788/statm: 166924 154070 373 3 0 164024 0
[pid=21934] ppid=21788 vsize=208832 CPUtime=1016.5
/proc/21934/stat : 21934 (minisat) R 21788 21788 21506 0 -1 0 48877 0 0 0 101599 51 0 0 25 0 1 0 30199916 213843968 47647 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/21934/statm: 52208 47647 52 112 0 52092 0
Current children cumulated CPU time (s) 1116.1
Current children cumulated vsize (KiB) 876528

[startup+1184.12 s]
/proc/loadavg: 2.00 2.00 2.06 3/76 21936
/proc/meminfo: memFree=882528/2055920 swapFree=4184188/4192956
[pid=21788] ppid=21786 vsize=667696 CPUtime=99.6
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 158623 244958 0 3 1087 92 8617 164 16 0 1 0 30189931 683720704 154070 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21788/statm: 166924 154070 373 3 0 164024 0
[pid=21934] ppid=21788 vsize=211552 CPUtime=1076.3
/proc/21934/stat : 21934 (minisat) R 21788 21788 21506 0 -1 0 49558 0 0 0 107578 52 0 0 25 0 1 0 30199916 216629248 48328 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21934/statm: 52888 48328 52 112 0 52772 0
Current children cumulated CPU time (s) 1175.9
Current children cumulated vsize (KiB) 879248

[startup+1244.21 s]
/proc/loadavg: 2.04 2.01 2.06 3/76 21936
/proc/meminfo: memFree=874400/2055920 swapFree=4184188/4192956
[pid=21788] ppid=21786 vsize=667696 CPUtime=99.6
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 158623 244958 0 3 1087 92 8617 164 16 0 1 0 30189931 683720704 154070 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21788/statm: 166924 154070 373 3 0 164024 0
[pid=21934] ppid=21788 vsize=214452 CPUtime=1136.12
/proc/21934/stat : 21934 (minisat) R 21788 21788 21506 0 -1 0 50276 0 0 0 113559 53 0 0 25 0 1 0 30199916 219598848 49046 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21934/statm: 53613 49046 52 112 0 53497 0
Current children cumulated CPU time (s) 1235.72
Current children cumulated vsize (KiB) 882148

[startup+1304.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/76 21936
/proc/meminfo: memFree=865056/2055920 swapFree=4184188/4192956
[pid=21788] ppid=21786 vsize=667696 CPUtime=99.6
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 158623 244958 0 3 1087 92 8617 164 16 0 1 0 30189931 683720704 154070 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21788/statm: 166924 154070 373 3 0 164024 0
[pid=21934] ppid=21788 vsize=217676 CPUtime=1195.91
/proc/21934/stat : 21934 (minisat) R 21788 21788 21506 0 -1 0 51059 0 0 0 119538 53 0 0 25 0 1 0 30199916 222900224 49829 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/21934/statm: 54419 49829 52 112 0 54303 0
Current children cumulated CPU time (s) 1295.51
Current children cumulated vsize (KiB) 885372

[startup+1364.38 s]
/proc/loadavg: 2.00 2.00 2.05 3/76 21936
/proc/meminfo: memFree=856224/2055920 swapFree=4184188/4192956
[pid=21788] ppid=21786 vsize=667696 CPUtime=99.6
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 158623 244958 0 3 1087 92 8617 164 16 0 1 0 30189931 683720704 154070 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21788/statm: 166924 154070 373 3 0 164024 0
[pid=21934] ppid=21788 vsize=220308 CPUtime=1255.71
/proc/21934/stat : 21934 (minisat) R 21788 21788 21506 0 -1 0 51746 0 0 0 125516 55 0 0 25 0 1 0 30199916 225595392 50516 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/21934/statm: 55077 50516 52 112 0 54961 0
Current children cumulated CPU time (s) 1355.31
Current children cumulated vsize (KiB) 888004

[startup+1424.47 s]
/proc/loadavg: 2.00 2.00 2.04 3/76 21936
/proc/meminfo: memFree=847520/2055920 swapFree=4184188/4192956
[pid=21788] ppid=21786 vsize=667696 CPUtime=99.6
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 158623 244958 0 3 1087 92 8617 164 16 0 1 0 30189931 683720704 154070 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21788/statm: 166924 154070 373 3 0 164024 0
[pid=21934] ppid=21788 vsize=223620 CPUtime=1315.52
/proc/21934/stat : 21934 (minisat) R 21788 21788 21506 0 -1 0 52470 0 0 0 131495 57 0 0 25 0 1 0 30199916 228986880 51240 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/21934/statm: 55905 51240 52 112 0 55789 0
Current children cumulated CPU time (s) 1415.12
Current children cumulated vsize (KiB) 891316

[startup+1484.55 s]
/proc/loadavg: 2.00 2.00 2.04 3/76 21936
/proc/meminfo: memFree=839392/2055920 swapFree=4184188/4192956
[pid=21788] ppid=21786 vsize=667696 CPUtime=99.6
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 158623 244958 0 3 1087 92 8617 164 16 0 1 0 30189931 683720704 154070 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21788/statm: 166924 154070 373 3 0 164024 0
[pid=21934] ppid=21788 vsize=226600 CPUtime=1375.31
/proc/21934/stat : 21934 (minisat) R 21788 21788 21506 0 -1 0 53236 0 0 0 137472 59 0 0 25 0 1 0 30199916 232038400 52006 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/21934/statm: 56650 52006 52 112 0 56534 0
Current children cumulated CPU time (s) 1474.91
Current children cumulated vsize (KiB) 894296

[startup+1544.64 s]
/proc/loadavg: 2.00 2.00 2.03 3/76 21936
/proc/meminfo: memFree=831648/2055920 swapFree=4184188/4192956
[pid=21788] ppid=21786 vsize=667696 CPUtime=99.6
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 158623 244958 0 3 1087 92 8617 164 16 0 1 0 30189931 683720704 154070 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21788/statm: 166924 154070 373 3 0 164024 0
[pid=21934] ppid=21788 vsize=229464 CPUtime=1435.11
/proc/21934/stat : 21934 (minisat) R 21788 21788 21506 0 -1 0 53959 0 0 0 143452 59 0 0 25 0 1 0 30199916 234971136 52729 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525031 0 0 4096 3 0 0 0 17 1 0 0
/proc/21934/statm: 57366 52729 52 112 0 57250 0
Current children cumulated CPU time (s) 1534.71
Current children cumulated vsize (KiB) 897160

[startup+1604.73 s]
/proc/loadavg: 2.00 2.00 2.02 3/76 21936
/proc/meminfo: memFree=823584/2055920 swapFree=4184188/4192956
[pid=21788] ppid=21786 vsize=667696 CPUtime=99.6
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 158623 244958 0 3 1087 92 8617 164 16 0 1 0 30189931 683720704 154070 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21788/statm: 166924 154070 373 3 0 164024 0
[pid=21934] ppid=21788 vsize=232412 CPUtime=1494.91
/proc/21934/stat : 21934 (minisat) R 21788 21788 21506 0 -1 0 54695 0 0 0 149430 61 0 0 25 0 1 0 30199916 237989888 53465 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528677 0 0 4096 3 0 0 0 17 1 0 0
/proc/21934/statm: 58103 53465 52 112 0 57987 0
Current children cumulated CPU time (s) 1594.51
Current children cumulated vsize (KiB) 900108

[startup+1664.81 s]
/proc/loadavg: 2.06 2.01 2.02 3/76 21936
/proc/meminfo: memFree=820192/2055920 swapFree=4184188/4192956
[pid=21788] ppid=21786 vsize=667696 CPUtime=99.6
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 158623 244958 0 3 1087 92 8617 164 16 0 1 0 30189931 683720704 154070 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21788/statm: 166924 154070 373 3 0 164024 0
[pid=21934] ppid=21788 vsize=234764 CPUtime=1554.72
/proc/21934/stat : 21934 (minisat) R 21788 21788 21506 0 -1 0 55282 0 0 0 155410 62 0 0 25 0 1 0 30199916 240398336 54052 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/21934/statm: 58691 54052 52 112 0 58575 0
Current children cumulated CPU time (s) 1654.32
Current children cumulated vsize (KiB) 902460

[startup+1724.9 s]
/proc/loadavg: 2.02 2.01 2.02 3/76 21936
/proc/meminfo: memFree=817696/2055920 swapFree=4184188/4192956
[pid=21788] ppid=21786 vsize=667696 CPUtime=99.6
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 158623 244958 0 3 1087 92 8617 164 16 0 1 0 30189931 683720704 154070 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21788/statm: 166924 154070 373 3 0 164024 0
[pid=21934] ppid=21788 vsize=237112 CPUtime=1614.52
/proc/21934/stat : 21934 (minisat) R 21788 21788 21506 0 -1 0 55866 0 0 0 161389 63 0 0 25 0 1 0 30199916 242802688 54636 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21934/statm: 59278 54636 52 112 0 59162 0
Current children cumulated CPU time (s) 1714.12
Current children cumulated vsize (KiB) 904808

[startup+1784.98 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 21936
/proc/meminfo: memFree=815264/2055920 swapFree=4184188/4192956
[pid=21788] ppid=21786 vsize=667696 CPUtime=99.6
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 158623 244958 0 3 1087 92 8617 164 16 0 1 0 30189931 683720704 154070 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21788/statm: 166924 154070 373 3 0 164024 0
[pid=21934] ppid=21788 vsize=239484 CPUtime=1674.31
/proc/21934/stat : 21934 (minisat) R 21788 21788 21506 0 -1 0 56463 0 0 0 167367 64 0 0 25 0 1 0 30199916 245231616 55233 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/21934/statm: 59871 55233 52 112 0 59755 0
Current children cumulated CPU time (s) 1773.91
Current children cumulated vsize (KiB) 907180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.28 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 21936
/proc/meminfo: memFree=814240/2055920 swapFree=4184188/4192956
[pid=21788] ppid=21786 vsize=667696 CPUtime=99.6
/proc/21788/stat : 21788 (sugar) S 21786 21788 21506 0 -1 4194304 158623 244958 0 3 1087 92 8617 164 16 0 1 0 30189931 683720704 154070 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21788/statm: 166924 154070 373 3 0 164024 0
[pid=21934] ppid=21788 vsize=240408 CPUtime=1700.48
/proc/21934/stat : 21934 (minisat) R 21788 21788 21506 0 -1 0 56722 0 0 0 169984 64 0 0 25 0 1 0 30199916 246177792 55492 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528014 0 0 4096 3 0 0 0 17 1 0 0
/proc/21934/statm: 60102 55492 52 112 0 59986 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 908104

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 21788 and gives childrusage.ru_utime.tv_sec=97 childrusage.ru_utime.tv_usec=47246 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=704588
CPU time returned by wait4() is 99.7518
while last known CPU time is 1800.25

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

Real time (s): 1812.43
CPU time (s): 1800.25
CPU user time (s): 1796.88
CPU system time (s): 3.37
CPU usage (%): 99.3281
Max. virtual memory (cumulated for all children) (KiB): 908104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.0472
system time used= 2.70459
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 403667
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4875
involuntary context switches= 4511

runsolver used 2.02869 s user time and 6.00009 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Mon Jan 29 20:25:31 UTC 2007


IDJOB= 218809
IDBENCH= 5257
IDSOLVER= 86
FILE ID= node60/218809-1170102329

PBS_JOBID= 3689761

Free space on /tmp= 66548 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/chessboardColoration/cc-25-25-3.xml
COMMAND LINE= /tmp/evaluation/218809-1170102329/solver /tmp/evaluation/218809-1170102329 /tmp/evaluation/218809-1170102329/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-218809-1170102329 -o ROOT/results/node60/solver-218809-1170102329 -C 1800 -M 900  /tmp/evaluation/218809-1170102329/solver /tmp/evaluation/218809-1170102329 /tmp/evaluation/218809-1170102329/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  60f8bdc115e5259895f760cd9f5ae501

RANDOM SEED= 50070777

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.283
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.283
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:       1900640 kB
Buffers:         32572 kB
Cached:          67808 kB
SwapCached:       1552 kB
Active:          56040 kB
Inactive:        57512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1900640 kB
SwapTotal:     4192956 kB
SwapFree:      4184184 kB
Dirty:           17220 kB
Writeback:           0 kB
Mapped:          20300 kB
Slab:            27440 kB
Committed_AS:   261084 kB
PageTables:       1684 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= 66544 MiB



End job on node60 on Mon Jan 29 20:55:43 UTC 2007