Trace number 219043

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.14 1809.84

General information on the benchmark

NamechessboardColoration/
cc-20-20-3.xml
MD5SUMd0618c798d0e08d96dd944a8f7a18405
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 variables400
Number of constraints36100
Maximum constraint arity4
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/219043-1170102371/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/219043-1170102371/unknown.xml [Mon Jan 29 21:26:12 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/219043-1170102371/unknown.xml /tmp/evaluation/219043-1170102371/sugar22035.csp [Mon Jan 29 21:26:12 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/219043-1170102371/sugar-v0-40.jar -convert /tmp/evaluation/219043-1170102371/unknown.xml /tmp/evaluation/219043-1170102371/sugar22035.csp
0.16	c BEGIN convert /tmp/evaluation/219043-1170102371/unknown.xml
3.80	c END convert (3.634963 seconds)
3.84	c # CONVERT_XML  END : /tmp/evaluation/219043-1170102371/sugar22035.csp 4075160 bytes (4 seconds) [Mon Jan 29 21:26:16 2007]
3.84	c # CONVERT_XML  CPU : 3.75 = 0 + 0.01 + 3.57 + 0.17
3.84	
3.84	c # GENERATE_SAT  BEGIN : /tmp/evaluation/219043-1170102371/sugar22035.bcnf [Mon Jan 29 21:26:16 2007]
3.84	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/219043-1170102371/sugar-v0-40.jar -bcnf -map /tmp/evaluation/219043-1170102371/sugar22035.map /tmp/evaluation/219043-1170102371/sugar22035.csp /tmp/evaluation/219043-1170102371/sugar22035.bcnf
4.00	c BEGIN parse /tmp/evaluation/219043-1170102371/sugar22035.csp
17.09	c END parse (13.087954 seconds)
17.09	c BEGIN simplify
21.46	c END simplify (4.368896 seconds)
21.46	c BEGIN encode /tmp/evaluation/219043-1170102371/sugar22035.bcnf
24.67	c END encode (3.210298 seconds)
29.06	c # GENERATE_SAT  END : 434000 variables 1336100 clauses 19210056 bytes (25 seconds) [Mon Jan 29 21:26:41 2007]
29.06	c # GENERATE_SAT  CPU : 24.98 = 3.97 + 0.32 + 20.17 + 0.52
29.06	
29.06	c # SOLVE_SAT  BEGIN : /tmp/evaluation/219043-1170102371/sugar22035.bcnf [Mon Jan 29 21:26:41 2007]
29.06	c # CMD : /tmp/evaluation/219043-1170102371/minisat /tmp/evaluation/219043-1170102371/sugar22035.bcnf /tmp/evaluation/219043-1170102371/sugar22035.out
29.85	c ==================================[MINISAT]===================================
29.85	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
29.85	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
29.85	c ==============================================================================
29.85	c |         0 | 1336100  3466400 |  445366       0        0     nan |  0.000 % |
30.40	c |       100 | 1336100  3466400 |  489902     100     1112    11.1 |  0.000 % |
31.01	c |       250 | 1336100  3466400 |  538892     250     2642    10.6 |  0.000 % |
31.62	c |       475 | 1336100  3466400 |  592782     475     4869    10.3 |  0.000 % |
32.79	c |       812 | 1336100  3466400 |  652060     812     8271    10.2 |  0.000 % |
34.33	c |      1318 | 1336100  3466400 |  717266    1318    13739    10.4 |  0.000 % |
36.81	c |      2077 | 1336100  3466400 |  788993    2077    22313    10.7 |  0.000 % |
39.93	c |      3216 | 1336100  3466400 |  867892    3216    36222    11.3 |  0.000 % |
45.20	c |      4924 | 1336100  3466400 |  954681    4924    55400    11.3 |  0.000 % |
51.26	c |      7486 | 1336100  3466400 | 1050149    7486   103685    13.9 |  0.000 % |
60.54	c |     11331 | 1336100  3466400 | 1155164   11331   205300    18.1 |  0.000 % |
73.26	c |     17097 | 1336100  3466400 | 1270681   17097   386383    22.6 |  0.000 % |
93.61	c |     25747 | 1336100  3466400 | 1397749   25747   854585    33.2 |  0.000 % |
124.25	c |     38722 | 1336100  3466400 | 1537524   38722  1782736    46.0 |  0.000 % |
174.14	c |     58183 | 1336100  3466400 | 1691276   58183  3006489    51.7 |  0.000 % |
262.14	c |     87376 | 1336100  3466400 | 1860404   87376  5151123    59.0 |  0.000 % |
430.14	c |    131165 | 1336100  3466400 | 2046444  131165  8545270    65.1 |  0.000 % |
722.01	c |    196851 | 1336100  3466400 | 2251089  196851 13659849    69.4 |  0.000 % |
1063.48	c |    295377 | 1336100  3466400 | 2476198  295377 18143873    61.4 |  0.000 % |
1808.78	
1808.78	s UNKNOWN
1808.78	c # INTERRUPTED
1808.78	c # MAIN  END :  (1809 seconds) [Mon Jan 29 21:56:21 2007]
1808.78	c # MAIN  CPU : 28.74 = 3.97 + 0.34 + 23.74 + 0.69
1808.78	

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/node20/watcher-219043-1170102371 -o ROOT/results/node20/solver-219043-1170102371 -C 1800 -M 900 /tmp/evaluation/219043-1170102371/solver /tmp/evaluation/219043-1170102371 /tmp/evaluation/219043-1170102371/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.93 0.98 1.08 3/95 22036
/proc/meminfo: memFree=1805856/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=18540 CPUtime=0
/proc/22035/stat : 22035 (runsolver) R 22033 22035 21826 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30191145 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 273952599335 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22035/statm: 4635 279 244 17 0 2626 0

[startup+0.102202 s]
/proc/loadavg: 0.93 0.98 1.08 3/95 22036
/proc/meminfo: memFree=1805856/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=13724 CPUtime=0.04
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 30191145 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.510255 s]
/proc/loadavg: 0.93 0.98 1.08 3/95 22036
/proc/meminfo: memFree=1805856/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=13724 CPUtime=0.04
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30191145 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33335 s]
/proc/loadavg: 0.93 0.98 1.08 3/103 22044
/proc/meminfo: memFree=1741792/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=13724 CPUtime=0.04
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30191145 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 3431 805 368 3 0 531 0
[pid=22037] ppid=22035 vsize=807288 CPUtime=1.27
/proc/22037/stat : 22037 (java) R 22035 22035 21826 0 -1 0 17738 0 1 0 117 10 0 0 20 0 8 0 30191150 826662912 17483 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4073445380 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22037/statm: 201822 17483 1690 14 0 189100 0
[pid=22037/tid=22038] ppid=22035 vsize=807288 CPUtime=0.23
/proc/22037/task/22038/stat : 22038 (java) S 22035 22035 21826 0 -1 64 11189 0 0 0 19 4 0 0 16 0 8 0 30191153 826662912 17483 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22037/tid=22039] ppid=22035 vsize=807288 CPUtime=0
/proc/22037/task/22039/stat : 22039 (java) S 22035 22035 21826 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 30191154 826662912 17483 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22037/tid=22040] ppid=22035 vsize=807288 CPUtime=0
/proc/22037/task/22040/stat : 22040 (java) S 22035 22035 21826 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 30191154 826662912 17483 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22037/tid=22041] ppid=22035 vsize=807288 CPUtime=0
/proc/22037/task/22041/stat : 22041 (java) S 22035 22035 21826 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30191157 826662912 17483 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22037/tid=22042] ppid=22035 vsize=807288 CPUtime=0.11
/proc/22037/task/22042/stat : 22042 (java) S 22035 22035 21826 0 -1 64 388 0 0 0 11 0 0 0 16 0 8 0 30191157 826662912 17483 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22037/tid=22043] ppid=22035 vsize=807288 CPUtime=0
/proc/22037/task/22043/stat : 22043 (java) S 22035 22035 21826 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30191157 826662912 17483 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22037/tid=22044] ppid=22035 vsize=807288 CPUtime=0
/proc/22037/task/22044/stat : 22044 (java) S 22035 22035 21826 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30191157 826662912 17483 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 821012

