Trace number 2084513

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.14.6+minisat? (TO) 1800.09 1809.53

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel7-6.xml
MD5SUMae59fd265626922afec84e7ef93d360f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints2360
Maximum constraint arity2
Maximum domain size6
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2360
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 08:11:59 2009
0.00/0.08	c 0	PID 28789
0.06/0.08	c 0	HOST node17.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2084513-1247379119.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084513-1247379119.xml' 'HOME/temp.csp'
0.06/0.63	c 1	1 domains, 191 variables, 1 predicates, 0 relations, 2360 constraints
0.06/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.59/0.74	c 1	Parsing HOME/temp.csp
0.59/0.83	c 1	parsed 2553 expressions
0.59/0.84	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.59/0.84	c 1	Converting to clausal form CSP
0.59/0.90	c 1	converted 256 (10%) expressions
0.91/1.03	c 1	converted 511 (20%) expressions
0.91/1.07	c 1	converted 766 (30%) expressions
0.91/1.09	c 1	converted 1022 (40%) expressions
0.91/1.10	c 1	converted 1277 (50%) expressions
1.00/1.11	c 1	converted 1532 (60%) expressions
1.00/1.12	c 1	converted 1788 (70%) expressions
1.00/1.13	c 1	converted 2043 (80%) expressions
1.00/1.14	c 1	converted 2298 (90%) expressions
1.00/1.15	c 1	converted 2553 (100%) expressions
1.00/1.15	c 1	CSP : 191 integers, 0 booleans, 2360 clauses, largest domain size 6
1.00/1.15	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.15	c 1	Propagation in CSP
1.00/1.17	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.00/1.17	c 1	CSP : 191 integers, 0 booleans, 2360 clauses, largest domain size 6
1.00/1.17	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.18	c 1	Simplifing CSP by introducing new Boolean variables
1.11/1.21	c 2	CSP : 191 integers, 4720 booleans, 7080 clauses, largest domain size 6
1.11/1.21	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.26	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.11/1.26	c 2	20 (10%) CSP integer variables are encoded (80 clauses, 770 bytes)
1.11/1.27	c 2	39 (20%) CSP integer variables are encoded (156 clauses, 1606 bytes)
1.11/1.27	c 2	58 (30%) CSP integer variables are encoded (232 clauses, 2442 bytes)
1.11/1.27	c 2	77 (40%) CSP integer variables are encoded (308 clauses, 3278 bytes)
1.11/1.27	c 2	96 (50%) CSP integer variables are encoded (384 clauses, 4114 bytes)
1.11/1.27	c 2	115 (60%) CSP integer variables are encoded (460 clauses, 4950 bytes)
1.11/1.27	c 2	134 (70%) CSP integer variables are encoded (536 clauses, 5786 bytes)
1.11/1.27	c 2	153 (80%) CSP integer variables are encoded (612 clauses, 6622 bytes)
1.11/1.28	c 2	172 (90%) CSP integer variables are encoded (688 clauses, 7458 bytes)
1.11/1.28	c 2	191 (100%) CSP integer variables are encoded (764 clauses, 8294 bytes)
1.21/1.31	c 2	708 (10%) CSP clauses are encoded (3832 clauses, 50934 bytes)
1.21/1.34	c 2	1416 (20%) CSP clauses are encoded (6900 clauses, 95124 bytes)
1.21/1.35	c 2	2124 (30%) CSP clauses are encoded (9968 clauses, 139424 bytes)
1.21/1.37	c 2	2832 (40%) CSP clauses are encoded (13036 clauses, 184130 bytes)
1.21/1.38	c 2	3540 (50%) CSP clauses are encoded (16104 clauses, 230858 bytes)
1.21/1.39	c 2	4248 (60%) CSP clauses are encoded (19172 clauses, 277586 bytes)
1.21/1.40	c 2	4956 (70%) CSP clauses are encoded (22240 clauses, 324314 bytes)
1.30/1.41	c 2	5664 (80%) CSP clauses are encoded (25308 clauses, 371042 bytes)
1.30/1.42	c 2	6372 (90%) CSP clauses are encoded (28376 clauses, 417770 bytes)
1.30/1.42	c 2	7080 (100%) CSP clauses are encoded (31444 clauses, 464498 bytes)
1.30/1.43	c 2	7080 CSP clauses encoded
1.30/1.43	c 2	Writing map file : HOME/temp.map
1.30/1.43	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.43	c 2	SAT : 5675 SAT variables, 31444 SAT clauses, 464498 bytes
1.30/1.43	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.46	c 2	SOLVING HOME/temp.cnf
1.30/1.46	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.30/1.46	c 2	This is MiniSat 2.0 beta
1.30/1.46	c 2	WARNING: for repeatability, setting FPU to use double precision
1.30/1.46	c 2	============================[ Problem Statistics ]=============================
1.30/1.46	c 2	|                                                                             |
1.30/1.46	c 2	|  Number of variables:  5675                                                 |
1.30/1.46	c 2	|  Number of clauses:    31444                                                |
1.30/1.49	c 2	|  Parsing time:         0.02         s                                       |
1.30/1.49	c 2	============================[ Search Statistics ]==============================
1.30/1.49	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.30/1.49	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.30/1.49	c 2	===============================================================================
1.30/1.49	c 2	|         0 |    5675    31444    81768 |    10481        0    nan |  0.000 % |
1.37/1.51	c 2	|       101 |    5675    31444    81768 |    11529      101     21 |  0.000 % |
1.37/1.55	c 2	|       252 |    5675    31444    81768 |    12682      252     28 |  0.000 % |
1.37/1.60	c 2	|       478 |    5675    31444    81768 |    13950      478     30 |  0.000 % |
1.37/1.68	c 2	|       815 |    5675    31444    81768 |    15345      815     30 |  0.000 % |
1.37/1.79	c 2	|      1321 |    5675    31444    81768 |    16880     1321     29 |  0.000 % |
1.37/1.94	c 2	|      2080 |    5675    31444    81768 |    18568     2080     30 |  0.000 % |
1.99/2.18	c 2	|      3220 |    5675    31444    81768 |    20425     3220     28 |  0.000 % |
2.47/2.64	c 3	|      4929 |    5675    31444    81768 |    22467     4929     29 |  0.000 % |
3.07/3.22	c 4	|      7491 |    5675    31444    81768 |    24714     7491     29 |  0.000 % |
4.16/4.39	c 5	|     11336 |    5675    31444    81768 |    27185    11336     32 |  0.000 % |
6.05/6.22	c 7	|     17102 |    5675    31444    81768 |    29904    17102     31 |  0.000 % |
9.71/9.97	c 10	|     25751 |    5675    31444    81768 |    32894    25751     32 |  0.000 % |
15.46/15.77	c 16	|     38725 |    5675    31444    81768 |    36184    17097     32 |  0.000 % |
23.68/24.10	c 24	|     58188 |    5675    31444    81768 |    39802    36560     32 |  0.000 % |
37.94/38.41	c 39	|     87381 |    5675    31444    81768 |    43783    37474     32 |  0.000 % |
62.70/63.43	c 64	|    131171 |    5675    31444    81768 |    48161    19705     34 |  0.000 % |
104.31/105.41	c 106	|    196856 |    5675    31444    81768 |    52977    15734     38 |  0.000 % |
172.97/174.80	c 175	|    295382 |    5675    31444    81768 |    58275    35302     37 |  0.000 % |
264.40/267.07	c 267	|    443173 |    5675    31444    81768 |    64102    48746     35 |  0.000 % |
411.30/415.37	c 416	|    664859 |    5675    31444    81768 |    70513    15810     32 |  0.000 % |
653.91/660.26	c 661	|    997384 |    5675    31444    81768 |    77564    63348     34 |  0.000 % |
1045.91/1055.11	c 1055	|   1496172 |    5675    31444    81768 |    85320    55667     35 |  0.000 % |
1652.40/1661.86	c 1662	|   2244354 |    5675    31444    81768 |    93853    80973     36 |  0.000 % |
1800.05/1809.51	sh: line 1: 28813 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.05/1809.52	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1809.52	c 1810	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.05/1809.52	c ERROR INTERRUPTED
1800.05/1809.52	s UNKNOWN
1800.05/1809.52	c 1810	CPU 1800.08 (0.06 0.02 1799.78 0.22)
1800.05/1809.52	c 1810	END Sun Jul 12 08:42:09 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084513-1247379119/watcher-2084513-1247379119 -o /tmp/evaluation-result-2084513-1247379119/solver-2084513-1247379119 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2084513-1247379119.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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 2.04 2.06 4/80 28789
/proc/meminfo: memFree=1137320/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=12268 CPUtime=0
/proc/28789/stat : 28789 (sugar) R 28787 28789 28511 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24979171 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 245482879589 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/28789/statm: 3067 316 241 3 0 167 0

