Trace number 1128243

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO) 3600.1 3633.01

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-39_ext.xml
MD5SUM3405b6f8ce13c5a983785fa34703b661
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints23
Best CPU time to get the best result obtained on this benchmark1.59576
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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Wed Jul 23 04:46:04 2008
0.00/0.08	c 0	PID 4499
0.06/0.08	c 0	HOST node37.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1128243-1216781164.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128243-1216781164.xml' 'HOME/temp.csp'
0.06/0.45	c 1	1 domains, 28 variables, 0 predicates, 189 relations, 189 constraints
0.06/0.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.51	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.59	c 1	Parsing HOME/temp.csp
0.47/0.73	c 1	parsed 407 expressions
0.47/0.73	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.47/0.74	c 1	MAX CSP: 189 constraints
0.47/0.74	c 1	Converting to clausal form CSP
0.47/0.76	c 1	converted 60 (10%) expressions
0.47/0.76	c 1	converted 120 (20%) expressions
0.47/0.76	c 1	converted 180 (30%) expressions
0.47/0.78	c 1	converted 240 (40%) expressions
0.47/0.79	c 1	converted 300 (50%) expressions
0.47/0.80	c 1	converted 360 (60%) expressions
0.47/0.80	c 1	converted 420 (70%) expressions
0.47/0.81	c 1	converted 480 (80%) expressions
0.47/0.81	c 1	converted 540 (90%) expressions
0.47/0.95	c 1	converted 599 (100%) expressions
0.47/0.96	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.47/0.96	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.47/0.96	c 1	Propagation in CSP
0.47/0.97	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.47/0.98	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.47/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.47/0.98	c 1	Simplifing CSP by introducing new Boolean variables
0.47/0.98	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.47/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.01	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.94/1.02	c 1	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.94/1.02	c 1	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.94/1.02	c 1	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.94/1.02	c 1	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.94/1.02	c 1	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.94/1.03	c 1	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.94/1.03	c 1	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.94/1.03	c 1	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
0.94/1.04	c 1	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
0.94/1.04	c 1	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
0.94/1.07	c 1	57 (10%) CSP clauses are encoded (2826 clauses, 36288 bytes)
0.94/1.08	c 1	114 (20%) CSP clauses are encoded (3177 clauses, 42337 bytes)
0.94/1.09	c 1	170 (30%) CSP clauses are encoded (3510 clauses, 48184 bytes)
0.94/1.10	c 2	227 (40%) CSP clauses are encoded (3929 clauses, 54381 bytes)
1.04/1.11	c 2	283 (50%) CSP clauses are encoded (6425 clauses, 91224 bytes)
1.04/1.12	c 2	340 (60%) CSP clauses are encoded (7266 clauses, 103099 bytes)
1.04/1.13	c 2	397 (70%) CSP clauses are encoded (13943 clauses, 212722 bytes)
1.04/1.14	c 2	453 (80%) CSP clauses are encoded (14847 clauses, 227832 bytes)
1.04/1.18	c 2	510 (90%) CSP clauses are encoded (34516 clauses, 576444 bytes)
1.14/1.22	c 2	566 (100%) CSP clauses are encoded (52976 clauses, 912704 bytes)
1.14/1.22	c 2	566 CSP clauses encoded
1.14/1.22	c 2	Writing map file : HOME/temp.map
1.14/1.22	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.22	c 2	SAT : 2887 SAT variables, 52976 SAT clauses, 912704 bytes
1.14/1.22	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.26	c 2	OBJECTIVE minimize _COST
1.14/1.26	c 2	SOLVING HOME/temp.cnf
1.14/1.26	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.14/1.26	c 2	This is MiniSat 2.0 beta incremental
1.14/1.26	c 2	WARNING: for repeatability, setting FPU to use double precision
1.14/1.26	c 2	============================[ Problem Statistics ]=============================
1.14/1.26	c 2	|                                                                             |
1.14/1.26	c 2	|  Number of variables:  2887                                                 |
1.14/1.26	c 2	|  Number of clauses:    52976                                                |
1.14/1.28	c 2	|  Parsing time:         0.02         s                                       |
1.14/1.28	c 2	OK
1.14/1.28	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.14/1.28	c 2	SEARCHING: _COST <= 95
1.14/1.28	c 2	============================[ Search Statistics ]==============================
1.14/1.28	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.14/1.28	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.14/1.28	c 2	===============================================================================
1.14/1.28	c 2	|         0 |    2887    52976   152506 |    17658        0    nan |  0.000 % |
1.17/1.30	c 2	|       101 |    2887    52976   152506 |    19424      101     25 |  0.009 % |
1.17/1.30	c 2	===============================================================================
1.17/1.30	c 2	restarts              : 2
1.17/1.30	c 2	conflicts             : 102           (2429 /sec)
1.17/1.30	c 2	decisions             : 359           (0.28 % random) (8549 /sec)
1.17/1.30	c 2	propagations          : 21377          (509061 /sec)
1.17/1.30	c 2	conflict literals     : 2564           (18.00 % deleted)
1.17/1.30	c 2	Memory used           : 4.09 MB
1.17/1.30	c 2	CPU time              : 0.041993 s
1.17/1.30	c 2	
1.17/1.30	c 2	SATISFIABLE
1.17/1.30	c 2	OK
1.17/1.30	c 2	FOUND: _COST <= 95
1.17/1.30	s SATISFIABLE
1.17/1.30	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.17/1.30	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.17/1.38	c 2	Decoding HOME/temp.out
1.17/1.45	c 2	OBJECTIVE _COST 95
1.17/1.45	o 95
1.17/1.45	v 4 4 4 4 4 4 4 4 3 4 1 3 4 1 4 2 4 1 4 2 4 4 3 3 3 1 1 4
1.17/1.45	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.17/1.47	c 2	OK
1.17/1.47	c 2	OBJECTIVE BOUND: 0 <= _COST <= 95
1.17/1.47	c 2	SEARCHING: _COST <= 47
1.17/1.48	c 2	============================[ Search Statistics ]==============================
1.17/1.48	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.17/1.48	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.17/1.48	c 2	===============================================================================
1.17/1.48	c 2	|       102 |    2887    52976   152506 |    17658      102     25 |  0.009 % |
1.17/1.48	c 2	|       202 |    2886    52976   152506 |    19424      202     18 | 26.053 % |
1.32/1.50	c 2	|       353 |    2886    52976   152506 |    21366      353     17 | 26.053 % |
1.32/1.51	c 2	|       578 |    2886    52976   152506 |    23503      578     17 | 26.053 % |
1.32/1.54	c 2	|       915 |    2886    52976   152506 |    25854      915     17 | 26.053 % |
1.32/1.59	c 2	|      1421 |    2135    34677    99771 |    28439     1421     18 | 26.053 % |
1.32/1.66	c 2	|      2183 |    2135    34677    99771 |    31283     2183     22 | 26.053 % |
1.32/1.78	c 2	|      3322 |    2135    34677    99771 |    34411     3322     23 | 26.053 % |
1.32/1.97	c 2	|      5030 |    2135    34677    99771 |    37852     5030     25 | 26.053 % |
2.08/2.27	c 3	|      7592 |    2135    34677    99771 |    41638     7592     26 | 26.053 % |
2.08/2.28	c 3	===============================================================================
2.08/2.28	c 3	restarts              : 12
2.08/2.28	c 3	conflicts             : 7679          (9057 /sec)
2.08/2.28	c 3	decisions             : 9711          (0.60 % random) (11453 /sec)
2.08/2.28	c 3	propagations          : 1533506        (1808655 /sec)
2.08/2.28	c 3	conflict literals     : 198709         (28.27 % deleted)
2.08/2.28	c 3	Memory used           : 4.73 MB
2.08/2.28	c 3	CPU time              : 0.847871 s
2.08/2.28	c 3	
2.08/2.28	c 3	SATISFIABLE
2.08/2.28	c 3	OK
2.08/2.28	c 3	FOUND: _COST <= 47
2.08/2.28	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.08/2.28	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.16/2.36	c 3	Decoding HOME/temp.out
2.16/2.42	c 3	OBJECTIVE _COST 47
2.16/2.42	o 47
2.16/2.42	v 4 4 4 4 4 4 4 4 1 4 3 3 4 3 2 3 2 1 4 4 4 3 3 0 2 4 4 3
2.16/2.43	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.16/2.48	c 3	OK
2.16/2.48	c 3	OBJECTIVE BOUND: 0 <= _COST <= 47
2.16/2.48	c 3	SEARCHING: _COST <= 23
2.34/2.50	c 3	============================[ Search Statistics ]==============================
2.34/2.51	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.34/2.51	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.34/2.51	c 3	===============================================================================
2.34/2.51	c 3	|      7679 |    1702    23227    66672 |     7742     7662     26 | 26.053 % |
2.34/2.51	c 3	|      7779 |    1702    23227    66672 |     8516     7762     26 | 41.050 % |
2.34/2.52	c 3	|      7931 |    1702    23227    66672 |     9368     7914     26 | 41.050 % |
2.34/2.54	c 3	|      8156 |    1702    23227    66672 |    10305     8139     25 | 41.050 % |
2.34/2.58	c 3	|      8493 |    1702    23227    66672 |    11335     8476     25 | 41.050 % |
2.43/2.64	c 3	|      8999 |    1702    23227    66672 |    12469     8982     24 | 41.050 % |
2.53/2.73	c 3	|      9758 |    1702    23227    66672 |    13716     9741     24 | 41.050 % |
2.63/2.87	c 3	|     10898 |    1702    23227    66672 |    15087    10881     23 | 41.050 % |
2.93/3.10	c 4	|     12606 |    1702    23227    66672 |    16596    12589     22 | 41.050 % |
3.23/3.49	c 4	|     15171 |    1702    23227    66672 |    18256    15154     22 | 41.050 % |
3.92/4.10	c 5	|     19015 |    1702    23227    66672 |    20081    18998     21 | 41.050 % |
4.91/5.15	c 6	|     24782 |    1702    23227    66672 |    22089    13835     18 | 41.050 % |
6.50/6.70	c 7	|     33434 |    1702    23227    66672 |    24298    22487     18 | 41.050 % |
8.97/9.20	c 10	|     46408 |    1702    23227    66672 |    26728    21345     19 | 41.050 % |
12.64/12.99	c 13	|     65869 |    1702    23227    66672 |    29401    24729     19 | 41.050 % |
18.88/19.23	c 20	|     95062 |    1702    23227    66672 |    32341    17391     19 | 41.050 % |
29.18/29.61	c 30	|    138853 |    1702    23227    66672 |    35575    20633     19 | 41.050 % |
44.34/44.93	c 45	|    204539 |    1702    23227    66672 |    39133    14004     18 | 41.050 % |
69.61/70.41	c 71	|    303068 |    1702    23227    66672 |    43046    32974     21 | 41.050 % |
109.72/110.96	c 111	|    450858 |    1702    23227    66672 |    47351    27576     20 | 41.050 % |
172.82/174.65	c 175	|    672543 |    1702    23227    66672 |    52086    39809     21 | 41.050 % |
278.63/281.42	c 282	|   1005068 |    1702    23227    66672 |    57295    16043     18 | 41.050 % |
442.76/447.15	c 448	|   1503856 |    1702    23227    66672 |    63024    28334     22 | 41.050 % |
714.60/721.59	c 722	|   2252039 |    1702    23227    66672 |    69327    26791     20 | 41.050 % |
1137.67/1148.63	c 1149	|   3374316 |    1702    23227    66672 |    76259    22502     18 | 41.050 % |
1823.78/1841.29	c 1842	|   5057727 |    1702    23227    66672 |    83885    27688     21 | 41.050 % |
2924.05/2952.00	c 2952	|   7582845 |    1702    23227    66672 |    92274    29511     24 | 41.050 % |
3600.07/3633.01	c 3633	CPU 3599.83 (0.07 0.01 3599.76 0.24)
3600.07/3633.01	c 3633	END Wed Jul 23 05:46:37 2008

