Trace number 1084045

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 v1.13+minisat? (TO) 1800.07 1817.16

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-2.xml
MD5SUMc461fd9f78bea6a7f910d09245157b44
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.11883
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints14950
Maximum constraint arity2
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14950
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 05:49:27 2008
0.00/0.05	c 0	PID 1786
0.04/0.05	c 0	HOST node10.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1084045-1215229767.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1084045-1215229767.xml' 'HOME/temp.csp'
1.26/1.32	c 1	1 domains, 200 variables, 2 predicates, 0 relations, 14950 constraints
1.26/1.37	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.37	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.30/1.45	c 1	Parsing HOME/temp.csp
1.30/1.89	c 2	parsed 10000 expressions
1.30/2.02	c 2	parsed 15153 expressions
1.30/2.02	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.30/2.02	c 2	Converting to clausal form CSP
2.21/2.38	c 2	converted 1516 (10%) expressions
2.40/2.58	c 3	converted 3031 (20%) expressions
2.60/2.72	c 3	converted 4546 (30%) expressions
2.80/2.95	c 3	converted 6062 (40%) expressions
2.91/3.09	c 3	converted 7577 (50%) expressions
3.10/3.23	c 3	converted 9092 (60%) expressions
3.40/3.54	c 4	converted 10608 (70%) expressions
3.49/3.68	c 4	converted 12123 (80%) expressions
3.69/3.84	c 4	converted 13638 (90%) expressions
3.79/3.98	c 4	converted 15153 (100%) expressions
3.79/3.98	c 4	CSP : 200 integers, 14850 booleans, 59500 clauses, largest domain size 100
3.79/3.98	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.79/3.98	c 4	Propagation in CSP
4.29/4.46	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.29/4.46	c 5	CSP : 200 integers, 14850 booleans, 59500 clauses, largest domain size 100
4.29/4.46	c 5	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.29/4.48	c 5	Simplifing CSP by introducing new Boolean variables
4.67/4.81	c 5	CSP : 200 integers, 74444 booleans, 119094 clauses, largest domain size 100
4.67/4.81	c 5	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.98/5.17	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.08/5.21	c 5	20 (10%) CSP integer variables are encoded (1960 clauses, 23354 bytes)
5.08/5.21	c 5	40 (20%) CSP integer variables are encoded (3920 clauses, 48834 bytes)
5.08/5.21	c 5	60 (30%) CSP integer variables are encoded (5880 clauses, 74314 bytes)
5.08/5.22	c 5	80 (40%) CSP integer variables are encoded (7840 clauses, 99794 bytes)
5.08/5.22	c 5	100 (50%) CSP integer variables are encoded (9800 clauses, 125274 bytes)
5.08/5.22	c 5	120 (60%) CSP integer variables are encoded (11760 clauses, 154478 bytes)
5.08/5.22	c 5	140 (70%) CSP integer variables are encoded (13720 clauses, 183878 bytes)
5.08/5.22	c 5	160 (80%) CSP integer variables are encoded (15680 clauses, 213278 bytes)
5.08/5.23	c 5	180 (90%) CSP integer variables are encoded (17640 clauses, 242678 bytes)
5.08/5.23	c 5	200 (100%) CSP integer variables are encoded (19600 clauses, 272078 bytes)
6.26/6.41	c 6	11910 (10%) CSP clauses are encoded (629846 clauses, 11938796 bytes)
7.36/7.55	c 8	23819 (20%) CSP clauses are encoded (1250573 clauses, 24536122 bytes)
8.54/8.72	c 9	35729 (30%) CSP clauses are encoded (1888877 clauses, 37513705 bytes)
9.72/9.93	c 10	47638 (40%) CSP clauses are encoded (2541964 clauses, 50851441 bytes)
10.90/11.18	c 11	59547 (50%) CSP clauses are encoded (3214569 clauses, 64617964 bytes)
12.18/12.46	c 13	71457 (60%) CSP clauses are encoded (3906705 clauses, 78866652 bytes)
13.47/13.79	c 14	83366 (70%) CSP clauses are encoded (4624988 clauses, 93725778 bytes)
14.95/15.20	c 15	95276 (80%) CSP clauses are encoded (5370488 clauses, 109589084 bytes)
16.34/16.69	c 17	107185 (90%) CSP clauses are encoded (6149537 clauses, 126635738 bytes)
17.92/18.26	c 18	119094 (100%) CSP clauses are encoded (6979594 clauses, 144804364 bytes)
17.92/18.26	c 18	119094 CSP clauses encoded
17.92/18.26	c 18	Writing map file : HOME/temp.map
17.92/18.28	c 18	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.92/18.28	c 18	SAT : 94244 SAT variables, 6979594 SAT clauses, 144804364 bytes
17.92/18.28	c 18	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.01/18.30	c 18	SOLVING HOME/temp.cnf
18.01/18.30	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.01/18.31	c 18	This is MiniSat 2.0 beta
18.01/18.31	c 18	WARNING: for repeatability, setting FPU to use double precision
18.01/18.31	c 18	============================[ Problem Statistics ]=============================
18.01/18.31	c 18	|                                                                             |
18.01/18.31	c 18	|  Number of variables:  94244                                                |
18.01/18.31	c 18	|  Number of clauses:    6979594                                              |
21.67/22.01	c 22	|  Parsing time:         3.22         s                                       |
21.86/22.21	c 22	============================[ Search Statistics ]==============================
21.86/22.21	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.86/22.21	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.86/22.21	c 22	===============================================================================
21.86/22.21	c 22	|         0 |   94241  6979591 20785029 |  2326530        0    nan |  0.000 % |
23.15/23.50	c 24	|       100 |   94241  6979591 20785029 |  2559183      100     24 |  0.003 % |
25.13/25.54	c 26	|       250 |   94241  6979591 20785029 |  2815101      250     35 |  0.003 % |
27.30/27.78	c 28	|       475 |   94241  6979591 20785029 |  3096611      475     35 |  0.003 % |
28.69/29.10	c 29	|       812 |   94241  6979591 20785029 |  3406273      812     37 |  0.003 % |
32.46/32.96	c 33	|      1319 |   94241  6979591 20785029 |  3746900     1319     43 |  0.003 % |
38.21/38.78	c 39	|      2079 |   94241  6979591 20785029 |  4121590     2079     69 |  0.003 % |
42.07/42.61	c 43	|      3218 |   94241  6979591 20785029 |  4533749     3218     54 |  0.003 % |
49.59/50.28	c 50	|      4927 |   94241  6979591 20785029 |  4987124     4927     81 |  0.003 % |
66.43/67.28	c 67	|      7490 |   94241  6979591 20785029 |  5485836     7490     82 |  0.003 % |
82.36/83.21	c 83	|     11334 |   94241  6979591 20785029 |  6034420    11334     75 |  0.003 % |
113.73/114.75	c 115	|     17100 |   94241  6979591 20785029 |  6637862    17100     91 |  0.003 % |
156.62/158.05	c 158	|     25749 |   94241  6979591 20785029 |  7301648    25749    104 |  0.003 % |
245.38/247.64	c 248	|     38723 |   94241  6979591 20785029 |  8031813    38723    125 |  0.003 % |
349.59/352.84	c 353	|     58184 |   94241  6979591 20785029 |  8834995    58184    111 |  0.003 % |
508.88/513.60	c 514	|     87376 |   94241  6979591 20785029 |  9718494    87376    107 |  0.003 % |
828.52/836.38	c 836	|    131166 |   94241  6979591 20785029 | 10690344   131166    126 |  0.003 % |
1136.10/1146.82	c 1147	|    196851 |   94241  6979591 20785029 | 11759378   196851    105 |  0.003 % |
1603.56/1618.70	c 1619	|    295378 |   94241  6979591 20785029 | 12935316   295378    102 |  0.003 % |
1800.00/1817.02	c ERROR INTERRUPTED
1800.00/1817.08	s UNKNOWN
1800.00/1817.08	c 1817	CPU 16.94 (0.03 0.01 16.91 1.07)
1800.00/1817.08	c 1817	END Sat Jul  5 06:19:44 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1084045-1215229767/watcher-1084045-1215229767 -o /tmp/evaluation-result-1084045-1215229767/solver-1084045-1215229767 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1084045-1215229767.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.50 2.28 2.10 4/81 1786
/proc/meminfo: memFree=1578776/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=3672 CPUtime=0
/proc/1786/stat : 1786 (sugar) R 1784 1786 1401 0 -1 4194304 54 0 0 0 0 0 0 0 20 0 1 0 2001951567 3760128 39 996147200 4194304 4206940 548682068608 18446744073709551615 214917214540 0 0 4096 0 0 0 0 17 1 0 0
/proc/1786/statm: 918 39 30 3 0 8 0

