Trace number 2084546

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.12 1808.53

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel6-6.xml
MD5SUM0d97c29a461b112505245a691895ab8d
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 variables95
Number of constraints755
Maximum constraint arity2
Maximum domain size6
Number of constraints which are defined in extension0
Number of constraints which are defined in intension755
Global constraints used (with number of constraints)

Solver Data

0.04/0.22	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.23	c 0	BEGIN Sun Jul 12 08:12:21 2009
0.04/0.23	c 0	PID 26868
0.04/0.23	c 0	HOST node82.alineos.net
0.04/0.23	c 0	CONVERTING HOME/instance-2084546-1247379141.xml TO HOME/temp.csp
0.04/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084546-1247379141.xml' 'HOME/temp.csp'
0.06/0.58	c 1	1 domains, 95 variables, 1 predicates, 0 relations, 755 constraints
0.06/0.60	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.60	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.06/0.67	c 1	Parsing HOME/temp.csp
0.41/0.72	c 1	parsed 852 expressions
0.41/0.75	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.41/0.75	c 1	Converting to clausal form CSP
0.41/0.78	c 1	converted 86 (10%) expressions
0.41/0.81	c 1	converted 171 (20%) expressions
0.41/0.84	c 1	converted 256 (30%) expressions
0.41/0.87	c 1	converted 341 (40%) expressions
0.41/0.94	c 1	converted 426 (50%) expressions
0.41/0.95	c 1	converted 512 (60%) expressions
0.41/0.96	c 1	converted 597 (70%) expressions
0.41/0.97	c 1	converted 682 (80%) expressions
0.41/0.98	c 1	converted 767 (90%) expressions
0.41/0.99	c 1	converted 852 (100%) expressions
0.41/0.99	c 1	CSP : 95 integers, 0 booleans, 755 clauses, largest domain size 6
0.41/0.99	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.41/0.99	c 1	Propagation in CSP
0.41/1.00	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.41/1.00	c 1	CSP : 95 integers, 0 booleans, 755 clauses, largest domain size 6
0.41/1.00	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.41/1.00	c 1	Simplifing CSP by introducing new Boolean variables
0.41/1.02	c 1	CSP : 95 integers, 1510 booleans, 2265 clauses, largest domain size 6
0.41/1.02	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.41/1.05	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.41/1.06	c 1	10 (10%) CSP integer variables are encoded (40 clauses, 409 bytes)
0.41/1.06	c 1	19 (20%) CSP integer variables are encoded (76 clauses, 733 bytes)
0.41/1.06	c 1	29 (30%) CSP integer variables are encoded (116 clauses, 1166 bytes)
0.41/1.06	c 1	38 (40%) CSP integer variables are encoded (152 clauses, 1562 bytes)
0.41/1.06	c 1	48 (50%) CSP integer variables are encoded (192 clauses, 2002 bytes)
0.41/1.06	c 1	57 (60%) CSP integer variables are encoded (228 clauses, 2398 bytes)
0.41/1.06	c 1	67 (70%) CSP integer variables are encoded (268 clauses, 2838 bytes)
0.41/1.06	c 1	76 (80%) CSP integer variables are encoded (304 clauses, 3234 bytes)
0.41/1.06	c 1	86 (90%) CSP integer variables are encoded (344 clauses, 3674 bytes)
0.41/1.06	c 1	95 (100%) CSP integer variables are encoded (380 clauses, 4070 bytes)
0.41/1.08	c 1	227 (10%) CSP clauses are encoded (1367 clauses, 16500 bytes)
0.41/1.09	c 1	453 (20%) CSP clauses are encoded (2343 clauses, 29442 bytes)
0.41/1.10	c 1	680 (30%) CSP clauses are encoded (3330 clauses, 42536 bytes)
0.88/1.11	c 1	906 (40%) CSP clauses are encoded (4306 clauses, 56088 bytes)
0.88/1.12	c 1	1133 (50%) CSP clauses are encoded (5293 clauses, 70364 bytes)
0.88/1.12	c 1	1359 (60%) CSP clauses are encoded (6269 clauses, 84712 bytes)
0.88/1.13	c 1	1586 (70%) CSP clauses are encoded (7256 clauses, 99748 bytes)
0.88/1.13	c 1	1812 (80%) CSP clauses are encoded (8232 clauses, 114610 bytes)
0.88/1.14	c 1	2039 (90%) CSP clauses are encoded (9219 clauses, 129646 bytes)
0.88/1.15	c 1	2265 (100%) CSP clauses are encoded (10195 clauses, 144508 bytes)
0.88/1.15	c 1	2265 CSP clauses encoded
0.88/1.15	c 1	Writing map file : HOME/temp.map
0.88/1.15	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.88/1.15	c 1	SAT : 1985 SAT variables, 10195 SAT clauses, 144508 bytes
0.88/1.15	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.88/1.17	c 1	SOLVING HOME/temp.cnf
0.88/1.17	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.88/1.17	c 1	This is MiniSat 2.0 beta
0.88/1.17	c 1	WARNING: for repeatability, setting FPU to use double precision
0.88/1.17	c 1	============================[ Problem Statistics ]=============================
0.88/1.17	c 1	|                                                                             |
0.88/1.17	c 1	|  Number of variables:  1985                                                 |
0.88/1.17	c 1	|  Number of clauses:    10195                                                |
0.88/1.18	c 1	|  Parsing time:         0.00         s                                       |
0.88/1.18	c 1	============================[ Search Statistics ]==============================
0.88/1.18	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.88/1.18	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.88/1.18	c 1	===============================================================================
0.88/1.18	c 1	|         0 |    1985    10195    26430 |     3398        0    nan |  0.000 % |
0.88/1.19	c 1	|       101 |    1985    10195    26430 |     3738      101     28 |  0.000 % |
0.88/1.20	c 1	|       251 |    1985    10195    26430 |     4111      251     23 |  0.000 % |
0.95/1.21	c 1	|       476 |    1985    10195    26430 |     4523      476     22 |  0.000 % |
0.95/1.24	c 1	|       813 |    1985    10195    26430 |     4975      813     21 |  0.000 % |
0.95/1.27	c 1	|      1320 |    1985    10195    26430 |     5473     1320     22 |  0.000 % |
0.95/1.34	c 1	|      2080 |    1985    10195    26430 |     6020     2080     24 |  0.000 % |
0.95/1.44	c 1	|      3220 |    1985    10195    26430 |     6622     3220     26 |  0.000 % |
0.95/1.60	c 2	|      4929 |    1985    10195    26430 |     7284     4929     25 |  0.000 % |
0.95/1.86	c 2	|      7491 |    1985    10195    26430 |     8013     7491     26 |  0.000 % |
2.06/2.30	c 2	|     11336 |    1985    10195    26430 |     8814     6918     29 |  0.000 % |
2.65/2.94	c 3	|     17104 |    1985    10195    26430 |     9695     7921     29 |  0.000 % |
3.75/4.06	c 4	|     25753 |    1985    10195    26430 |    10665     6196     34 |  0.000 % |
5.54/5.84	c 6	|     38727 |    1985    10195    26430 |    11731     8020     31 |  0.000 % |
8.03/8.35	c 8	|     58188 |    1985    10195    26430 |    12905     9222     28 |  0.000 % |
12.01/12.38	c 12	|     87382 |    1985    10195    26430 |    14195    11397     26 |  0.000 % |
19.18/19.59	c 20	|    131172 |    1985    10195    26430 |    15615    10778     35 |  0.000 % |
29.84/30.23	c 30	|    196857 |    1985    10195    26430 |    17176    12438     31 |  0.000 % |
46.87/47.35	c 47	|    295383 |    1985    10195    26430 |    18894    12812     30 |  0.000 % |
74.55/75.17	c 75	|    443172 |    1985    10195    26430 |    20783    13822     33 |  0.000 % |
118.07/118.90	c 119	|    664855 |    1985    10195    26430 |    22862    11459     29 |  0.000 % |
187.47/188.52	c 189	|    997380 |    1985    10195    26430 |    25148    14485     27 |  0.000 % |
303.87/305.44	c 305	|   1496168 |    1985    10195    26430 |    27663    23090     41 |  0.000 % |
481.42/483.75	c 484	|   2244350 |    1985    10195    26430 |    30429    18116     34 |  0.000 % |
781.85/785.43	c 785	|   3366624 |    1985    10195    26430 |    33472    27775     31 |  0.000 % |
1273.78/1279.54	c 1280	|   5050036 |    1985    10195    26430 |    36819    16428     32 |  0.000 % |
1800.07/1808.51	sh: line 1: 26892 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.07/1808.51	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1808.51	c 1809	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.07/1808.52	c ERROR INTERRUPTED
1800.07/1808.52	s UNKNOWN
1800.07/1808.52	c 1809	CPU 1800.1 (0.05 0.02 1799.85 0.18)
1800.07/1808.52	c 1809	END Sun Jul 12 08:42:30 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-2084546-1247379141/watcher-2084546-1247379141 -o /tmp/evaluation-result-2084546-1247379141/solver-2084546-1247379141 -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-2084546-1247379141.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: 2.15 2.56 3.08 4/73 26868
/proc/meminfo: memFree=1898800/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=18576 CPUtime=0
/proc/26868/stat : 26868 (runsolver) D 26866 26868 23974 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24979067 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 224264776999 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/26868/statm: 4644 284 249 26 0 2626 0

