Trace number 1078329

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.02 1814.52

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-41_ext.xml
MD5SUM3041a3ef4ef8ba4a0b9d098f8d6784fb
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark23.5124
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 23:21:56 2008
0.00/0.04	c 0	PID 1139
0.00/0.05	c 0	HOST node27.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1078329-1215206516.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078329-1215206516.xml' 'HOME/temp.csp'
0.03/0.96	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.03/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.98	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'
0.94/1.07	c 1	Parsing HOME/temp.csp
2.13/2.22	c 2	parsed 141 expressions
2.13/2.22	c 2	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.13/2.22	c 2	Converting to clausal form CSP
2.13/2.24	c 2	converted 15 (10%) expressions
2.32/2.42	c 2	converted 29 (20%) expressions
2.32/2.42	c 2	converted 43 (30%) expressions
2.32/2.42	c 2	converted 57 (40%) expressions
2.32/2.45	c 2	converted 71 (50%) expressions
2.42/2.50	c 3	converted 85 (60%) expressions
2.52/2.62	c 3	converted 99 (70%) expressions
2.62/2.75	c 3	converted 113 (80%) expressions
2.91/3.06	c 3	converted 127 (90%) expressions
3.12/3.24	c 3	converted 141 (100%) expressions
3.12/3.24	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.12/3.24	c 3	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.12/3.24	c 3	Propagation in CSP
3.12/3.24	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.12/3.24	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.12/3.24	c 3	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.12/3.24	c 3	Simplifing CSP by introducing new Boolean variables
3.12/3.24	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.12/3.24	c 3	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.21/3.36	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.21/3.37	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.21/3.37	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.21/3.38	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.21/3.38	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.21/3.38	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.21/3.38	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.21/3.38	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.21/3.38	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.21/3.39	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.21/3.39	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.40/3.58	c 4	6 (10%) CSP clauses are encoded (11183 clauses, 249317 bytes)
3.60/3.72	c 4	12 (20%) CSP clauses are encoded (22034 clauses, 502780 bytes)
3.70/3.86	c 4	18 (30%) CSP clauses are encoded (32833 clauses, 767892 bytes)
3.89/4.00	c 4	24 (40%) CSP clauses are encoded (43656 clauses, 1033931 bytes)
4.00/4.14	c 4	30 (50%) CSP clauses are encoded (54486 clauses, 1302690 bytes)
4.10/4.27	c 4	36 (60%) CSP clauses are encoded (65312 clauses, 1580168 bytes)
4.30/4.41	c 4	42 (70%) CSP clauses are encoded (76111 clauses, 1864933 bytes)
4.40/4.55	c 5	48 (80%) CSP clauses are encoded (86918 clauses, 2154252 bytes)
4.50/4.68	c 5	54 (90%) CSP clauses are encoded (97725 clauses, 2443349 bytes)
4.70/4.82	c 5	60 (100%) CSP clauses are encoded (108483 clauses, 2731554 bytes)
4.70/4.82	c 5	60 CSP clauses encoded
4.70/4.82	c 5	Writing map file : HOME/temp.map
4.70/4.82	c 5	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.70/4.82	c 5	SAT : 380 SAT variables, 108483 SAT clauses, 2731554 bytes
4.70/4.82	c 5	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.70/4.85	c 5	SOLVING HOME/temp.cnf
4.70/4.85	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.70/4.85	c 5	This is MiniSat 2.0 beta
4.70/4.85	c 5	WARNING: for repeatability, setting FPU to use double precision
4.70/4.85	c 5	============================[ Problem Statistics ]=============================
4.70/4.85	c 5	|                                                                             |
4.70/4.85	c 5	|  Number of variables:  380                                                  |
4.70/4.85	c 5	|  Number of clauses:    108483                                               |
4.75/4.93	c 5	|  Parsing time:         0.06         s                                       |
4.75/4.93	c 5	============================[ Search Statistics ]==============================
4.75/4.94	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.75/4.94	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.75/4.94	c 5	===============================================================================
4.75/4.94	c 5	|         0 |     380   108483   595674 |    36161        0    nan |  0.000 % |
4.75/5.02	c 5	|       100 |     380   108483   595674 |    39777      100     11 |  0.001 % |
4.75/5.10	c 5	|       254 |     380   108483   595674 |    43754      254     12 |  0.012 % |
4.75/5.21	c 5	|       479 |     380   108483   595674 |    48130      479     11 |  0.013 % |
4.75/5.32	c 5	|       816 |     380   108483   595674 |    52943      816     11 |  0.011 % |
5.38/5.58	c 6	|      1322 |     380   108483   595674 |    58237     1322     11 |  0.010 % |
5.77/5.92	c 6	|      2081 |     380   108483   595674 |    64061     2081     12 |  0.011 % |
6.17/6.30	c 6	|      3220 |     380   108483   595674 |    70467     3220     12 |  0.013 % |
6.86/7.01	c 7	|      4930 |     380   108483   595674 |    77514     4930     12 |  0.013 % |
7.86/8.10	c 8	|      7493 |     380   108483   595674 |    85265     7493     12 |  0.013 % |
9.93/10.17	c 10	|     11337 |     380   108483   595674 |    93792    11337     12 |  0.014 % |
13.10/13.31	c 13	|     17103 |     380   108483   595674 |   103171    17103     12 |  0.015 % |
18.05/18.33	c 18	|     25752 |     380   108483   595674 |   113488    25752     13 |  0.015 % |
25.68/26.09	c 26	|     38727 |     380   108483   595674 |   124837    38727     14 |  0.012 % |
41.52/42.08	c 42	|     58190 |     380   108483   595674 |   137321    58190     14 |  0.014 % |
67.97/68.75	c 69	|     87383 |     380   108483   595674 |   151053    87383     15 |  0.005 % |
122.25/123.60	c 124	|    131172 |     380   108483   595674 |   166158   131172     16 |  0.010 % |
201.49/203.57	c 204	|    196856 |     380   108483   595674 |   182774    47069     16 |  0.010 % |
314.60/317.71	c 318	|    295382 |     379   107968   593273 |   201052    69951     15 |  0.264 % |
534.69/539.97	c 540	|    443171 |     379   107968   593273 |   221157    37844     16 |  0.265 % |
836.50/844.68	c 845	|    664855 |     379   107968   593273 |   243273    56670     18 |  0.275 % |
1345.48/1357.79	c 1358	|    997380 |     376   105791   581978 |   267600   111566     18 |  1.053 % |
1800.02/1814.51	c 1815	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1814.51	c 1815	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.02/1814.52	c ERROR INTERRUPTED
1800.02/1814.52	s UNKNOWN
1800.02/1814.52	c 1815	CPU 4.56 (0.04 0.01 4.52 0.19)
1800.02/1814.52	c 1815	END Fri Jul  4 23:52:11 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-1078329-1215206516/watcher-1078329-1215206516 -o /tmp/evaluation-result-1078329-1215206516/solver-1078329-1215206516 -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-1078329-1215206516.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.00 2.01 2.00 4/73 1139
/proc/meminfo: memFree=1229376/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=12132 CPUtime=0
/proc/1139/stat : 1139 (sugar) R 1137 1139 380 0 -1 4194304 279 0 0 0 0 0 0 0 20 0 1 0 132321720 12423168 247 996147200 4194304 4206940 548682068608 18446744073709551615 233606614852 0 0 4224 0 0 0 0 17 1 0 0
/proc/1139/statm: 3033 247 186 3 0 133 0