[startup+0.0522839 s]
/proc/loadavg: 2.50 2.28 2.10 4/81 1786
/proc/meminfo: memFree=1578776/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=0.04
/proc/1786/stat : 1786 (sugar) S 1784 1786 1401 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 2001951567 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101819 s]
/proc/loadavg: 2.50 2.28 2.10 4/81 1786
/proc/meminfo: memFree=1578776/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=0.04
/proc/1786/stat : 1786 (sugar) S 1784 1786 1401 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001951567 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301234 s]
/proc/loadavg: 2.50 2.28 2.10 4/81 1786
/proc/meminfo: memFree=1578776/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=0.04
/proc/1786/stat : 1786 (sugar) S 1784 1786 1401 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001951567 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701302 s]
/proc/loadavg: 2.50 2.28 2.10 4/81 1786
/proc/meminfo: memFree=1578776/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=0.04
/proc/1786/stat : 1786 (sugar) S 1784 1786 1401 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001951567 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5014 s]
/proc/loadavg: 2.50 2.28 2.10 5/92 1798
/proc/meminfo: memFree=1553536/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=1.3
/proc/1786/stat : 1786 (sugar) S 1784 1786 1401 0 -1 4194304 973 10971 0 1 3 1 118 8 16 0 1 0 2001951567 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 13600