[startup+0.082363 s]
/proc/loadavg: 1.94 2.04 2.06 4/80 28789
/proc/meminfo: memFree=1137320/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16740 CPUtime=0.06
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24979171 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28789/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101177 s]
/proc/loadavg: 1.94 2.04 2.06 4/80 28789
/proc/meminfo: memFree=1137320/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=0.06
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24979171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28789/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30119 s]
/proc/loadavg: 1.94 2.04 2.06 4/80 28789
/proc/meminfo: memFree=1137320/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=0.06
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24979171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28789/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701229 s]
/proc/loadavg: 1.94 2.04 2.06 4/80 28789
/proc/meminfo: memFree=1137320/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=0.59
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1292 5283 0 1 5 1 50 3 16 0 1 0 24979171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28789/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 16868

[startup+1.50231 s]
/proc/loadavg: 1.94 2.04 2.06 4/91 28811
/proc/meminfo: memFree=1124744/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.37
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 1 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 16868

[startup+3.10148 s]
/proc/loadavg: 1.94 2.04 2.06 3/83 28813
/proc/meminfo: memFree=1130632/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.37
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 1 121 9 15 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=4620 CPUtime=1.6
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 930 0 0 0 160 0 0 0 25 0 1 0 24979318 4730880 916 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/28813/statm: 1155 916 76 150 0 1002 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 26844

