Trace number 1090224

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.04 1806.82

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles500-19.xml
MD5SUM63095c9fc7686c64361770cdc1e6330b
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 benchmark0.043992
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints1170
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1170
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 Sat Jul  5 17:12:39 2008
0.00/0.04	c 0	PID 27310
0.00/0.04	c 0	HOST node53.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1090224-1215270759.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1090224-1215270759.xml' 'HOME/temp.csp'
0.02/0.60	c 1	1 domains, 128 variables, 1 predicates, 0 relations, 1170 constraints
0.02/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.65	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.58/0.73	c 1	Parsing HOME/temp.csp
0.58/0.88	c 1	parsed 1300 expressions
0.58/0.89	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.58/0.89	c 1	Converting to clausal form CSP
0.59/0.91	c 1	converted 130 (10%) expressions
0.59/0.95	c 1	converted 260 (20%) expressions
0.59/0.98	c 1	converted 390 (30%) expressions
0.59/1.06	c 1	converted 520 (40%) expressions
0.59/1.07	c 1	converted 650 (50%) expressions
0.59/1.07	c 1	converted 780 (60%) expressions
0.59/1.09	c 1	converted 910 (70%) expressions
0.59/1.09	c 1	converted 1040 (80%) expressions
0.59/1.10	c 1	converted 1170 (90%) expressions
0.59/1.10	c 1	converted 1300 (100%) expressions
0.59/1.10	c 1	CSP : 128 integers, 0 booleans, 1170 clauses, largest domain size 19
0.59/1.10	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.59/1.10	c 1	Propagation in CSP
1.01/1.13	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.01/1.13	c 1	CSP : 128 integers, 0 booleans, 1170 clauses, largest domain size 19
1.01/1.13	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.13	c 1	Simplifing CSP by introducing new Boolean variables
1.01/1.16	c 1	CSP : 128 integers, 2340 booleans, 3510 clauses, largest domain size 19
1.01/1.16	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.19	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.01/1.20	c 1	13 (10%) CSP integer variables are encoded (221 clauses, 2291 bytes)
1.12/1.20	c 1	26 (20%) CSP integer variables are encoded (442 clauses, 4722 bytes)
1.12/1.21	c 1	39 (30%) CSP integer variables are encoded (663 clauses, 7153 bytes)
1.12/1.21	c 1	52 (40%) CSP integer variables are encoded (884 clauses, 9584 bytes)
1.12/1.21	c 1	64 (50%) CSP integer variables are encoded (1088 clauses, 12117 bytes)
1.12/1.21	c 1	77 (60%) CSP integer variables are encoded (1309 clauses, 14990 bytes)
1.12/1.21	c 1	90 (70%) CSP integer variables are encoded (1530 clauses, 17863 bytes)
1.12/1.21	c 1	103 (80%) CSP integer variables are encoded (1751 clauses, 20736 bytes)
1.12/1.21	c 1	116 (90%) CSP integer variables are encoded (1972 clauses, 23609 bytes)
1.12/1.21	c 1	128 (100%) CSP integer variables are encoded (2176 clauses, 26261 bytes)
1.12/1.24	c 1	351 (10%) CSP clauses are encoded (6739 clauses, 100799 bytes)
1.12/1.26	c 1	702 (20%) CSP clauses are encoded (11302 clauses, 178181 bytes)
1.12/1.28	c 1	1053 (30%) CSP clauses are encoded (15865 clauses, 255851 bytes)
1.12/1.29	c 1	1404 (40%) CSP clauses are encoded (20428 clauses, 333935 bytes)
1.21/1.30	c 1	1755 (50%) CSP clauses are encoded (24991 clauses, 412163 bytes)
1.21/1.31	c 1	2106 (60%) CSP clauses are encoded (29554 clauses, 491003 bytes)
1.21/1.33	c 1	2457 (70%) CSP clauses are encoded (34117 clauses, 573533 bytes)
1.21/1.34	c 1	2808 (80%) CSP clauses are encoded (38680 clauses, 656837 bytes)
1.21/1.35	c 1	3159 (90%) CSP clauses are encoded (43243 clauses, 740141 bytes)
1.21/1.36	c 1	3510 (100%) CSP clauses are encoded (47806 clauses, 823445 bytes)
1.21/1.36	c 1	3510 CSP clauses encoded
1.21/1.36	c 1	Writing map file : HOME/temp.map
1.21/1.36	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.36	c 1	SAT : 4644 SAT variables, 47806 SAT clauses, 823445 bytes
1.21/1.36	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.38	c 1	SOLVING HOME/temp.cnf
1.21/1.38	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.21/1.38	c 1	This is MiniSat 2.0 beta
1.21/1.38	c 1	WARNING: for repeatability, setting FPU to use double precision
1.21/1.38	c 1	============================[ Problem Statistics ]=============================
1.21/1.38	c 1	|                                                                             |
1.21/1.38	c 1	|  Number of variables:  4644                                                 |
1.21/1.38	c 1	|  Number of clauses:    47806                                                |
1.29/1.41	c 1	|  Parsing time:         0.02         s                                       |
1.29/1.41	c 1	============================[ Search Statistics ]==============================
1.29/1.41	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.41	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.41	c 1	===============================================================================
1.29/1.41	c 1	|         0 |    4644    47806   135392 |    15935        0    nan |  0.000 % |
1.29/1.42	c 1	|       100 |    4644    47806   135392 |    17528      100     18 |  0.000 % |
1.29/1.43	c 1	|       250 |    4644    47806   135392 |    19281      250     13 |  0.000 % |
1.29/1.43	c 1	|       475 |    4644    47806   135392 |    21209      475     10 |  0.000 % |
1.29/1.44	c 1	|       812 |    4644    47806   135392 |    23330      812      9 |  0.000 % |
1.29/1.46	c 1	|      1318 |    4644    47806   135392 |    25664     1318      8 |  0.000 % |
1.29/1.48	c 1	|      2077 |    4644    47806   135392 |    28230     2077      8 |  0.000 % |
1.29/1.52	c 2	|      3216 |    4644    47806   135392 |    31053     3216      9 |  0.000 % |
1.29/1.58	c 2	|      4925 |    4644    47806   135392 |    34158     4925      9 |  0.000 % |
1.29/1.70	c 2	|      7489 |    4644    47806   135392 |    37574     7489     10 |  0.000 % |
1.29/1.88	c 2	|     11334 |    4644    47806   135392 |    41332    11334     10 |  0.000 % |
2.09/2.24	c 2	|     17101 |    4644    47806   135392 |    45465    17101     11 |  0.000 % |
2.98/3.15	c 3	|     25750 |    4644    47806   135392 |    50011    25750     12 |  0.000 % |
4.57/4.72	c 5	|     38724 |    4644    47806   135392 |    55013    38724     12 |  0.000 % |
7.66/7.88	c 8	|     58186 |    4644    47806   135392 |    60514    16155     13 |  0.000 % |
13.82/14.01	c 14	|     87378 |    4644    47806   135392 |    66565    45347     17 |  0.000 % |
19.70/19.95	c 20	|    131167 |    4644    47806   135392 |    73222    36276     13 |  0.000 % |
34.03/34.33	c 34	|    196851 |    4644    47806   135392 |    80544    44181     17 |  0.000 % |
58.80/59.26	c 59	|    295377 |    4644    47806   135392 |    88599    76512     17 |  0.000 % |
102.38/103.08	c 103	|    443167 |    4644    47806   135392 |    97459    79251     16 |  0.000 % |
180.29/181.32	c 181	|    664850 |    4644    47806   135392 |   107204    52581     16 |  0.001 % |
346.57/348.44	c 348	|    997375 |    4644    47806   135392 |   117925    22252     20 |  0.000 % |
591.66/594.78	c 595	|   1496163 |    4644    47806   135392 |   129717   111673     19 |  0.000 % |
1033.58/1038.86	c 1039	|   2244345 |    4644    47806   135392 |   142689    69498     18 |  0.000 % |
1695.68/1702.45	c 1702	|   3366619 |    4644    47806   135392 |   156958    59370     18 |  0.000 % |
1800.04/1806.81	c 1807	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1806.81	c 1807	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.04/1806.81	c ERROR INTERRUPTED
1800.04/1806.81	s UNKNOWN
1800.04/1806.81	c 1807	CPU 1.21 (0.03 0.01 1.18 0.08)
1800.04/1806.81	c 1807	END Sat Jul  5 17:42:46 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-1090224-1215270759/watcher-1090224-1215270759 -o /tmp/evaluation-result-1090224-1215270759/solver-1090224-1215270759 -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-1090224-1215270759.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.07 2.08 2.02 4/81 27310
/proc/meminfo: memFree=1539464/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=12268 CPUtime=0
/proc/27310/stat : 27310 (sugar) R 27308 27310 26526 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 2006048230 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269939161378 0 0 4224 0 0 0 0 17 0 0 0
/proc/27310/statm: 3067 320 242 3 0 167 0

