Trace number 1128452

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.07 3619.03

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-41_ext.xml
MD5SUM86ee31dd79bf21dbca8dab70a39f9464
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints87
Best CPU time to get the best result obtained on this benchmark2148.25
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:46:38 2008
0.00/0.05	c 0	PID 8377
0.00/0.05	c 0	HOST node51.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128452-1216784798.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-1128452-1216784798.xml' 'HOME/temp.csp'
0.03/0.57	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.57/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.89	c 1	MAX CSP: 309 constraints
0.58/0.89	c 1	Converting to clausal form CSP
0.58/0.91	c 1	converted 99 (10%) expressions
0.58/0.92	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 1	converted 989 (100%) expressions
1.03/1.15	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
1.03/1.15	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.15	c 1	Propagation in CSP
1.03/1.18	c 1	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.18	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.03/1.18	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.18	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.19	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.03/1.19	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.22	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.23	c 1	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.23	c 1	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.23	c 1	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.23	c 1	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.24	c 1	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.12/1.24	c 1	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
1.12/1.24	c 1	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
1.12/1.24	c 1	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
1.12/1.25	c 1	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
1.12/1.25	c 1	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.12/1.29	c 1	93 (10%) CSP clauses are encoded (5263 clauses, 69284 bytes)
1.22/1.30	c 1	186 (20%) CSP clauses are encoded (5912 clauses, 80403 bytes)
1.22/1.32	c 1	278 (30%) CSP clauses are encoded (6568 clauses, 92812 bytes)
1.22/1.33	c 2	371 (40%) CSP clauses are encoded (7513 clauses, 107002 bytes)
1.22/1.34	c 2	463 (50%) CSP clauses are encoded (13775 clauses, 217216 bytes)
1.22/1.35	c 2	556 (60%) CSP clauses are encoded (15798 clauses, 251822 bytes)
1.22/1.39	c 2	649 (70%) CSP clauses are encoded (33149 clauses, 567557 bytes)
1.32/1.44	c 2	741 (80%) CSP clauses are encoded (49803 clauses, 853491 bytes)
1.42/1.51	c 2	834 (90%) CSP clauses are encoded (86262 clauses, 1518439 bytes)
1.52/1.60	c 2	926 (100%) CSP clauses are encoded (134850 clauses, 2408344 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, 134850 SAT clauses, 2408344 bytes
1.52/1.61	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.63	c 2	OBJECTIVE minimize _COST
1.52/1.63	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.52/1.63	c 2	SEARCHING: _COST <= 155
1.52/1.63	c 2	SOLVING HOME/temp.cnf
1.52/1.63	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:    134851                                               |
1.54/1.70	c 2	|  Parsing time:         0.06         s                                       |
1.54/1.73	c 2	============================[ Search Statistics ]==============================
1.54/1.73	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.54/1.73	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.54/1.73	c 2	===============================================================================
1.54/1.73	c 2	|         0 |    3902    87462   254004 |    29154        0    nan |  0.000 % |
1.54/1.75	c 2	|       100 |    3900    87462   254004 |    32069       99     21 | 26.399 % |
1.54/1.77	c 2	|       250 |    3900    87462   254004 |    35276      249     19 | 26.399 % |
1.54/1.79	c 2	|       477 |    3900    87462   254004 |    38803      476     20 | 26.399 % |
1.54/1.84	c 2	|       815 |    3900    87462   254004 |    42684      814     27 | 26.399 % |
1.54/1.90	c 2	|      1321 |    3900    87462   254004 |    46952     1320     29 | 26.399 % |
1.54/2.01	c 2	|      2082 |    3892    87271   253468 |    51648     2081     33 | 26.400 % |
1.54/2.09	c 2	===============================================================================
1.54/2.10	c 2	restarts              : 7
1.54/2.10	c 2	conflicts             : 3040           (6712 /sec)
1.54/2.10	c 2	decisions             : 5039           (0.65 % random) (11125 /sec)
1.54/2.10	c 2	propagations          : 669990         (1479232 /sec)
1.54/2.10	c 2	conflict literals     : 110297         (18.63 % deleted)
1.54/2.10	c 2	Memory used           : 7.11 MB
1.54/2.10	c 2	CPU time              : 0.452931 s
1.54/2.10	c 2	
2.00/2.10	c 2	SATISFIABLE
2.00/2.11	c 2	FOUND: _COST <= 155
2.00/2.11	s SATISFIABLE
2.00/2.11	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.00/2.11	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.00/2.19	c 2	Decoding HOME/temp.out
2.02/2.26	c 2	OBJECTIVE _COST 155
2.02/2.27	o 155
2.02/2.27	v 0 0 0 4 4 0 4 1 3 4 1 2 4 4 4 2 4 2 1 3 0 2 4 1 2 2 1 4 0 4 0 4 2 3 4 4 0 4 2 1 1 3 3 1 4 1 4 1 2 4 0 1 2 0 4 2 2 4
2.02/2.27	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.02/2.32	c 2	OBJECTIVE BOUND: 0 <= _COST <= 155
2.02/2.32	c 2	SEARCHING: _COST <= 77
2.02/2.32	c 2	SOLVING HOME/temp.cnf
2.02/2.32	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.02/2.32	c 2	This is MiniSat 2.0 beta
2.02/2.32	c 2	WARNING: for repeatability, setting FPU to use double precision
2.02/2.32	c 2	============================[ Problem Statistics ]=============================
2.02/2.32	c 2	|                                                                             |
2.02/2.32	c 2	|  Number of variables:  5288                                                 |
2.02/2.32	c 2	|  Number of clauses:    134851                                               |
2.02/2.39	c 3	|  Parsing time:         0.06         s                                       |
2.20/2.43	c 3	============================[ Search Statistics ]==============================
2.20/2.43	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.20/2.43	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.20/2.43	c 3	===============================================================================
2.20/2.43	c 3	|         0 |    3121    58093   168162 |    19364        0    nan |  0.000 % |
2.20/2.46	c 3	|       101 |    3119    58093   168162 |    21300      100     24 | 41.188 % |
2.20/2.47	c 3	|       251 |    3119    58093   168162 |    23430      250     21 | 41.188 % |
2.20/2.50	c 3	|       477 |    3119    58093   168162 |    25773      476     24 | 41.188 % |
2.20/2.54	c 3	|       814 |    3119    58093   168162 |    28351      813     24 | 41.188 % |
2.20/2.59	c 3	|      1320 |    3110    57822   167389 |    31186     1319     24 | 41.189 % |
2.20/2.68	c 3	|      2079 |    3110    57822   167389 |    34305     2078     24 | 41.188 % |
2.20/2.81	c 3	|      3220 |    3110    57822   167389 |    37735     3219     23 | 41.188 % |
2.20/3.04	c 3	|      4928 |    3110    57822   167389 |    41509     4927     25 | 41.188 % |
3.26/3.42	c 4	|      7490 |    3110    57822   167389 |    45660     7489     26 | 41.188 % |
3.76/3.96	c 4	|     11334 |    3110    57822   167389 |    50226    11333     26 | 41.188 % |
4.46/4.60	c 5	|     17102 |    3110    57822   167389 |    55248    17101     22 | 41.188 % |
6.25/6.45	c 7	|     25752 |    3110    57822   167389 |    60773    25751     27 | 41.188 % |
9.83/10.02	c 10	|     38731 |    3110    57822   167389 |    66850    38730     29 | 41.188 % |
17.69/17.97	c 18	|     58192 |    3110    57822   167389 |    73536    58191     31 | 41.188 % |
31.23/31.58	c 32	|     87386 |    3110    57822   167389 |    80889    23827     34 | 41.188 % |
51.33/51.73	c 52	|    131175 |    3110    57822   167389 |    88978    67616     35 | 41.188 % |
85.26/85.80	c 86	|    196859 |    3110    57822   167389 |    97876    54646     29 | 41.188 % |
155.52/156.46	c 157	|    295389 |    3110    57822   167389 |   107664    67422     26 | 41.188 % |
266.68/268.10	c 268	|    443178 |    3110    57822   167389 |   118430    25795     25 | 41.188 % |
443.13/445.47	c 446	|    664861 |    3110    57822   167389 |   130273    39491     31 | 41.188 % |
739.59/743.32	c 743	|    997386 |    3110    57822   167389 |   143300    23341     25 | 41.188 % |
1159.85/1165.61	c 1166	|   1496174 |    3108    57661   166913 |   157630   134608     31 | 41.226 % |
1971.92/1981.61	c 1982	|   2244356 |    3108    57661   166913 |   173394    27739     28 | 41.226 % |
3442.76/3460.22	c 3460	|   3366631 |    3108    57661   166913 |   190733    40731     30 | 41.226 % |
3600.07/3619.02	c ERROR unknown output  in HOME/temp.out
3600.07/3619.02	c 3619	CPU 2.04 (0.04 0.01 2 0.15)
3600.07/3619.02	c 3619	END Wed Jul 23 06:46:57 2008

Verifier Data (download as text)

OK	127	182
127 unsatisfied constraints, 182 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-1128452-1216784798/watcher-1128452-1216784798 -o /tmp/evaluation-result-1128452-1216784798/solver-1128452-1216784798 -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-1128452-1216784798.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.37 2.55 2.60 4/74 8377
/proc/meminfo: memFree=1283640/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=12268 CPUtime=0
/proc/8377/stat : 8377 (sugar) R 8375 8377 7408 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5568337 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 235391704656 0 0 4224 0 0 0 0 17 1 0 0
/proc/8377/statm: 3067 316 241 3 0 167 0

[startup+0.079491 s]
/proc/loadavg: 2.37 2.55 2.60 4/74 8377
/proc/meminfo: memFree=1283640/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13600 CPUtime=0.03
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5568337 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101097 s]
/proc/loadavg: 2.37 2.55 2.60 4/74 8377
/proc/meminfo: memFree=1283640/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13600 CPUtime=0.03
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5568337 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301108 s]
/proc/loadavg: 2.37 2.55 2.60 4/74 8377
/proc/meminfo: memFree=1283640/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13600 CPUtime=0.03
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5568337 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701153 s]
/proc/loadavg: 2.37 2.55 2.60 4/74 8377
/proc/meminfo: memFree=1283640/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13600 CPUtime=0.57
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 957 4630 0 1 3 0 50 4 16 0 1 0 5568337 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13600

