Trace number 1128444

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 3634.33

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-60/
normalized-kbtree-9-2-3-5-60-21_ext.xml
MD5SUM6ae2b48ca65b762c360744f84d762ebe
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints85
Best CPU time to get the best result obtained on this benchmark1592.3
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints309
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension309
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 05:44:31 2008
0.00/0.04	c 0	PID 6981
0.00/0.05	c 0	HOST node13.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128444-1216784671.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-1128444-1216784671.xml' 'HOME/temp.csp'
0.03/0.58	c 1	1 domains, 58 variables, 0 predicates, 309 relations, 309 constraints
0.03/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	c 1	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.58/0.71	c 1	Parsing HOME/temp.csp
0.58/0.88	c 1	parsed 677 expressions
0.58/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.58/0.88	c 1	MAX CSP: 309 constraints
0.58/0.88	c 1	Converting to clausal form CSP
0.58/0.91	c 1	converted 99 (10%) expressions
0.58/0.91	c 1	converted 198 (20%) expressions
0.58/0.92	c 1	converted 297 (30%) expressions
0.58/0.93	c 1	converted 396 (40%) expressions
0.58/0.94	c 1	converted 495 (50%) expressions
0.58/0.95	c 1	converted 594 (60%) expressions
0.58/0.96	c 1	converted 693 (70%) expressions
0.58/0.97	c 1	converted 792 (80%) expressions
0.58/0.98	c 1	converted 891 (90%) expressions
1.03/1.14	c 2	converted 989 (100%) expressions
1.03/1.14	c 2	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
1.03/1.14	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.14	c 2	Propagation in CSP
1.03/1.18	c 2	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.18	c 2	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.03/1.18	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.18	c 2	Simplifing CSP by introducing new Boolean variables
1.03/1.18	c 2	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.03/1.18	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.21	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.23	c 2	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.23	c 2	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.23	c 2	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.23	c 2	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.23	c 2	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.24	c 2	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
1.12/1.24	c 2	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
1.12/1.24	c 2	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
1.12/1.24	c 2	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
1.12/1.25	c 2	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.12/1.28	c 2	93 (10%) CSP clauses are encoded (5273 clauses, 69318 bytes)
1.12/1.30	c 2	186 (20%) CSP clauses are encoded (5936 clauses, 80559 bytes)
1.23/1.31	c 2	278 (30%) CSP clauses are encoded (6562 clauses, 92356 bytes)
1.23/1.33	c 2	371 (40%) CSP clauses are encoded (7517 clauses, 106747 bytes)
1.23/1.34	c 2	463 (50%) CSP clauses are encoded (13779 clauses, 216961 bytes)
1.23/1.35	c 2	556 (60%) CSP clauses are encoded (15802 clauses, 251567 bytes)
1.23/1.39	c 2	649 (70%) CSP clauses are encoded (33153 clauses, 567302 bytes)
1.32/1.44	c 2	741 (80%) CSP clauses are encoded (49807 clauses, 853236 bytes)
1.42/1.51	c 2	834 (90%) CSP clauses are encoded (86266 clauses, 1518184 bytes)
1.52/1.60	c 2	926 (100%) CSP clauses are encoded (134854 clauses, 2408089 bytes)
1.52/1.60	c 2	926 CSP clauses encoded
1.52/1.60	c 2	Writing map file : HOME/temp.map
1.52/1.61	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.61	c 2	SAT : 5288 SAT variables, 134854 SAT clauses, 2408089 bytes
1.52/1.61	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.62	c 2	OBJECTIVE minimize _COST
1.52/1.62	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.52/1.62	c 2	SEARCHING: _COST <= 155
1.52/1.62	c 2	SOLVING HOME/temp.cnf
1.52/1.62	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.52/1.63	c 2	This is MiniSat 2.0 beta
1.52/1.63	c 2	WARNING: for repeatability, setting FPU to use double precision
1.52/1.63	c 2	============================[ Problem Statistics ]=============================
1.52/1.63	c 2	|                                                                             |
1.52/1.63	c 2	|  Number of variables:  5288                                                 |
1.52/1.63	c 2	|  Number of clauses:    134855                                               |
1.52/1.69	c 2	|  Parsing time:         0.06         s                                       |
1.55/1.72	c 2	============================[ Search Statistics ]==============================
1.55/1.72	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.55/1.72	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.55/1.72	c 2	===============================================================================
1.55/1.72	c 2	|         0 |    3902    87466   254019 |    29155        0    nan |  0.000 % |
1.55/1.74	c 2	|       100 |    3900    87466   254019 |    32070       99     22 | 26.399 % |
1.55/1.76	c 2	|       251 |    3900    87466   254019 |    35277      250     21 | 26.399 % |
1.55/1.78	c 2	|       476 |    3900    87466   254019 |    38805      475     21 | 26.399 % |
1.55/1.82	c 2	|       813 |    3900    87466   254019 |    42686      812     21 | 26.399 % |
1.55/1.88	c 2	|      1319 |    3900    87466   254019 |    46954     1318     22 | 26.399 % |
1.55/1.96	c 2	|      2078 |    3892    87275   253483 |    51650     2077     26 | 26.399 % |
2.01/2.11	c 2	|      3218 |    3892    87275   253483 |    56815     3217     29 | 26.399 % |
2.20/2.36	c 3	|      4926 |    3892    87275   253483 |    62497     4925     29 | 26.399 % |
2.60/2.75	c 3	|      7488 |    3892    87275   253483 |    68746     7487     36 | 26.399 % |
3.29/3.44	c 4	|     11332 |    3892    87275   253483 |    75621    11331     39 | 26.399 % |
4.28/4.43	c 5	|     17099 |    3892    87275   253483 |    83183    17098     43 | 26.399 % |
6.37/6.56	c 7	|     25751 |    3892    87275   253483 |    91501    25750     45 | 26.399 % |
10.52/10.72	c 11	|     38725 |    3892    87275   253483 |   100652    38724     46 | 26.399 % |
17.16/17.43	c 18	|     58186 |    3892    87275   253483 |   110717    58185     45 | 26.399 % |
17.16/17.48	c 18	===============================================================================
17.16/17.48	c 18	restarts              : 15
17.16/17.48	c 18	conflicts             : 58262          (3720 /sec)
17.16/17.48	c 18	decisions             : 71790          (0.65 % random) (4584 /sec)
17.16/17.48	c 18	propagations          : 13975416       (892392 /sec)
17.16/17.48	c 18	conflict literals     : 2606551        (22.99 % deleted)
17.16/17.48	c 18	Memory used           : 18.65 MB
17.16/17.48	c 18	CPU time              : 15.6606 s
17.16/17.48	c 18	
17.16/17.48	c 18	SATISFIABLE
17.16/17.48	c 18	FOUND: _COST <= 155
17.16/17.48	s SATISFIABLE
17.16/17.48	c 18	DECODING HOME/temp.out WITH HOME/temp.map
17.16/17.48	c 18	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.26/17.57	c 18	Decoding HOME/temp.out
17.36/17.65	c 18	OBJECTIVE _COST 155
17.36/17.65	o 155
17.36/17.65	v 4 4 4 4 1 4 4 2 3 4 4 0 4 0 0 4 0 2 1 1 2 2 2 3 2 4 0 2 3 1 3 4 3 1 2 1 1 0 0 4 4 1 2 1 2 3 0 3 4 2 3 1 2 4 1 1 4 2
17.36/17.65	c 18	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
17.41/17.70	c 18	OBJECTIVE BOUND: 0 <= _COST <= 155
17.41/17.70	c 18	SEARCHING: _COST <= 77
17.41/17.70	c 18	SOLVING HOME/temp.cnf
17.41/17.70	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.41/17.71	c 18	This is MiniSat 2.0 beta
17.41/17.71	c 18	WARNING: for repeatability, setting FPU to use double precision
17.41/17.71	c 18	============================[ Problem Statistics ]=============================
17.41/17.71	c 18	|                                                                             |
17.41/17.71	c 18	|  Number of variables:  5288                                                 |
17.41/17.71	c 18	|  Number of clauses:    134855                                               |
17.41/17.78	c 18	|  Parsing time:         0.06         s                                       |
17.43/17.81	c 18	============================[ Search Statistics ]==============================
17.43/17.81	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.43/17.81	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.43/17.81	c 18	===============================================================================
17.43/17.81	c 18	|         0 |    3121    58097   168177 |    19365        0    nan |  0.000 % |
17.43/17.83	c 18	|       101 |    3119    58097   168177 |    21302      100     25 | 41.188 % |
17.43/17.85	c 18	|       252 |    3119    58097   168177 |    23432      251     22 | 41.188 % |
17.43/17.88	c 18	|       480 |    3119    58097   168177 |    25775      479     23 | 41.188 % |
17.43/17.91	c 18	|       820 |    3119    58097   168177 |    28353      819     21 | 41.188 % |
17.43/17.97	c 18	|      1328 |    3110    57826   167404 |    31188     1327     22 | 41.188 % |
17.43/18.05	c 18	|      2087 |    3110    57826   167404 |    34307     2086     21 | 41.188 % |
17.43/18.20	c 19	|      3227 |    3110    57826   167404 |    37738     3226     25 | 41.188 % |
17.43/18.42	c 19	|      4935 |    3110    57826   167404 |    41512     4934     29 | 41.188 % |
18.41/18.76	c 19	|      7497 |    3110    57826   167404 |    45663     7496     28 | 41.188 % |
19.00/19.38	c 20	|     11341 |    3110    57826   167404 |    50229    11340     29 | 41.188 % |
20.19/20.56	c 21	|     17107 |    3110    57826   167404 |    55252    17106     30 | 41.188 % |
22.06/22.41	c 23	|     25757 |    3110    57826   167404 |    60777    25756     30 | 41.188 % |
25.73/26.15	c 27	|     38732 |    3110    57826   167404 |    66855    38731     31 | 41.188 % |
33.16/33.62	c 34	|     58194 |    3110    57826   167404 |    73541    58193     33 | 41.188 % |
42.66/43.29	c 44	|     87386 |    3110    57826   167404 |    80895    23113     28 | 41.188 % |
63.77/64.58	c 65	|    131176 |    3110    57826   167404 |    88984    66903     29 | 41.188 % |
95.17/96.29	c 97	|    196860 |    3110    57826   167404 |    97883    53803     37 | 41.188 % |
151.14/152.70	c 153	|    295386 |    3110    57826   167404 |   107671    66006     38 | 41.188 % |
257.24/259.87	c 260	|    443176 |    3110    57826   167404 |   118438    22486     28 | 41.188 % |
403.84/407.80	c 408	|    664859 |    3110    57826   167404 |   130282    31499     31 | 41.188 % |
704.08/710.96	c 711	|    997385 |    3110    57826   167404 |   143310   130117     35 | 41.188 % |
1161.84/1173.06	c 1173	|   1496174 |    3110    57826   167404 |   157641   108719     31 | 41.188 % |
1905.58/1923.86	c 1924	|   2244357 |    3110    57826   167404 |   173406   139632     36 | 41.188 % |
3115.49/3145.21	c 3146	|   3366632 |    3110    57826   167404 |   190746   144257     36 | 41.188 % |
3600.00/3634.32	c ERROR unknown output  in HOME/temp.out
3600.00/3634.32	c 3635	CPU 17.24 (0.03 0.01 17.21 0.18)
3600.00/3634.32	c 3635	END Wed Jul 23 06:45:06 2008
3600.00/3634.32	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	138	171
138 unsatisfied constraints, 171 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-1128444-1216784671/watcher-1128444-1216784671 -o /tmp/evaluation-result-1128444-1216784671/solver-1128444-1216784671 -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-1128444-1216784671.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: 2.59 2.68 2.65 4/81 6981
/proc/meminfo: memFree=1460048/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=12268 CPUtime=0
/proc/6981/stat : 6981 (sugar) R 6979 6981 6097 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5557869 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 269757095969 0 0 4224 0 0 0 0 17 1 0 0
/proc/6981/statm: 3067 316 241 3 0 167 0

