Trace number 1128244

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.08 3624.42

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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 23 04:46:16 2008
0.00/0.05	c 0	PID 6146
0.00/0.05	c 0	HOST node85.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128244-1216781176.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-1128244-1216781176.xml' 'HOME/temp.csp'
0.04/0.45	c 0	1 domains, 28 variables, 0 predicates, 189 relations, 189 constraints
0.04/0.53	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.53	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.45/0.60	c 0	Parsing HOME/temp.csp
0.45/0.73	c 0	parsed 407 expressions
0.45/0.74	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.74	c 0	MAX CSP: 189 constraints
0.45/0.74	c 0	Converting to clausal form CSP
0.45/0.76	c 1	converted 60 (10%) expressions
0.45/0.76	c 1	converted 120 (20%) expressions
0.45/0.76	c 1	converted 180 (30%) expressions
0.45/0.77	c 1	converted 240 (40%) expressions
0.45/0.79	c 1	converted 300 (50%) expressions
0.45/0.79	c 1	converted 360 (60%) expressions
0.45/0.80	c 1	converted 420 (70%) expressions
0.45/0.80	c 1	converted 480 (80%) expressions
0.45/0.81	c 1	converted 540 (90%) expressions
0.45/0.94	c 1	converted 599 (100%) expressions
0.45/0.94	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.45/0.94	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.45/0.94	c 1	Propagation in CSP
0.45/0.96	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.45/0.96	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.45/0.96	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.45/0.96	c 1	Simplifing CSP by introducing new Boolean variables
0.45/0.96	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.45/0.96	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.45/0.99	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.45/0.99	c 1	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.45/0.99	c 1	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.45/1.00	c 1	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.45/1.00	c 1	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.45/1.00	c 1	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.45/1.00	c 1	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.89/1.00	c 1	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.89/1.01	c 1	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
0.89/1.01	c 1	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
0.89/1.01	c 1	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
0.89/1.04	c 1	57 (10%) CSP clauses are encoded (2826 clauses, 36288 bytes)
0.89/1.05	c 1	114 (20%) CSP clauses are encoded (3177 clauses, 42337 bytes)
0.89/1.06	c 1	170 (30%) CSP clauses are encoded (3510 clauses, 48184 bytes)
0.89/1.07	c 1	227 (40%) CSP clauses are encoded (3929 clauses, 54381 bytes)
0.89/1.08	c 1	283 (50%) CSP clauses are encoded (6425 clauses, 91224 bytes)
0.89/1.09	c 1	340 (60%) CSP clauses are encoded (7266 clauses, 103099 bytes)
0.89/1.10	c 1	397 (70%) CSP clauses are encoded (13943 clauses, 212722 bytes)
1.00/1.10	c 1	453 (80%) CSP clauses are encoded (14847 clauses, 227832 bytes)
1.00/1.14	c 1	510 (90%) CSP clauses are encoded (34516 clauses, 576444 bytes)
1.00/1.18	c 1	566 (100%) CSP clauses are encoded (52976 clauses, 912704 bytes)
1.00/1.18	c 1	566 CSP clauses encoded
1.00/1.18	c 1	Writing map file : HOME/temp.map
1.00/1.18	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.18	c 1	SAT : 2887 SAT variables, 52976 SAT clauses, 912704 bytes
1.00/1.18	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.08/1.23	c 1	OBJECTIVE minimize _COST
1.08/1.23	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.08/1.23	c 1	SEARCHING: _COST <= 95
1.08/1.23	c 1	SOLVING HOME/temp.cnf
1.08/1.23	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.08/1.23	c 1	This is MiniSat 2.0 beta
1.08/1.23	c 1	WARNING: for repeatability, setting FPU to use double precision
1.08/1.23	c 1	============================[ Problem Statistics ]=============================
1.08/1.23	c 1	|                                                                             |
1.08/1.24	c 1	|  Number of variables:  2887                                                 |
1.08/1.24	c 1	|  Number of clauses:    52977                                                |
1.08/1.26	c 1	|  Parsing time:         0.02         s                                       |
1.08/1.27	c 1	============================[ Search Statistics ]==============================
1.08/1.27	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.08/1.27	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.08/1.27	c 1	===============================================================================
1.08/1.27	c 1	|         0 |    2135    34677    99771 |    11559        0    nan |  0.000 % |
1.08/1.28	c 1	|       101 |    2135    34677    99771 |    12714      101     25 | 26.048 % |
1.08/1.28	c 1	===============================================================================
1.08/1.28	c 1	restarts              : 2
1.08/1.28	c 1	conflicts             : 102            (2685 /sec)
1.08/1.28	c 1	decisions             : 359            (0.28 % random) (9449 /sec)
1.08/1.28	c 1	propagations          : 20625          (542849 /sec)
1.08/1.28	c 1	conflict literals     : 2532           (18.11 % deleted)
1.08/1.28	c 1	Memory used           : 4.08 MB
1.08/1.28	c 1	CPU time              : 0.037994 s
1.08/1.28	c 1	
1.08/1.28	c 1	SATISFIABLE
1.08/1.28	c 1	FOUND: _COST <= 95
1.08/1.28	s SATISFIABLE
1.08/1.28	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.08/1.28	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.14/1.36	c 1	Decoding HOME/temp.out
1.14/1.41	c 1	OBJECTIVE _COST 95
1.14/1.41	o 95
1.14/1.41	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.14/1.42	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.14/1.44	c 1	OBJECTIVE BOUND: 0 <= _COST <= 95
1.14/1.44	c 1	SEARCHING: _COST <= 47
1.14/1.44	c 1	SOLVING HOME/temp.cnf
1.14/1.44	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.14/1.44	c 1	This is MiniSat 2.0 beta
1.14/1.44	c 1	WARNING: for repeatability, setting FPU to use double precision
1.14/1.44	c 1	============================[ Problem Statistics ]=============================
1.14/1.44	c 1	|                                                                             |
1.14/1.45	c 1	|  Number of variables:  2887                                                 |
1.14/1.45	c 1	|  Number of clauses:    52977                                                |
1.14/1.47	c 1	|  Parsing time:         0.02         s                                       |
1.14/1.48	c 1	============================[ Search Statistics ]==============================
1.14/1.48	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.14/1.48	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.14/1.48	c 1	===============================================================================
1.14/1.48	c 1	|         0 |    1702    23227    66672 |     7742        0    nan |  0.000 % |
1.14/1.49	c 1	|       101 |    1702    23227    66672 |     8516      101     19 | 41.046 % |
1.28/1.50	c 1	|       253 |    1702    23227    66672 |     9368      253     21 | 41.046 % |
1.28/1.52	c 1	|       478 |    1702    23227    66672 |    10305      478     21 | 41.046 % |
1.28/1.54	c 1	|       815 |    1702    23227    66672 |    11335      815     22 | 41.046 % |
1.28/1.54	c 1	===============================================================================
1.28/1.54	c 1	restarts              : 5
1.28/1.54	c 1	conflicts             : 831            (8842 /sec)
1.28/1.54	c 1	decisions             : 1201           (0.92 % random) (12779 /sec)
1.28/1.54	c 1	propagations          : 173164         (1842464 /sec)
1.28/1.54	c 1	conflict literals     : 18189          (26.31 % deleted)
1.28/1.54	c 1	Memory used           : 4.07 MB
1.28/1.54	c 1	CPU time              : 0.093985 s
1.28/1.54	c 1	
1.28/1.55	c 1	SATISFIABLE
1.28/1.55	c 1	FOUND: _COST <= 47
1.28/1.55	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.28/1.55	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.38/1.62	c 1	Decoding HOME/temp.out
1.38/1.68	c 1	OBJECTIVE _COST 47
1.38/1.68	o 47
1.38/1.68	v 4 4 4 4 0 3 4 2 4 4 3 0 0 3 0 0 3 0 4 4 1 4 4 1 4 4 4 3
1.38/1.70	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.38/1.73	c 1	OBJECTIVE BOUND: 0 <= _COST <= 47
1.38/1.73	c 1	SEARCHING: _COST <= 23
1.38/1.73	c 1	SOLVING HOME/temp.cnf
1.38/1.73	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.38/1.74	c 1	This is MiniSat 2.0 beta
1.38/1.74	c 1	WARNING: for repeatability, setting FPU to use double precision
1.38/1.74	c 1	============================[ Problem Statistics ]=============================
1.38/1.74	c 1	|                                                                             |
1.38/1.74	c 1	|  Number of variables:  2887                                                 |
1.38/1.74	c 1	|  Number of clauses:    52977                                                |
1.38/1.76	c 2	|  Parsing time:         0.02         s                                       |
1.38/1.77	c 2	============================[ Search Statistics ]==============================
1.38/1.77	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.38/1.77	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.38/1.77	c 2	===============================================================================
1.38/1.77	c 2	|         0 |    1409    14084    40098 |     4694        0    nan |  0.000 % |
1.38/1.78	c 2	|       101 |    1409    14084    40098 |     5164      101     18 | 51.195 % |
1.38/1.79	c 2	|       251 |    1409    14084    40098 |     5680      251     16 | 51.195 % |
1.53/1.81	c 2	|       476 |    1409    14084    40098 |     6248      476     16 | 51.195 % |
1.53/1.83	c 2	|       815 |    1409    14084    40098 |     6873      815     15 | 51.195 % |
1.53/1.87	c 2	|      1322 |    1409    14084    40098 |     7560     1322     16 | 51.195 % |
1.54/1.93	c 2	|      2082 |    1409    14084    40098 |     8316     2082     16 | 51.195 % |
1.54/2.04	c 2	|      3222 |    1409    14084    40098 |     9148     3222     16 | 51.195 % |
1.89/2.20	c 2	|      4930 |    1409    14084    40098 |    10063     4930     16 | 51.195 % |
2.19/2.45	c 2	|      7492 |    1409    14084    40098 |    11069     7492     16 | 51.195 % |
2.59/2.89	c 3	|     11336 |    1409    14084    40098 |    12176    11336     16 | 51.195 % |
3.38/3.60	c 3	|     17102 |    1409    14084    40098 |    13394    10048     18 | 51.195 % |
4.38/4.68	c 4	|     25752 |    1409    14084    40098 |    14733    11107     18 | 51.195 % |
6.17/6.47	c 6	|     38726 |    1409    14084    40098 |    16207    15807     19 | 51.195 % |
8.85/9.16	c 9	|     58189 |    1409    14084    40098 |    17827    17292     16 | 51.195 % |
13.14/13.49	c 13	|     87381 |    1409    14084    40098 |    19610    16961     17 | 51.195 % |
19.91/20.29	c 20	|    131170 |    1409    14084    40098 |    21571    17840     17 | 51.195 % |
29.97/30.36	c 30	|    196855 |    1409    14084    40098 |    23729    13171     17 | 51.195 % |
46.40/46.84	c 47	|    295381 |    1409    14084    40098 |    26101    21052     16 | 51.195 % |
72.69/73.27	c 73	|    443171 |    1409    14084    40098 |    28712    18358     20 | 51.195 % |
114.22/114.92	c 115	|    664855 |    1409    14084    40098 |    31583    27128     19 | 51.195 % |
177.67/178.67	c 178	|    997381 |    1409    14084    40098 |    34741    17742     19 | 51.195 % |
283.14/284.55	c 284	|   1496170 |    1409    14084    40098 |    38215    31935     21 | 51.195 % |
450.21/452.36	c 452	|   2244352 |    1409    14084    40098 |    42037    15877     18 | 51.195 % |
725.31/729.86	c 730	|   3366628 |    1409    14084    40098 |    46241    33829     19 | 51.195 % |
1165.90/1174.29	c 1174	|   5050043 |    1409    14084    40098 |    50865    36883     20 | 51.195 % |
1871.59/1886.04	c 1886	|   7575159 |    1409    14084    40098 |    55951    25993     23 | 51.195 % |
3054.06/3075.74	c 3075	|  11362834 |    1409    14084    40098 |    61547    42684     22 | 51.195 % |
3600.04/3624.41	sh: line 1:  6194 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.04/3624.41	c ERROR unknown output  in HOME/temp.out
3600.04/3624.41	c 3624	CPU 3599.81 (0.04 0.01 3599.77 0.24)
3600.04/3624.41	c 3624	END Wed Jul 23 05:46:40 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-1128244-1216781176/watcher-1128244-1216781176 -o /tmp/evaluation-result-1128244-1216781176/solver-1128244-1216781176 -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-1128244-1216781176.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.65 2.57 2.55 5/81 6146
/proc/meminfo: memFree=1019992/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=18572 CPUtime=0
/proc/6146/stat : 6146 (runsolver) R 6144 6146 5343 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 5202397 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 214945033511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6146/statm: 4643 292 257 25 0 2626 0