[startup+2.98655 s]
/proc/loadavg: 0.93 0.98 1.08 3/103 22044
/proc/meminfo: memFree=1692960/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=13724 CPUtime=0.04
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30191145 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 3431 805 368 3 0 531 0
[pid=22037] ppid=22035 vsize=807420 CPUtime=2.9
/proc/22037/stat : 22037 (java) R 22035 22035 21826 0 -1 0 25269 0 1 0 276 14 0 0 25 0 8 0 30191150 826798080 25004 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4153380128 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22037/statm: 201855 25004 1695 14 0 189133 0
[pid=22037/tid=22038] ppid=22035 vsize=807420 CPUtime=0.54
/proc/22037/task/22038/stat : 22038 (java) S 22035 22035 21826 0 -1 64 18651 0 0 0 47 7 0 0 16 0 8 0 30191153 826798080 25004 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22037/tid=22039] ppid=22035 vsize=807420 CPUtime=0
/proc/22037/task/22039/stat : 22039 (java) S 22035 22035 21826 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30191154 826798080 25004 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22037/tid=22040] ppid=22035 vsize=807420 CPUtime=0
/proc/22037/task/22040/stat : 22040 (java) S 22035 22035 21826 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 30191154 826798080 25004 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22037/tid=22041] ppid=22035 vsize=807420 CPUtime=0
/proc/22037/task/22041/stat : 22041 (java) S 22035 22035 21826 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30191157 826798080 25004 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22037/tid=22042] ppid=22035 vsize=807420 CPUtime=0.17
/proc/22037/task/22042/stat : 22042 (java) S 22035 22035 21826 0 -1 64 424 0 0 0 16 1 0 0 16 0 8 0 30191157 826798080 25004 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22037/tid=22043] ppid=22035 vsize=807420 CPUtime=0
/proc/22037/task/22043/stat : 22043 (java) S 22035 22035 21826 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30191157 826798080 25004 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22037/tid=22044] ppid=22035 vsize=807420 CPUtime=0
/proc/22037/task/22044/stat : 22044 (java) S 22035 22035 21826 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30191157 826798080 25004 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 821144