[startup+1.50122 s]
/proc/loadavg: 2.42 2.55 2.60 5/85 8399
/proc/meminfo: memFree=1274528/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13600 CPUtime=0.58
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 974 4630 0 1 4 0 50 4 15 0 1 0 5568337 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3400 797 370 3 0 500 0
[pid=8390] ppid=8377 vsize=5356 CPUtime=0
/proc/8390/stat : 8390 (sh) S 8377 8377 7408 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5568400 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8390/statm: 1339 233 193 169 0 50 0
[pid=8391] ppid=8390 vsize=869384 CPUtime=0.84
/proc/8391/stat : 8391 (java) S 8390 8377 7408 0 -1 0 6574 0 1 0 79 5 0 0 18 0 9 0 5568400 890249216 5749 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8391/statm: 217346 5749 2564 9 0 211893 0
[pid=8391/tid=8392] ppid=8390 vsize=869384 CPUtime=0.51
/proc/8391/task/8392/stat : 8392 (java) R 8390 8377 7408 0 -1 64 2753 0 1 0 48 3 0 0 19 0 9 0 5568401 890249216 5749 996147200 134512640 134550740 4294955936 18446744073709551615 4126915082 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8391/tid=8393] ppid=8390 vsize=869384 CPUtime=0.07
/proc/8391/task/8393/stat : 8393 (java) S 8390 8377 7408 0 -1 64 1626 0 0 0 7 0 0 0 16 0 9 0 5568403 890249216 5749 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8391/tid=8394] ppid=8390 vsize=869384 CPUtime=0
/proc/8391/task/8394/stat : 8394 (java) S 8390 8377 7408 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5568403 890249216 5749 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8391/tid=8395] ppid=8390 vsize=869384 CPUtime=0
/proc/8391/task/8395/stat : 8395 (java) S 8390 8377 7408 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5568403 890249216 5749 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8391/tid=8396] ppid=8390 vsize=869384 CPUtime=0
/proc/8391/task/8396/stat : 8396 (java) S 8390 8377 7408 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 5568405 890249216 5749 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8391/tid=8397] ppid=8390 vsize=869384 CPUtime=0.24
/proc/8391/task/8397/stat : 8397 (java) S 8390 8377 7408 0 -1 64 1502 0 0 0 23 1 0 0 16 0 9 0 5568405 890249216 5749 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8391/tid=8398] ppid=8390 vsize=869384 CPUtime=0
/proc/8391/task/8398/stat : 8398 (java) S 8390 8377 7408 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 5568405 890249216 5749 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8391/tid=8399] ppid=8390 vsize=869384 CPUtime=0
/proc/8391/task/8399/stat : 8399 (java) S 8390 8377 7408 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 5568405 890249216 5749 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) 888340