[startup+0.0776351 s]
/proc/loadavg: 2.59 2.68 2.65 4/81 6981
/proc/meminfo: memFree=1460048/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13600 CPUtime=0.03
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5557869 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10146 s]
/proc/loadavg: 2.59 2.68 2.65 4/81 6981
/proc/meminfo: memFree=1460048/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13600 CPUtime=0.03
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5557869 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301484 s]
/proc/loadavg: 2.59 2.68 2.65 4/81 6981
/proc/meminfo: memFree=1460048/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13600 CPUtime=0.03
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5557869 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70154 s]
/proc/loadavg: 2.59 2.68 2.65 4/81 6981
/proc/meminfo: memFree=1460048/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13600 CPUtime=0.58
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 957 4629 0 1 3 1 51 3 16 0 1 0 5557869 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13600

[startup+1.50265 s]
/proc/loadavg: 2.59 2.68 2.65 4/92 7003
/proc/meminfo: memFree=1450872/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13600 CPUtime=0.58
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 974 4629 0 1 3 1 51 3 15 0 1 0 5557869 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3400 797 370 3 0 500 0
[pid=6994] ppid=6981 vsize=5356 CPUtime=0
/proc/6994/stat : 6994 (sh) S 6981 6981 6097 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5557932 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6994/statm: 1339 233 193 169 0 50 0
[pid=6995] ppid=6994 vsize=868360 CPUtime=0.84
/proc/6995/stat : 6995 (java) S 6994 6981 6097 0 -1 0 6574 0 1 0 79 5 0 0 18 0 9 0 5557932 889200640 5750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6995/statm: 217090 5750 2564 9 0 211637 0
[pid=6995/tid=6996] ppid=6994 vsize=868360 CPUtime=0.51
/proc/6995/task/6996/stat : 6996 (java) R 6994 6981 6097 0 -1 64 2753 0 1 0 48 3 0 0 23 0 9 0 5557933 889200640 5750 996147200 134512640 134550740 4294955936 18446744073709551615 4126916440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6995/tid=6997] ppid=6994 vsize=868360 CPUtime=0.06
/proc/6995/task/6997/stat : 6997 (java) S 6994 6981 6097 0 -1 64 1626 0 0 0 6 0 0 0 16 0 9 0 5557934 889200640 5750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6995/tid=6998] ppid=6994 vsize=868360 CPUtime=0
/proc/6995/task/6998/stat : 6998 (java) S 6994 6981 6097 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5557935 889200640 5750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6995/tid=6999] ppid=6994 vsize=868360 CPUtime=0
/proc/6995/task/6999/stat : 6999 (java) S 6994 6981 6097 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5557935 889200640 5750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6995/tid=7000] ppid=6994 vsize=868360 CPUtime=0
/proc/6995/task/7000/stat : 7000 (java) S 6994 6981 6097 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 5557937 889200640 5750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6995/tid=7001] ppid=6994 vsize=868360 CPUtime=0.24
/proc/6995/task/7001/stat : 7001 (java) S 6994 6981 6097 0 -1 64 1502 0 0 0 23 1 0 0 16 0 9 0 5557937 889200640 5750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6995/tid=7002] ppid=6994 vsize=868360 CPUtime=0
/proc/6995/task/7002/stat : 7002 (java) S 6994 6981 6097 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 5557937 889200640 5750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6995/tid=7003] ppid=6994 vsize=868360 CPUtime=0
/proc/6995/task/7003/stat : 7003 (java) S 6994 6981 6097 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 5557937 889200640 5750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887316