[startup+6.27194 s]
/proc/loadavg: 1.01 1.00 1.08 3/95 22052
/proc/meminfo: memFree=1733024/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=13724 CPUtime=3.78
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 1190 25289 0 1 3 1 357 17 16 0 1 0 30191145 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22035/statm: 3431 809 371 3 0 531 0
[pid=22045] ppid=22035 vsize=807064 CPUtime=2.35
/proc/22045/stat : 22045 (java) R 22035 22035 21826 0 -1 0 15220 0 1 0 228 7 0 0 25 0 8 0 30191529 826433536 14951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073491262 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22045/statm: 201766 14951 1494 14 0 189044 0
[pid=22045/tid=22046] ppid=22035 vsize=807064 CPUtime=0.6
/proc/22045/task/22046/stat : 22046 (java) S 22035 22035 21826 0 -1 64 9149 0 0 0 56 4 0 0 16 0 8 0 30191537 826433536 14951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22045/tid=22047] ppid=22035 vsize=807064 CPUtime=0
/proc/22045/task/22047/stat : 22047 (java) S 22035 22035 21826 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30191538 826433536 14951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22045/tid=22048] ppid=22035 vsize=807064 CPUtime=0
/proc/22045/task/22048/stat : 22048 (java) S 22035 22035 21826 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30191538 826433536 14951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22045/tid=22049] ppid=22035 vsize=807064 CPUtime=0
/proc/22045/task/22049/stat : 22049 (java) S 22035 22035 21826 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30191541 826433536 14951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22045/tid=22050] ppid=22035 vsize=807064 CPUtime=0.05
/proc/22045/task/22050/stat : 22050 (java) S 22035 22035 21826 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 30191541 826433536 14951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22045/tid=22051] ppid=22035 vsize=807064 CPUtime=0
/proc/22045/task/22051/stat : 22051 (java) S 22035 22035 21826 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 30191541 826433536 14951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22045/tid=22052] ppid=22035 vsize=807064 CPUtime=0
/proc/22045/task/22052/stat : 22052 (java) S 22035 22035 21826 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30191541 826433536 14951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 820788