[startup+0.050977 s]
/proc/loadavg: 2.65 2.57 2.55 5/81 6146
/proc/meminfo: memFree=1019992/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=0.04
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 882 127 0 0 3 1 0 0 18 0 1 0 5202397 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102373 s]
/proc/loadavg: 2.65 2.57 2.55 5/81 6146
/proc/meminfo: memFree=1019992/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=0.04
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 5202397 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6146/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301382 s]
/proc/loadavg: 2.65 2.57 2.55 5/81 6146
/proc/meminfo: memFree=1019992/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=0.04
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 5202397 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6146/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701433 s]
/proc/loadavg: 2.65 2.57 2.55 5/81 6146
/proc/meminfo: memFree=1019992/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=0.45
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 974 4438 0 1 3 1 38 3 16 0 1 0 5202397 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6146/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13600

[startup+1.50152 s]
/proc/loadavg: 2.68 2.58 2.55 4/92 6168
/proc/meminfo: memFree=1005952/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.28
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1181 16033 0 3 3 1 113 11 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 13600

[startup+3.1017 s]
/proc/loadavg: 2.68 2.58 2.55 3/84 6194
/proc/meminfo: memFree=1013376/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 15 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=4596 CPUtime=1.35
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 1011 0 0 0 135 0 0 0 25 0 1 0 5202571 4706304 997 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 1149 997 75 150 0 996 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 23552