[startup+3.10286 s]
/proc/loadavg: 2.54 2.66 2.64 3/84 7005
/proc/meminfo: memFree=1448632/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13728 CPUtime=1.55
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 1063 11537 0 2 3 1 141 10 15 0 1 0 5557869 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3432 811 374 3 0 532 0
[pid=7004] ppid=6981 vsize=5356 CPUtime=0
/proc/7004/stat : 7004 (sh) S 6981 6981 6097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5558032 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7004/statm: 1339 232 193 169 0 50 0
[pid=7005] ppid=7004 vsize=8196 CPUtime=1.45
/proc/7005/stat : 7005 (minisat) R 7004 6981 6097 0 -1 4194304 1965 0 0 0 145 0 0 0 25 0 1 0 5558032 8392704 1951 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7005/statm: 2049 1951 75 150 0 1896 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 27280

[startup+6.30129 s]
/proc/loadavg: 2.54 2.66 2.64 3/84 7005
/proc/meminfo: memFree=1445048/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13728 CPUtime=1.55
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 1063 11537 0 2 3 1 141 10 16 0 1 0 5557869 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3432 811 374 3 0 532 0
[pid=7004] ppid=6981 vsize=5356 CPUtime=0
/proc/7004/stat : 7004 (sh) S 6981 6981 6097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5558032 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7004/statm: 1339 232 193 169 0 50 0
[pid=7005] ppid=7004 vsize=11836 CPUtime=4.62
/proc/7005/stat : 7005 (minisat) R 7004 6981 6097 0 -1 4194304 2861 0 0 0 461 1 0 0 25 0 1 0 5558032 12120064 2847 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7005/statm: 2959 2847 75 150 0 2806 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 30920