[startup+0.101768 s]
/proc/loadavg: 2.07 2.08 2.02 4/81 27310
/proc/meminfo: memFree=1539464/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=0.02
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 900 127 0 0 2 0 0 0 18 0 1 0 2006048230 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.201776 s]
/proc/loadavg: 2.07 2.08 2.02 4/81 27310
/proc/meminfo: memFree=1539464/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=0.02
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 900 127 0 0 2 0 0 0 18 0 1 0 2006048230 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301789 s]
/proc/loadavg: 2.07 2.08 2.02 4/81 27310
/proc/meminfo: memFree=1539464/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=0.02
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 900 127 0 0 2 0 0 0 18 0 1 0 2006048230 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701836 s]
/proc/loadavg: 2.07 2.08 2.02 4/81 27310
/proc/meminfo: memFree=1539464/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=0.58
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 956 4806 0 1 2 1 52 3 16 0 1 0 2006048230 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27310/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13600

[startup+1.50193 s]
/proc/loadavg: 2.07 2.08 2.02 3/92 27332
/proc/meminfo: memFree=1526064/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 16 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 13600

[startup+3.10112 s]
/proc/loadavg: 2.06 2.08 2.02 3/84 27334
/proc/meminfo: memFree=1531696/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 15 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27333] ppid=27310 vsize=5356 CPUtime=0
/proc/27333/stat : 27333 (sh) S 27310 27310 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006048369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27333/statm: 1339 232 193 169 0 50 0
[pid=27334] ppid=27333 vsize=6332 CPUtime=1.69
/proc/27334/stat : 27334 (minisat) R 27333 27310 26526 0 -1 4194304 1426 0 0 0 169 0 0 0 25 0 1 0 2006048369 6483968 1412 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27334/statm: 1583 1412 76 150 0 1430 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 25288

