Trace number 1128236

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.13 3602.62

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-40/
normalized-kbtree-9-7-3-5-40-49_ext.xml
MD5SUMd644afef850492387bbe6e2fa96898fb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints22
Best CPU time to get the best result obtained on this benchmark1.43378
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints189
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension189
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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 04:44:10 2008
0.00/0.05	c 0	PID 4424
0.00/0.05	c 0	HOST node37.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128236-1216781050.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-1128236-1216781050.xml' 'HOME/temp.csp'
0.04/0.42	c 1	1 domains, 28 variables, 0 predicates, 189 relations, 189 constraints
0.04/0.48	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.48	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.44/0.56	c 1	Parsing HOME/temp.csp
0.44/0.75	c 1	parsed 407 expressions
0.44/0.80	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.81	c 1	MAX CSP: 189 constraints
0.44/0.81	c 1	Converting to clausal form CSP
0.44/0.83	c 1	converted 60 (10%) expressions
0.44/0.83	c 1	converted 120 (20%) expressions
0.44/0.83	c 1	converted 180 (30%) expressions
0.44/0.84	c 1	converted 240 (40%) expressions
0.44/0.86	c 1	converted 300 (50%) expressions
0.44/0.87	c 1	converted 360 (60%) expressions
0.44/0.87	c 1	converted 420 (70%) expressions
0.44/0.88	c 1	converted 480 (80%) expressions
0.44/0.88	c 1	converted 540 (90%) expressions
0.44/1.03	c 1	converted 599 (100%) expressions
0.44/1.03	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.44/1.03	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/1.03	c 1	Propagation in CSP
0.44/1.05	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.44/1.05	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.44/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/1.05	c 1	Simplifing CSP by introducing new Boolean variables
0.44/1.05	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.44/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/1.07	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.44/1.08	c 1	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.44/1.08	c 1	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.44/1.09	c 1	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.44/1.09	c 1	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.44/1.09	c 1	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.44/1.09	c 1	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.44/1.10	c 1	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
1.03/1.10	c 1	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
1.03/1.11	c 1	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
1.03/1.11	c 1	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
1.03/1.14	c 1	57 (10%) CSP clauses are encoded (2831 clauses, 36494 bytes)
1.03/1.15	c 1	114 (20%) CSP clauses are encoded (3183 clauses, 42611 bytes)
1.03/1.16	c 1	170 (30%) CSP clauses are encoded (3520 clauses, 48435 bytes)
1.03/1.17	c 1	227 (40%) CSP clauses are encoded (3939 clauses, 54613 bytes)
1.03/1.19	c 1	283 (50%) CSP clauses are encoded (6435 clauses, 91456 bytes)
1.03/1.19	c 1	340 (60%) CSP clauses are encoded (7276 clauses, 103331 bytes)
1.13/1.21	c 2	397 (70%) CSP clauses are encoded (13953 clauses, 212954 bytes)
1.13/1.21	c 2	453 (80%) CSP clauses are encoded (14857 clauses, 228064 bytes)
1.13/1.25	c 2	510 (90%) CSP clauses are encoded (34526 clauses, 576676 bytes)
1.13/1.29	c 2	566 (100%) CSP clauses are encoded (52986 clauses, 912936 bytes)
1.13/1.29	c 2	566 CSP clauses encoded
1.13/1.29	c 2	Writing map file : HOME/temp.map
1.21/1.30	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.30	c 2	SAT : 2887 SAT variables, 52986 SAT clauses, 912936 bytes
1.21/1.30	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.36	c 2	OBJECTIVE minimize _COST
1.21/1.36	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.21/1.36	c 2	SEARCHING: _COST <= 95
1.21/1.36	c 2	SOLVING HOME/temp.cnf
1.21/1.36	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.21/1.36	c 2	This is MiniSat 2.0 beta
1.21/1.36	c 2	WARNING: for repeatability, setting FPU to use double precision
1.21/1.36	c 2	============================[ Problem Statistics ]=============================
1.21/1.36	c 2	|                                                                             |
1.21/1.36	c 2	|  Number of variables:  2887                                                 |
1.21/1.36	c 2	|  Number of clauses:    52987                                                |
1.21/1.39	c 2	|  Parsing time:         0.03         s                                       |
1.21/1.40	c 2	============================[ Search Statistics ]==============================
1.21/1.40	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.21/1.40	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.21/1.40	c 2	===============================================================================
1.21/1.40	c 2	|         0 |    2135    34687    99804 |    11562        0    nan |  0.000 % |
1.24/1.41	c 2	|       100 |    2134    34687    99804 |    12718       99     26 | 26.360 % |
1.24/1.41	c 2	===============================================================================
1.24/1.41	c 2	restarts              : 2
1.24/1.41	c 2	conflicts             : 102            (2171 /sec)
1.24/1.41	c 2	decisions             : 351            (0.57 % random) (7469 /sec)
1.24/1.41	c 2	propagations          : 21400          (455397 /sec)
1.24/1.41	c 2	conflict literals     : 2553           (15.94 % deleted)
1.24/1.41	c 2	Memory used           : 4.08 MB
1.24/1.41	c 2	CPU time              : 0.046992 s
1.24/1.41	c 2	
1.24/1.41	c 2	SATISFIABLE
1.24/1.41	c 2	FOUND: _COST <= 95
1.24/1.41	s SATISFIABLE
1.24/1.41	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.24/1.41	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'
1.24/1.50	c 2	Decoding HOME/temp.out
1.29/1.55	c 2	OBJECTIVE _COST 95
1.29/1.55	o 95
1.29/1.56	v 4 4 4 4 4 4 4 4 4 4 4 4 3 4 4 4 0 4 0 4 0 4 3 4 4 4 0 4
1.29/1.56	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.29/1.58	c 2	OBJECTIVE BOUND: 0 <= _COST <= 95
1.29/1.58	c 2	SEARCHING: _COST <= 47
1.29/1.58	c 2	SOLVING HOME/temp.cnf
1.29/1.58	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.29/1.58	c 2	This is MiniSat 2.0 beta
1.29/1.58	c 2	WARNING: for repeatability, setting FPU to use double precision
1.29/1.58	c 2	============================[ Problem Statistics ]=============================
1.29/1.58	c 2	|                                                                             |
1.29/1.58	c 2	|  Number of variables:  2887                                                 |
1.29/1.58	c 2	|  Number of clauses:    52987                                                |
1.44/1.61	c 2	|  Parsing time:         0.02         s                                       |
1.44/1.62	c 2	============================[ Search Statistics ]==============================
1.44/1.62	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.44/1.62	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.44/1.62	c 2	===============================================================================
1.44/1.62	c 2	|         0 |    1702    23237    66705 |     7745        0    nan |  0.000 % |
1.44/1.63	c 2	|       101 |    1701    23237    66705 |     8520      100     22 | 41.392 % |
1.44/1.64	c 2	|       251 |    1701    23237    66705 |     9372      250     22 | 41.393 % |
1.44/1.66	c 2	|       477 |    1701    23237    66705 |    10309      476     20 | 41.392 % |
1.44/1.69	c 2	|       814 |    1692    23060    66210 |    11340      813     21 | 41.392 % |
1.44/1.72	c 2	===============================================================================
1.44/1.72	c 2	restarts              : 5
1.44/1.72	c 2	conflicts             : 1174           (9173 /sec)
1.44/1.72	c 2	decisions             : 1771           (0.90 % random) (13838 /sec)
1.44/1.72	c 2	propagations          : 216432         (1691139 /sec)
1.44/1.72	c 2	conflict literals     : 26968          (22.84 % deleted)
1.44/1.72	c 2	Memory used           : 4.07 MB
1.44/1.72	c 2	CPU time              : 0.12798 s
1.44/1.72	c 2	
1.44/1.72	c 2	SATISFIABLE
1.44/1.72	c 2	FOUND: _COST <= 47
1.44/1.72	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.44/1.72	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'
1.58/1.80	c 2	Decoding HOME/temp.out
1.58/1.86	c 2	OBJECTIVE _COST 47
1.58/1.86	o 47
1.58/1.86	v 4 1 1 3 4 4 4 4 4 2 3 0 0 2 3 4 4 2 3 1 0 4 0 3 2 4 3 2
1.58/1.87	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.58/1.89	c 2	OBJECTIVE BOUND: 0 <= _COST <= 47
1.58/1.89	c 2	SEARCHING: _COST <= 23
1.58/1.89	c 2	SOLVING HOME/temp.cnf
1.58/1.89	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.58/1.90	c 2	This is MiniSat 2.0 beta
1.58/1.90	c 2	WARNING: for repeatability, setting FPU to use double precision
1.58/1.90	c 2	============================[ Problem Statistics ]=============================
1.58/1.90	c 2	|                                                                             |
1.75/1.90	c 2	|  Number of variables:  2887                                                 |
1.75/1.90	c 2	|  Number of clauses:    52987                                                |
1.75/1.93	c 2	|  Parsing time:         0.02         s                                       |
1.75/1.94	c 2	============================[ Search Statistics ]==============================
1.75/1.94	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.75/1.94	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.75/1.94	c 2	===============================================================================
1.75/1.94	c 2	|         0 |    1409    14094    40131 |     4698        0    nan |  0.000 % |
1.75/1.95	c 2	|       100 |    1409    14094    40131 |     5167       99     14 | 51.645 % |
1.75/1.96	c 2	|       251 |    1409    14094    40131 |     5684      250     15 | 51.645 % |
1.75/1.98	c 2	|       476 |    1396    13864    39486 |     6253      475     15 | 51.645 % |
1.75/2.01	c 2	|       813 |    1396    13864    39486 |     6878      812     16 | 51.645 % |
1.75/2.05	c 2	|      1319 |    1396    13864    39486 |     7566     1318     16 | 51.645 % |
1.75/2.12	c 2	|      2080 |    1396    13864    39486 |     8322     2079     17 | 51.645 % |
2.04/2.23	c 3	|      3220 |    1396    13864    39486 |     9155     3219     16 | 51.645 % |
2.23/2.40	c 3	|      4928 |    1396    13864    39486 |    10070     4927     17 | 51.645 % |
2.43/2.69	c 3	|      7490 |    1396    13864    39486 |    11077     7489     18 | 51.645 % |
2.93/3.14	c 3	|     11334 |    1396    13864    39486 |    12185    11333     19 | 51.645 % |
3.72/3.91	c 4	|     17101 |    1396    13864    39486 |    13403    10002     19 | 51.645 % |
4.80/5.10	c 5	|     25751 |    1396    13864    39486 |    14744    11023     18 | 51.645 % |
6.88/7.15	c 7	|     38727 |    1396    13864    39486 |    16218    15677     18 | 51.645 % |
9.85/10.15	c 10	|     58188 |    1396    13864    39486 |    17840    16953     17 | 51.645 % |
14.71/15.04	c 15	|     87380 |    1396    13864    39486 |    19624    16694     19 | 51.645 % |
22.54/22.91	c 23	|    131169 |    1396    13864    39486 |    21587    17225     20 | 51.645 % |
35.32/35.81	c 36	|    196853 |    1396    13864    39486 |    23745    12218     18 | 51.645 % |
54.93/55.62	c 56	|    295380 |    1396    13864    39486 |    26120    20899     18 | 51.645 % |
87.03/88.05	c 88	|    443169 |    1396    13864    39486 |    28732    16986     21 | 51.645 % |
134.09/135.33	c 136	|    664852 |    1396    13864    39486 |    31605    29112     20 | 51.645 % |
206.36/207.70	c 208	|    997379 |    1396    13864    39486 |    34766    19074     19 | 51.645 % |
320.11/321.40	c 322	|   1496167 |    1396    13864    39486 |    38243    35422     20 | 51.645 % |
505.44/506.87	c 507	|   2244349 |    1396    13864    39486 |    42067    25859     21 | 51.645 % |
800.23/801.76	c 802	|   3366623 |    1396    13864    39486 |    46274    42264     21 | 51.645 % |
1265.75/1267.49	c 1268	|   5050035 |    1396    13864    39486 |    50901    26729     18 | 51.645 % |
2042.66/2044.67	c 2045	|   7575151 |    1396    13864    39486 |    55991    24710     21 | 51.645 % |
3234.12/3236.58	c 3237	|  11362827 |    1396    13864    39486 |    61590    32325     16 | 51.645 % |
3600.09/3602.61	sh: line 1:  4472 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.09/3602.61	c ERROR unknown output  in HOME/temp.out
3600.09/3602.61	c 3603	CPU 3599.81 (0.04 0.01 3599.77 0.29)
3600.09/3602.61	c 3603	END Wed Jul 23 05:44:13 2008