[startup+3.10262 s]
/proc/loadavg: 2.50 2.28 2.10 3/92 1808
/proc/meminfo: memFree=1564864/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=1.3
/proc/1786/stat : 1786 (sugar) S 1784 1786 1401 0 -1 4194304 974 10971 0 1 3 1 118 8 15 0 1 0 2001951567 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 797 370 3 0 500 0
[pid=1799] ppid=1786 vsize=5356 CPUtime=0
/proc/1799/stat : 1799 (sh) S 1786 1786 1401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001951704 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1799/statm: 1339 233 193 169 0 50 0
[pid=1800] ppid=1799 vsize=868404 CPUtime=1.71
/proc/1800/stat : 1800 (java) S 1799 1786 1401 0 -1 0 10823 0 1 0 165 6 0 0 18 0 9 0 2001951704 889245696 9912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1800/statm: 217101 9912 2540 9 0 211676 0
[pid=1800/tid=1801] ppid=1799 vsize=868404 CPUtime=1.09
/proc/1800/task/1801/stat : 1801 (java) R 1799 1786 1401 0 -1 64 2783 0 1 0 107 2 0 0 23 0 9 0 2001951705 889245696 9912 996147200 134512640 134550740 4294955952 18446744073709551615 4126600831 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1802] ppid=1799 vsize=868404 CPUtime=0.4
/proc/1800/task/1802/stat : 1802 (java) S 1799 1786 1401 0 -1 64 5890 0 0 0 38 2 0 0 16 0 9 0 2001951706 889245696 9912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1803] ppid=1799 vsize=868404 CPUtime=0
/proc/1800/task/1803/stat : 1803 (java) S 1799 1786 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001951707 889245696 9912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1804] ppid=1799 vsize=868404 CPUtime=0
/proc/1800/task/1804/stat : 1804 (java) S 1799 1786 1401 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2001951707 889245696 9912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1805] ppid=1799 vsize=868404 CPUtime=0
/proc/1800/task/1805/stat : 1805 (java) S 1799 1786 1401 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001951709 889245696 9912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1806] ppid=1799 vsize=868404 CPUtime=0.18
/proc/1800/task/1806/stat : 1806 (java) S 1799 1786 1401 0 -1 64 1452 0 0 0 18 0 0 0 16 0 9 0 2001951709 889245696 9912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1807] ppid=1799 vsize=868404 CPUtime=0
/proc/1800/task/1807/stat : 1807 (java) S 1799 1786 1401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001951709 889245696 9912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1808] ppid=1799 vsize=868404 CPUtime=0
/proc/1800/task/1808/stat : 1808 (java) S 1799 1786 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001951709 889245696 9912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887360