[startup+6.30107 s]
/proc/loadavg: 2.68 2.58 2.55 3/84 6194
/proc/meminfo: memFree=1012352/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=5256 CPUtime=4.53
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 1170 0 0 0 453 0 0 0 25 0 1 0 5202571 5382144 1156 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 1314 1156 75 150 0 1161 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 24212

[startup+12.7018 s]
/proc/loadavg: 2.65 2.58 2.55 4/84 6194
/proc/meminfo: memFree=1011776/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=5708 CPUtime=10.9
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 1291 0 0 0 1090 0 0 0 25 0 1 0 5202571 5844992 1277 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 1427 1277 75 150 0 1274 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 24664

[startup+25.5023 s]
/proc/loadavg: 2.70 2.59 2.55 4/84 6194
/proc/meminfo: memFree=1011200/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=6412 CPUtime=23.65
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 1461 0 0 0 2365 0 0 0 25 0 1 0 5202571 6565888 1447 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 1603 1447 75 150 0 1450 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 25368

[startup+51.1022 s]
/proc/loadavg: 2.73 2.61 2.56 4/84 6194
/proc/meminfo: memFree=1010432/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=7412 CPUtime=49.14
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 1713 0 0 0 4914 0 0 0 25 0 1 0 5202571 7589888 1699 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 1853 1699 75 150 0 1700 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 26368

