Trace number 1128172

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+minisatMSAT (TO) 3600.11 3633.61

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-60/
normalized-kbtree-9-7-3-5-60-16_ext.xml
MD5SUMf8d25281d99983d244a15f883cf09911
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints62
Best CPU time to get the best result obtained on this benchmark1.3358
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints189
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension189
Number of constraints which are defined in intension0
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 Wed Jul 23 04:33:41 2008
0.00/0.05	c 0	PID 8277
0.00/0.05	c 0	HOST node10.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128172-1216780421.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-1128172-1216780421.xml' 'HOME/temp.csp'
0.03/0.38	c 0	1 domains, 28 variables, 0 predicates, 189 relations, 189 constraints
0.03/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.50	c 0	Parsing HOME/temp.csp
0.35/0.63	c 0	parsed 407 expressions
0.35/0.63	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.35/0.64	c 0	MAX CSP: 189 constraints
0.35/0.64	c 0	Converting to clausal form CSP
0.35/0.66	c 0	converted 60 (10%) expressions
0.35/0.66	c 0	converted 120 (20%) expressions
0.35/0.66	c 0	converted 180 (30%) expressions
0.35/0.67	c 0	converted 240 (40%) expressions
0.35/0.69	c 0	converted 300 (50%) expressions
0.35/0.69	c 0	converted 360 (60%) expressions
0.35/0.70	c 0	converted 420 (70%) expressions
0.35/0.70	c 0	converted 480 (80%) expressions
0.35/0.71	c 0	converted 540 (90%) expressions
0.35/0.86	c 0	converted 599 (100%) expressions
0.35/0.86	c 0	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.35/0.86	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.86	c 0	Propagation in CSP
0.35/0.88	c 0	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.35/0.88	c 0	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.35/0.88	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.88	c 0	Simplifing CSP by introducing new Boolean variables
0.35/0.88	c 0	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.35/0.88	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.90	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.35/0.91	c 1	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.35/0.91	c 1	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.35/0.91	c 1	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.35/0.91	c 1	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.35/0.91	c 1	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.35/0.92	c 1	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.35/0.92	c 1	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.35/0.93	c 1	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
0.35/0.93	c 1	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
0.35/0.94	c 1	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
0.35/0.97	c 1	57 (10%) CSP clauses are encoded (2878 clauses, 36768 bytes)
0.35/0.98	c 1	114 (20%) CSP clauses are encoded (3273 clauses, 43221 bytes)
0.35/0.99	c 1	170 (30%) CSP clauses are encoded (3660 clauses, 49527 bytes)
0.90/1.01	c 1	227 (40%) CSP clauses are encoded (4091 clauses, 55828 bytes)
0.90/1.02	c 1	283 (50%) CSP clauses are encoded (6587 clauses, 92671 bytes)
0.90/1.02	c 1	340 (60%) CSP clauses are encoded (7428 clauses, 104546 bytes)
0.90/1.04	c 1	397 (70%) CSP clauses are encoded (14105 clauses, 214169 bytes)
0.90/1.04	c 1	453 (80%) CSP clauses are encoded (15009 clauses, 229279 bytes)
0.90/1.08	c 1	510 (90%) CSP clauses are encoded (34678 clauses, 577891 bytes)
1.01/1.12	c 1	566 (100%) CSP clauses are encoded (53138 clauses, 914151 bytes)
1.01/1.12	c 1	566 CSP clauses encoded
1.01/1.12	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 : 2887 SAT variables, 53138 SAT clauses, 914151 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	OBJECTIVE minimize _COST
1.01/1.16	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.01/1.16	c 1	SEARCHING: _COST <= 95
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:  2887                                                 |
1.01/1.16	c 1	|  Number of clauses:    53139                                                |
1.01/1.19	c 1	|  Parsing time:         0.03         s                                       |
1.01/1.19	c 1	============================[ Search Statistics ]==============================
1.01/1.19	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.01/1.19	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.01/1.19	c 1	===============================================================================
1.01/1.19	c 1	|         0 |    2135    34839   100048 |    11613        0    nan |  0.000 % |
1.05/1.21	c 1	|       100 |    2135    34839   100048 |    12774      100     20 | 26.048 % |
1.05/1.23	c 1	|       251 |    2135    34839   100048 |    14051      251     24 | 26.049 % |
1.05/1.24	c 1	|       477 |    2135    34839   100048 |    15456      477     22 | 26.048 % |
1.05/1.25	c 1	===============================================================================
1.05/1.25	c 1	restarts              : 4
1.05/1.25	c 1	conflicts             : 595            (6468 /sec)
1.05/1.25	c 1	decisions             : 1296           (0.46 % random) (14089 /sec)
1.05/1.25	c 1	propagations          : 114241         (1241939 /sec)
1.05/1.25	c 1	conflict literals     : 12548          (21.02 % deleted)
1.05/1.25	c 1	Memory used           : 4.07 MB
1.05/1.25	c 1	CPU time              : 0.091986 s
1.05/1.25	c 1	
1.05/1.26	c 1	SATISFIABLE
1.05/1.26	c 1	FOUND: _COST <= 95
1.05/1.26	s SATISFIABLE
1.05/1.26	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.05/1.26	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.16/1.34	c 1	Decoding HOME/temp.out
1.16/1.39	c 1	OBJECTIVE _COST 95
1.16/1.39	o 95
1.16/1.40	v 4 4 3 4 4 1 3 1 4 4 0 2 3 4 2 1 2 3 0 3 4 2 0 4 1 4 1 2
1.16/1.40	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.16/1.42	c 1	OBJECTIVE BOUND: 0 <= _COST <= 95
1.16/1.42	c 1	SEARCHING: _COST <= 47
1.16/1.42	c 1	SOLVING HOME/temp.cnf
1.30/1.52	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.30/1.52	c 1	This is MiniSat 2.0 beta
1.30/1.52	c 1	WARNING: for repeatability, setting FPU to use double precision
1.30/1.52	c 1	============================[ Problem Statistics ]=============================
1.30/1.52	c 1	|                                                                             |
1.30/1.52	c 1	|  Number of variables:  2887                                                 |
1.30/1.52	c 1	|  Number of clauses:    53139                                                |
1.30/1.54	c 1	|  Parsing time:         0.02         s                                       |
1.30/1.55	c 1	============================[ Search Statistics ]==============================
1.30/1.55	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.30/1.55	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.30/1.55	c 1	===============================================================================
1.30/1.55	c 1	|         0 |    1702    23389    66949 |     7796        0    nan |  0.000 % |
1.30/1.57	c 1	|       100 |    1702    23389    66949 |     8575      100     14 | 41.046 % |
1.30/1.58	c 1	|       250 |    1702    23389    66949 |     9433      250     14 | 41.047 % |
1.30/1.59	c 1	|       475 |    1702    23389    66949 |    10376      475     15 | 41.047 % |
1.31/1.62	c 1	|       812 |    1702    23389    66949 |    11414      812     16 | 41.046 % |
1.31/1.66	c 1	|      1318 |    1702    23389    66949 |    12556     1318     16 | 41.047 % |
1.31/1.73	c 1	|      2079 |    1702    23389    66949 |    13811     2079     16 | 41.046 % |
1.31/1.83	c 1	|      3218 |    1702    23389    66949 |    15192     3218     15 | 41.047 % |
1.31/2.01	c 2	|      4927 |    1702    23389    66949 |    16712     4927     16 | 41.047 % |
2.07/2.32	c 2	|      7490 |    1702    23389    66949 |    18383     7490     16 | 41.047 % |
2.57/2.85	c 2	|     11334 |    1702    23389    66949 |    20221    11334     16 | 41.046 % |
3.56/3.82	c 3	|     17100 |    1702    23389    66949 |    22243    17100     16 | 41.046 % |
5.34/5.63	c 5	|     25750 |    1702    23389    66949 |    24468    13660     17 | 41.047 % |
8.41/8.76	c 8	|     38725 |    1702    23389    66949 |    26915    12495     19 | 41.047 % |
13.07/13.49	c 13	|     58187 |    1702    23389    66949 |    29606    15722     16 | 41.047 % |
20.31/20.71	c 20	|     87379 |    1702    23389    66949 |    32567    26301     18 | 41.047 % |
32.39/33.00	c 33	|    131168 |    1702    23389    66949 |    35823    28131     17 | 41.046 % |
50.72/51.40	c 51	|    196853 |    1702    23389    66949 |    39406    19793     19 | 41.047 % |
79.06/80.09	c 80	|    295383 |    1702    23389    66949 |    43346    34283     18 | 41.047 % |
123.24/124.60	c 124	|    443172 |    1702    23389    66949 |    47681    23493     20 | 41.046 % |
192.71/194.74	c 194	|    664855 |    1702    23389    66949 |    52449    32372     19 | 41.046 % |
303.90/306.91	c 306	|    997381 |    1702    23389    66949 |    57694    42086     22 | 41.046 % |
477.31/481.96	c 482	|   1496169 |    1702    23389    66949 |    63464    46448     20 | 41.046 % |
762.40/769.64	c 769	|   2244352 |    1702    23389    66949 |    69810    44061     19 | 41.046 % |
1208.51/1219.89	c 1219	|   3366629 |    1702    23389    66949 |    76791    33384     18 | 41.047 % |
1899.41/1917.16	c 1917	|   5050041 |    1702    23389    66949 |    84470    60475     19 | 41.046 % |
3020.77/3048.91	c 3049	|   7575159 |    1702    23389    66949 |    92918    26702     20 | 41.047 % |
3600.07/3633.61	sh: line 1:  8313 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.07/3633.61	c ERROR unknown output  in HOME/temp.out
3600.07/3633.61	c 3633	CPU 3599.8 (0.04 0.01 3599.76 0.28)
3600.07/3633.61	c 3633	END Wed Jul 23 05:34:14 2008