[startup+6.30105 s]
/proc/loadavg: 2.62 2.31 2.11 3/92 1808
/proc/meminfo: memFree=1503744/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=1.3
/proc/1786/stat : 1786 (sugar) S 1784 1786 1401 0 -1 4194304 974 10971 0 1 3 1 118 8 15 0 1 0 2001951567 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 797 370 3 0 500 0
[pid=1799] ppid=1786 vsize=5356 CPUtime=0
/proc/1799/stat : 1799 (sh) S 1786 1786 1401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001951704 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1799/statm: 1339 233 193 169 0 50 0
[pid=1800] ppid=1799 vsize=868516 CPUtime=4.87
/proc/1800/stat : 1800 (java) S 1799 1786 1401 0 -1 0 21868 0 1 0 470 17 0 0 18 0 9 0 2001951704 889360384 20090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1800/statm: 217129 20090 2565 9 0 211676 0
[pid=1800/tid=1801] ppid=1799 vsize=868516 CPUtime=2.94
/proc/1800/task/1801/stat : 1801 (java) R 1799 1786 1401 0 -1 64 3371 0 1 0 286 8 0 0 25 0 9 0 2001951705 889360384 20090 996147200 134512640 134550740 4294955952 18446744073709551615 4126861935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1802] ppid=1799 vsize=868516 CPUtime=1.62
/proc/1800/task/1802/stat : 1802 (java) S 1799 1786 1401 0 -1 64 16304 0 0 0 156 6 0 0 16 0 9 0 2001951706 889360384 20090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1803] ppid=1799 vsize=868516 CPUtime=0
/proc/1800/task/1803/stat : 1803 (java) S 1799 1786 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001951707 889360384 20090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1804] ppid=1799 vsize=868516 CPUtime=0
/proc/1800/task/1804/stat : 1804 (java) S 1799 1786 1401 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2001951707 889360384 20090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1805] ppid=1799 vsize=868516 CPUtime=0
/proc/1800/task/1805/stat : 1805 (java) S 1799 1786 1401 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001951709 889360384 20090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1806] ppid=1799 vsize=868516 CPUtime=0.26
/proc/1800/task/1806/stat : 1806 (java) S 1799 1786 1401 0 -1 64 1495 0 0 0 26 0 0 0 16 0 9 0 2001951709 889360384 20090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1807] ppid=1799 vsize=868516 CPUtime=0
/proc/1800/task/1807/stat : 1807 (java) S 1799 1786 1401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001951709 889360384 20090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1808] ppid=1799 vsize=868516 CPUtime=0
/proc/1800/task/1808/stat : 1808 (java) S 1799 1786 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001951709 889360384 20090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887472