[startup+0.101812 s]
/proc/loadavg: 2.15 2.56 3.08 4/73 26868
/proc/meminfo: memFree=1898800/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=12544 CPUtime=0
/proc/26868/stat : 26868 (sugar) R 26866 26868 23974 0 -1 4194304 481 0 0 0 0 0 0 0 18 0 1 0 24979067 12845056 449 996147200 4194304 4206940 548682068608 18446744073709551615 224264622817 0 0 4224 0 0 0 0 17 0 0 0
/proc/26868/statm: 3136 450 291 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.201829 s]
/proc/loadavg: 2.15 2.56 3.08 4/73 26868
/proc/meminfo: memFree=1898800/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=15948 CPUtime=0.04
/proc/26868/stat : 26868 (sugar) D 26866 26868 23974 0 -1 4194304 914 0 0 0 3 1 0 0 18 0 1 0 24979067 16330752 882 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/26868/statm: 3987 882 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.301851 s]
/proc/loadavg: 2.15 2.56 3.08 4/73 26868
/proc/meminfo: memFree=1898800/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.06
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24979067 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701925 s]
/proc/loadavg: 2.15 2.56 3.08 4/73 26868
/proc/meminfo: memFree=1898800/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.41
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1309 4616 0 1 5 1 31 4 15 0 1 0 24979067 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16868