[startup+12.6777 s]
/proc/loadavg: 1.09 1.02 1.09 3/96 22053
/proc/meminfo: memFree=1612888/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=13724 CPUtime=3.78
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 1190 25289 0 1 3 1 357 17 16 0 1 0 30191145 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22035/statm: 3431 809 371 3 0 531 0
[pid=22045] ppid=22035 vsize=807336 CPUtime=8.7
/proc/22045/stat : 22045 (java) R 22035 22035 21826 0 -1 0 33455 0 1 0 853 17 0 0 25 0 8 0 30191529 826712064 33126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073720979 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22045/statm: 201834 33126 1507 14 0 189112 0
[pid=22045/tid=22046] ppid=22035 vsize=807336 CPUtime=1.78
/proc/22045/task/22046/stat : 22046 (java) S 22035 22035 21826 0 -1 64 27188 0 0 0 167 11 0 0 16 0 8 0 30191537 826712064 33126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22045/tid=22047] ppid=22035 vsize=807336 CPUtime=0
/proc/22045/task/22047/stat : 22047 (java) S 22035 22035 21826 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30191538 826712064 33126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22045/tid=22048] ppid=22035 vsize=807336 CPUtime=0
/proc/22045/task/22048/stat : 22048 (java) S 22035 22035 21826 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30191538 826712064 33126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22045/tid=22049] ppid=22035 vsize=807336 CPUtime=0
/proc/22045/task/22049/stat : 22049 (java) S 22035 22035 21826 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30191541 826712064 33126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22045/tid=22050] ppid=22035 vsize=807336 CPUtime=0.13
/proc/22045/task/22050/stat : 22050 (java) S 22035 22035 21826 0 -1 64 403 0 0 0 12 1 0 0 17 0 8 0 30191541 826712064 33126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22045/tid=22051] ppid=22035 vsize=807336 CPUtime=0
/proc/22045/task/22051/stat : 22051 (java) S 22035 22035 21826 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 30191541 826712064 33126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22045/tid=22052] ppid=22035 vsize=807336 CPUtime=0
/proc/22045/task/22052/stat : 22052 (java) S 22035 22035 21826 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30191541 826712064 33126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 821060

[startup+25.5382 s]
/proc/loadavg: 1.37 1.08 1.11 3/88 22053
/proc/meminfo: memFree=1697560/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=59588 CPUtime=25.25
/proc/22035/stat : 22035 (sugar) R 22033 22035 21826 0 -1 4194304 12419 98253 0 2 75 7 2374 69 25 0 1 0 30191145 61018112 11764 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273952445153 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22035/statm: 14897 11764 371 3 0 11997 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 59588

[startup+51.2163 s]
/proc/loadavg: 1.58 1.15 1.13 3/89 22054
/proc/meminfo: memFree=1417552/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=251592 CPUtime=28.77
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 59710 98253 0 2 400 34 2374 69 16 0 1 0 30191145 257630208 58230 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 62898 58230 373 3 0 59998 0
[pid=22054] ppid=22035 vsize=61420 CPUtime=22.02
/proc/22054/stat : 22054 (minisat) R 22035 22035 21826 0 -1 0 15245 0 0 0 2191 11 0 0 25 0 1 0 30194052 62894080 14006 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22054/statm: 15355 14006 52 112 0 15239 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 313012

[startup+102.476 s]
/proc/loadavg: 1.82 1.28 1.17 3/89 22054
/proc/meminfo: memFree=1406096/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=251592 CPUtime=28.77
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 59710 98253 0 2 400 34 2374 69 16 0 1 0 30191145 257630208 58230 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 62898 58230 373 3 0 59998 0
[pid=22054] ppid=22035 vsize=66292 CPUtime=73.04
/proc/22054/stat : 22054 (minisat) R 22035 22035 21826 0 -1 0 16480 0 0 0 7291 13 0 0 25 0 1 0 30194052 67883008 15241 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528014 0 0 4096 3 0 0 0 17 1 0 0
/proc/22054/statm: 16573 15241 52 112 0 16457 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 317884

[startup+162.574 s]
/proc/loadavg: 1.93 1.41 1.22 3/89 22054
/proc/meminfo: memFree=1391632/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=251592 CPUtime=28.77
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 59710 98253 0 2 400 34 2374 69 16 0 1 0 30191145 257630208 58230 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 62898 58230 373 3 0 59998 0
[pid=22054] ppid=22035 vsize=73316 CPUtime=132.86
/proc/22054/stat : 22054 (minisat) R 22035 22035 21826 0 -1 0 18244 0 0 0 13270 16 0 0 25 0 1 0 30194052 75075584 17005 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528139 0 0 4096 3 0 0 0 17 1 0 0
/proc/22054/statm: 18329 17005 52 112 0 18213 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 324908