Verifier Data (download as text)

OK	46	143
46 unsatisfied constraints, 143 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-1128243-1216781164/watcher-1128243-1216781164 -o /tmp/evaluation-result-1128243-1216781164/solver-1128243-1216781164 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1128243-1216781164.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 4499
/proc/meminfo: memFree=1776984/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=12268 CPUtime=0
/proc/4499/stat : 4499 (sugar++) R 4497 4499 3442 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5205636 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 213116484197 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/4499/statm: 3067 316 241 3 0 167 0

[startup+0.0819929 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 4499
/proc/meminfo: memFree=1776984/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16740 CPUtime=0.06
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 5205636 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102911 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 4499
/proc/meminfo: memFree=1776984/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16740 CPUtime=0.06
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 5205636 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301899 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 4499
/proc/meminfo: memFree=1776984/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16740 CPUtime=0.06
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 5205636 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701937 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 4499
/proc/meminfo: memFree=1776984/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16740 CPUtime=0.47
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1296 4403 0 1 5 1 38 3 16 0 1 0 5205636 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16740

[startup+1.50102 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 4521
/proc/meminfo: memFree=1761920/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.32
/proc/4499/stat : 4499 (sugar++) R 4497 4499 3442 0 -1 4194304 1553 14794 0 3 6 1 115 10 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 0 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 16872

[startup+3.1012 s]
/proc/loadavg: 1.92 1.98 1.99 3/76 4532
/proc/meminfo: memFree=1769032/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.48
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 6 1 129 12 15 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=5120 CPUtime=1.45
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 1199 0 0 0 145 0 0 0 20 0 1 0 5205762 5242880 1143 996147200 134512640 135134323 4294956192 18446744073709551615 134532141 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 1280 1143 79 151 0 1126 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 21992

[startup+6.30156 s]
/proc/loadavg: 1.93 1.98 1.99 3/76 4542
/proc/meminfo: memFree=1767368/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.48
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 6 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=6176 CPUtime=4.62
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 1469 0 0 0 462 0 0 0 25 0 1 0 5205762 6324224 1413 996147200 134512640 135134323 4294956192 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 1544 1413 79 151 0 1390 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 23048

[startup+12.7013 s]
/proc/loadavg: 1.93 1.98 1.99 3/76 4542
/proc/meminfo: memFree=1766152/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.48
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 6 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=7156 CPUtime=10.96
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 1682 0 0 0 1096 0 0 0 25 0 1 0 5205762 7327744 1626 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 1789 1626 79 151 0 1635 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 24028

[startup+25.5027 s]
/proc/loadavg: 1.95 1.98 1.99 3/76 4542
/proc/meminfo: memFree=1765128/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.48
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 6 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=8088 CPUtime=23.64
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 1918 0 0 0 2364 0 0 0 25 0 1 0 5205762 8282112 1862 996147200 134512640 135134323 4294956192 18446744073709551615 134528951 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 2022 1862 79 151 0 1868 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 24960

[startup+51.1025 s]
/proc/loadavg: 1.96 1.98 1.99 3/76 4542
/proc/meminfo: memFree=1763848/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.48
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 6 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=8912 CPUtime=49
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 2151 0 0 0 4899 1 0 0 25 0 1 0 5205762 9125888 2095 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 2228 2095 79 151 0 2074 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 25784

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/76 4542
/proc/meminfo: memFree=1761992/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.48
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 6 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=10320 CPUtime=99.73
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 2456 0 0 0 9972 1 0 0 25 0 1 0 5205762 10567680 2400 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 2580 2400 79 151 0 2426 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 27192

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 4542
/proc/meminfo: memFree=1760200/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.48
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 6 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=11380 CPUtime=159.16
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 2712 0 0 0 15915 1 0 0 25 0 1 0 5205762 11653120 2656 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 2845 2656 79 151 0 2691 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 28252

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 4542
/proc/meminfo: memFree=1758792/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.48
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 6 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=12104 CPUtime=218.59
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 2904 0 0 0 21858 1 0 0 25 0 1 0 5205762 12394496 2848 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 3026 2848 79 151 0 2872 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 28976

[startup+282.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 4542
/proc/meminfo: memFree=1757448/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.48
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 6 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=12728 CPUtime=278.04
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 3029 0 0 0 27802 2 0 0 25 0 1 0 5205762 13033472 2973 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 3182 2973 79 151 0 3028 0
Current children cumulated CPU time (s) 279.52
Current children cumulated vsize (KiB) 29600

[startup+342.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 4542
/proc/meminfo: memFree=1755656/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.48
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 6 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=14024 CPUtime=337.47
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 3352 0 0 0 33744 3 0 0 25 0 1 0 5205762 14360576 3296 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 3506 3296 79 151 0 3352 0
Current children cumulated CPU time (s) 338.95
Current children cumulated vsize (KiB) 30896

[startup+402.302 s]
/proc/loadavg: 2.07 2.00 2.00 3/76 4542
/proc/meminfo: memFree=1755144/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.48
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 6 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=14328 CPUtime=396.91
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 3403 0 0 0 39688 3 0 0 25 0 1 0 5205762 14671872 3347 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 3582 3347 79 151 0 3428 0
Current children cumulated CPU time (s) 398.39
Current children cumulated vsize (KiB) 31200

[startup+462.302 s]
/proc/loadavg: 2.02 2.00 2.00 3/76 4542
/proc/meminfo: memFree=1754376/2055920 swapFree=4192956/4192956

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

[pid=4522] ppid=4499 vsize=25424 CPUtime=2833.82
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 5984 0 0 0 283373 9 0 0 25 0 1 0 5205762 26034176 5928 996147200 134512640 135134323 4294956192 18446744073709551615 134532294 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 6356 5928 79 151 0 6202 0
Current children cumulated CPU time (s) 2835.3
Current children cumulated vsize (KiB) 42296

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1735304/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.48
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 6 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=25424 CPUtime=2893.25
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 5986 0 0 0 289316 9 0 0 25 0 1 0 5205762 26034176 5930 996147200 134512640 135134323 4294956192 18446744073709551615 134532166 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 6356 5930 79 151 0 6202 0
Current children cumulated CPU time (s) 2894.73
Current children cumulated vsize (KiB) 42296

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1735112/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.49
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 7 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=25604 CPUtime=2952.69
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 5994 0 0 0 295260 9 0 0 25 0 1 0 5205762 26218496 5938 996147200 134512640 135134323 4294956192 18446744073709551615 134524710 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 6401 5938 79 151 0 6247 0
Current children cumulated CPU time (s) 2954.18
Current children cumulated vsize (KiB) 42476

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1734984/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.49
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 7 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=25604 CPUtime=3012.12
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 5994 0 0 0 301203 9 0 0 25 0 1 0 5205762 26218496 5938 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 6401 5938 79 151 0 6247 0
Current children cumulated CPU time (s) 3013.61
Current children cumulated vsize (KiB) 42476

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1734792/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.49
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 7 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=25820 CPUtime=3071.56
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 6047 0 0 0 307147 9 0 0 25 0 1 0 5205762 26439680 5991 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 6455 5991 79 151 0 6301 0
Current children cumulated CPU time (s) 3073.05
Current children cumulated vsize (KiB) 42692

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1734536/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.49
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 7 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=25984 CPUtime=3131.01
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 6079 0 0 0 313091 10 0 0 25 0 1 0 5205762 26607616 6023 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 6496 6023 79 151 0 6342 0
Current children cumulated CPU time (s) 3132.5
Current children cumulated vsize (KiB) 42856

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1734344/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.49
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 7 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=25984 CPUtime=3190.44
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 6085 0 0 0 319034 10 0 0 25 0 1 0 5205762 26607616 6029 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 6496 6029 79 151 0 6342 0
Current children cumulated CPU time (s) 3191.93
Current children cumulated vsize (KiB) 42856

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1734216/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.49
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 7 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=25984 CPUtime=3249.88
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 6085 0 0 0 324978 10 0 0 25 0 1 0 5205762 26607616 6029 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 6496 6029 79 151 0 6342 0
Current children cumulated CPU time (s) 3251.37
Current children cumulated vsize (KiB) 42856

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1733384/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.49
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 7 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=26144 CPUtime=3309.31
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 6113 0 0 0 330921 10 0 0 25 0 1 0 5205762 26771456 6057 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 6536 6057 79 151 0 6382 0
Current children cumulated CPU time (s) 3310.8
Current children cumulated vsize (KiB) 43016

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1733192/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.49
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 7 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=26144 CPUtime=3368.75
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 6124 0 0 0 336865 10 0 0 25 0 1 0 5205762 26771456 6068 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 6536 6068 79 151 0 6382 0
Current children cumulated CPU time (s) 3370.24
Current children cumulated vsize (KiB) 43016

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4550
/proc/meminfo: memFree=1732680/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.49
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 7 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=26604 CPUtime=3428.19
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 6214 0 0 0 342809 10 0 0 25 0 1 0 5205762 27242496 6158 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/4522/statm: 6651 6158 79 151 0 6497 0
Current children cumulated CPU time (s) 3429.68
Current children cumulated vsize (KiB) 43476

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 4586
/proc/meminfo: memFree=1733272/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.49
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 7 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=26604 CPUtime=3487.92
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 6242 0 0 0 348781 11 0 0 25 0 1 0 5205762 27242496 6186 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4522/statm: 6651 6186 79 151 0 6497 0
Current children cumulated CPU time (s) 3489.41
Current children cumulated vsize (KiB) 43476

[startup+3582.3 s]
/proc/loadavg: 2.43 2.12 2.04 3/82 4586
/proc/meminfo: memFree=1680856/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.49
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 7 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=26948 CPUtime=3547.89
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 6315 0 0 0 354778 11 0 0 25 0 1 0 5205762 27594752 6259 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 0 0 0
/proc/4522/statm: 6737 6259 79 151 0 6583 0
Current children cumulated CPU time (s) 3549.38
Current children cumulated vsize (KiB) 43820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633 s]
/proc/loadavg: 2.42 2.16 2.05 3/82 4586
/proc/meminfo: memFree=1680664/2055920 swapFree=4192956/4192956
[pid=4499] ppid=4497 vsize=16872 CPUtime=1.49
/proc/4499/stat : 4499 (sugar++) S 4497 4499 3442 0 -1 4194304 1624 18537 0 4 7 1 129 12 16 0 1 0 5205636 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4499/statm: 4218 1119 414 3 0 797 0
[pid=4522] ppid=4499 vsize=27116 CPUtime=3598.58
/proc/4522/stat : 4522 (minisat-inc) R 4499 4499 3442 0 -1 4194304 6339 0 0 0 359847 11 0 0 25 0 1 0 5205762 27766784 6283 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/4522/statm: 6779 6283 79 151 0 6625 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 43988

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

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

Child status: 0
Real time (s): 3633.01
CPU time (s): 3600.1
CPU user time (s): 3599.84
CPU system time (s): 0.268959
CPU usage (%): 99.0942
Max. virtual memory (cumulated for all children) (KiB): 890436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.84
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26575
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= 1800
involuntary context switches= 77182

runsolver used 3.58645 second user time and 12.844 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-23 04:46:04
IDJOB=1128243
IDBENCH=65007
IDSOLVER=367
FILE ID=node37/1128243-1216781164
PBS_JOBID= 7974123
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-40/normalized-kbtree-9-7-3-5-40-39_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1128243-1216781164/watcher-1128243-1216781164 -o /tmp/evaluation-result-1128243-1216781164/solver-1128243-1216781164 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1128243-1216781164.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3405b6f8ce13c5a983785fa34703b661
RANDOM SEED=1224688477

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:       1777464 kB
Buffers:         32024 kB
Cached:         178776 kB
SwapCached:          0 kB
Active:         162872 kB
Inactive:        72816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1777464 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             864 kB
Writeback:           0 kB
Mapped:          36044 kB
Slab:            28068 kB
Committed_AS:    92956 kB
PageTables:       1796 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:46:39