[startup+12.7029 s]
/proc/loadavg: 2.65 2.32 2.11 3/92 1808
/proc/meminfo: memFree=1386176/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=1.3
/proc/1786/stat : 1786 (sugar) S 1784 1786 1401 0 -1 4194304 974 10971 0 1 3 1 118 8 16 0 1 0 2001951567 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 797 370 3 0 500 0
[pid=1799] ppid=1786 vsize=5356 CPUtime=0
/proc/1799/stat : 1799 (sh) S 1786 1786 1401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001951704 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1799/statm: 1339 233 193 169 0 50 0
[pid=1800] ppid=1799 vsize=868516 CPUtime=11.18
/proc/1800/stat : 1800 (java) S 1799 1786 1401 0 -1 0 22241 0 1 0 1058 60 0 0 18 0 9 0 2001951704 889360384 20090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1800/statm: 217129 20090 2565 9 0 211676 0
[pid=1800/tid=1801] ppid=1799 vsize=868516 CPUtime=9.07
/proc/1800/task/1801/stat : 1801 (java) R 1799 1786 1401 0 -1 64 3744 0 1 0 858 49 0 0 25 0 9 0 2001951705 889360384 20090 996147200 134512640 134550740 4294955952 18446744073709551615 4126578727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1802] ppid=1799 vsize=868516 CPUtime=1.81
/proc/1800/task/1802/stat : 1802 (java) S 1799 1786 1401 0 -1 64 16304 0 0 0 172 9 0 0 16 0 9 0 2001951706 889360384 20090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1803] ppid=1799 vsize=868516 CPUtime=0
/proc/1800/task/1803/stat : 1803 (java) S 1799 1786 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001951707 889360384 20090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1804] ppid=1799 vsize=868516 CPUtime=0
/proc/1800/task/1804/stat : 1804 (java) S 1799 1786 1401 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2001951707 889360384 20090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1805] ppid=1799 vsize=868516 CPUtime=0
/proc/1800/task/1805/stat : 1805 (java) S 1799 1786 1401 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001951709 889360384 20090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1806] ppid=1799 vsize=868516 CPUtime=0.26
/proc/1800/task/1806/stat : 1806 (java) S 1799 1786 1401 0 -1 64 1495 0 0 0 26 0 0 0 16 0 9 0 2001951709 889360384 20090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1807] ppid=1799 vsize=868516 CPUtime=0
/proc/1800/task/1807/stat : 1807 (java) S 1799 1786 1401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001951709 889360384 20090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1800/tid=1808] ppid=1799 vsize=868516 CPUtime=0
/proc/1800/task/1808/stat : 1808 (java) S 1799 1786 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001951709 889360384 20090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887472

[startup+25.5016 s]
/proc/loadavg: 2.72 2.35 2.12 3/84 1810
/proc/meminfo: memFree=1080576/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=18.02
/proc/1786/stat : 1786 (sugar) S 1784 1786 1401 0 -1 4194304 1033 33838 0 2 3 1 1691 107 16 0 1 0 2001951567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 799 370 3 0 500 0
[pid=1809] ppid=1786 vsize=5356 CPUtime=0
/proc/1809/stat : 1809 (sh) S 1786 1786 1401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001953398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1809/statm: 1339 232 193 169 0 50 0
[pid=1810] ppid=1809 vsize=300660 CPUtime=7.11
/proc/1810/stat : 1810 (minisat) R 1809 1786 1401 0 -1 4194304 73795 0 0 0 662 49 0 0 25 0 1 0 2001953398 307875840 73757 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/1810/statm: 75165 73757 76 150 0 75012 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 319616