[startup+12.7021 s]
/proc/loadavg: 2.46 2.64 2.63 3/84 7005
/proc/meminfo: memFree=1440248/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13728 CPUtime=1.55
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 1063 11537 0 2 3 1 141 10 16 0 1 0 5557869 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3432 811 374 3 0 532 0
[pid=7004] ppid=6981 vsize=5356 CPUtime=0
/proc/7004/stat : 7004 (sh) S 6981 6981 6097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5558032 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7004/statm: 1339 232 193 169 0 50 0
[pid=7005] ppid=7004 vsize=16456 CPUtime=10.96
/proc/7005/stat : 7005 (minisat) R 7004 6981 6097 0 -1 4194304 4015 0 0 0 1093 3 0 0 25 0 1 0 5558032 16850944 4001 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/7005/statm: 4114 4001 76 150 0 3961 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 35540

[startup+25.5018 s]
/proc/loadavg: 2.39 2.62 2.63 3/84 7017
/proc/meminfo: memFree=1444728/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13728 CPUtime=17.43
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 1182 20297 0 3 3 1 1721 18 16 0 1 0 5557869 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3432 811 374 3 0 532 0
[pid=7016] ppid=6981 vsize=5356 CPUtime=0
/proc/7016/stat : 7016 (sh) S 6981 6981 6097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5559640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7016/statm: 1339 232 193 169 0 50 0
[pid=7017] ppid=7016 vsize=11596 CPUtime=7.71
/proc/7017/stat : 7017 (minisat) R 7016 6981 6097 0 -1 4194304 2800 0 0 0 769 2 0 0 25 0 1 0 5559640 11874304 2786 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7017/statm: 2899 2786 76 150 0 2746 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 30680