[startup+222.672 s]
/proc/loadavg: 1.97 1.51 1.27 3/89 22054
/proc/meminfo: memFree=1378320/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=251592 CPUtime=28.77
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 59710 98253 0 2 400 34 2374 69 16 0 1 0 30191145 257630208 58230 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 62898 58230 373 3 0 59998 0
[pid=22054] ppid=22035 vsize=79992 CPUtime=192.68
/proc/22054/stat : 22054 (minisat) R 22035 22035 21826 0 -1 0 19913 0 0 0 19248 20 0 0 25 0 1 0 30194052 81911808 18674 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134532804 0 0 4096 3 0 0 0 17 1 0 0
/proc/22054/statm: 19998 18674 52 112 0 19882 0
Current children cumulated CPU time (s) 221.45
Current children cumulated vsize (KiB) 331584

[startup+282.674 s]
/proc/loadavg: 1.99 1.60 1.31 3/89 22054
/proc/meminfo: memFree=1365456/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=251592 CPUtime=28.77
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 59710 98253 0 2 400 34 2374 69 16 0 1 0 30191145 257630208 58230 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/loadavg: 2.00 1.96 1.69 3/89 22056
/proc/meminfo: memFree=1244376/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=251592 CPUtime=28.77
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 59710 98253 0 2 400 34 2374 69 16 0 1 0 30191145 257630208 58230 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 62898 58230 373 3 0 59998 0
[pid=22054] ppid=22035 vsize=147884 CPUtime=1089.62
/proc/22054/stat : 22054 (minisat) R 22035 22035 21826 0 -1 0 36791 0 0 0 108916 46 0 0 25 0 1 0 30194052 151433216 35552 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22054/statm: 36971 35552 52 112 0 36855 0
Current children cumulated CPU time (s) 1118.39
Current children cumulated vsize (KiB) 399476

[startup+1183.95 s]
/proc/loadavg: 2.06 1.98 1.72 3/89 22056
/proc/meminfo: memFree=1237976/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=251592 CPUtime=28.77
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 59710 98253 0 2 400 34 2374 69 16 0 1 0 30191145 257630208 58230 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 62898 58230 373 3 0 59998 0
[pid=22054] ppid=22035 vsize=151768 CPUtime=1149.43
/proc/22054/stat : 22054 (minisat) R 22035 22035 21826 0 -1 0 37603 0 0 0 114896 47 0 0 25 0 1 0 30194052 155410432 36364 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22054/statm: 37942 36364 52 112 0 37826 0
Current children cumulated CPU time (s) 1178.2
Current children cumulated vsize (KiB) 403360

[startup+1244.05 s]
/proc/loadavg: 2.02 1.98 1.73 3/89 22056
/proc/meminfo: memFree=1231832/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=251592 CPUtime=28.77
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 59710 98253 0 2 400 34 2374 69 16 0 1 0 30191145 257630208 58230 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 62898 58230 373 3 0 59998 0
[pid=22054] ppid=22035 vsize=154908 CPUtime=1209.25
/proc/22054/stat : 22054 (minisat) R 22035 22035 21826 0 -1 0 38410 0 0 0 120877 48 0 0 25 0 1 0 30194052 158625792 37171 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22054/statm: 38727 37171 52 112 0 38611 0
Current children cumulated CPU time (s) 1238.02
Current children cumulated vsize (KiB) 406500

[startup+1304.15 s]
/proc/loadavg: 2.00 1.98 1.75 3/89 22056
/proc/meminfo: memFree=1225240/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=251592 CPUtime=28.77
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 59710 98253 0 2 400 34 2374 69 16 0 1 0 30191145 257630208 58230 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 62898 58230 373 3 0 59998 0
[pid=22054] ppid=22035 vsize=158488 CPUtime=1269.07
/proc/22054/stat : 22054 (minisat) R 22035 22035 21826 0 -1 0 39312 0 0 0 126857 50 0 0 25 0 1 0 30194052 162291712 38073 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22054/statm: 39622 38073 52 112 0 39506 0
Current children cumulated CPU time (s) 1297.84
Current children cumulated vsize (KiB) 410080