[startup+6.30149 s]
/proc/loadavg: 2.06 2.08 2.02 3/84 27334
/proc/meminfo: memFree=1529264/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 16 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27333] ppid=27310 vsize=5356 CPUtime=0
/proc/27333/stat : 27333 (sh) S 27310 27310 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006048369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27333/statm: 1339 232 193 169 0 50 0
[pid=27334] ppid=27333 vsize=8424 CPUtime=4.88
/proc/27334/stat : 27334 (minisat) R 27333 27310 26526 0 -1 4194304 1944 0 0 0 487 1 0 0 25 0 1 0 2006048369 8626176 1930 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27334/statm: 2106 1930 76 150 0 1953 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 27380

[startup+12.7022 s]
/proc/loadavg: 2.05 2.08 2.02 3/84 27334
/proc/meminfo: memFree=1528048/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 16 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27333] ppid=27310 vsize=5356 CPUtime=0
/proc/27333/stat : 27333 (sh) S 27310 27310 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006048369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27333/statm: 1339 232 193 169 0 50 0
[pid=27334] ppid=27333 vsize=9216 CPUtime=11.25
/proc/27334/stat : 27334 (minisat) R 27333 27310 26526 0 -1 4194304 2129 0 0 0 1124 1 0 0 25 0 1 0 2006048369 9437184 2115 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27334/statm: 2304 2115 76 150 0 2151 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 28172

[startup+25.5018 s]
/proc/loadavg: 2.04 2.07 2.02 3/84 27334
/proc/meminfo: memFree=1525680/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 16 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27333] ppid=27310 vsize=5356 CPUtime=0
/proc/27333/stat : 27333 (sh) S 27310 27310 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006048369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27333/statm: 1339 232 193 169 0 50 0
[pid=27334] ppid=27333 vsize=11620 CPUtime=23.98
/proc/27334/stat : 27334 (minisat) R 27333 27310 26526 0 -1 4194304 2726 0 0 0 2397 1 0 0 25 0 1 0 2006048369 11898880 2712 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 0 0 0
/proc/27334/statm: 2905 2712 76 150 0 2752 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 30576