[startup+1.50107 s]
/proc/loadavg: 2.15 2.56 3.08 3/84 26890
/proc/meminfo: memFree=1882520/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 15 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 16868

[startup+3.10237 s]
/proc/loadavg: 2.13 2.55 3.08 3/76 26892
/proc/meminfo: memFree=1892568/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 15 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=3992 CPUtime=1.9
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 694 0 0 0 190 0 0 0 25 0 1 0 24979185 4087808 680 996147200 134512640 135127466 4294956256 18446744073709551615 134528014 0 0 4096 3 0 0 0 17 0 0 0
/proc/26892/statm: 998 680 76 150 0 845 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 26216

[startup+6.30197 s]
/proc/loadavg: 2.13 2.55 3.08 3/76 26892
/proc/meminfo: memFree=1891416/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 16 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=4656 CPUtime=5.09
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 876 0 0 0 509 0 0 0 25 0 1 0 24979185 4767744 862 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/26892/statm: 1164 862 76 150 0 1011 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 26880

[startup+12.7012 s]
/proc/loadavg: 2.11 2.53 3.07 3/76 26892
/proc/meminfo: memFree=1890648/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 16 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=5448 CPUtime=11.46
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 1047 0 0 0 1146 0 0 0 25 0 1 0 24979185 5578752 1033 996147200 134512640 135127466 4294956256 18446744073709551615 134527976 0 0 4096 3 0 0 0 17 0 0 0
/proc/26892/statm: 1362 1033 76 150 0 1209 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 27672

[startup+25.5015 s]
/proc/loadavg: 2.10 2.51 3.05 3/76 26892
/proc/meminfo: memFree=1889944/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 16 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=6272 CPUtime=24.21
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 1257 0 0 0 2421 0 0 0 25 0 1 0 24979185 6422528 1243 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/26892/statm: 1568 1243 76 150 0 1415 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 28496