Verifier Data (download as text)

OK	78	111
78 unsatisfied constraints, 111 satisfied constraints

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-1128172-1216780421/watcher-1128172-1216780421 -o /tmp/evaluation-result-1128172-1216780421/solver-1128172-1216780421 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1128172-1216780421.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 1.85 1.98 1.99 4/80 8277
/proc/meminfo: memFree=1131760/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=12132 CPUtime=0
/proc/8277/stat : 8277 (sugar) R 8275 8277 7477 0 -1 4194304 215 0 0 0 0 0 0 0 24 0 1 0 5133097 12423168 183 996147200 4194304 4206940 548682068592 18446744073709551615 214937695030 0 0 4224 0 0 0 0 17 1 0 0
/proc/8277/statm: 3033 183 142 3 0 133 0

[startup+0.099306 s]
/proc/loadavg: 1.85 1.98 1.99 4/80 8277
/proc/meminfo: memFree=1131760/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=0.03
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5133097 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102305 s]
/proc/loadavg: 1.85 1.98 1.99 4/80 8277
/proc/meminfo: memFree=1131760/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=0.03
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5133097 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30133 s]
/proc/loadavg: 1.85 1.98 1.99 4/80 8277
/proc/meminfo: memFree=1131760/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=0.03
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5133097 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701382 s]
/proc/loadavg: 1.85 1.98 1.99 4/80 8277
/proc/meminfo: memFree=1131760/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=0.35
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 974 4425 0 1 3 0 30 2 15 0 1 0 5133097 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 13600