[startup+3.10137 s]
/proc/loadavg: 2.42 2.55 2.60 3/77 8401
/proc/meminfo: memFree=1272288/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13728 CPUtime=2.2
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 1182 17373 0 3 4 1 200 15 15 0 1 0 5568337 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 13728

[startup+6.30267 s]
/proc/loadavg: 2.38 2.54 2.59 3/77 8413
/proc/meminfo: memFree=1271016/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13728 CPUtime=2.2
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 1182 17373 0 3 4 1 200 15 15 0 1 0 5568337 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3432 811 374 3 0 532 0
[pid=8412] ppid=8377 vsize=5356 CPUtime=0
/proc/8412/stat : 8412 (sh) S 8377 8377 7408 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5568569 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8412/statm: 1339 232 193 169 0 50 0
[pid=8413] ppid=8412 vsize=9324 CPUtime=3.95
/proc/8413/stat : 8413 (minisat) R 8412 8377 7408 0 -1 4194304 2232 0 0 0 394 1 0 0 25 0 1 0 5568569 9547776 2218 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/8413/statm: 2331 2218 76 150 0 2178 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 28408

[startup+12.7013 s]
/proc/loadavg: 2.35 2.53 2.59 3/77 8413
/proc/meminfo: memFree=1266920/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13728 CPUtime=2.2
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 1182 17373 0 3 4 1 200 15 16 0 1 0 5568337 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3432 811 374 3 0 532 0
[pid=8412] ppid=8377 vsize=5356 CPUtime=0
/proc/8412/stat : 8412 (sh) S 8377 8377 7408 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5568569 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8412/statm: 1339 232 193 169 0 50 0
[pid=8413] ppid=8412 vsize=13000 CPUtime=10.31
/proc/8413/stat : 8413 (minisat) R 8412 8377 7408 0 -1 4194304 3157 0 0 0 1029 2 0 0 25 0 1 0 5568569 13312000 3143 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8413/statm: 3250 3143 76 150 0 3097 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 32084