[startup+51.1018 s]
/proc/loadavg: 2.09 2.08 2.03 3/84 27334
/proc/meminfo: memFree=1523504/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 16 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27333] ppid=27310 vsize=5356 CPUtime=0
/proc/27333/stat : 27333 (sh) S 27310 27310 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006048369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27333/statm: 1339 232 193 169 0 50 0
[pid=27334] ppid=27333 vsize=13744 CPUtime=49.45
/proc/27334/stat : 27334 (minisat) R 27333 27310 26526 0 -1 4194304 3280 0 0 0 4943 2 0 0 25 0 1 0 2006048369 14073856 3266 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27334/statm: 3436 3266 76 150 0 3283 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 32700

[startup+102.302 s]
/proc/loadavg: 2.03 2.07 2.02 3/84 27334
/proc/meminfo: memFree=1520752/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 16 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27333] ppid=27310 vsize=5356 CPUtime=0
/proc/27333/stat : 27333 (sh) S 27310 27310 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006048369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27333/statm: 1339 232 193 169 0 50 0
[pid=27334] ppid=27333 vsize=16376 CPUtime=100.4
/proc/27334/stat : 27334 (minisat) R 27333 27310 26526 0 -1 4194304 3911 0 0 0 10038 2 0 0 25 0 1 0 2006048369 16769024 3897 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27334/statm: 4094 3897 76 150 0 3941 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 35332

[startup+162.302 s]
/proc/loadavg: 2.01 2.05 2.01 3/84 27334
/proc/meminfo: memFree=1518000/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 16 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27333] ppid=27310 vsize=5356 CPUtime=0
/proc/27333/stat : 27333 (sh) S 27310 27310 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006048369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27333/statm: 1339 232 193 169 0 50 0
[pid=27334] ppid=27333 vsize=19488 CPUtime=160.1
/proc/27334/stat : 27334 (minisat) R 27333 27310 26526 0 -1 4194304 4585 0 0 0 16007 3 0 0 25 0 1 0 2006048369 19955712 4571 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27334/statm: 4872 4571 76 150 0 4719 0
Current children cumulated CPU time (s) 161.39
Current children cumulated vsize (KiB) 38444

[startup+222.307 s]
/proc/loadavg: 2.00 2.04 2.01 3/84 27334
/proc/meminfo: memFree=1516784/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 16 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27333] ppid=27310 vsize=5356 CPUtime=0
/proc/27333/stat : 27333 (sh) S 27310 27310 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006048369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27333/statm: 1339 232 193 169 0 50 0
[pid=27334] ppid=27333 vsize=20616 CPUtime=219.81
/proc/27334/stat : 27334 (minisat) R 27333 27310 26526 0 -1 4194304 4885 0 0 0 21978 3 0 0 25 0 1 0 2006048369 21110784 4871 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/27334/statm: 5154 4871 76 150 0 5001 0
Current children cumulated CPU time (s) 221.1
Current children cumulated vsize (KiB) 39572

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 27334
/proc/meminfo: memFree=1515440/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 16 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27333] ppid=27310 vsize=5356 CPUtime=0
/proc/27333/stat : 27333 (sh) S 27310 27310 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006048369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27333/statm: 1339 232 193 169 0 50 0
[pid=27334] ppid=27333 vsize=22076 CPUtime=279.51
/proc/27334/stat : 27334 (minisat) R 27333 27310 26526 0 -1 4194304 5217 0 0 0 27947 4 0 0 25 0 1 0 2006048369 22605824 5203 996147200 134512640 135127466 4294956256 18446744073709551615 134530684 0 0 4096 3 0 0 0 17 0 0 0
/proc/27334/statm: 5519 5203 76 150 0 5366 0
Current children cumulated CPU time (s) 280.8
Current children cumulated vsize (KiB) 41032


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