[startup+6.3028 s]
/proc/loadavg: 1.94 2.04 2.06 3/83 28813
/proc/meminfo: memFree=1128584/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.37
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 1 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=6380 CPUtime=4.78
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 1359 0 0 0 477 1 0 0 25 0 1 0 24979318 6533120 1345 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/28813/statm: 1595 1345 76 150 0 1442 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 28604

[startup+12.7015 s]
/proc/loadavg: 1.95 2.04 2.06 3/83 28813
/proc/meminfo: memFree=1126032/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.37
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 1 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=8724 CPUtime=11.11
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 1937 0 0 0 1110 1 0 0 25 0 1 0 24979318 8933376 1923 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28813/statm: 2181 1923 76 150 0 2028 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 30948

[startup+25.5018 s]
/proc/loadavg: 1.96 2.04 2.06 3/83 28813
/proc/meminfo: memFree=1124432/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.37
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 1 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=10312 CPUtime=23.8
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 2335 0 0 0 2378 2 0 0 25 0 1 0 24979318 10559488 2321 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28813/statm: 2578 2321 76 150 0 2425 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 32536

[startup+51.1014 s]
/proc/loadavg: 1.97 2.04 2.06 3/83 28813
/proc/meminfo: memFree=1123216/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.37
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 1 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=11592 CPUtime=49.15
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 2632 0 0 0 4913 2 0 0 25 0 1 0 24979318 11870208 2618 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28813/statm: 2898 2618 76 150 0 2745 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 33816

[startup+102.307 s]
/proc/loadavg: 1.99 2.03 2.05 3/83 28813
/proc/meminfo: memFree=1119632/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.37
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 1 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=15064 CPUtime=99.87
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 3511 0 0 0 9984 3 0 0 25 0 1 0 24979318 15425536 3497 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/28813/statm: 3766 3497 76 150 0 3613 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 37288

[startup+162.302 s]
/proc/loadavg: 1.99 2.02 2.05 3/83 28813
/proc/meminfo: memFree=1118480/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.37
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 1 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=16264 CPUtime=159.31
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 3822 0 0 0 15927 4 0 0 25 0 1 0 24979318 16654336 3808 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/28813/statm: 4066 3808 76 150 0 3913 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 38488

[startup+222.302 s]
/proc/loadavg: 1.99 2.02 2.04 3/83 28813
/proc/meminfo: memFree=1117584/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.37
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 1 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=17092 CPUtime=218.75
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 4013 0 0 0 21871 4 0 0 25 0 1 0 24979318 17502208 3999 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/28813/statm: 4273 3999 76 150 0 4120 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 39316

[startup+282.302 s]
/proc/loadavg: 1.99 2.01 2.04 3/83 28813
/proc/meminfo: memFree=1116240/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.37
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 1 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=18432 CPUtime=278.18
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 4336 0 0 0 27814 4 0 0 25 0 1 0 24979318 18874368 4322 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28813/statm: 4608 4322 76 150 0 4455 0
Current children cumulated CPU time (s) 279.55
Current children cumulated vsize (KiB) 40656

[startup+342.302 s]

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