[startup+51.1012 s]
/proc/loadavg: 2.26 2.57 2.61 3/84 7017
/proc/meminfo: memFree=1437944/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13728 CPUtime=17.43
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 1182 20297 0 3 3 1 1721 18 16 0 1 0 5557869 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3432 811 374 3 0 532 0
[pid=7016] ppid=6981 vsize=5356 CPUtime=0
/proc/7016/stat : 7016 (sh) S 6981 6981 6097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5559640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7016/statm: 1339 232 193 169 0 50 0
[pid=7017] ppid=7016 vsize=18292 CPUtime=33.06
/proc/7017/stat : 7017 (minisat) R 7016 6981 6097 0 -1 4194304 4478 0 0 0 3303 3 0 0 25 0 1 0 5559640 18731008 4464 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7017/statm: 4573 4464 76 150 0 4420 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 37376

[startup+102.307 s]
/proc/loadavg: 2.10 2.47 2.57 3/84 7017
/proc/meminfo: memFree=1434040/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13728 CPUtime=17.43
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 1182 20297 0 3 3 1 1721 18 16 0 1 0 5557869 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3432 811 374 3 0 532 0
[pid=7016] ppid=6981 vsize=5356 CPUtime=0
/proc/7016/stat : 7016 (sh) S 6981 6981 6097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5559640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7016/statm: 1339 232 193 169 0 50 0
[pid=7017] ppid=7016 vsize=22364 CPUtime=83.79
/proc/7017/stat : 7017 (minisat) R 7016 6981 6097 0 -1 4194304 5442 0 0 0 8375 4 0 0 25 0 1 0 5559640 22900736 5428 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7017/statm: 5591 5428 76 150 0 5438 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 41448