/proc/meminfo: memFree=1463000/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 16 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27333] ppid=27310 vsize=5356 CPUtime=0
/proc/27333/stat : 27333 (sh) S 27310 27310 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006048369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27333/statm: 1339 232 193 169 0 50 0
[pid=27334] ppid=27333 vsize=37772 CPUtime=1354.41
/proc/27334/stat : 27334 (minisat) R 27333 27310 26526 0 -1 4194304 8828 0 0 0 135430 11 0 0 25 0 1 0 2006048369 38678528 8806 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/27334/statm: 9443 8806 76 150 0 9290 0
Current children cumulated CPU time (s) 1355.7
Current children cumulated vsize (KiB) 56728

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27426
/proc/meminfo: memFree=1461208/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 16 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27333] ppid=27310 vsize=5356 CPUtime=0
/proc/27333/stat : 27333 (sh) S 27310 27310 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006048369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27333/statm: 1339 232 193 169 0 50 0
[pid=27334] ppid=27333 vsize=38568 CPUtime=1414.39
/proc/27334/stat : 27334 (minisat) R 27333 27310 26526 0 -1 4194304 9032 0 0 0 141428 11 0 0 25 0 1 0 2006048369 39493632 9010 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/27334/statm: 9642 9010 76 150 0 9489 0
Current children cumulated CPU time (s) 1415.68
Current children cumulated vsize (KiB) 57524

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27426
/proc/meminfo: memFree=1460440/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 16 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27333] ppid=27310 vsize=5356 CPUtime=0
/proc/27333/stat : 27333 (sh) S 27310 27310 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006048369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27333/statm: 1339 232 193 169 0 50 0
[pid=27334] ppid=27333 vsize=39332 CPUtime=1474.37
/proc/27334/stat : 27334 (minisat) R 27333 27310 26526 0 -1 4194304 9195 0 0 0 147426 11 0 0 25 0 1 0 2006048369 40275968 9173 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27334/statm: 9833 9173 76 150 0 9680 0
Current children cumulated CPU time (s) 1475.66
Current children cumulated vsize (KiB) 58288

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27426
/proc/meminfo: memFree=1460056/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 16 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27333] ppid=27310 vsize=5356 CPUtime=0
/proc/27333/stat : 27333 (sh) S 27310 27310 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006048369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27333/statm: 1339 232 193 169 0 50 0
[pid=27334] ppid=27333 vsize=39924 CPUtime=1534.35
/proc/27334/stat : 27334 (minisat) R 27333 27310 26526 0 -1 4194304 9298 0 0 0 153424 11 0 0 25 0 1 0 2006048369 40882176 9276 996147200 134512640 135127466 4294956256 18446744073709551615 134528048 0 0 4096 3 0 0 0 17 0 0 0
/proc/27334/statm: 9981 9276 76 150 0 9828 0
Current children cumulated CPU time (s) 1535.64
Current children cumulated vsize (KiB) 58880

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27426
/proc/meminfo: memFree=1460056/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 16 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27333] ppid=27310 vsize=5356 CPUtime=0
/proc/27333/stat : 27333 (sh) S 27310 27310 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006048369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27333/statm: 1339 232 193 169 0 50 0
[pid=27334] ppid=27333 vsize=39924 CPUtime=1594.32
/proc/27334/stat : 27334 (minisat) R 27333 27310 26526 0 -1 4194304 9307 0 0 0 159421 11 0 0 25 0 1 0 2006048369 40882176 9285 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27334/statm: 9981 9285 76 150 0 9828 0
Current children cumulated CPU time (s) 1595.61
Current children cumulated vsize (KiB) 58880

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27426
/proc/meminfo: memFree=1459736/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 16 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27333] ppid=27310 vsize=5356 CPUtime=0
/proc/27333/stat : 27333 (sh) S 27310 27310 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006048369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27333/statm: 1339 232 193 169 0 50 0
[pid=27334] ppid=27333 vsize=40088 CPUtime=1654.3
/proc/27334/stat : 27334 (minisat) R 27333 27310 26526 0 -1 4194304 9378 0 0 0 165418 12 0 0 25 0 1 0 2006048369 41050112 9356 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27334/statm: 10022 9356 76 150 0 9869 0
Current children cumulated CPU time (s) 1655.59
Current children cumulated vsize (KiB) 59044

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27426
/proc/meminfo: memFree=1459736/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 16 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27333] ppid=27310 vsize=5356 CPUtime=0
/proc/27333/stat : 27333 (sh) S 27310 27310 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006048369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27333/statm: 1339 232 193 169 0 50 0
[pid=27334] ppid=27333 vsize=40088 CPUtime=1714.28
/proc/27334/stat : 27334 (minisat) R 27333 27310 26526 0 -1 4194304 9379 0 0 0 171416 12 0 0 25 0 1 0 2006048369 41050112 9357 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27334/statm: 10022 9357 76 150 0 9869 0
Current children cumulated CPU time (s) 1715.57
Current children cumulated vsize (KiB) 59044

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27426
/proc/meminfo: memFree=1459736/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 16 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27333] ppid=27310 vsize=5356 CPUtime=0
/proc/27333/stat : 27333 (sh) S 27310 27310 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006048369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27333/statm: 1339 232 193 169 0 50 0
[pid=27334] ppid=27333 vsize=40088 CPUtime=1774.26
/proc/27334/stat : 27334 (minisat) R 27333 27310 26526 0 -1 4194304 9395 0 0 0 177414 12 0 0 25 0 1 0 2006048369 41050112 9373 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/27334/statm: 10022 9373 76 150 0 9869 0
Current children cumulated CPU time (s) 1775.55
Current children cumulated vsize (KiB) 59044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27426
/proc/meminfo: memFree=1459736/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 16 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27333] ppid=27310 vsize=5356 CPUtime=0
/proc/27333/stat : 27333 (sh) S 27310 27310 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006048369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27333/statm: 1339 232 193 169 0 50 0
[pid=27334] ppid=27333 vsize=40088 CPUtime=1798.75
/proc/27334/stat : 27334 (minisat) R 27333 27310 26526 0 -1 4194304 9396 0 0 0 179863 12 0 0 25 0 1 0 2006048369 41050112 9374 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27334/statm: 10022 9374 76 150 0 9869 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 59044

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

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