[startup+51.1011 s]
/proc/loadavg: 2.47 2.32 2.12 3/84 1810
/proc/meminfo: memFree=1053632/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=18.02
/proc/1786/stat : 1786 (sugar) S 1784 1786 1401 0 -1 4194304 1033 33838 0 2 3 1 1691 107 16 0 1 0 2001951567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 799 370 3 0 500 0
[pid=1809] ppid=1786 vsize=5356 CPUtime=0
/proc/1809/stat : 1809 (sh) S 1786 1786 1401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001953398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1809/statm: 1339 232 193 169 0 50 0
[pid=1810] ppid=1809 vsize=311076 CPUtime=32.46
/proc/1810/stat : 1810 (minisat) R 1809 1786 1401 0 -1 4194304 76368 0 0 0 3195 51 0 0 25 0 1 0 2001953398 318541824 76330 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/1810/statm: 77769 76330 76 150 0 77616 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 330032

[startup+102.307 s]
/proc/loadavg: 2.19 2.27 2.11 3/75 1948
/proc/meminfo: memFree=1203208/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=18.02
/proc/1786/stat : 1786 (sugar) S 1784 1786 1401 0 -1 4194304 1033 33838 0 2 3 1 1691 107 16 0 1 0 2001951567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1786/statm: 3400 799 370 3 0 500 0
[pid=1809] ppid=1786 vsize=5356 CPUtime=0
/proc/1809/stat : 1809 (sh) S 1786 1786 1401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001953398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1809/statm: 1339 232 193 169 0 50 0
[pid=1810] ppid=1809 vsize=313848 CPUtime=83.43
/proc/1810/stat : 1810 (minisat) R 1809 1786 1401 0 -1 4194304 77072 0 0 0 8289 54 0 0 25 0 1 0 2001953398 321380352 77034 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1810/statm: 78462 77034 76 150 0 78309 0

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