[startup+102.307 s]
/proc/loadavg: 2.56 2.58 2.55 4/84 6194
/proc/meminfo: memFree=1008832/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=8928 CPUtime=100.14
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 2056 0 0 0 10014 0 0 0 25 0 1 0 5202571 9142272 2042 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 2232 2042 75 150 0 2079 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 27884

[startup+162.303 s]
/proc/loadavg: 2.64 2.60 2.56 4/84 6194
/proc/meminfo: memFree=1007744/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=9748 CPUtime=159.9
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 2283 0 0 0 15989 1 0 0 25 0 1 0 5202571 9981952 2269 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 2437 2269 75 150 0 2284 0
Current children cumulated CPU time (s) 161.44
Current children cumulated vsize (KiB) 28704

[startup+222.303 s]
/proc/loadavg: 2.69 2.63 2.56 4/84 6194
/proc/meminfo: memFree=1006720/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=10808 CPUtime=219.66
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 2537 0 0 0 21965 1 0 0 25 0 1 0 5202571 11067392 2523 996147200 134512640 135127466 4294956256 18446744073709551615 134527213 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 2702 2523 75 150 0 2549 0
Current children cumulated CPU time (s) 221.2
Current children cumulated vsize (KiB) 29764

[startup+282.302 s]
/proc/loadavg: 2.61 2.62 2.56 4/84 6194
/proc/meminfo: memFree=1006272/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=11280 CPUtime=279.41
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 2647 0 0 0 27940 1 0 0 25 0 1 0 5202571 11550720 2633 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 2820 2633 75 150 0 2667 0
Current children cumulated CPU time (s) 280.95
Current children cumulated vsize (KiB) 30236


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