[startup+1806.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27426
/proc/meminfo: memFree=1459736/2055920 swapFree=4179912/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.29
/proc/27310/stat : 27310 (sugar) S 27308 27310 26526 0 -1 4194304 1032 11665 0 2 3 1 118 7 16 0 1 0 2006048230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27333] ppid=27310 vsize=5356 CPUtime=0
/proc/27333/stat : 27333 (sh) S 27310 27310 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006048369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27333/statm: 1339 232 193 169 0 50 0
[pid=27334] ppid=27333 vsize=40088 CPUtime=1798.75
/proc/27334/stat : 27334 (minisat) R 27333 27310 26526 0 -1 4194304 9396 0 0 0 179863 12 0 0 25 0 1 0 2006048369 41050112 9374 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27334/statm: 10022 9374 76 150 0 9869 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 59044

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27310 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=216815
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=97985
# CPU time returned by wait4() is 1.3148
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.82
CPU time (s): 1800.04
CPU user time (s): 1799.84
CPU system time (s): 0.2
CPU usage (%): 99.6247
Max. virtual memory (cumulated for all children) (KiB): 887424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.21681
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13300
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= 1637
involuntary context switches= 1459

runsolver used 1.86072 second user time and 4.85326 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-05 17:12:39
IDJOB=1090224
IDBENCH=58418
IDSOLVER=346
FILE ID=node53/1090224-1215270759
PBS_JOBID= 7882181
Free space on /tmp= 65124 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles500-19.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-1090224-1215270759/watcher-1090224-1215270759 -o /tmp/evaluation-result-1090224-1215270759/solver-1090224-1215270759 -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-1090224-1215270759.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 63095c9fc7686c64361770cdc1e6330b
RANDOM SEED=645410236

node53.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1539944 kB
Buffers:         89056 kB
Cached:         317500 kB
SwapCached:       7428 kB
Active:         234292 kB
Inactive:       216764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1539944 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            1428 kB
Writeback:           0 kB
Mapped:          60244 kB
Slab:            50208 kB
Committed_AS:  4031996 kB
PageTables:       1880 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= 65120 MiB
End job on node53 at 2008-07-05 17:42:48