Trace number 1088544

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.07 1814.42

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 (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 10:40:12 2008
0.00/0.05	c 0	PID 10326
0.00/0.05	c 0	HOST node14.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1088544-1215247211.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1088544-1215247211.xml' 'HOME/temp.csp'
0.04/0.42	c 0	1 domains, 95 variables, 1 predicates, 0 relations, 755 constraints
0.04/0.47	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.47	c 0	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.41/0.55	c 0	Parsing HOME/temp.csp
0.41/0.69	c 0	parsed 852 expressions
0.41/0.69	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.69	c 0	Converting to clausal form CSP
0.41/0.71	c 0	converted 86 (10%) expressions
0.41/0.75	c 0	converted 171 (20%) expressions
0.41/0.77	c 0	converted 256 (30%) expressions
0.41/0.79	c 0	converted 341 (40%) expressions
0.41/0.86	c 0	converted 426 (50%) expressions
0.41/0.88	c 0	converted 512 (60%) expressions
0.41/0.88	c 0	converted 597 (70%) expressions
0.41/0.89	c 0	converted 682 (80%) expressions
0.41/0.90	c 0	converted 767 (90%) expressions
0.41/0.91	c 0	converted 852 (100%) expressions
0.41/0.91	c 0	CSP : 95 integers, 0 booleans, 755 clauses, largest domain size 6
0.41/0.91	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.41/0.91	c 0	Propagation in CSP
0.41/0.95	c 0	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.41/0.95	c 0	CSP : 95 integers, 0 booleans, 755 clauses, largest domain size 6
0.41/0.95	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.41/0.95	c 0	Simplifing CSP by introducing new Boolean variables
0.41/0.98	c 1	CSP : 95 integers, 1510 booleans, 2265 clauses, largest domain size 6
0.41/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.01	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.91/1.02	c 1	10 (10%) CSP integer variables are encoded (40 clauses, 409 bytes)
0.91/1.02	c 1	19 (20%) CSP integer variables are encoded (76 clauses, 733 bytes)
0.91/1.02	c 1	29 (30%) CSP integer variables are encoded (116 clauses, 1166 bytes)
0.91/1.02	c 1	38 (40%) CSP integer variables are encoded (152 clauses, 1562 bytes)
0.91/1.02	c 1	48 (50%) CSP integer variables are encoded (192 clauses, 2002 bytes)
0.91/1.02	c 1	57 (60%) CSP integer variables are encoded (228 clauses, 2398 bytes)
0.91/1.02	c 1	67 (70%) CSP integer variables are encoded (268 clauses, 2838 bytes)
0.91/1.02	c 1	76 (80%) CSP integer variables are encoded (304 clauses, 3234 bytes)
0.91/1.02	c 1	86 (90%) CSP integer variables are encoded (344 clauses, 3674 bytes)
0.91/1.02	c 1	95 (100%) CSP integer variables are encoded (380 clauses, 4070 bytes)
0.91/1.04	c 1	227 (10%) CSP clauses are encoded (1367 clauses, 16500 bytes)
0.91/1.05	c 1	453 (20%) CSP clauses are encoded (2343 clauses, 29442 bytes)
0.91/1.06	c 1	680 (30%) CSP clauses are encoded (3330 clauses, 42536 bytes)
0.91/1.07	c 1	906 (40%) CSP clauses are encoded (4306 clauses, 56088 bytes)
0.91/1.08	c 1	1133 (50%) CSP clauses are encoded (5293 clauses, 70364 bytes)
0.91/1.09	c 1	1359 (60%) CSP clauses are encoded (6269 clauses, 84712 bytes)
0.91/1.09	c 1	1586 (70%) CSP clauses are encoded (7256 clauses, 99748 bytes)
0.91/1.10	c 1	1812 (80%) CSP clauses are encoded (8232 clauses, 114610 bytes)
0.91/1.10	c 1	2039 (90%) CSP clauses are encoded (9219 clauses, 129646 bytes)
1.01/1.11	c 1	2265 (100%) CSP clauses are encoded (10195 clauses, 144508 bytes)
1.01/1.11	c 1	2265 CSP clauses encoded
1.01/1.11	c 1	Writing map file : HOME/temp.map
1.01/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.12	c 1	SAT : 1985 SAT variables, 10195 SAT clauses, 144508 bytes
1.01/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.16	c 1	SOLVING HOME/temp.cnf
1.01/1.16	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.01/1.16	c 1	This is MiniSat 2.0 beta
1.01/1.16	c 1	WARNING: for repeatability, setting FPU to use double precision
1.01/1.16	c 1	============================[ Problem Statistics ]=============================
1.01/1.16	c 1	|                                                                             |
1.01/1.16	c 1	|  Number of variables:  1985                                                 |
1.01/1.16	c 1	|  Number of clauses:    10195                                                |
1.01/1.17	c 1	|  Parsing time:         0.00         s                                       |
1.01/1.17	c 1	============================[ Search Statistics ]==============================
1.01/1.17	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.01/1.17	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.01/1.17	c 1	===============================================================================
1.01/1.17	c 1	|         0 |    1985    10195    26430 |     3398        0    nan |  0.000 % |
1.01/1.18	c 1	|       101 |    1985    10195    26430 |     3738      101     28 |  0.000 % |
1.01/1.19	c 1	|       251 |    1985    10195    26430 |     4111      251     23 |  0.000 % |
1.04/1.20	c 1	|       476 |    1985    10195    26430 |     4523      476     22 |  0.000 % |
1.04/1.23	c 1	|       813 |    1985    10195    26430 |     4975      813     21 |  0.000 % |
1.04/1.27	c 1	|      1320 |    1985    10195    26430 |     5473     1320     22 |  0.000 % |
1.04/1.34	c 1	|      2080 |    1985    10195    26430 |     6020     2080     24 |  0.000 % |
1.04/1.45	c 1	|      3220 |    1985    10195    26430 |     6622     3220     26 |  0.000 % |
1.04/1.62	c 1	|      4929 |    1985    10195    26430 |     7284     4929     25 |  0.000 % |
1.04/1.90	c 1	|      7491 |    1985    10195    26430 |     8013     7491     26 |  0.000 % |
2.16/2.39	c 2	|     11336 |    1985    10195    26430 |     8814     6918     29 |  0.000 % |
2.85/3.07	c 3	|     17104 |    1985    10195    26430 |     9695     7921     29 |  0.000 % |
4.04/4.28	c 4	|     25753 |    1985    10195    26430 |    10665     6196     34 |  0.000 % |
6.02/6.22	c 6	|     38727 |    1985    10195    26430 |    11731     8020     31 |  0.000 % |
8.69/8.95	c 8	|     58188 |    1985    10195    26430 |    12905     9222     28 |  0.000 % |
12.95/13.28	c 13	|     87382 |    1985    10195    26430 |    14195    11397     26 |  0.000 % |
20.68/21.00	c 21	|    131172 |    1985    10195    26430 |    15615    10778     35 |  0.000 % |
31.98/32.44	c 32	|    196857 |    1985    10195    26430 |    17176    12438     31 |  0.000 % |
50.09/50.72	c 50	|    295383 |    1985    10195    26430 |    18894    12812     30 |  0.000 % |
79.61/80.50	c 80	|    443172 |    1985    10195    26430 |    20783    13822     33 |  0.000 % |
125.99/127.34	c 127	|    664855 |    1985    10195    26430 |    22862    11459     29 |  0.000 % |
200.17/202.26	c 202	|    997380 |    1985    10195    26430 |    25148    14485     27 |  0.000 % |
323.80/327.08	c 327	|   1496168 |    1985    10195    26430 |    27663    23090     41 |  0.000 % |
512.20/517.21	c 517	|   2244350 |    1985    10195    26430 |    30429    18116     34 |  0.000 % |
830.88/838.98	c 839	|   3366624 |    1985    10195    26430 |    33472    27775     31 |  0.000 % |
1352.29/1365.35	c 1365	|   5050036 |    1985    10195    26430 |    36819    16428     32 |  0.000 % |
1800.04/1814.41	sh: line 1: 10350 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.04/1814.41	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1814.41	c 1814	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/1814.42	c ERROR INTERRUPTED
1800.04/1814.42	s UNKNOWN
1800.04/1814.42	c 1814	CPU 1799.75 (0.03 0.01 1799.72 0.29)
1800.04/1814.42	c 1814	END Sat Jul  5 11:10:26 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-1088544-1215247211/watcher-1088544-1215247211 -o /tmp/evaluation-result-1088544-1215247211/solver-1088544-1215247211 -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-1088544-1215247211.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 10326
/proc/meminfo: memFree=1654648/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=18572 CPUtime=0
/proc/10326/stat : 10326 (runsolver) R 10324 10326 8453 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1554395186 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 212234464551 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10326/statm: 4643 292 257 25 0 2626 0

[startup+0.0524751 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 10326
/proc/meminfo: memFree=1654648/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=0.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 884 127 0 0 3 1 0 0 18 0 1 0 1554395186 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102366 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 10326
/proc/meminfo: memFree=1654648/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=0.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1554395186 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301403 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 10326
/proc/meminfo: memFree=1654648/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=0.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1554395186 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70147 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 10326
/proc/meminfo: memFree=1654648/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=0.41
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 973 4560 0 1 3 1 34 3 15 0 1 0 1554395186 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13600

[startup+1.50261 s]
/proc/loadavg: 2.00 2.00 1.98 4/92 10348
/proc/meminfo: memFree=1640288/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 15 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 13600

[startup+3.10189 s]
/proc/loadavg: 2.08 2.02 1.98 3/84 10350
/proc/meminfo: memFree=1650144/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 15 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=3860 CPUtime=1.91
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 661 0 0 0 191 0 0 0 25 0 1 0 1554395302 3952640 647 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/10350/statm: 965 647 76 150 0 812 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 22816

[startup+6.30244 s]
/proc/loadavg: 2.08 2.02 1.98 3/84 10350
/proc/meminfo: memFree=1649120/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 16 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=4656 CPUtime=5.08
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 874 0 0 0 508 0 0 0 25 0 1 0 1554395302 4767744 860 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10350/statm: 1164 860 76 150 0 1011 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 23612

[startup+12.7016 s]
/proc/loadavg: 2.07 2.02 1.98 3/84 10350
/proc/meminfo: memFree=1648160/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 16 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=5448 CPUtime=11.42
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 1044 0 0 0 1142 0 0 0 25 0 1 0 1554395302 5578752 1030 996147200 134512640 135127466 4294956256 18446744073709551615 134528005 0 0 4096 3 0 0 0 17 1 0 0
/proc/10350/statm: 1362 1030 76 150 0 1209 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 24404

[startup+25.5018 s]
/proc/loadavg: 2.06 2.02 1.98 3/84 10350
/proc/meminfo: memFree=1647456/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 16 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=6272 CPUtime=24.1
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 1255 0 0 0 2409 1 0 0 25 0 1 0 1554395302 6422528 1241 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/10350/statm: 1568 1241 76 150 0 1415 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 25228

[startup+51.1022 s]
/proc/loadavg: 2.04 2.01 1.98 3/84 10350
/proc/meminfo: memFree=1646496/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 16 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=7216 CPUtime=49.45
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 1501 0 0 0 4944 1 0 0 25 0 1 0 1554395302 7389184 1487 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10350/statm: 1804 1487 76 150 0 1651 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 26172

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.98 4/84 10350
/proc/meminfo: memFree=1644960/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 16 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=8636 CPUtime=100.17
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 1829 0 0 0 10016 1 0 0 25 0 1 0 1554395302 8843264 1815 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/10350/statm: 2159 1815 76 150 0 2006 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 27592

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 10350
/proc/meminfo: memFree=1643488/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 16 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=10044 CPUtime=159.61
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 2198 0 0 0 15959 2 0 0 25 0 1 0 1554395302 10285056 2184 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10350/statm: 2511 2184 76 150 0 2358 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 29000

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 10350
/proc/meminfo: memFree=1642400/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 16 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=11128 CPUtime=219.03
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 2454 0 0 0 21901 2 0 0 25 0 1 0 1554395302 11395072 2440 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10350/statm: 2782 2440 76 150 0 2629 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 30084

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 10350
/proc/meminfo: memFree=1642208/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 16 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=11560 CPUtime=278.48
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 2536 0 0 0 27845 3 0 0 25 0 1 0 1554395302 11837440 2522 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/10350/statm: 2890 2522 76 150 0 2737 0
Current children cumulated CPU time (s) 279.52
Current children cumulated vsize (KiB) 30516


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

[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 16 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=17844 CPUtime=1229.43
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 4067 0 0 0 122937 6 0 0 25 0 1 0 1554395302 18272256 4053 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/10350/statm: 4461 4053 76 150 0 4308 0
Current children cumulated CPU time (s) 1230.47
Current children cumulated vsize (KiB) 36800

[startup+1302.3 s]
/proc/loadavg: 2.26 2.14 2.04 3/84 10356
/proc/meminfo: memFree=1634976/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 16 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=17844 CPUtime=1288.85
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 4069 0 0 0 128878 7 0 0 25 0 1 0 1554395302 18272256 4055 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/10350/statm: 4461 4055 76 150 0 4308 0
Current children cumulated CPU time (s) 1289.89
Current children cumulated vsize (KiB) 36800

[startup+1362.3 s]
/proc/loadavg: 2.09 2.11 2.04 3/84 10356
/proc/meminfo: memFree=1634720/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 16 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=18156 CPUtime=1348.28
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 4129 0 0 0 134821 7 0 0 25 0 1 0 1554395302 18591744 4115 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10350/statm: 4539 4115 76 150 0 4386 0
Current children cumulated CPU time (s) 1349.32
Current children cumulated vsize (KiB) 37112

[startup+1422.31 s]
/proc/loadavg: 2.03 2.09 2.03 3/84 10356
/proc/meminfo: memFree=1634592/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 16 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=18156 CPUtime=1407.72
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 4158 0 0 0 140765 7 0 0 25 0 1 0 1554395302 18591744 4144 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/10350/statm: 4539 4144 76 150 0 4386 0
Current children cumulated CPU time (s) 1408.76
Current children cumulated vsize (KiB) 37112

[startup+1482.3 s]
/proc/loadavg: 2.00 2.07 2.03 3/75 10437
/proc/meminfo: memFree=1584424/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 16 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=18488 CPUtime=1467.33
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 4209 0 0 0 146720 13 0 0 25 0 1 0 1554395302 18931712 4195 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/10350/statm: 4622 4195 76 150 0 4469 0
Current children cumulated CPU time (s) 1468.37
Current children cumulated vsize (KiB) 37444

[startup+1542.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/72 10440
/proc/meminfo: memFree=1595848/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 16 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=18644 CPUtime=1527.28
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 4265 0 0 0 152714 14 0 0 25 0 1 0 1554395302 19091456 4251 996147200 134512640 135127466 4294956256 18446744073709551615 134527115 0 0 4096 3 0 0 0 17 0 0 0
/proc/10350/statm: 4661 4251 76 150 0 4508 0
Current children cumulated CPU time (s) 1528.32
Current children cumulated vsize (KiB) 37600

[startup+1602.3 s]
/proc/loadavg: 2.06 2.06 2.02 3/87 10482
/proc/meminfo: memFree=1479568/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 16 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=19216 CPUtime=1587.23
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 4381 0 0 0 158707 16 0 0 25 0 1 0 1554395302 19677184 4367 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10350/statm: 4804 4367 76 150 0 4651 0
Current children cumulated CPU time (s) 1588.27
Current children cumulated vsize (KiB) 38172

[startup+1662.3 s]
/proc/loadavg: 2.02 2.05 2.01 4/72 10485
/proc/meminfo: memFree=1433032/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 16 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=19484 CPUtime=1647.05
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 4445 0 0 0 164689 16 0 0 25 0 1 0 1554395302 19951616 4431 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10350/statm: 4871 4431 76 150 0 4718 0
Current children cumulated CPU time (s) 1648.09
Current children cumulated vsize (KiB) 38440

[startup+1722.3 s]
/proc/loadavg: 2.30 2.14 2.05 3/83 10517
/proc/meminfo: memFree=1196784/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 16 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=19652 CPUtime=1706.98
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 4483 0 0 0 170678 20 0 0 25 0 1 0 1554395302 20123648 4469 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10350/statm: 4913 4469 76 150 0 4760 0
Current children cumulated CPU time (s) 1708.02
Current children cumulated vsize (KiB) 38608

[startup+1782.3 s]
/proc/loadavg: 2.17 2.12 2.05 3/83 10517
/proc/meminfo: memFree=1196208/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 16 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=20048 CPUtime=1766.92
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 4601 0 0 0 176672 20 0 0 25 0 1 0 1554395302 20529152 4587 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10350/statm: 5012 4587 76 150 0 4859 0
Current children cumulated CPU time (s) 1767.96
Current children cumulated vsize (KiB) 39004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.4 s]
/proc/loadavg: 2.10 2.11 2.04 3/83 10517
/proc/meminfo: memFree=1190256/2055920 swapFree=4121440/4192956
[pid=10326] ppid=10324 vsize=13600 CPUtime=1.04
/proc/10326/stat : 10326 (sugar) S 10324 10326 8453 0 -1 4194304 1031 11218 0 2 3 1 92 8 16 0 1 0 1554395186 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10326/statm: 3400 798 370 3 0 500 0
[pid=10349] ppid=10326 vsize=5356 CPUtime=0
/proc/10349/stat : 10349 (sh) S 10326 10326 8453 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554395302 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10349/statm: 1339 232 193 169 0 50 0
[pid=10350] ppid=10349 vsize=20048 CPUtime=1799
/proc/10350/stat : 10350 (minisat) R 10349 10326 8453 0 -1 4194304 4601 0 0 0 179880 20 0 0 25 0 1 0 1554395302 20529152 4587 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/10350/statm: 5012 4587 76 150 0 4859 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 39004

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): 1814.42
CPU time (s): 1800.07
CPU user time (s): 1799.76
CPU system time (s): 0.313952
CPU usage (%): 99.2092
Max. virtual memory (cumulated for all children) (KiB): 887328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.313952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17574
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= 1836
involuntary context switches= 63059

runsolver used 1.84672 second user time and 6.36603 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-05 10:40:12
IDJOB=1088544
IDBENCH=58089
IDSOLVER=346
FILE ID=node14/1088544-1215247211
PBS_JOBID= 7881980
Free space on /tmp= 66448 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0d97c29a461b112505245a691895ab8d
RANDOM SEED=611805764

node14.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.267
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	: 5931.00
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.267
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:       1655128 kB
Buffers:         53428 kB
Cached:         180528 kB
SwapCached:      65652 kB
Active:         259608 kB
Inactive:        86216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655128 kB
SwapTotal:     4192956 kB
SwapFree:      4121440 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:         128112 kB
Slab:            39944 kB
Committed_AS:  3183108 kB
PageTables:       2104 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= 66412 MiB
End job on node14 at 2008-07-05 11:10:28