[startup+1.50148 s]
/proc/loadavg: 1.85 1.98 1.99 4/91 8299
/proc/meminfo: memFree=1117400/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.3
/proc/8277/stat : 8277 (sugar) D 8275 8277 7477 0 -1 4194304 1143 16022 0 3 3 1 116 10 15 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 13600

[startup+3.10171 s]
/proc/loadavg: 1.85 1.98 1.99 3/83 8313
/proc/meminfo: memFree=1125080/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 15 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=4828 CPUtime=1.56
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 1059 0 0 0 156 0 0 0 25 0 1 0 5133249 4943872 1045 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 1207 1045 75 150 0 1054 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 23784

[startup+6.30214 s]
/proc/loadavg: 1.86 1.98 1.99 3/83 8313
/proc/meminfo: memFree=1123352/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 16 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=5936 CPUtime=4.73
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 1367 0 0 0 472 1 0 0 25 0 1 0 5133249 6078464 1353 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 1484 1353 75 150 0 1331 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 24892

[startup+12.702 s]
/proc/loadavg: 1.87 1.98 1.99 3/83 8313
/proc/meminfo: memFree=1122456/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 16 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=6900 CPUtime=11.07
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 1577 0 0 0 1106 1 0 0 25 0 1 0 5133249 7065600 1563 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 1725 1563 75 150 0 1572 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 25856

[startup+25.5027 s]
/proc/loadavg: 1.90 1.98 1.99 3/83 8313
/proc/meminfo: memFree=1121432/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 16 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=7736 CPUtime=23.75
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 1791 0 0 0 2374 1 0 0 25 0 1 0 5133249 7921664 1777 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 1934 1777 75 150 0 1781 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 26692