[pid=28789] ppid=28787 vsize=16868 CPUtime=1.38
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 2 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=29576 CPUtime=1291.66
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 7019 0 0 0 129156 10 0 0 25 0 1 0 24979318 30285824 7005 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 0 0 0
/proc/28813/statm: 7394 7005 76 150 0 7241 0
Current children cumulated CPU time (s) 1293.04
Current children cumulated vsize (KiB) 51800

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 28902
/proc/meminfo: memFree=1652416/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.38
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 2 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=30600 CPUtime=1351.63
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 7260 0 0 0 135153 10 0 0 25 0 1 0 24979318 31334400 7246 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28813/statm: 7650 7246 76 150 0 7497 0
Current children cumulated CPU time (s) 1353.01
Current children cumulated vsize (KiB) 52824

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 28902
/proc/meminfo: memFree=1650944/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.38
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 2 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=31024 CPUtime=1411.61
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 7368 0 0 0 141151 10 0 0 25 0 1 0 24979318 31768576 7354 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/28813/statm: 7756 7354 76 150 0 7603 0
Current children cumulated CPU time (s) 1412.99
Current children cumulated vsize (KiB) 53248

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 28902
/proc/meminfo: memFree=1650176/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.38
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 2 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=31024 CPUtime=1471.58
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 7389 0 0 0 147148 10 0 0 25 0 1 0 24979318 31768576 7375 996147200 134512640 135127466 4294956256 18446744073709551615 134530662 0 0 4096 3 0 0 0 17 0 0 0
/proc/28813/statm: 7756 7375 76 150 0 7603 0
Current children cumulated CPU time (s) 1472.96
Current children cumulated vsize (KiB) 53248

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 28902
/proc/meminfo: memFree=1649216/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.38
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 2 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=31024 CPUtime=1531.57
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 7390 0 0 0 153146 11 0 0 25 0 1 0 24979318 31768576 7376 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/28813/statm: 7756 7376 76 150 0 7603 0
Current children cumulated CPU time (s) 1532.95
Current children cumulated vsize (KiB) 53248

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 28902
/proc/meminfo: memFree=1647104/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.38
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 2 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=31024 CPUtime=1591.54
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 7390 0 0 0 159143 11 0 0 25 0 1 0 24979318 31768576 7376 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/28813/statm: 7756 7376 76 150 0 7603 0
Current children cumulated CPU time (s) 1592.92
Current children cumulated vsize (KiB) 53248

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 28902
/proc/meminfo: memFree=1644160/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.38
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 2 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=31188 CPUtime=1651.52
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 7425 0 0 0 165141 11 0 0 25 0 1 0 24979318 31936512 7411 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28813/statm: 7797 7411 76 150 0 7644 0
Current children cumulated CPU time (s) 1652.9
Current children cumulated vsize (KiB) 53412

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28902
/proc/meminfo: memFree=1643072/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.38
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 2 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=32624 CPUtime=1711.5
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 7708 0 0 0 171139 11 0 0 25 0 1 0 24979318 33406976 7694 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/28813/statm: 8156 7694 76 150 0 8003 0
Current children cumulated CPU time (s) 1712.88
Current children cumulated vsize (KiB) 54848

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28902
/proc/meminfo: memFree=1641984/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.38
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 2 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=33548 CPUtime=1771.47
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 7940 0 0 0 177136 11 0 0 25 0 1 0 24979318 34353152 7926 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/28813/statm: 8387 7926 76 150 0 8234 0
Current children cumulated CPU time (s) 1772.85
Current children cumulated vsize (KiB) 55772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28902
/proc/meminfo: memFree=1640320/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.38
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 2 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=35160 CPUtime=1798.67
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 8355 0 0 0 179856 11 0 0 25 0 1 0 24979318 36003840 8341 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/28813/statm: 8790 8341 76 150 0 8637 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 57384

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

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

[startup+1809.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28902
/proc/meminfo: memFree=1640320/2055920 swapFree=4192812/4192956
[pid=28789] ppid=28787 vsize=16868 CPUtime=1.38
/proc/28789/stat : 28789 (sugar) S 28787 28789 28511 0 -1 4194304 1376 12598 0 2 6 2 121 9 16 0 1 0 24979171 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28789/statm: 4217 1113 409 3 0 796 0
[pid=28812] ppid=28789 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28789 28789 28511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=35160 CPUtime=1798.67
/proc/28813/stat : 28813 (minisat) R 28812 28789 28511 0 -1 4194304 8355 0 0 0 179856 11 0 0 25 0 1 0 24979318 36003840 8341 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/28813/statm: 8790 8341 76 150 0 8637 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 57384

Child status: 0
Real time (s): 1809.53
CPU time (s): 1800.09
CPU user time (s): 1799.84
CPU system time (s): 0.247962
CPU usage (%): 99.4785
Max. virtual memory (cumulated for all children) (KiB): 890824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.247962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22832
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= 1840
involuntary context switches= 43112

runsolver used 1.9707 second user time and 6.26905 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-12 08:11:59
IDJOB=2084513
IDBENCH=58086
IDSOLVER=739
FILE ID=node17/2084513-1247379119
PBS_JOBID= 9507163
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/myciel/normalized-myciel7-6.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084513-1247379119/watcher-2084513-1247379119 -o /tmp/evaluation-result-2084513-1247379119/solver-2084513-1247379119 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2084513-1247379119.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ae59fd265626922afec84e7ef93d360f
RANDOM SEED=2062244226

node17.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.213
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.213
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:       1137800 kB
Buffers:         67076 kB
Cached:         189284 kB
SwapCached:          0 kB
Active:         752112 kB
Inactive:       102288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1137800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:         615872 kB
Slab:            47688 kB
Committed_AS:   926784 kB
PageTables:       3028 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= 66444 MiB
End job on node17 at 2009-07-12 08:42:11