[startup+162.302 s]
/proc/loadavg: 2.04 2.39 2.54 3/84 7017
/proc/meminfo: memFree=1429368/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13728 CPUtime=17.43
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 1182 20297 0 3 3 1 1721 18 16 0 1 0 5557869 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3432 811 374 3 0 532 0
[pid=7016] ppid=6981 vsize=5356 CPUtime=0
/proc/7016/stat : 7016 (sh) S 6981 6981 6097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5559640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7016/statm: 1339 232 193 169 0 50 0
[pid=7017] ppid=7016 vsize=26928 CPUtime=143.22
/proc/7017/stat : 7017 (minisat) R 7016 6981 6097 0 -1 4194304 6584 0 0 0 14316 6 0 0 25 0 1 0 5559640 27574272 6570 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/7017/statm: 6732 6570 76 150 0 6579 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 46012

[startup+222.302 s]
/proc/loadavg: 2.01 2.31 2.50 3/84 7017
/proc/meminfo: memFree=1427384/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13728 CPUtime=17.43
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 1182 20297 0 3 3 1 1721 18 16 0 1 0 5557869 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3432 811 374 3 0 532 0
[pid=7016] ppid=6981 vsize=5356 CPUtime=0
/proc/7016/stat : 7016 (sh) S 6981 6981 6097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5559640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1391928/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13728 CPUtime=17.43
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 1182 20297 0 3 3 1 1721 18 16 0 1 0 5557869 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3432 811 374 3 0 532 0
[pid=7016] ppid=6981 vsize=5356 CPUtime=0
/proc/7016/stat : 7016 (sh) S 6981 6981 6097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5559640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7016/statm: 1339 232 193 169 0 50 0
[pid=7017] ppid=7016 vsize=63892 CPUtime=3115
/proc/7017/stat : 7017 (minisat) R 7016 6981 6097 0 -1 4194304 15409 0 0 0 311476 24 0 0 25 0 1 0 5559640 65425408 15357 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7017/statm: 15973 15357 76 150 0 15820 0
Current children cumulated CPU time (s) 3132.43
Current children cumulated vsize (KiB) 82976

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 7066
/proc/meminfo: memFree=1389560/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13728 CPUtime=17.43
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 1182 20297 0 3 3 1 1721 18 16 0 1 0 5557869 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3432 811 374 3 0 532 0
[pid=7016] ppid=6981 vsize=5356 CPUtime=0
/proc/7016/stat : 7016 (sh) S 6981 6981 6097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5559640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7016/statm: 1339 232 193 169 0 50 0
[pid=7017] ppid=7016 vsize=66028 CPUtime=3174.44
/proc/7017/stat : 7017 (minisat) R 7016 6981 6097 0 -1 4194304 15984 0 0 0 317419 25 0 0 25 0 1 0 5559640 67612672 15932 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7017/statm: 16507 15932 76 150 0 16354 0
Current children cumulated CPU time (s) 3191.87
Current children cumulated vsize (KiB) 85112

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 7066
/proc/meminfo: memFree=1389368/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13728 CPUtime=17.43
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 1182 20297 0 3 3 1 1721 18 16 0 1 0 5557869 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3432 811 374 3 0 532 0
[pid=7016] ppid=6981 vsize=5356 CPUtime=0
/proc/7016/stat : 7016 (sh) S 6981 6981 6097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5559640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7016/statm: 1339 232 193 169 0 50 0
[pid=7017] ppid=7016 vsize=66220 CPUtime=3233.88
/proc/7017/stat : 7017 (minisat) R 7016 6981 6097 0 -1 4194304 16024 0 0 0 323363 25 0 0 25 0 1 0 5559640 67809280 15972 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/7017/statm: 16555 15972 76 150 0 16402 0
Current children cumulated CPU time (s) 3251.31
Current children cumulated vsize (KiB) 85304

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 7066
/proc/meminfo: memFree=1389240/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13728 CPUtime=17.43
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 1182 20297 0 3 3 1 1721 18 16 0 1 0 5557869 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3432 811 374 3 0 532 0
[pid=7016] ppid=6981 vsize=5356 CPUtime=0
/proc/7016/stat : 7016 (sh) S 6981 6981 6097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5559640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7016/statm: 1339 232 193 169 0 50 0
[pid=7017] ppid=7016 vsize=66372 CPUtime=3293.32
/proc/7017/stat : 7017 (minisat) R 7016 6981 6097 0 -1 4194304 16039 0 0 0 329306 26 0 0 25 0 1 0 5559640 67964928 15987 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7017/statm: 16593 15987 76 150 0 16440 0
Current children cumulated CPU time (s) 3310.75
Current children cumulated vsize (KiB) 85456

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 7066
/proc/meminfo: memFree=1389048/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13728 CPUtime=17.43
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 1182 20297 0 3 3 1 1721 18 16 0 1 0 5557869 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3432 811 374 3 0 532 0
[pid=7016] ppid=6981 vsize=5356 CPUtime=0
/proc/7016/stat : 7016 (sh) S 6981 6981 6097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5559640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7016/statm: 1339 232 193 169 0 50 0
[pid=7017] ppid=7016 vsize=66540 CPUtime=3352.75
/proc/7017/stat : 7017 (minisat) R 7016 6981 6097 0 -1 4194304 16080 0 0 0 335249 26 0 0 25 0 1 0 5559640 68136960 16028 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7017/statm: 16635 16028 76 150 0 16482 0
Current children cumulated CPU time (s) 3370.18
Current children cumulated vsize (KiB) 85624

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 7066
/proc/meminfo: memFree=1388792/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13728 CPUtime=17.43
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 1182 20297 0 3 3 1 1721 18 16 0 1 0 5557869 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3432 811 374 3 0 532 0
[pid=7016] ppid=6981 vsize=5356 CPUtime=0
/proc/7016/stat : 7016 (sh) S 6981 6981 6097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5559640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7016/statm: 1339 232 193 169 0 50 0
[pid=7017] ppid=7016 vsize=66752 CPUtime=3412.18
/proc/7017/stat : 7017 (minisat) R 7016 6981 6097 0 -1 4194304 16132 0 0 0 341192 26 0 0 25 0 1 0 5559640 68354048 16080 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7017/statm: 16688 16080 76 150 0 16535 0
Current children cumulated CPU time (s) 3429.61
Current children cumulated vsize (KiB) 85836

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 7066
/proc/meminfo: memFree=1388728/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13728 CPUtime=17.43
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 1182 20297 0 3 3 1 1721 18 16 0 1 0 5557869 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3432 811 374 3 0 532 0
[pid=7016] ppid=6981 vsize=5356 CPUtime=0
/proc/7016/stat : 7016 (sh) S 6981 6981 6097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5559640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7016/statm: 1339 232 193 169 0 50 0
[pid=7017] ppid=7016 vsize=66752 CPUtime=3471.62
/proc/7017/stat : 7017 (minisat) R 7016 6981 6097 0 -1 4194304 16141 0 0 0 347136 26 0 0 25 0 1 0 5559640 68354048 16089 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7017/statm: 16688 16089 76 150 0 16535 0
Current children cumulated CPU time (s) 3489.05
Current children cumulated vsize (KiB) 85836

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 7066
/proc/meminfo: memFree=1388664/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13728 CPUtime=17.43
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 1182 20297 0 3 3 1 1721 18 16 0 1 0 5557869 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3432 811 374 3 0 532 0
[pid=7016] ppid=6981 vsize=5356 CPUtime=0
/proc/7016/stat : 7016 (sh) S 6981 6981 6097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5559640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7016/statm: 1339 232 193 169 0 50 0
[pid=7017] ppid=7016 vsize=66752 CPUtime=3531.06
/proc/7017/stat : 7017 (minisat) R 7016 6981 6097 0 -1 4194304 16145 0 0 0 353079 27 0 0 25 0 1 0 5559640 68354048 16093 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/7017/statm: 16688 16093 76 150 0 16535 0
Current children cumulated CPU time (s) 3548.49
Current children cumulated vsize (KiB) 85836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 7066
/proc/meminfo: memFree=1388664/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13728 CPUtime=17.43
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 1182 20297 0 3 3 1 1721 18 16 0 1 0 5557869 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3432 811 374 3 0 532 0
[pid=7016] ppid=6981 vsize=5356 CPUtime=0
/proc/7016/stat : 7016 (sh) S 6981 6981 6097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5559640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7016/statm: 1339 232 193 169 0 50 0
[pid=7017] ppid=7016 vsize=66752 CPUtime=3582.57
/proc/7017/stat : 7017 (minisat) R 7016 6981 6097 0 -1 4194304 16145 0 0 0 358230 27 0 0 25 0 1 0 5559640 68354048 16093 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7017/statm: 16688 16093 76 150 0 16535 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 85836

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

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