[startup+51.1013 s]
/proc/loadavg: 2.06 2.47 3.03 3/76 26892
/proc/meminfo: memFree=1888920/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 16 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=7400 CPUtime=49.7
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 1521 0 0 0 4969 1 0 0 25 0 1 0 24979185 7577600 1507 996147200 134512640 135127466 4294956256 18446744073709551615 134531123 0 0 4096 3 0 0 0 17 0 0 0
/proc/26892/statm: 1850 1507 76 150 0 1697 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 29624

[startup+102.302 s]
/proc/loadavg: 2.02 2.39 2.96 3/76 26892
/proc/meminfo: memFree=1887192/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 16 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=8796 CPUtime=100.69
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 1866 0 0 0 10068 1 0 0 25 0 1 0 24979185 9007104 1852 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 0 0 0
/proc/26892/statm: 2199 1852 76 150 0 2046 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 31020

[startup+162.301 s]
/proc/loadavg: 2.01 2.32 2.90 3/76 26892
/proc/meminfo: memFree=1885720/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 16 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=10196 CPUtime=160.43
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 2211 0 0 0 16042 1 0 0 25 0 1 0 24979185 10440704 2197 996147200 134512640 135127466 4294956256 18446744073709551615 134527970 0 0 4096 3 0 0 0 17 0 0 0
/proc/26892/statm: 2549 2197 76 150 0 2396 0
Current children cumulated CPU time (s) 161.38
Current children cumulated vsize (KiB) 32420

[startup+222.306 s]
/proc/loadavg: 2.00 2.26 2.84 3/76 26892
/proc/meminfo: memFree=1884888/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 16 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=11128 CPUtime=220.18
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 2454 0 0 0 22016 2 0 0 25 0 1 0 24979185 11395072 2440 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/26892/statm: 2782 2440 76 150 0 2629 0
Current children cumulated CPU time (s) 221.13
Current children cumulated vsize (KiB) 33352

[startup+282.302 s]
/proc/loadavg: 2.00 2.21 2.79 3/76 26892
/proc/meminfo: memFree=1884312/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 16 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=11716 CPUtime=279.92
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 2572 0 0 0 27990 2 0 0 25 0 1 0 24979185 11997184 2558 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/26892/statm: 2929 2558 76 150 0 2776 0
Current children cumulated CPU time (s) 280.87
Current children cumulated vsize (KiB) 33940

[startup+342.302 s]

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