[startup+25.5024 s]
/proc/loadavg: 2.27 2.51 2.58 3/77 8413
/proc/meminfo: memFree=1262312/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13728 CPUtime=2.2
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 1182 17373 0 3 4 1 200 15 16 0 1 0 5568337 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3432 811 374 3 0 532 0
[pid=8412] ppid=8377 vsize=5356 CPUtime=0
/proc/8412/stat : 8412 (sh) S 8377 8377 7408 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5568569 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8412/statm: 1339 232 193 169 0 50 0
[pid=8413] ppid=8412 vsize=17508 CPUtime=23.05
/proc/8413/stat : 8413 (minisat) R 8412 8377 7408 0 -1 4194304 4279 0 0 0 2301 4 0 0 25 0 1 0 5568569 17928192 4265 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8413/statm: 4377 4265 76 150 0 4224 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 36592

[startup+51.1027 s]
/proc/loadavg: 2.18 2.47 2.56 3/77 8413
/proc/meminfo: memFree=1261352/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13728 CPUtime=2.2
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 1182 17373 0 3 4 1 200 15 16 0 1 0 5568337 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3432 811 374 3 0 532 0
[pid=8412] ppid=8377 vsize=5356 CPUtime=0
/proc/8412/stat : 8412 (sh) S 8377 8377 7408 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5568569 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8412/statm: 1339 232 193 169 0 50 0
[pid=8413] ppid=8412 vsize=18592 CPUtime=48.53
/proc/8413/stat : 8413 (minisat) R 8412 8377 7408 0 -1 4194304 4538 0 0 0 4849 4 0 0 25 0 1 0 5568569 19038208 4524 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/8413/statm: 4648 4524 76 150 0 4495 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 37676