[startup+3634.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 7066
/proc/meminfo: memFree=1388664/2055920 swapFree=4192956/4192956
[pid=6981] ppid=6979 vsize=13728 CPUtime=17.43
/proc/6981/stat : 6981 (sugar) S 6979 6981 6097 0 -1 4194304 1182 20297 0 3 3 1 1721 18 16 0 1 0 5557869 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6981/statm: 3432 811 374 3 0 532 0
[pid=7016] ppid=6981 vsize=5356 CPUtime=0
/proc/7016/stat : 7016 (sh) S 6981 6981 6097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5559640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7016/statm: 1339 232 193 169 0 50 0
[pid=7017] ppid=7016 vsize=66752 CPUtime=3582.57
/proc/7017/stat : 7017 (minisat) R 7016 6981 6097 0 -1 4194304 16145 0 0 0 358230 27 0 0 25 0 1 0 5559640 68354048 16093 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7017/statm: 16688 16093 76 150 0 16535 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 85836

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6981 and gives
#  childrusage.ru_utime.tv_sec=17
#  childrusage.ru_utime.tv_usec=253377
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=203968
# CPU time returned by wait4() is 17.4573
# while last known CPU time is 3600
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3634.33
CPU time (s): 3600
CPU user time (s): 3599.54
CPU system time (s): 0.46
CPU usage (%): 99.0555
Max. virtual memory (cumulated for all children) (KiB): 887316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.2534
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21823
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= 2275
involuntary context switches= 2796

runsolver used 6.21105 second user time and 10.3264 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-23 05:44:31
IDJOB=1128444
IDBENCH=65469
IDSOLVER=368
FILE ID=node13/1128444-1216784671
PBS_JOBID= 7974164
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-60/normalized-kbtree-9-2-3-5-60-21_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-1128444-1216784671/watcher-1128444-1216784671 -o /tmp/evaluation-result-1128444-1216784671/solver-1128444-1216784671 -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-1128444-1216784671.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6ae2b48ca65b762c360744f84d762ebe
RANDOM SEED=49669346

node13.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.218
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.218
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:       1460528 kB
Buffers:         48236 kB
Cached:         452856 kB
SwapCached:          0 kB
Active:         333560 kB
Inactive:       192496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460528 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:          45048 kB
Slab:            54256 kB
Committed_AS:   124868 kB
PageTables:       2100 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= 66560 MiB
End job on node13 at 2008-07-23 06:45:08