[pid=1809] ppid=1786 vsize=5356 CPUtime=0
/proc/1809/stat : 1809 (sh) S 1786 1786 1401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001953398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1809/statm: 1339 232 193 169 0 50 0
[pid=1810] ppid=1809 vsize=418192 CPUtime=1390.99
/proc/1810/stat : 1810 (minisat) R 1809 1786 1401 0 -1 4194304 103104 0 0 0 139009 90 0 0 25 0 1 0 2001953398 428228608 103066 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1810/statm: 104548 103066 76 150 0 104395 0
Current children cumulated CPU time (s) 1409.01
Current children cumulated vsize (KiB) 437148

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1997
/proc/meminfo: memFree=1079544/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=18.02
/proc/1786/stat : 1786 (sugar) S 1784 1786 1401 0 -1 4194304 1033 33838 0 2 3 1 1691 107 16 0 1 0 2001951567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 799 370 3 0 500 0
[pid=1809] ppid=1786 vsize=5356 CPUtime=0
/proc/1809/stat : 1809 (sh) S 1786 1786 1401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001953398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1809/statm: 1339 232 193 169 0 50 0
[pid=1810] ppid=1809 vsize=424132 CPUtime=1450.42
/proc/1810/stat : 1810 (minisat) R 1809 1786 1401 0 -1 4194304 104583 0 0 0 144950 92 0 0 25 0 1 0 2001953398 434311168 104545 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1810/statm: 106033 104545 76 150 0 105880 0
Current children cumulated CPU time (s) 1468.44
Current children cumulated vsize (KiB) 443088

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1997
/proc/meminfo: memFree=1074616/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=18.02
/proc/1786/stat : 1786 (sugar) S 1784 1786 1401 0 -1 4194304 1033 33838 0 2 3 1 1691 107 16 0 1 0 2001951567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 799 370 3 0 500 0
[pid=1809] ppid=1786 vsize=5356 CPUtime=0
/proc/1809/stat : 1809 (sh) S 1786 1786 1401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001953398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1809/statm: 1339 232 193 169 0 50 0
[pid=1810] ppid=1809 vsize=428884 CPUtime=1509.86
/proc/1810/stat : 1810 (minisat) R 1809 1786 1401 0 -1 4194304 105791 0 0 0 150893 93 0 0 25 0 1 0 2001953398 439177216 105753 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/1810/statm: 107221 105753 76 150 0 107068 0
Current children cumulated CPU time (s) 1527.88
Current children cumulated vsize (KiB) 447840

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1997
/proc/meminfo: memFree=1069816/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=18.02
/proc/1786/stat : 1786 (sugar) S 1784 1786 1401 0 -1 4194304 1033 33838 0 2 3 1 1691 107 16 0 1 0 2001951567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 799 370 3 0 500 0
[pid=1809] ppid=1786 vsize=5356 CPUtime=0
/proc/1809/stat : 1809 (sh) S 1786 1786 1401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001953398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1809/statm: 1339 232 193 169 0 50 0
[pid=1810] ppid=1809 vsize=433636 CPUtime=1569.29
/proc/1810/stat : 1810 (minisat) R 1809 1786 1401 0 -1 4194304 107002 0 0 0 156835 94 0 0 25 0 1 0 2001953398 444043264 106964 996147200 134512640 135127466 4294956256 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 1 0 0
/proc/1810/statm: 108409 106964 76 150 0 108256 0
Current children cumulated CPU time (s) 1587.31
Current children cumulated vsize (KiB) 452592

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1997
/proc/meminfo: memFree=1066488/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=18.02
/proc/1786/stat : 1786 (sugar) S 1784 1786 1401 0 -1 4194304 1033 33838 0 2 3 1 1691 107 16 0 1 0 2001951567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 799 370 3 0 500 0
[pid=1809] ppid=1786 vsize=5356 CPUtime=0
/proc/1809/stat : 1809 (sh) S 1786 1786 1401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001953398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1809/statm: 1339 232 193 169 0 50 0
[pid=1810] ppid=1809 vsize=436952 CPUtime=1628.73
/proc/1810/stat : 1810 (minisat) R 1809 1786 1401 0 -1 4194304 107834 0 0 0 162778 95 0 0 25 0 1 0 2001953398 447438848 107796 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1810/statm: 109238 107796 76 150 0 109085 0
Current children cumulated CPU time (s) 1646.75
Current children cumulated vsize (KiB) 455908

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1997
/proc/meminfo: memFree=1062456/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=18.02
/proc/1786/stat : 1786 (sugar) S 1784 1786 1401 0 -1 4194304 1033 33838 0 2 3 1 1691 107 16 0 1 0 2001951567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 799 370 3 0 500 0
[pid=1809] ppid=1786 vsize=5356 CPUtime=0
/proc/1809/stat : 1809 (sh) S 1786 1786 1401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001953398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1809/statm: 1339 232 193 169 0 50 0
[pid=1810] ppid=1809 vsize=441652 CPUtime=1688.17
/proc/1810/stat : 1810 (minisat) R 1809 1786 1401 0 -1 4194304 108853 0 0 0 168721 96 0 0 25 0 1 0 2001953398 452251648 108815 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1810/statm: 110413 108815 76 150 0 110260 0
Current children cumulated CPU time (s) 1706.19
Current children cumulated vsize (KiB) 460608

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1997
/proc/meminfo: memFree=1058616/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=18.02
/proc/1786/stat : 1786 (sugar) S 1784 1786 1401 0 -1 4194304 1033 33838 0 2 3 1 1691 107 16 0 1 0 2001951567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 799 370 3 0 500 0
[pid=1809] ppid=1786 vsize=5356 CPUtime=0
/proc/1809/stat : 1809 (sh) S 1786 1786 1401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001953398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1809/statm: 1339 232 193 169 0 50 0
[pid=1810] ppid=1809 vsize=445348 CPUtime=1747.6
/proc/1810/stat : 1810 (minisat) R 1809 1786 1401 0 -1 4194304 109776 0 0 0 174663 97 0 0 25 0 1 0 2001953398 456036352 109738 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1810/statm: 111337 109738 76 150 0 111184 0
Current children cumulated CPU time (s) 1765.62
Current children cumulated vsize (KiB) 464304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1997
/proc/meminfo: memFree=1055544/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=18.02
/proc/1786/stat : 1786 (sugar) S 1784 1786 1401 0 -1 4194304 1033 33838 0 2 3 1 1691 107 16 0 1 0 2001951567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 799 370 3 0 500 0
[pid=1809] ppid=1786 vsize=5356 CPUtime=0
/proc/1809/stat : 1809 (sh) S 1786 1786 1401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001953398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1809/statm: 1339 232 193 169 0 50 0
[pid=1810] ppid=1809 vsize=448384 CPUtime=1781.98
/proc/1810/stat : 1810 (minisat) R 1809 1786 1401 0 -1 4194304 110536 0 0 0 178100 98 0 0 25 0 1 0 2001953398 459145216 110498 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/1810/statm: 112096 110498 76 150 0 111943 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 467340

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