[startup+102.307 s]
/proc/loadavg: 2.08 2.39 2.53 3/77 8413
/proc/meminfo: memFree=1257000/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13728 CPUtime=2.2
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 1182 17373 0 3 4 1 200 15 16 0 1 0 5568337 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3432 811 374 3 0 532 0
[pid=8412] ppid=8377 vsize=5356 CPUtime=0
/proc/8412/stat : 8412 (sh) S 8377 8377 7408 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5568569 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8412/statm: 1339 232 193 169 0 50 0
[pid=8413] ppid=8412 vsize=22876 CPUtime=99.49
/proc/8413/stat : 8413 (minisat) R 8412 8377 7408 0 -1 4194304 5558 0 0 0 9944 5 0 0 25 0 1 0 5568569 23425024 5544 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/8413/statm: 5719 5544 76 150 0 5566 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 41960

[startup+162.303 s]
/proc/loadavg: 2.03 2.32 2.50 3/77 8413
/proc/meminfo: memFree=1255912/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13728 CPUtime=2.2
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 1182 17373 0 3 4 1 200 15 16 0 1 0 5568337 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3432 811 374 3 0 532 0
[pid=8412] ppid=8377 vsize=5356 CPUtime=0
/proc/8412/stat : 8412 (sh) S 8377 8377 7408 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5568569 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8412/statm: 1339 232 193 169 0 50 0
[pid=8413] ppid=8412 vsize=23956 CPUtime=159.19
/proc/8413/stat : 8413 (minisat) R 8412 8377 7408 0 -1 4194304 5796 0 0 0 15914 5 0 0 25 0 1 0 5568569 24530944 5782 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8413/statm: 5989 5782 76 150 0 5836 0
Current children cumulated CPU time (s) 161.39
Current children cumulated vsize (KiB) 43040

[startup+222.302 s]
/proc/loadavg: 2.01 2.26 2.46 3/77 8413
/proc/meminfo: memFree=1249128/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13728 CPUtime=2.2
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 1182 17373 0 3 4 1 200 15 16 0 1 0 5568337 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3432 811 374 3 0 532 0
[pid=8412] ppid=8377 vsize=5356 CPUtime=0
/proc/8412/stat : 8412 (sh) S 8377 8377 7408 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5568569 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8412/statm: 1339 232 193 169 0 50 0
[pid=8413] ppid=8412 vsize=25440 CPUtime=218.91
/proc/8413/stat : 8413 (minisat) R 8412 8377 7408 0 -1 4194304 6148 0 0 0 21885 6 0 0 25 0 1 0 5568569 26050560 6134 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8413/statm: 6360 6134 76 150 0 6207 0
Current children cumulated CPU time (s) 221.11
Current children cumulated vsize (KiB) 44524

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