[startup+0.00799694 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 1139
/proc/meminfo: memFree=1229376/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=12268 CPUtime=0
/proc/1139/stat : 1139 (sugar) R 1137 1139 380 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 132321720 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233588882021 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/1139/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101979 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 1139
/proc/meminfo: memFree=1229376/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=0.03
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 132321720 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301998 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 1139
/proc/meminfo: memFree=1229376/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=0.03
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 132321720 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701041 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 1139
/proc/meminfo: memFree=1229376/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=0.03
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 132321720 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50112 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 1154
/proc/meminfo: memFree=1224480/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=0.94
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 973 6988 0 1 3 0 85 6 15 0 1 0 132321720 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 797 370 3 0 500 0
[pid=1152] ppid=1139 vsize=5356 CPUtime=0
/proc/1152/stat : 1152 (sh) S 1139 1139 380 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 132321819 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1152/statm: 1339 233 193 169 0 50 0
[pid=1153] ppid=1152 vsize=864044 CPUtime=0.49
/proc/1153/stat : 1153 (java) S 1152 1139 380 0 -1 0 6413 0 1 0 46 3 0 0 20 0 9 0 132321819 884781056 5707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1153/statm: 216011 5707 2532 9 0 210593 0
[pid=1153/tid=1154] ppid=1152 vsize=864044 CPUtime=0.32
/proc/1153/task/1154/stat : 1154 (java) R 1152 1139 380 0 -1 64 2457 0 1 0 31 1 0 0 25 0 9 0 132321820 884781056 5707 996147200 134512640 134550740 4294955952 18446744073709551615 4126413673 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883000

[startup+3.10228 s]
/proc/loadavg: 2.00 2.01 2.00 4/84 1161
/proc/meminfo: memFree=1201192/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=0.94
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 973 6988 0 1 3 0 85 6 15 0 1 0 132321720 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 797 370 3 0 500 0
[pid=1152] ppid=1139 vsize=5356 CPUtime=0
/proc/1152/stat : 1152 (sh) S 1139 1139 380 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 132321819 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1152/statm: 1339 233 193 169 0 50 0
[pid=1153] ppid=1152 vsize=864348 CPUtime=2.07
/proc/1153/stat : 1153 (java) S 1152 1139 380 0 -1 0 14607 0 1 0 200 7 0 0 20 0 9 0 132321819 885092352 13860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1153/statm: 216087 13860 2540 9 0 210662 0
[pid=1153/tid=1154] ppid=1152 vsize=864348 CPUtime=1.04
/proc/1153/task/1154/stat : 1154 (java) R 1152 1139 380 0 -1 64 3185 0 1 0 103 1 0 0 25 0 9 0 132321820 885092352 13860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1153/tid=1155] ppid=1152 vsize=864348 CPUtime=0.94
/proc/1153/task/1155/stat : 1155 (java) R 1152 1139 380 0 -1 64 10404 0 0 0 90 4 0 0 17 0 9 0 132321822 885092352 13860 996147200 134512640 134550740 4294955952 18446744073709551615 102723212 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1153/tid=1156] ppid=1152 vsize=864348 CPUtime=0
/proc/1153/task/1156/stat : 1156 (java) S 1152 1139 380 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 132321822 885092352 13860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1153/tid=1157] ppid=1152 vsize=864348 CPUtime=0
/proc/1153/task/1157/stat : 1157 (java) S 1152 1139 380 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 132321822 885092352 13860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1153/tid=1158] ppid=1152 vsize=864348 CPUtime=0
/proc/1153/task/1158/stat : 1158 (java) S 1152 1139 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 132321824 885092352 13860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1153/tid=1159] ppid=1152 vsize=864348 CPUtime=0.05
/proc/1153/task/1159/stat : 1159 (java) S 1152 1139 380 0 -1 64 321 0 0 0 5 0 0 0 16 0 9 0 132321824 885092352 13860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1153/tid=1160] ppid=1152 vsize=864348 CPUtime=0
/proc/1153/task/1160/stat : 1160 (java) S 1152 1139 380 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 132321824 885092352 13860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1153/tid=1161] ppid=1152 vsize=864348 CPUtime=0
/proc/1153/task/1161/stat : 1161 (java) S 1152 1139 380 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 132321824 885092352 13860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883304