[startup+1364.15 s]
/proc/loadavg: 2.03 2.00 1.76 3/89 22056
/proc/meminfo: memFree=1217944/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=251592 CPUtime=28.77
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 59710 98253 0 2 400 34 2374 69 16 0 1 0 30191145 257630208 58230 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 62898 58230 373 3 0 59998 0
[pid=22054] ppid=22035 vsize=162372 CPUtime=1328.78
/proc/22054/stat : 22054 (minisat) R 22035 22035 21826 0 -1 0 40313 0 0 0 132826 52 0 0 25 0 1 0 30194052 166268928 39074 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525036 0 0 4096 3 0 0 0 17 1 0 0
/proc/22054/statm: 40593 39074 52 112 0 40477 0
Current children cumulated CPU time (s) 1357.55
Current children cumulated vsize (KiB) 413964

[startup+1424.25 s]
/proc/loadavg: 2.01 2.00 1.77 3/89 22056
/proc/meminfo: memFree=1211096/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=251592 CPUtime=28.77
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 59710 98253 0 2 400 34 2374 69 16 0 1 0 30191145 257630208 58230 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 62898 58230 373 3 0 59998 0
[pid=22054] ppid=22035 vsize=166044 CPUtime=1388.6
/proc/22054/stat : 22054 (minisat) R 22035 22035 21826 0 -1 0 41217 0 0 0 138807 53 0 0 25 0 1 0 30194052 170029056 39978 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22054/statm: 41511 39978 52 112 0 41395 0
Current children cumulated CPU time (s) 1417.37
Current children cumulated vsize (KiB) 417636

[startup+1484.34 s]
/proc/loadavg: 2.00 2.00 1.79 3/89 22056
/proc/meminfo: memFree=1204440/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=251592 CPUtime=28.77
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 59710 98253 0 2 400 34 2374 69 16 0 1 0 30191145 257630208 58230 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 62898 58230 373 3 0 59998 0
[pid=22054] ppid=22035 vsize=169448 CPUtime=1448.41
/proc/22054/stat : 22054 (minisat) R 22035 22035 21826 0 -1 0 42087 0 0 0 144787 54 0 0 25 0 1 0 30194052 173514752 40848 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528467 0 0 4096 3 0 0 0 17 1 0 0
/proc/22054/statm: 42362 40848 52 112 0 42246 0
Current children cumulated CPU time (s) 1477.18
Current children cumulated vsize (KiB) 421040

[startup+1544.44 s]
/proc/loadavg: 2.00 2.00 1.80 3/89 22056
/proc/meminfo: memFree=1197912/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=251592 CPUtime=28.77
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 59710 98253 0 2 400 34 2374 69 16 0 1 0 30191145 257630208 58230 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 62898 58230 373 3 0 59998 0
[pid=22054] ppid=22035 vsize=172764 CPUtime=1508.23
/proc/22054/stat : 22054 (minisat) R 22035 22035 21826 0 -1 0 42916 0 0 0 150766 57 0 0 25 0 1 0 30194052 176910336 41677 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528014 0 0 4096 3 0 0 0 17 1 0 0
/proc/22054/statm: 43191 41677 52 112 0 43075 0
Current children cumulated CPU time (s) 1537
Current children cumulated vsize (KiB) 424356

[startup+1604.54 s]
/proc/loadavg: 2.00 2.00 1.81 3/89 22056
/proc/meminfo: memFree=1191512/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=251592 CPUtime=28.77
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 59710 98253 0 2 400 34 2374 69 16 0 1 0 30191145 257630208 58230 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 62898 58230 373 3 0 59998 0
[pid=22054] ppid=22035 vsize=176188 CPUtime=1568.05
/proc/22054/stat : 22054 (minisat) R 22035 22035 21826 0 -1 0 43751 0 0 0 156746 59 0 0 25 0 1 0 30194052 180416512 42512 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/22054/statm: 44047 42512 52 112 0 43931 0
Current children cumulated CPU time (s) 1596.82
Current children cumulated vsize (KiB) 427780