/proc/meminfo: memFree=1180456/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13728 CPUtime=2.2
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 1182 17373 0 3 4 1 200 15 16 0 1 0 5568337 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3432 811 374 3 0 532 0
[pid=8412] ppid=8377 vsize=5356 CPUtime=0
/proc/8412/stat : 8412 (sh) S 8377 8377 7408 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5568569 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8412/statm: 1339 232 193 169 0 50 0
[pid=8413] ppid=8412 vsize=62064 CPUtime=3085.02
/proc/8413/stat : 8413 (minisat) R 8412 8377 7408 0 -1 4194304 14813 0 0 0 308485 17 0 0 25 0 1 0 5568569 63553536 14791 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8413/statm: 15516 14791 76 150 0 15363 0
Current children cumulated CPU time (s) 3087.22
Current children cumulated vsize (KiB) 81148

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 8421
/proc/meminfo: memFree=1179880/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13728 CPUtime=2.2
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 1182 17373 0 3 4 1 200 15 16 0 1 0 5568337 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3432 811 374 3 0 532 0
[pid=8412] ppid=8377 vsize=5356 CPUtime=0
/proc/8412/stat : 8412 (sh) S 8377 8377 7408 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5568569 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8412/statm: 1339 232 193 169 0 50 0
[pid=8413] ppid=8412 vsize=62228 CPUtime=3144.73
/proc/8413/stat : 8413 (minisat) R 8412 8377 7408 0 -1 4194304 14857 0 0 0 314456 17 0 0 25 0 1 0 5568569 63721472 14835 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8413/statm: 15557 14835 76 150 0 15404 0
Current children cumulated CPU time (s) 3146.93
Current children cumulated vsize (KiB) 81312

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 8421
/proc/meminfo: memFree=1176936/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13728 CPUtime=2.2
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 1182 17373 0 3 4 1 200 15 16 0 1 0 5568337 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3432 811 374 3 0 532 0
[pid=8412] ppid=8377 vsize=5356 CPUtime=0
/proc/8412/stat : 8412 (sh) S 8377 8377 7408 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5568569 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8412/statm: 1339 232 193 169 0 50 0
[pid=8413] ppid=8412 vsize=62884 CPUtime=3204.45
/proc/8413/stat : 8413 (minisat) R 8412 8377 7408 0 -1 4194304 15003 0 0 0 320427 18 0 0 25 0 1 0 5568569 64393216 14981 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/8413/statm: 15721 14981 76 150 0 15568 0
Current children cumulated CPU time (s) 3206.65
Current children cumulated vsize (KiB) 81968

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 8421
/proc/meminfo: memFree=1175976/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13728 CPUtime=2.2
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 1182 17373 0 3 4 1 200 15 16 0 1 0 5568337 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3432 811 374 3 0 532 0
[pid=8412] ppid=8377 vsize=5356 CPUtime=0
/proc/8412/stat : 8412 (sh) S 8377 8377 7408 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5568569 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8412/statm: 1339 232 193 169 0 50 0
[pid=8413] ppid=8412 vsize=63304 CPUtime=3264.16
/proc/8413/stat : 8413 (minisat) R 8412 8377 7408 0 -1 4194304 15104 0 0 0 326398 18 0 0 25 0 1 0 5568569 64823296 15082 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8413/statm: 15826 15082 76 150 0 15673 0
Current children cumulated CPU time (s) 3266.36
Current children cumulated vsize (KiB) 82388

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8522
/proc/meminfo: memFree=1255600/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13728 CPUtime=2.2
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 1182 17373 0 3 4 1 200 15 16 0 1 0 5568337 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3432 811 374 3 0 532 0
[pid=8412] ppid=8377 vsize=5356 CPUtime=0
/proc/8412/stat : 8412 (sh) S 8377 8377 7408 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5568569 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8412/statm: 1339 232 193 169 0 50 0
[pid=8413] ppid=8412 vsize=63624 CPUtime=3323.76
/proc/8413/stat : 8413 (minisat) R 8412 8377 7408 0 -1 4194304 15195 0 0 0 332358 18 0 0 25 0 1 0 5568569 65150976 15173 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8413/statm: 15906 15173 76 150 0 15753 0
Current children cumulated CPU time (s) 3325.96
Current children cumulated vsize (KiB) 82708

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8522
/proc/meminfo: memFree=1254896/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13728 CPUtime=2.2
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 1182 17373 0 3 4 1 200 15 16 0 1 0 5568337 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3432 811 374 3 0 532 0
[pid=8412] ppid=8377 vsize=5356 CPUtime=0
/proc/8412/stat : 8412 (sh) S 8377 8377 7408 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5568569 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8412/statm: 1339 232 193 169 0 50 0
[pid=8413] ppid=8412 vsize=64292 CPUtime=3383.21
/proc/8413/stat : 8413 (minisat) R 8412 8377 7408 0 -1 4194304 15319 0 0 0 338302 19 0 0 25 0 1 0 5568569 65835008 15297 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8413/statm: 16073 15297 76 150 0 15920 0
Current children cumulated CPU time (s) 3385.41
Current children cumulated vsize (KiB) 83376

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8522
/proc/meminfo: memFree=1254704/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13728 CPUtime=2.2
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 1182 17373 0 3 4 1 200 15 16 0 1 0 5568337 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3432 811 374 3 0 532 0
[pid=8412] ppid=8377 vsize=5356 CPUtime=0
/proc/8412/stat : 8412 (sh) S 8377 8377 7408 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5568569 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8412/statm: 1339 232 193 169 0 50 0
[pid=8413] ppid=8412 vsize=64292 CPUtime=3442.64
/proc/8413/stat : 8413 (minisat) R 8412 8377 7408 0 -1 4194304 15327 0 0 0 344245 19 0 0 25 0 1 0 5568569 65835008 15305 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/8413/statm: 16073 15305 76 150 0 15920 0
Current children cumulated CPU time (s) 3444.84
Current children cumulated vsize (KiB) 83376

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8522
/proc/meminfo: memFree=1254640/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13728 CPUtime=2.2
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 1182 17373 0 3 4 1 200 15 16 0 1 0 5568337 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3432 811 374 3 0 532 0
[pid=8412] ppid=8377 vsize=5356 CPUtime=0
/proc/8412/stat : 8412 (sh) S 8377 8377 7408 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5568569 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8412/statm: 1339 232 193 169 0 50 0
[pid=8413] ppid=8412 vsize=64292 CPUtime=3502.07
/proc/8413/stat : 8413 (minisat) R 8412 8377 7408 0 -1 4194304 15327 0 0 0 350188 19 0 0 25 0 1 0 5568569 65835008 15305 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8413/statm: 16073 15305 76 150 0 15920 0
Current children cumulated CPU time (s) 3504.27
Current children cumulated vsize (KiB) 83376

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8522
/proc/meminfo: memFree=1254640/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13728 CPUtime=2.2
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 1182 17373 0 3 4 1 200 15 16 0 1 0 5568337 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3432 811 374 3 0 532 0
[pid=8412] ppid=8377 vsize=5356 CPUtime=0
/proc/8412/stat : 8412 (sh) S 8377 8377 7408 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5568569 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8412/statm: 1339 232 193 169 0 50 0
[pid=8413] ppid=8412 vsize=64292 CPUtime=3561.52
/proc/8413/stat : 8413 (minisat) R 8412 8377 7408 0 -1 4194304 15327 0 0 0 356133 19 0 0 25 0 1 0 5568569 65835008 15305 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8413/statm: 16073 15305 76 150 0 15920 0
Current children cumulated CPU time (s) 3563.72
Current children cumulated vsize (KiB) 83376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3619.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8522
/proc/meminfo: memFree=1254512/2055920 swapFree=4192956/4192956
[pid=8377] ppid=8375 vsize=13728 CPUtime=2.2
/proc/8377/stat : 8377 (sugar) S 8375 8377 7408 0 -1 4194304 1182 17373 0 3 4 1 200 15 16 0 1 0 5568337 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8377/statm: 3432 811 374 3 0 532 0
[pid=8412] ppid=8377 vsize=5356 CPUtime=0
/proc/8412/stat : 8412 (sh) S 8377 8377 7408 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5568569 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8412/statm: 1339 232 193 169 0 50 0
[pid=8413] ppid=8412 vsize=64456 CPUtime=3597.87
/proc/8413/stat : 8413 (minisat) R 8412 8377 7408 0 -1 4194304 15358 0 0 0 359768 19 0 0 25 0 1 0 5568569 66002944 15336 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8413/statm: 16114 15336 76 150 0 15961 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 83540

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8377 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=53687
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=164974
# CPU time returned by wait4() is 2.21866
# while last known CPU time is 3600.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3619.03
CPU time (s): 3600.07
CPU user time (s): 3599.72
CPU system time (s): 0.35
CPU usage (%): 99.4762
Max. virtual memory (cumulated for all children) (KiB): 888392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.05369
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18899
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= 2269
involuntary context switches= 2089

runsolver used 4.25935 second user time and 12.2051 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-23 05:46:38
IDJOB=1128452
IDBENCH=65470
IDSOLVER=368
FILE ID=node51/1128452-1216784798
PBS_JOBID= 7974166
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-41_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-1128452-1216784798/watcher-1128452-1216784798 -o /tmp/evaluation-result-1128452-1216784798/solver-1128452-1216784798 -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-1128452-1216784798.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 86ee31dd79bf21dbca8dab70a39f9464
RANDOM SEED=2113365130

node51.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.214
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.214
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:       1284120 kB
Buffers:         31300 kB
Cached:         626804 kB
SwapCached:          0 kB
Active:         390688 kB
Inactive:       329420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1284120 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1484 kB
Writeback:           0 kB
Mapped:          73100 kB
Slab:            36644 kB
Committed_AS:   133432 kB
PageTables:       2048 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 node51 at 2008-07-23 06:46:57