[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 16 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=18024 CPUtime=1235.86
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 4111 0 0 0 123580 6 0 0 25 0 1 0 24979185 18456576 4097 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26892/statm: 4506 4097 76 150 0 4353 0
Current children cumulated CPU time (s) 1236.81
Current children cumulated vsize (KiB) 40248

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.24 3/88 26932
/proc/meminfo: memFree=1675320/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 16 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=18156 CPUtime=1295.52
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 4132 0 0 0 129545 7 0 0 25 0 1 0 24979185 18591744 4118 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/26892/statm: 4539 4118 76 150 0 4386 0
Current children cumulated CPU time (s) 1296.47
Current children cumulated vsize (KiB) 40380

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.22 3/88 26932
/proc/meminfo: memFree=1661176/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 16 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=18312 CPUtime=1355.17
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 4197 0 0 0 135510 7 0 0 25 0 1 0 24979185 18751488 4183 996147200 134512640 135127466 4294956256 18446744073709551615 134530793 0 0 4096 3 0 0 0 17 1 0 0
/proc/26892/statm: 4578 4183 76 150 0 4425 0
Current children cumulated CPU time (s) 1356.12
Current children cumulated vsize (KiB) 40536

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.20 3/88 26932
/proc/meminfo: memFree=1660728/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 16 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=18644 CPUtime=1414.88
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 4244 0 0 0 141481 7 0 0 25 0 1 0 24979185 19091456 4230 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26892/statm: 4661 4230 76 150 0 4508 0
Current children cumulated CPU time (s) 1415.83
Current children cumulated vsize (KiB) 40868

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.19 3/88 26932
/proc/meminfo: memFree=1638200/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 16 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=18788 CPUtime=1474.6
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 4296 0 0 0 147452 8 0 0 25 0 1 0 24979185 19238912 4282 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26892/statm: 4697 4282 76 150 0 4544 0
Current children cumulated CPU time (s) 1475.55
Current children cumulated vsize (KiB) 41012

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.17 3/88 26932
/proc/meminfo: memFree=1637816/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 16 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=19216 CPUtime=1534.31
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 4381 0 0 0 153423 8 0 0 25 0 1 0 24979185 19677184 4367 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26892/statm: 4804 4367 76 150 0 4651 0
Current children cumulated CPU time (s) 1535.26
Current children cumulated vsize (KiB) 41440

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.16 3/88 26932
/proc/meminfo: memFree=1637432/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 16 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=19484 CPUtime=1594.01
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 4467 0 0 0 159393 8 0 0 25 0 1 0 24979185 19951616 4453 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26892/statm: 4871 4453 76 150 0 4718 0
Current children cumulated CPU time (s) 1594.96
Current children cumulated vsize (KiB) 41708

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.15 3/88 26932
/proc/meminfo: memFree=1614136/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 16 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=19652 CPUtime=1653.69
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 4490 0 0 0 165361 8 0 0 25 0 1 0 24979185 20123648 4476 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26892/statm: 4913 4476 76 150 0 4760 0
Current children cumulated CPU time (s) 1654.64
Current children cumulated vsize (KiB) 41876

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.14 3/88 26932
/proc/meminfo: memFree=1613624/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 16 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=20048 CPUtime=1713.4
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 4601 0 0 0 171332 8 0 0 25 0 1 0 24979185 20529152 4587 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/26892/statm: 5012 4587 76 150 0 4859 0
Current children cumulated CPU time (s) 1714.35
Current children cumulated vsize (KiB) 42272

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/88 26932
/proc/meminfo: memFree=1590584/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 16 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=20048 CPUtime=1773.04
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 4602 0 0 0 177296 8 0 0 25 0 1 0 24979185 20529152 4588 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/26892/statm: 5012 4588 76 150 0 4859 0
Current children cumulated CPU time (s) 1773.99
Current children cumulated vsize (KiB) 42272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.51 s]
/proc/loadavg: 2.00 2.00 2.12 3/88 26932
/proc/meminfo: memFree=1590456/2055920 swapFree=4192812/4192956
[pid=26868] ppid=26866 vsize=16868 CPUtime=0.95
/proc/26868/stat : 26868 (sugar) S 26866 26868 23974 0 -1 4194304 1376 11309 0 2 5 2 80 8 16 0 1 0 24979067 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26868/statm: 4217 1113 409 3 0 796 0
[pid=26891] ppid=26868 vsize=5356 CPUtime=0
/proc/26891/stat : 26891 (sh) S 26868 26868 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24979185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26891/statm: 1339 232 193 169 0 50 0
[pid=26892] ppid=26891 vsize=20332 CPUtime=1799.12
/proc/26892/stat : 26892 (minisat) R 26891 26868 23974 0 -1 4194304 4644 0 0 0 179904 8 0 0 25 0 1 0 24979185 20819968 4630 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 1 0 0
/proc/26892/statm: 5083 4630 76 150 0 4930 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 42556

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

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

Child status: 0
Real time (s): 1808.53
CPU time (s): 1800.12
CPU user time (s): 1799.91
CPU system time (s): 0.202969
CPU usage (%): 99.5349
Max. virtual memory (cumulated for all children) (KiB): 890840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18100
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= 1574
involuntary context switches= 33786

runsolver used 2.05469 second user time and 5.03623 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-12 08:12:21
IDJOB=2084546
IDBENCH=58089
IDSOLVER=739
FILE ID=node82/2084546-1247379141
PBS_JOBID= 9507113
Free space on /tmp= 66192 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/myciel/normalized-myciel6-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-2084546-1247379141/watcher-2084546-1247379141 -o /tmp/evaluation-result-2084546-1247379141/solver-2084546-1247379141 -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-2084546-1247379141.xml

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

MD5SUM BENCH= 0d97c29a461b112505245a691895ab8d
RANDOM SEED=251503840

node82.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.265
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.265
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:       1899280 kB
Buffers:          5020 kB
Cached:          50944 kB
SwapCached:          0 kB
Active:          86900 kB
Inactive:        19428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1899280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1376 kB
Writeback:           0 kB
Mapped:          61880 kB
Slab:            35652 kB
Committed_AS:   243088 kB
PageTables:       1852 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66188 MiB
End job on node82 at 2009-07-12 08:42:32