[startup+6.30161 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 1163
/proc/meminfo: memFree=1215080/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=4.75
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 1031 23070 0 2 4 1 452 18 15 0 1 0 132321720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 798 370 3 0 500 0
[pid=1162] ppid=1139 vsize=5356 CPUtime=0
/proc/1162/stat : 1162 (sh) S 1139 1139 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132322206 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1339 232 193 169 0 50 0
[pid=1163] ppid=1162 vsize=8452 CPUtime=1.42
/proc/1163/stat : 1163 (minisat) R 1162 1139 380 0 -1 4194304 1995 0 0 0 142 0 0 0 25 0 1 0 132322206 8654848 1981 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/1163/statm: 2113 1981 75 150 0 1960 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 27408

[startup+12.7023 s]
/proc/loadavg: 2.08 2.03 2.01 3/76 1163
/proc/meminfo: memFree=1213872/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=4.75
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 1031 23070 0 2 4 1 452 18 16 0 1 0 132321720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 798 370 3 0 500 0
[pid=1162] ppid=1139 vsize=5356 CPUtime=0
/proc/1162/stat : 1162 (sh) S 1139 1139 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132322206 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1339 232 193 169 0 50 0
[pid=1163] ppid=1162 vsize=9560 CPUtime=7.75
/proc/1163/stat : 1163 (minisat) R 1162 1139 380 0 -1 4194304 2284 0 0 0 774 1 0 0 25 0 1 0 132322206 9789440 2270 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1163/statm: 2390 2270 75 150 0 2237 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 28516

[startup+25.5016 s]
/proc/loadavg: 2.06 2.03 2.00 3/76 1163
/proc/meminfo: memFree=1212016/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=4.75
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 1031 23070 0 2 4 1 452 18 16 0 1 0 132321720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 798 370 3 0 500 0
[pid=1162] ppid=1139 vsize=5356 CPUtime=0
/proc/1162/stat : 1162 (sh) S 1139 1139 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132322206 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1339 232 193 169 0 50 0
[pid=1163] ppid=1162 vsize=11632 CPUtime=20.43
/proc/1163/stat : 1163 (minisat) R 1162 1139 380 0 -1 4194304 2789 0 0 0 2041 2 0 0 25 0 1 0 132322206 11911168 2775 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1163/statm: 2908 2775 75 150 0 2755 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 30588

[startup+51.1012 s]
/proc/loadavg: 2.04 2.02 2.00 3/76 1163
/proc/meminfo: memFree=1209072/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=4.75
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 1031 23070 0 2 4 1 452 18 16 0 1 0 132321720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 798 370 3 0 500 0
[pid=1162] ppid=1139 vsize=5356 CPUtime=0
/proc/1162/stat : 1162 (sh) S 1139 1139 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132322206 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1339 232 193 169 0 50 0
[pid=1163] ppid=1162 vsize=14760 CPUtime=45.78
/proc/1163/stat : 1163 (minisat) R 1162 1139 380 0 -1 4194304 3538 0 0 0 4575 3 0 0 25 0 1 0 132322206 15114240 3524 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1163/statm: 3690 3524 75 150 0 3537 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 33716

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 3/76 1163
/proc/meminfo: memFree=1204144/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=4.75
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 1031 23070 0 2 4 1 452 18 16 0 1 0 132321720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 798 370 3 0 500 0
[pid=1162] ppid=1139 vsize=5356 CPUtime=0
/proc/1162/stat : 1162 (sh) S 1139 1139 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132322206 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1339 232 193 169 0 50 0
[pid=1163] ppid=1162 vsize=19648 CPUtime=96.51
/proc/1163/stat : 1163 (minisat) R 1162 1139 380 0 -1 4194304 4761 0 0 0 9646 5 0 0 25 0 1 0 132322206 20119552 4747 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/1163/statm: 4912 4747 75 150 0 4759 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 38604

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 1163
/proc/meminfo: memFree=1198064/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=4.75
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 1031 23070 0 2 4 1 452 18 16 0 1 0 132321720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 798 370 3 0 500 0
[pid=1162] ppid=1139 vsize=5356 CPUtime=0
/proc/1162/stat : 1162 (sh) S 1139 1139 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132322206 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1339 232 193 169 0 50 0
[pid=1163] ppid=1162 vsize=23544 CPUtime=155.93
/proc/1163/stat : 1163 (minisat) R 1162 1139 380 0 -1 4194304 5713 0 0 0 15587 6 0 0 25 0 1 0 132322206 24109056 5699 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1163/statm: 5886 5699 75 150 0 5733 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 42500

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 1163
/proc/meminfo: memFree=1192752/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=4.75
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 1031 23070 0 2 4 1 452 18 16 0 1 0 132321720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 798 370 3 0 500 0

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

/proc/meminfo: memFree=557856/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=4.75
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 1031 23070 0 2 4 1 452 18 16 0 1 0 132321720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 798 370 3 0 500 0
[pid=1162] ppid=1139 vsize=5356 CPUtime=0
/proc/1162/stat : 1162 (sh) S 1139 1139 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132322206 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1339 232 193 169 0 50 0
[pid=1163] ppid=1162 vsize=38484 CPUtime=1345.31
/proc/1163/stat : 1163 (minisat) R 1162 1139 380 0 -1 4194304 9298 0 0 0 134516 15 0 0 25 0 1 0 132322206 39407616 9284 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1163/statm: 9621 9284 75 150 0 9468 0
Current children cumulated CPU time (s) 1350.06
Current children cumulated vsize (KiB) 57440

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 1291
/proc/meminfo: memFree=557408/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=4.75
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 1031 23070 0 2 4 1 452 18 16 0 1 0 132321720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 798 370 3 0 500 0
[pid=1162] ppid=1139 vsize=5356 CPUtime=0
/proc/1162/stat : 1162 (sh) S 1139 1139 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132322206 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1339 232 193 169 0 50 0
[pid=1163] ppid=1162 vsize=38948 CPUtime=1405.02
/proc/1163/stat : 1163 (minisat) R 1162 1139 380 0 -1 4194304 9394 0 0 0 140487 15 0 0 25 0 1 0 132322206 39882752 9380 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1163/statm: 9737 9380 75 150 0 9584 0
Current children cumulated CPU time (s) 1409.77
Current children cumulated vsize (KiB) 57904

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 1291
/proc/meminfo: memFree=557280/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=4.75
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 1031 23070 0 2 4 1 452 18 16 0 1 0 132321720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 798 370 3 0 500 0
[pid=1162] ppid=1139 vsize=5356 CPUtime=0
/proc/1162/stat : 1162 (sh) S 1139 1139 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132322206 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1339 232 193 169 0 50 0
[pid=1163] ppid=1162 vsize=39232 CPUtime=1464.72
/proc/1163/stat : 1163 (minisat) R 1162 1139 380 0 -1 4194304 9458 0 0 0 146457 15 0 0 25 0 1 0 132322206 40173568 9444 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1163/statm: 9808 9444 75 150 0 9655 0
Current children cumulated CPU time (s) 1469.47
Current children cumulated vsize (KiB) 58188

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 1291
/proc/meminfo: memFree=556832/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=4.75
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 1031 23070 0 2 4 1 452 18 16 0 1 0 132321720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 798 370 3 0 500 0
[pid=1162] ppid=1139 vsize=5356 CPUtime=0
/proc/1162/stat : 1162 (sh) S 1139 1139 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132322206 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1339 232 193 169 0 50 0
[pid=1163] ppid=1162 vsize=39716 CPUtime=1524.42
/proc/1163/stat : 1163 (minisat) R 1162 1139 380 0 -1 4194304 9575 0 0 0 152427 15 0 0 25 0 1 0 132322206 40669184 9561 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1163/statm: 9929 9561 75 150 0 9776 0
Current children cumulated CPU time (s) 1529.17
Current children cumulated vsize (KiB) 58672

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1291
/proc/meminfo: memFree=556704/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=4.75
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 1031 23070 0 2 4 1 452 18 16 0 1 0 132321720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 798 370 3 0 500 0
[pid=1162] ppid=1139 vsize=5356 CPUtime=0
/proc/1162/stat : 1162 (sh) S 1139 1139 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132322206 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1339 232 193 169 0 50 0
[pid=1163] ppid=1162 vsize=39904 CPUtime=1584.13
/proc/1163/stat : 1163 (minisat) R 1162 1139 380 0 -1 4194304 9610 0 0 0 158398 15 0 0 25 0 1 0 132322206 40861696 9596 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1163/statm: 9976 9596 75 150 0 9823 0
Current children cumulated CPU time (s) 1588.88
Current children cumulated vsize (KiB) 58860

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1291
/proc/meminfo: memFree=556128/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=4.75
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 1031 23070 0 2 4 1 452 18 16 0 1 0 132321720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 798 370 3 0 500 0
[pid=1162] ppid=1139 vsize=5356 CPUtime=0
/proc/1162/stat : 1162 (sh) S 1139 1139 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132322206 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1339 232 193 169 0 50 0
[pid=1163] ppid=1162 vsize=40396 CPUtime=1643.83
/proc/1163/stat : 1163 (minisat) R 1162 1139 380 0 -1 4194304 9761 0 0 0 164367 16 0 0 25 0 1 0 132322206 41365504 9747 996147200 134512640 135127466 4294956256 18446744073709551615 134530684 0 0 4096 3 0 0 0 17 0 0 0
/proc/1163/statm: 10099 9747 75 150 0 9946 0
Current children cumulated CPU time (s) 1648.58
Current children cumulated vsize (KiB) 59352

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1291
/proc/meminfo: memFree=555616/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=4.75
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 1031 23070 0 2 4 1 452 18 16 0 1 0 132321720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 798 370 3 0 500 0
[pid=1162] ppid=1139 vsize=5356 CPUtime=0
/proc/1162/stat : 1162 (sh) S 1139 1139 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132322206 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1339 232 193 169 0 50 0
[pid=1163] ppid=1162 vsize=40924 CPUtime=1703.54
/proc/1163/stat : 1163 (minisat) R 1162 1139 380 0 -1 4194304 9872 0 0 0 170338 16 0 0 25 0 1 0 132322206 41906176 9858 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/1163/statm: 10231 9858 75 150 0 10078 0
Current children cumulated CPU time (s) 1708.29
Current children cumulated vsize (KiB) 59880

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1291
/proc/meminfo: memFree=555168/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=4.75
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 1031 23070 0 2 4 1 452 18 16 0 1 0 132321720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 798 370 3 0 500 0
[pid=1162] ppid=1139 vsize=5356 CPUtime=0
/proc/1162/stat : 1162 (sh) S 1139 1139 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132322206 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1339 232 193 169 0 50 0
[pid=1163] ppid=1162 vsize=41240 CPUtime=1763.24
/proc/1163/stat : 1163 (minisat) R 1162 1139 380 0 -1 4194304 9942 0 0 0 176308 16 0 0 25 0 1 0 132322206 42229760 9928 996147200 134512640 135127466 4294956256 18446744073709551615 134528424 0 0 4096 3 0 0 0 17 0 0 0
/proc/1163/statm: 10310 9928 75 150 0 10157 0
Current children cumulated CPU time (s) 1767.99
Current children cumulated vsize (KiB) 60196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1293
/proc/meminfo: memFree=554720/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=4.75
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 1031 23070 0 2 4 1 452 18 16 0 1 0 132321720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 798 370 3 0 500 0
[pid=1162] ppid=1139 vsize=5356 CPUtime=0
/proc/1162/stat : 1162 (sh) S 1139 1139 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132322206 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1339 232 193 169 0 50 0
[pid=1163] ppid=1162 vsize=41524 CPUtime=1795.27
/proc/1163/stat : 1163 (minisat) R 1162 1139 380 0 -1 4194304 10019 0 0 0 179511 16 0 0 25 0 1 0 132322206 42520576 10005 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1163/statm: 10381 10005 75 150 0 10228 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 60480

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

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

[startup+1814.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1293
/proc/meminfo: memFree=554720/2055920 swapFree=4192812/4192956
[pid=1139] ppid=1137 vsize=13600 CPUtime=4.75
/proc/1139/stat : 1139 (sugar) S 1137 1139 380 0 -1 4194304 1031 23070 0 2 4 1 452 18 16 0 1 0 132321720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1139/statm: 3400 798 370 3 0 500 0
[pid=1162] ppid=1139 vsize=5356 CPUtime=0
/proc/1162/stat : 1162 (sh) S 1139 1139 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132322206 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1339 232 193 169 0 50 0
[pid=1163] ppid=1162 vsize=41524 CPUtime=1795.27
/proc/1163/stat : 1163 (minisat) R 1162 1139 380 0 -1 4194304 10019 0 0 0 179511 16 0 0 25 0 1 0 132322206 42520576 10005 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1163/statm: 10381 10005 75 150 0 10228 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 60480

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1139 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=562306
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=209968
# CPU time returned by wait4() is 4.77227
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.52
CPU time (s): 1800.02
CPU user time (s): 1799.67
CPU system time (s): 0.35
CPU usage (%): 99.2007
Max. virtual memory (cumulated for all children) (KiB): 883416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.56231
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24543
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= 2384
involuntary context switches= 2246

runsolver used 2.11668 second user time and 6.14607 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-04 23:21:56
IDJOB=1078329
IDBENCH=56778
IDSOLVER=346
FILE ID=node27/1078329-1215206516
PBS_JOBID= 7881712
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-41_ext.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-1078329-1215206516/watcher-1078329-1215206516 -o /tmp/evaluation-result-1078329-1215206516/solver-1078329-1215206516 -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-1078329-1215206516.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3041a3ef4ef8ba4a0b9d098f8d6784fb
RANDOM SEED=950906723

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1229856 kB
Buffers:         91852 kB
Cached:         549864 kB
SwapCached:          0 kB
Active:         391120 kB
Inactive:       357916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1229856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2568 kB
Writeback:           0 kB
Mapped:         119264 kB
Slab:            62384 kB
Committed_AS:   417916 kB
PageTables:       1768 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-04 23:52:13