Verifier Data (download as text)

OK	44	145
44 unsatisfied constraints, 145 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-1128236-1216781050/watcher-1128236-1216781050 -o /tmp/evaluation-result-1128236-1216781050/solver-1128236-1216781050 -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-1128236-1216781050.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.00 2.00 2.00 4/73 4424
/proc/meminfo: memFree=1728616/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=12268 CPUtime=0
/proc/4424/stat : 4424 (sugar) R 4422 4424 3452 0 -1 4194304 346 0 0 0 0 0 0 0 20 0 1 0 5194225 12562432 314 996147200 4194304 4206940 548682068592 18446744073709551615 213136522016 0 0 4224 0 0 0 0 17 1 0 0
/proc/4424/statm: 3067 314 239 3 0 167 0

[startup+0.10044 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 4424
/proc/meminfo: memFree=1728616/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=0.04
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 5194225 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4424/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201448 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 4424
/proc/meminfo: memFree=1728616/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=0.04
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 5194225 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4424/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301458 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 4424
/proc/meminfo: memFree=1728616/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=0.04
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 5194225 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4424/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701504 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 4424
/proc/meminfo: memFree=1728616/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=0.44
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 974 4403 0 1 3 1 37 3 16 0 1 0 5194225 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4424/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50259 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 4446
/proc/meminfo: memFree=1714440/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.29
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1128 12245 0 2 3 1 116 9 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 13600

[startup+3.10278 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4472
/proc/meminfo: memFree=1722056/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.75
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 15 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=4432 CPUtime=1.18
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 976 0 0 0 118 0 0 0 25 0 1 0 5194415 4538368 962 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/4472/statm: 1108 962 75 150 0 955 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 23388

[startup+6.30113 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4472
/proc/meminfo: memFree=1721096/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.75
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=5232 CPUtime=4.34
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 1175 0 0 0 434 0 0 0 25 0 1 0 5194415 5357568 1161 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/4472/statm: 1308 1161 75 150 0 1155 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 24188

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4472
/proc/meminfo: memFree=1720072/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.75
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=5760 CPUtime=10.68
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 1296 0 0 0 1068 0 0 0 25 0 1 0 5194415 5898240 1282 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4472/statm: 1440 1282 75 150 0 1287 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 24716

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4472
/proc/meminfo: memFree=1719112/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.75
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=6824 CPUtime=23.37
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 1548 0 0 0 2336 1 0 0 25 0 1 0 5194415 6987776 1534 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4472/statm: 1706 1534 75 150 0 1553 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 25780

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4472
/proc/meminfo: memFree=1718152/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.75
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=7624 CPUtime=48.72
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 1752 0 0 0 4871 1 0 0 25 0 1 0 5194415 7806976 1738 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4472/statm: 1906 1738 75 150 0 1753 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 26580

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4472
/proc/meminfo: memFree=1716552/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.75
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=9064 CPUtime=99.44
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 2110 0 0 0 9943 1 0 0 25 0 1 0 5194415 9281536 2096 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4472/statm: 2266 2096 75 150 0 2113 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 28020

[startup+162.301 s]
/proc/loadavg: 1.96 1.98 1.99 3/76 4542
/proc/meminfo: memFree=1763976/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.75
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=10352 CPUtime=159.33
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 2413 0 0 0 15930 3 0 0 25 0 1 0 5194415 10600448 2399 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4472/statm: 2588 2399 75 150 0 2435 0
Current children cumulated CPU time (s) 161.08
Current children cumulated vsize (KiB) 29308

[startup+222.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/76 4542
/proc/meminfo: memFree=1761672/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.75
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=10780 CPUtime=219.31
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 2520 0 0 0 21928 3 0 0 25 0 1 0 5194415 11038720 2506 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4472/statm: 2695 2506 75 150 0 2542 0
Current children cumulated CPU time (s) 221.06
Current children cumulated vsize (KiB) 29736

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 4542
/proc/meminfo: memFree=1760072/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.75
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=11592 CPUtime=279.28
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 2690 0 0 0 27925 3 0 0 25 0 1 0 5194415 11870208 2676 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/4472/statm: 2898 2676 75 150 0 2745 0
Current children cumulated CPU time (s) 281.03
Current children cumulated vsize (KiB) 30548


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

/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=22644 CPUtime=3098.21
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 5285 0 0 0 309811 10 0 0 25 0 1 0 5194415 23187456 5271 996147200 134512640 135127466 4294956256 18446744073709551615 134531089 0 0 4096 3 0 0 0 17 0 0 0
/proc/4472/statm: 5661 5271 75 150 0 5508 0
Current children cumulated CPU time (s) 3099.96
Current children cumulated vsize (KiB) 41600

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1734984/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.75
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=22644 CPUtime=3158.2
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 5302 0 0 0 315809 11 0 0 25 0 1 0 5194415 23187456 5288 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4472/statm: 5661 5288 75 150 0 5508 0
Current children cumulated CPU time (s) 3159.95
Current children cumulated vsize (KiB) 41600

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1734792/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.75
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=22644 CPUtime=3218.17
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 5302 0 0 0 321806 11 0 0 25 0 1 0 5194415 23187456 5288 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4472/statm: 5661 5288 75 150 0 5508 0
Current children cumulated CPU time (s) 3219.92
Current children cumulated vsize (KiB) 41600

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1734536/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.75
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=22764 CPUtime=3278.15
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 5312 0 0 0 327804 11 0 0 25 0 1 0 5194415 23310336 5298 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/4472/statm: 5691 5298 75 150 0 5538 0
Current children cumulated CPU time (s) 3279.9
Current children cumulated vsize (KiB) 41720

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1734344/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.75
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=22928 CPUtime=3338.12
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 5352 0 0 0 333801 11 0 0 25 0 1 0 5194415 23478272 5338 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/4472/statm: 5732 5338 75 150 0 5579 0
Current children cumulated CPU time (s) 3339.87
Current children cumulated vsize (KiB) 41884

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1734152/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.75
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=23092 CPUtime=3398.11
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 5394 0 0 0 339800 11 0 0 25 0 1 0 5194415 23646208 5380 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4472/statm: 5773 5380 75 150 0 5620 0
Current children cumulated CPU time (s) 3399.86
Current children cumulated vsize (KiB) 42048

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1733256/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.75
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=23752 CPUtime=3458.08
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 5557 0 0 0 345797 11 0 0 25 0 1 0 5194415 24322048 5543 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4472/statm: 5938 5543 75 150 0 5785 0
Current children cumulated CPU time (s) 3459.83
Current children cumulated vsize (KiB) 42708

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1733192/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.75
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=23728 CPUtime=3518.07
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 5559 0 0 0 351795 12 0 0 25 0 1 0 5194415 24297472 5545 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4472/statm: 5932 5545 75 150 0 5779 0
Current children cumulated CPU time (s) 3519.82
Current children cumulated vsize (KiB) 42684

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1732680/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.75
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=23728 CPUtime=3578.04
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 5561 0 0 0 357792 12 0 0 25 0 1 0 5194415 24297472 5547 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4472/statm: 5932 5547 75 150 0 5779 0
Current children cumulated CPU time (s) 3579.79
Current children cumulated vsize (KiB) 42684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1732680/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.75
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=23860 CPUtime=3598.34
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 5574 0 0 0 359822 12 0 0 25 0 1 0 5194415 24432640 5560 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4472/statm: 5965 5560 75 150 0 5812 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 42816

Sending SIGTERM to process tree (bottom up)


[startup+st ended. Dumping a history of the last processes samples 0 0 0 3


[startup+3602.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1732680/2055920 swapFree=4192956/4192956
[pid=4424] ppid=4422 vsize=13600 CPUtime=1.75
/proc/4424/stat : 4424 (sugar) S 4422 4424 3452 0 -1 4194304 1297 20933 0 4 4 1 154 16 16 0 1 0 5194225 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4424/statm: 3400 808 374 3 0 500 0
[pid=4471] ppid=4424 vsize=5356 CPUtime=0
/proc/4471/stat : 4471 (sh) S 4424 4424 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5194415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4471/statm: 1339 232 193 169 0 50 0
[pid=4472] ppid=4471 vsize=23860 CPUtime=3598.34
/proc/4472/stat : 4472 (minisat) R 4471 4424 3452 0 -1 4194304 5574 0 0 0 359822 12 0 0 25 0 1 0 5194415 24432640 5560 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4472/statm: 5965 5560 75 150 0 5812 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 42816

Child status: 0
Real time (s): 3602.62
CPU time (s): 3600.13
CPU user time (s): 3599.82
CPU system time (s): 0.310952
CPU usage (%): 99.9309
Max. virtual memory (cumulated for all children) (KiB): 887460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.82
system time used= 0.310952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28160
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1604
involuntary context switches= 16401

runsolver used 3.64945 second user time and 12.7461 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-23 04:44:10
IDJOB=1128236
IDBENCH=64994
IDSOLVER=368
FILE ID=node37/1128236-1216781050
PBS_JOBID= 7974124
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-40/normalized-kbtree-9-7-3-5-40-49_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-1128236-1216781050/watcher-1128236-1216781050 -o /tmp/evaluation-result-1128236-1216781050/solver-1128236-1216781050 -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-1128236-1216781050.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d644afef850492387bbe6e2fa96898fb
RANDOM SEED=264367562

node37.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.211
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.211
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:       1729160 kB
Buffers:         31876 kB
Cached:         178992 kB
SwapCached:          0 kB
Active:         211208 kB
Inactive:        72692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729160 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:          84264 kB
Slab:            28128 kB
Committed_AS:   140280 kB
PageTables:       1860 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 node37 at 2008-07-23 05:44:13