[startup+51.1022 s]
/proc/loadavg: 2.33 2.08 2.02 4/83 8313
/proc/meminfo: memFree=1071576/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 16 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=8744 CPUtime=49.11
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 2021 0 0 0 4910 1 0 0 25 0 1 0 5133249 8953856 2007 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 2186 2007 75 150 0 2033 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 27700

[startup+102.307 s]
/proc/loadavg: 2.59 2.18 2.06 4/83 8313
/proc/meminfo: memFree=1065816/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 16 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=10612 CPUtime=99.84
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 2456 0 0 0 9982 2 0 0 25 0 1 0 5133249 10866688 2442 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 2653 2442 75 150 0 2500 0
Current children cumulated CPU time (s) 101.15
Current children cumulated vsize (KiB) 29568

[startup+162.302 s]
/proc/loadavg: 2.82 2.33 2.11 4/83 8313
/proc/meminfo: memFree=1064088/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 16 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=11932 CPUtime=159.29
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 2790 0 0 0 15927 2 0 0 25 0 1 0 5133249 12218368 2776 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 2983 2776 75 150 0 2830 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 30888

[startup+222.302 s]
/proc/loadavg: 2.65 2.37 2.14 4/83 8313
/proc/meminfo: memFree=1063128/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 16 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=13008 CPUtime=218.75
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 3049 0 0 0 21872 3 0 0 25 0 1 0 5133249 13320192 3035 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 3252 3035 75 150 0 3099 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (KiB) 31964

[startup+282.302 s]
/proc/loadavg: 2.60 2.41 2.17 3/83 8313
/proc/meminfo: memFree=1062808/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 16 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=13320 CPUtime=278.21
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 3113 0 0 0 27818 3 0 0 25 0 1 0 5133249 13639680 3099 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 3330 3099 75 150 0 3177 0
Current children cumulated CPU time (s) 279.52
Current children cumulated vsize (KiB) 32276


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