[startup+1817 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1997
/proc/meminfo: memFree=1055544/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=18.02
/proc/1786/stat : 1786 (sugar) S 1784 1786 1401 0 -1 4194304 1033 33838 0 2 3 1 1691 107 16 0 1 0 2001951567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1786/statm: 3400 799 370 3 0 500 0
[pid=1809] ppid=1786 vsize=5356 CPUtime=0
/proc/1809/stat : 1809 (sh) S 1786 1786 1401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001953398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1809/statm: 1339 232 193 169 0 50 0
[pid=1810] ppid=1809 vsize=448384 CPUtime=1781.98
/proc/1810/stat : 1810 (minisat) R 1809 1786 1401 0 -1 4194304 110536 0 0 0 178100 98 0 0 25 0 1 0 2001953398 459145216 110498 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/1810/statm: 112096 110498 76 150 0 111943 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 467340

# WARNING:
# current cumulated CPU time (18.06 s) is less than in the last sample (1800 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1781.94 s) to the 'lost time'.

[startup+1817.12 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 1998
/proc/meminfo: memFree=1587576/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=18.06
/proc/1786/stat : 1786 (sugar) R 1784 1786 1401 0 -1 4194304 1070 34115 0 2 3 5 1691 107 16 0 1 0 2001951567 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1786/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 18.06
Current children cumulated vsize (KiB) 13600

Solver just ended. Dumping a history of the last processes samples

[startup+1817.12 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 1998
/proc/meminfo: memFree=1587576/2055920 swapFree=4179464/4192956
[pid=1786] ppid=1784 vsize=13600 CPUtime=18.06
/proc/1786/stat : 1786 (sugar) R 1784 1786 1401 0 -1 4194304 1070 34115 0 2 3 5 1691 107 16 0 1 0 2001951567 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1786/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 18.06
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1781.94
#  lost CPU user time (s): 1781
#  lost CPU system time (s): 0.94

Real time (s): 1817.16
CPU time (s): 1800.07
CPU user time (s): 1797.95
CPU system time (s): 2.11182
CPU usage (%): 99.0592
Max. virtual memory (cumulated for all children) (KiB): 888364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.9534
system time used= 1.17182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35216
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= 8531
involuntary context switches= 9047

runsolver used 1.86772 second user time and 6.40103 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-05 05:49:27
IDJOB=1084045
IDBENCH=57522
IDSOLVER=346
FILE ID=node10/1084045-1215229767
PBS_JOBID= 7881893
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-2.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1084045-1215229767/watcher-1084045-1215229767 -o /tmp/evaluation-result-1084045-1215229767/solver-1084045-1215229767 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1084045-1215229767.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c461fd9f78bea6a7f910d09245157b44
RANDOM SEED=253090384

node10.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.229
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.229
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:       1579256 kB
Buffers:         73496 kB
Cached:         253184 kB
SwapCached:       7540 kB
Active:         297656 kB
Inactive:       119324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1579256 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            3116 kB
Writeback:           0 kB
Mapped:         106884 kB
Slab:            44552 kB
Committed_AS:  4158512 kB
PageTables:       2180 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= 66508 MiB
End job on node10 at 2008-07-05 06:19:46