[startup+1664.63 s]
/proc/loadavg: 2.00 2.00 1.82 3/89 22056
/proc/meminfo: memFree=1185240/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=251592 CPUtime=28.77
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 59710 98253 0 2 400 34 2374 69 16 0 1 0 30191145 257630208 58230 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 62898 58230 373 3 0 59998 0
[pid=22054] ppid=22035 vsize=179304 CPUtime=1627.86
/proc/22054/stat : 22054 (minisat) R 22035 22035 21826 0 -1 0 44551 0 0 0 162726 60 0 0 25 0 1 0 30194052 183607296 43312 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22054/statm: 44826 43312 52 112 0 44710 0
Current children cumulated CPU time (s) 1656.63
Current children cumulated vsize (KiB) 430896

[startup+1724.63 s]
/proc/loadavg: 2.00 2.00 1.83 3/89 22056
/proc/meminfo: memFree=1178968/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=251592 CPUtime=28.77
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 59710 98253 0 2 400 34 2374 69 16 0 1 0 30191145 257630208 58230 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 62898 58230 373 3 0 59998 0
[pid=22054] ppid=22035 vsize=182660 CPUtime=1687.58
/proc/22054/stat : 22054 (minisat) R 22035 22035 21826 0 -1 0 45388 0 0 0 168696 62 0 0 25 0 1 0 30194052 187043840 44149 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22054/statm: 45665 44149 52 112 0 45549 0
Current children cumulated CPU time (s) 1716.35
Current children cumulated vsize (KiB) 434252

[startup+1784.73 s]
/proc/loadavg: 2.00 2.00 1.83 3/89 22056
/proc/meminfo: memFree=1173016/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=251592 CPUtime=28.77
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 59710 98253 0 2 400 34 2374 69 16 0 1 0 30191145 257630208 58230 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 62898 58230 373 3 0 59998 0
[pid=22054] ppid=22035 vsize=185844 CPUtime=1747.39
/proc/22054/stat : 22054 (minisat) R 22035 22035 21826 0 -1 0 46205 0 0 0 174676 63 0 0 25 0 1 0 30194052 190304256 44966 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/22054/statm: 46461 44966 52 112 0 46345 0
Current children cumulated CPU time (s) 1776.16
Current children cumulated vsize (KiB) 437436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.77 s]
/proc/loadavg: 2.00 2.00 1.83 2/82 22069
/proc/meminfo: memFree=1403208/2055920 swapFree=4192812/4192956
[pid=22035] ppid=22033 vsize=251592 CPUtime=28.77
/proc/22035/stat : 22035 (sugar) S 22033 22035 21826 0 -1 4194304 59710 98253 0 2 400 34 2374 69 16 0 1 0 30191145 257630208 58230 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22035/statm: 62898 58230 373 3 0 59998 0
[pid=22054] ppid=22035 vsize=187064 CPUtime=1771.32
/proc/22054/stat : 22054 (minisat) R 22035 22035 21826 0 -1 0 46510 0 0 0 177069 63 0 0 25 0 1 0 30194052 191553536 45271 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22054/statm: 46766 45271 52 112 0 46650 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 438656

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 22035 and gives childrusage.ru_utime.tv_sec=27 childrusage.ru_utime.tv_usec=749781 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=87834
CPU time returned by wait4() is 28.8376
while last known CPU time is 1800.14

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

Real time (s): 1809.84
CPU time (s): 1800.14
CPU user time (s): 1798.43
CPU system time (s): 1.71
CPU usage (%): 99.4642
Max. virtual memory (cumulated for all children) (KiB): 825064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.7498
system time used= 1.08783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158048
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= 3028
involuntary context switches= 3774

runsolver used 1.9897 s user time and 6.03108 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Mon Jan 29 20:26:12 UTC 2007


IDJOB= 219043
IDBENCH= 5275
IDSOLVER= 86
FILE ID= node20/219043-1170102371

PBS_JOBID= 3689763

Free space on /tmp= 66554 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  d0618c798d0e08d96dd944a8f7a18405

RANDOM SEED= 14319747

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.234
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.234
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:       1806400 kB
Buffers:         34300 kB
Cached:          65048 kB
SwapCached:          0 kB
Active:         151680 kB
Inactive:        51404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11188 kB
Writeback:           0 kB
Mapped:         129300 kB
Slab:            31132 kB
Committed_AS:   522860 kB
PageTables:       2208 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= 66556 MiB



End job on node20 on Mon Jan 29 20:56:22 UTC 2007