[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=20960 CPUtime=3019.29
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 4929 0 0 0 301920 9 0 0 25 0 1 0 5202571 21463040 4910 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 5240 4910 75 150 0 5087 0
Current children cumulated CPU time (s) 3020.83
Current children cumulated vsize (KiB) 39916

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/78 6255
/proc/meminfo: memFree=1035376/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=21244 CPUtime=3078.99
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 5001 0 0 0 307890 9 0 0 25 0 1 0 5202571 21753856 4982 996147200 134512640 135127466 4294956256 18446744073709551615 134530576 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 5311 4982 75 150 0 5158 0
Current children cumulated CPU time (s) 3080.53
Current children cumulated vsize (KiB) 40200

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/78 6255
/proc/meminfo: memFree=1034864/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=21452 CPUtime=3138.69
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 5027 0 0 0 313860 9 0 0 25 0 1 0 5202571 21966848 5008 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 5363 5008 75 150 0 5210 0
Current children cumulated CPU time (s) 3140.23
Current children cumulated vsize (KiB) 40408

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/78 6255
/proc/meminfo: memFree=1034352/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=21616 CPUtime=3198.39
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 5074 0 0 0 319830 9 0 0 25 0 1 0 5202571 22134784 5055 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 5404 5055 75 150 0 5251 0
Current children cumulated CPU time (s) 3199.93
Current children cumulated vsize (KiB) 40572

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.02 4/78 6255
/proc/meminfo: memFree=1033968/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=21780 CPUtime=3258.1
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 5104 0 0 0 325801 9 0 0 25 0 1 0 5202571 22302720 5085 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 5445 5085 75 150 0 5292 0
Current children cumulated CPU time (s) 3259.64
Current children cumulated vsize (KiB) 40736

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/78 6255
/proc/meminfo: memFree=1033840/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=21780 CPUtime=3317.8
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 5107 0 0 0 331771 9 0 0 25 0 1 0 5202571 22302720 5088 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 5445 5088 75 150 0 5292 0
Current children cumulated CPU time (s) 3319.34
Current children cumulated vsize (KiB) 40736

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/78 6255
/proc/meminfo: memFree=1033712/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=21932 CPUtime=3377.5
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 5122 0 0 0 337741 9 0 0 25 0 1 0 5202571 22458368 5103 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 5483 5103 75 150 0 5330 0
Current children cumulated CPU time (s) 3379.04
Current children cumulated vsize (KiB) 40888

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 6255
/proc/meminfo: memFree=1033200/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=21932 CPUtime=3437.2
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 5153 0 0 0 343711 9 0 0 25 0 1 0 5202571 22458368 5134 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 5483 5134 75 150 0 5330 0
Current children cumulated CPU time (s) 3438.74
Current children cumulated vsize (KiB) 40888

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 6255
/proc/meminfo: memFree=1032624/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=21932 CPUtime=3496.9
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 5154 0 0 0 349681 9 0 0 25 0 1 0 5202571 22458368 5135 996147200 134512640 135127466 4294956256 18446744073709551615 134530809 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 5483 5135 75 150 0 5330 0
Current children cumulated CPU time (s) 3498.44
Current children cumulated vsize (KiB) 40888

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/78 6255
/proc/meminfo: memFree=1032304/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=22324 CPUtime=3556.61
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 5210 0 0 0 355652 9 0 0 25 0 1 0 5202571 22859776 5191 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 5581 5191 75 150 0 5428 0
Current children cumulated CPU time (s) 3558.15
Current children cumulated vsize (KiB) 41280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3624.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 6255
/proc/meminfo: memFree=1032112/2055920 swapFree=4192956/4192956
[pid=6146] ppid=6144 vsize=13600 CPUtime=1.54
/proc/6146/stat : 6146 (sugar) S 6144 6146 5343 0 -1 4194304 1297 20984 0 4 4 1 135 14 16 0 1 0 5202397 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6146/statm: 3400 808 374 3 0 500 0
[pid=6193] ppid=6146 vsize=5356 CPUtime=0
/proc/6193/stat : 6193 (sh) S 6146 6146 5343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5202571 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6193/statm: 1339 232 193 169 0 50 0
[pid=6194] ppid=6193 vsize=22488 CPUtime=3598.5
/proc/6194/stat : 6194 (minisat) R 6193 6146 5343 0 -1 4194304 5245 0 0 0 359841 9 0 0 25 0 1 0 5202571 23027712 5226 996147200 134512640 135127466 4294956256 18446744073709551615 134523395 0 0 4096 3 0 0 0 17 0 0 0
/proc/6194/statm: 5622 5226 75 150 0 5469 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 41444

Sending SIGTERM to process tree (bottom up)


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

Child status: 0
Real time (s): 3624.42
CPU time (s): 3600.08
CPU user time (s): 3599.82
CPU system time (s): 0.26296
CPU usage (%): 99.3285
Max. virtual memory (cumulated for all children) (KiB): 887300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.82
system time used= 0.26296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27882
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= 1801
involuntary context switches= 69127

runsolver used 4.66729 second user time and 10.9923 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-23 04:46:16
IDJOB=1128244
IDBENCH=65007
IDSOLVER=368
FILE ID=node85/1128244-1216781176
PBS_JOBID= 7974182
Free space on /tmp= 126868 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-39_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-1128244-1216781176/watcher-1128244-1216781176 -o /tmp/evaluation-result-1128244-1216781176/solver-1128244-1216781176 -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-1128244-1216781176.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3405b6f8ce13c5a983785fa34703b661
RANDOM SEED=14906771

node85.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1020472 kB
Buffers:         27748 kB
Cached:         860672 kB
SwapCached:          0 kB
Active:         293424 kB
Inactive:       684752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1020472 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:         110016 kB
Slab:            42416 kB
Committed_AS:   904496 kB
PageTables:       1900 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= 126868 MiB
End job on node85 at 2008-07-23 05:46:40