[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 16 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=27072 CPUtime=3012.93
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 6298 0 0 0 301278 15 0 0 25 0 1 0 5133249 27721728 6284 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 6768 6284 75 150 0 6615 0
Current children cumulated CPU time (s) 3014.24
Current children cumulated vsize (KiB) 46028

[startup+3102.3 s]
/proc/loadavg: 2.58 2.58 2.55 4/83 8321
/proc/meminfo: memFree=1048408/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 16 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=27416 CPUtime=3072.36
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 6347 0 0 0 307221 15 0 0 25 0 1 0 5133249 28073984 6333 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 6854 6333 75 150 0 6701 0
Current children cumulated CPU time (s) 3073.67
Current children cumulated vsize (KiB) 46372

[startup+3162.3 s]
/proc/loadavg: 2.68 2.59 2.55 4/83 8321
/proc/meminfo: memFree=1048344/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 16 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=27416 CPUtime=3131.82
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 6347 0 0 0 313167 15 0 0 25 0 1 0 5133249 28073984 6333 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 6854 6333 75 150 0 6701 0
Current children cumulated CPU time (s) 3133.13
Current children cumulated vsize (KiB) 46372

[startup+3222.3 s]
/proc/loadavg: 2.68 2.60 2.55 4/83 8321
/proc/meminfo: memFree=1048216/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 16 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=27580 CPUtime=3191.27
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 6384 0 0 0 319111 16 0 0 25 0 1 0 5133249 28241920 6370 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 6895 6370 75 150 0 6742 0
Current children cumulated CPU time (s) 3192.58
Current children cumulated vsize (KiB) 46536

[startup+3282.3 s]
/proc/loadavg: 2.66 2.60 2.55 3/83 8321
/proc/meminfo: memFree=1048088/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 16 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=27720 CPUtime=3250.71
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 6410 0 0 0 325055 16 0 0 25 0 1 0 5133249 28385280 6396 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 6930 6396 75 150 0 6777 0
Current children cumulated CPU time (s) 3252.02
Current children cumulated vsize (KiB) 46676

[startup+3342.3 s]
/proc/loadavg: 2.47 2.55 2.54 4/83 8321
/proc/meminfo: memFree=1047960/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 16 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=28052 CPUtime=3310.15
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 6463 0 0 0 330999 16 0 0 25 0 1 0 5133249 28725248 6449 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 7013 6449 75 150 0 6860 0
Current children cumulated CPU time (s) 3311.46
Current children cumulated vsize (KiB) 47008

[startup+3402.31 s]
/proc/loadavg: 2.52 2.55 2.54 4/83 8321
/proc/meminfo: memFree=1047768/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 16 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=28052 CPUtime=3369.6
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 6479 0 0 0 336944 16 0 0 25 0 1 0 5133249 28725248 6465 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 7013 6465 75 150 0 6860 0
Current children cumulated CPU time (s) 3370.91
Current children cumulated vsize (KiB) 47008

[startup+3462.3 s]
/proc/loadavg: 2.54 2.55 2.54 4/83 8321
/proc/meminfo: memFree=1047320/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 16 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=28296 CPUtime=3429.05
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 6535 0 0 0 342889 16 0 0 25 0 1 0 5133249 28975104 6521 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 7074 6521 75 150 0 6921 0
Current children cumulated CPU time (s) 3430.36
Current children cumulated vsize (KiB) 47252

[startup+3522.3 s]
/proc/loadavg: 2.65 2.59 2.55 4/83 8321
/proc/meminfo: memFree=1047320/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 16 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=28296 CPUtime=3488.5
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 6538 0 0 0 348833 17 0 0 25 0 1 0 5133249 28975104 6524 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 7074 6524 75 150 0 6921 0
Current children cumulated CPU time (s) 3489.81
Current children cumulated vsize (KiB) 47252

[startup+3582.3 s]
/proc/loadavg: 2.64 2.58 2.55 4/83 8321
/proc/meminfo: memFree=1047192/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 16 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=28296 CPUtime=3547.95
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 6543 0 0 0 354778 17 0 0 25 0 1 0 5133249 28975104 6529 996147200 134512640 135127466 4294956256 18446744073709551615 134527154 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 7074 6529 75 150 0 6921 0
Current children cumulated CPU time (s) 3549.26
Current children cumulated vsize (KiB) 47252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.6 s]
/proc/loadavg: 2.52 2.56 2.54 3/83 8321
/proc/meminfo: memFree=1047128/2055920 swapFree=4192956/4192956
[pid=8277] ppid=8275 vsize=13600 CPUtime=1.31
/proc/8277/stat : 8277 (sugar) S 8275 8277 7477 0 -1 4194304 1181 16022 0 3 4 1 116 10 16 0 1 0 5133097 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8277/statm: 3400 808 374 3 0 500 0
[pid=8312] ppid=8277 vsize=5356 CPUtime=0
/proc/8312/stat : 8312 (sh) S 8277 8277 7477 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 5133249 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8312/statm: 1339 232 193 169 0 50 0
[pid=8313] ppid=8312 vsize=28432 CPUtime=3598.76
/proc/8313/stat : 8313 (minisat) R 8312 8277 7477 0 -1 4194304 6575 0 0 0 359859 17 0 0 25 0 1 0 5133249 29114368 6561 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8313/statm: 7108 6561 75 150 0 6955 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 47388

Sending SIGTERM to process tree (bottom up)


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

Child status: 0
Real time (s): 3633.61
CPU time (s): 3600.11
CPU user time (s): 3599.81
CPU system time (s): 0.299954
CPU usage (%): 99.0779
Max. virtual memory (cumulated for all children) (KiB): 887296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.81
system time used= 0.299954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24135
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2085
involuntary context switches= 78779

runsolver used 5.2612 second user time and 10.4894 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-23 04:33:41
IDJOB=1128172
IDBENCH=64873
IDSOLVER=368
FILE ID=node10/1128172-1216780421
PBS_JOBID= 7974167
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-60/normalized-kbtree-9-7-3-5-60-16_ext.xml
COMMAND LINE= DIR/sugar -max -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-1128172-1216780421/watcher-1128172-1216780421 -o /tmp/evaluation-result-1128172-1216780421/solver-1128172-1216780421 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1128172-1216780421.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f8d25281d99983d244a15f883cf09911
RANDOM SEED=1844847373

node10.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.234
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.234
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:       1132240 kB
Buffers:         38208 kB
Cached:         774256 kB
SwapCached:          0 kB
Active:         156664 kB
Inactive:       692660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1132240 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3328 kB
Writeback:           0 kB
Mapped:          57244 kB
Slab:            59660 kB
Committed_AS:   891268 kB
PageTables:       1780 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= 66556 MiB
End job on node10 at 2008-07-23 05:34:14