Trace number 1113604

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (MO)816 2675.65 2701.87

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-ash331GPIA-3.xml
MD5SUMe65754aba231f2150da219edb335729f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints177
Best CPU time to get the best result obtained on this benchmark3600.09
Satisfiable
(Un)Satisfiability was proved
Number of variables662
Number of constraints4185
Maximum constraint arity2
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4185
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.12	c 0	Sugar v1-13 + HOME/minisat
0.01/0.13	c 0	BEGIN Sat Jul 12 20:38:21 2008
0.01/0.13	c 0	PID 16224
0.01/0.14	c 0	HOST node42.alineos.net
0.01/0.14	c 0	CONVERTING HOME/instance-1113604-1215887900.xml TO HOME/temp.csp
0.01/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113604-1215887900.xml' 'HOME/temp.csp'
0.79/1.10	c 1	1 domains, 662 variables, 1 predicates, 0 relations, 4185 constraints
0.90/1.12	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.90/1.12	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.90/1.20	c 1	Parsing HOME/temp.csp
0.90/1.44	c 1	parsed 4849 expressions
0.90/1.44	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.90/1.48	c 1	MAX CSP: 4185 constraints
0.90/1.48	c 1	Converting to clausal form CSP
0.90/1.56	c 1	converted 904 (10%) expressions
0.90/1.70	c 1	converted 1808 (20%) expressions
0.90/1.74	c 1	converted 2712 (30%) expressions
0.90/1.76	c 1	converted 3615 (40%) expressions
0.90/1.83	c 1	converted 4519 (50%) expressions
0.90/1.85	c 1	converted 5423 (60%) expressions
0.90/1.87	c 1	converted 6326 (70%) expressions
0.90/1.90	c 1	converted 7230 (80%) expressions
0.90/1.92	c 1	converted 8134 (90%) expressions
2.05/2.33	c 2	converted 9037 (100%) expressions
2.05/2.33	c 2	CSP : 9032 integers, 0 booleans, 12554 clauses, largest domain size 6278
2.05/2.33	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.05/2.33	c 2	Propagation in CSP
2.24/2.58	c 2	4180 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.24/2.58	c 2	CSP : 9032 integers, 0 booleans, 12554 clauses, largest domain size 4186
2.24/2.58	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.24/2.59	c 2	Simplifing CSP by introducing new Boolean variables
2.34/2.64	c 2	CSP : 9032 integers, 8370 booleans, 20924 clauses, largest domain size 4186
2.34/2.64	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.44/2.73	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.44/2.77	c 2	904 (10%) CSP integer variables are encoded (662 clauses, 7563 bytes)
2.44/2.77	c 2	1807 (20%) CSP integer variables are encoded (662 clauses, 7563 bytes)
2.44/2.77	c 2	2710 (30%) CSP integer variables are encoded (662 clauses, 7563 bytes)
2.44/2.78	c 2	3613 (40%) CSP integer variables are encoded (662 clauses, 7563 bytes)
2.44/2.78	c 2	4516 (50%) CSP integer variables are encoded (662 clauses, 7563 bytes)
2.44/2.79	c 2	5420 (60%) CSP integer variables are encoded (9253 clauses, 127577 bytes)
2.54/2.80	c 2	6323 (70%) CSP integer variables are encoded (17101 clauses, 245297 bytes)
2.54/2.82	c 2	7226 (80%) CSP integer variables are encoded (27787 clauses, 405587 bytes)
2.54/2.88	c 2	8129 (90%) CSP integer variables are encoded (80094 clauses, 1190192 bytes)
2.63/2.90	c 2	9032 (100%) CSP integer variables are encoded (92916 clauses, 1386419 bytes)
2.63/2.96	c 2	2093 (10%) CSP clauses are encoded (97801 clauses, 1465691 bytes)
2.63/2.99	c 2	4185 (20%) CSP clauses are encoded (102681 clauses, 1547959 bytes)
2.74/3.02	c 3	6278 (30%) CSP clauses are encoded (107566 clauses, 1630301 bytes)
2.74/3.04	c 3	8370 (40%) CSP clauses are encoded (112446 clauses, 1712569 bytes)
2.74/3.06	c 3	10462 (50%) CSP clauses are encoded (117328 clauses, 1796061 bytes)
2.74/3.08	c 3	12555 (60%) CSP clauses are encoded (122211 clauses, 1883957 bytes)
4.90/5.29	c 5	14647 (70%) CSP clauses are encoded (1238405 clauses, 25731852 bytes)
11.10/11.52	c 11	16740 (80%) CSP clauses are encoded (4546996 clauses, 96698553 bytes)
31.66/32.48	c 32	18832 (90%) CSP clauses are encoded (13410920 clauses, 286520021 bytes)
48.48/49.66	c 49	20924 (100%) CSP clauses are encoded (22197408 clauses, 479294480 bytes)
48.48/49.66	c 49	20924 CSP clauses encoded
48.48/49.66	c 49	Writing map file : HOME/temp.map
48.57/49.72	c 49	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.57/49.72	c 49	SAT : 110318 SAT variables, 22197408 SAT clauses, 479294480 bytes
48.57/49.72	c 49	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.57/49.75	c 49	OBJECTIVE minimize _COST
48.57/49.75	c 49	OBJECTIVE BOUND: 0 <= _COST <= 
48.57/49.75	c 49	SEARCHING: _COST <= 2093
48.57/49.75	c 49	SOLVING HOME/temp.cnf
48.57/49.75	c 49	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
48.57/49.75	c 49	This is MiniSat 2.0 beta
48.57/49.75	c 49	WARNING: for repeatability, setting FPU to use double precision
48.57/49.75	c 49	============================[ Problem Statistics ]=============================
48.57/49.75	c 49	|                                                                             |
48.57/49.76	c 49	|  Number of variables:  110318                                               |
48.57/49.76	c 49	|  Number of clauses:    22197409                                             |
59.34/60.65	c 60	|  Parsing time:         9.32         s                                       |
123.44/125.34	c 125	============================[ Search Statistics ]==============================
123.44/125.34	c 125	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
123.44/125.34	c 125	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
123.44/125.34	c 125	===============================================================================
123.44/125.34	c 125	|         0 |   83122 14095583 42067896 |  4698527        0    nan |  0.000 % |
124.92/126.89	c 126	|       100 |   83122 14095583 42067896 |  5168380      100     42 | 24.652 % |
125.42/127.36	c 127	|       250 |   83122 14095583 42067896 |  5685218      250     36 | 24.652 % |
127.29/129.27	c 129	|       475 |   83122 14095583 42067896 |  6253740      475     79 | 24.652 % |
127.99/129.92	c 129	===============================================================================
127.99/129.93	c 129	restarts              : 4
127.99/129.93	c 129	conflicts             : 615            (8 /sec)
127.99/129.93	c 129	decisions             : 5304           (0.62 % random) (68 /sec)
127.99/129.93	c 129	propagations          : 1384016        (17758 /sec)
127.99/129.93	c 129	conflict literals     : 46395          (14.55 % deleted)
127.99/129.93	c 129	Memory used           : 855.89 MB
127.99/129.93	c 129	CPU time              : 77.9392 s
127.99/129.93	c 129	
127.99/129.97	c 129	SATISFIABLE
128.18/130.11	c 130	FOUND: _COST <= 2093
128.18/130.11	s SATISFIABLE
128.18/130.11	c 130	DECODING HOME/temp.out WITH HOME/temp.map
128.18/130.11	c 130	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
128.18/130.20	c 130	Decoding HOME/temp.out
128.21/130.67	c 130	OBJECTIVE _COST 1448
128.21/130.67	o 1448
128.21/130.70	v 1 2 0 1 1 2 0 2 0 1 0 1 0 2 0 1 2 1 1 0 2 1 1 0 1 2 2 2 1 2 1 0 1 0 1 2 1 0 1 0 1 0 2 0 0 1 2 1 2 1 2 2 1 2 0 0 1 0 2 1 2 1 2 1 0 1 0 1 2 1 2 1 0 1 2 0 1 2 0 2 0 2 2 0 2 1 2 1 0 1 2 1 0 1 2 0 0 1 1 1 1 0 2 0 2 0 0 2 1 2 1 2 0 2 0 1 0 1 1 2 1 0 2 0 2 1 2 0 1 0 0 2 2 0 1 2 1 2 0 1 1 2 0 2 1 2 1 2 0 1 2 0 0 1 2 0 1 2 1 2 1 0 0 0 2 1 2 0 2 1 2 1 0 0 0 2 0 2 0 0 1 0 1 2 1 1 2 1 2 1 0 2 1 2 1 2 0 1 1 2 0 1 0 0 2 1 0 1 0 1 2 1 2 1 2 1 2 1 0 1 2 1 1 0 2 0 2 0 0 2 1 1 1 0 1 0 2 0 1 0 2 1 2 1 2 0 1 2 1 2 1 2 0 1 0 0 2 1 2 0 2 1 1 0 0 2 0 2 0 2 0 1 2 0 1 2 2 1 1 0 2 0 1 0 0 2 1 2 1 2 0 2 0 2 1 2 1 0 1 0 0 2 1 0 1 0 2 1 2 0 2 0 0 1 0 1 2 2 2 0 1 0 1 2 2 1 2 1 0 1 0 1 2 1 0 2 0 2 1 0 1 2 1 2 2 2 1 2 0 2 1 0 1 0 2 2 2 2 1 0 2 0 1 0 1 0 0 1 2 1 2 1 1 0 2 1 2 2 0 2 0 2 0 2 2 1 1 0 1 0 1 0 1 0 1 2 1 0 1 2 1 0 0 2 2 2 1 2 2 2 2 1 2 1 1 2 1 2 2 2 1 2 2 2 1 2 0 1 2 2 2 1 0 2 1 2 1 2 0 1 0 2 0 1 0 2 2 0 2 1 2 1 2 1 0 2 0 1 2 0 2 1 0 1 0 0 2 2 1 1 2 2 2 2 2 2 0 1 2 2 2 1 2 1 0 1 2 2 2 2 2 2 2 2 2 2 1 2 2 2 0 2 2 0 1 2 1 2 1 0 2 0 0 2 1 2 1 0 1 2 1 0 2 2 1 2 1 2 2 1 1 1 2 0 2 2 1 0 2 1 0 2 1 0 2 1 2 0 2 2 1 2 0 1 0 1 2 1 0 1 2 1 1 2 1 2 1 2 2 1 2 2 2 0 2 2 2 1 2 2 2 0 2 2 2 0 1 2 2 2 1 2 2 2 2 2 2 2 2 2 2 1 2 2 1 2 2 1 0 1 1 2 2 2 2 2 1 0 1 2 0 2 0 2 2 0 1 1 2 0 2 1 0 1 1 2 0 2 1 2 0 2 1 2 2 0 2 0 0 1 2 0 2 1 1 0 2 0 0 1 1 0
128.21/130.71	c 130	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
128.21/130.75	c 130	OBJECTIVE BOUND: 0 <= _COST <= 1448
128.21/130.75	c 130	SEARCHING: _COST <= 724
128.21/130.75	c 130	SOLVING HOME/temp.cnf
128.21/130.75	c 130	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
128.21/130.75	c 130	This is MiniSat 2.0 beta
128.21/130.75	c 130	WARNING: for repeatability, setting FPU to use double precision
128.21/130.75	c 130	============================[ Problem Statistics ]=============================
128.21/130.75	c 130	|                                                                             |
128.21/130.75	c 130	|  Number of variables:  110318                                               |
128.21/130.75	c 130	|  Number of clauses:    22197409                                             |
140.02/142.11	c 142	|  Parsing time:         9.86         s                                       |
229.92/233.08	c 233	============================[ Search Statistics ]==============================
229.92/233.08	c 233	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
229.92/233.08	c 233	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
229.92/233.08	c 233	===============================================================================
229.92/233.08	c 233	|         0 |   62989  6568147 19544618 |  2189382        0    nan |  0.000 % |
231.21/234.36	c 234	|       101 |   62989  6568147 19544618 |  2408320      101     61 | 42.902 % |
231.50/234.62	c 234	|       252 |   62989  6568147 19544618 |  2649152      252     52 | 42.902 % |
232.59/235.72	c 235	|       477 |   62989  6568147 19544618 |  2914067      477     66 | 42.902 % |
233.09/236.26	c 236	|       815 |   62989  6568147 19544618 |  3205474      815     73 | 42.902 % |
235.96/239.17	c 239	|      1322 |   62989  6568147 19544618 |  3526022     1322    100 | 42.902 % |
236.46/239.69	c 239	|      2081 |   62989  6568147 19544618 |  3878624     2081    107 | 42.902 % |
242.70/245.99	c 245	|      3221 |   62989  6568147 19544618 |  4266486     3221    105 | 42.902 % |
245.09/248.30	c 248	|      4931 |   62989  6568147 19544618 |  4693135     4931    108 | 42.902 % |
256.77/260.11	c 260	|      7493 |   62989  6568147 19544618 |  5162449     7493    116 | 42.902 % |
262.32/265.77	c 265	|     11337 |   62989  6568147 19544618 |  5678693    11337    129 | 42.902 % |
288.67/292.38	c 292	|     17103 |   62989  6568147 19544618 |  6246563    17103    113 | 42.902 % |
304.62/308.40	c 308	|     25752 |   62989  6568147 19544618 |  6871219    25752    109 | 42.902 % |
354.15/358.45	c 358	|     38726 |   62989  6568147 19544618 |  7558341    38726    116 | 42.902 % |
397.54/402.24	c 402	|     58187 |   62989  6568147 19544618 |  8314175    58187    143 | 42.902 % |
527.90/533.85	c 533	|     87381 |   62989  6568147 19544618 |  9145593    87381    104 | 42.902 % |
713.65/721.39	c 721	|    131170 |   62989  6568147 19544618 | 10060152   131170    123 | 42.902 % |
884.13/893.44	c 893	|    196855 |   62989  6568147 19544618 | 11066167   196855    180 | 42.902 % |
1398.48/1412.64	c 1412	|    295381 |   62989  6568147 19544618 | 12172784   295381    157 | 42.902 % |
2070.33/2090.86	c 2090	|    443171 |   62989  6568147 19544618 | 13390063   443171    139 | 42.902 % |
2675.34/2701.52	c ERROR INTERRUPTED
2675.46/2701.65	c 2701	CPU 123.45 (0.06 0.01 123.39 5.34)
2675.46/2701.65	c 2701	END Sat Jul 12 21:23:22 2008

Verifier Data (download as text)

OK	816	3369
816 unsatisfied constraints, 3369 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-1113604-1215887900/watcher-1113604-1215887900 -o /tmp/evaluation-result-1113604-1215887900/solver-1113604-1215887900 -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-1113604-1215887900.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.30 2.16 2.27 4/81 16224
/proc/meminfo: memFree=1936472/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=18572 CPUtime=0
/proc/16224/stat : 16224 (runsolver) R 16222 16224 15839 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 45489475 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 259415141671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16224/statm: 4643 292 257 25 0 2626 0

[startup+0.0882109 s]
/proc/loadavg: 2.30 2.16 2.27 4/81 16224
/proc/meminfo: memFree=1936472/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=12412 CPUtime=0
/proc/16224/stat : 16224 (sugar) D 16222 16224 15839 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 45489475 12709888 393 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/16224/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.102214 s]
/proc/loadavg: 2.30 2.16 2.27 4/81 16224
/proc/meminfo: memFree=1936472/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=12676 CPUtime=0.01
/proc/16224/stat : 16224 (sugar) R 16222 16224 15839 0 -1 4194304 537 0 0 0 1 0 0 0 18 0 1 0 45489475 12980224 505 996147200 4194304 4206940 548682068592 18446744073709551615 259435078214 0 0 4224 0 0 0 0 17 1 0 0
/proc/16224/statm: 3169 505 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.302239 s]
/proc/loadavg: 2.30 2.16 2.27 4/81 16224
/proc/meminfo: memFree=1936472/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=13600 CPUtime=0.04
/proc/16224/stat : 16224 (sugar) S 16222 16224 15839 0 -1 4194304 898 127 0 0 3 1 0 0 17 0 1 0 45489475 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16224/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702281 s]
/proc/loadavg: 2.30 2.16 2.27 4/81 16224
/proc/meminfo: memFree=1936472/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=13600 CPUtime=0.04
/proc/16224/stat : 16224 (sugar) S 16222 16224 15839 0 -1 4194304 898 127 0 0 3 1 0 0 17 0 1 0 45489475 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16224/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50137 s]
/proc/loadavg: 2.30 2.16 2.27 4/92 16236
/proc/meminfo: memFree=1920192/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=13600 CPUtime=0.9
/proc/16224/stat : 16224 (sugar) S 16222 16224 15839 0 -1 4194304 974 7109 0 1 3 1 81 5 15 0 1 0 45489475 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16224/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 13600

[startup+3.10155 s]
/proc/loadavg: 2.30 2.16 2.27 3/92 16246
/proc/meminfo: memFree=1914176/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=13600 CPUtime=0.9
/proc/16224/stat : 16224 (sugar) S 16222 16224 15839 0 -1 4194304 974 7109 0 1 3 1 81 5 15 0 1 0 45489475 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16224/statm: 3400 797 370 3 0 500 0
[pid=16237] ppid=16224 vsize=5356 CPUtime=0
/proc/16237/stat : 16237 (sh) S 16224 16224 15839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45489587 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16237/statm: 1339 233 193 169 0 50 0
[pid=16238] ppid=16237 vsize=868476 CPUtime=1.93
/proc/16238/stat : 16238 (java) S 16237 16224 15839 0 -1 0 9903 0 1 0 186 7 0 0 18 0 9 0 45489587 889319424 8883 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16238/statm: 217119 8883 2565 9 0 211666 0
[pid=16238/tid=16239] ppid=16237 vsize=868476 CPUtime=1.21
/proc/16238/task/16239/stat : 16239 (java) R 16237 16224 15839 0 -1 64 2905 0 1 0 118 3 0 0 20 0 9 0 45489588 889319424 8883 996147200 134512640 134550740 4294955936 18446744073709551615 4127050221 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16240] ppid=16237 vsize=868476 CPUtime=0.42
/proc/16238/task/16240/stat : 16240 (java) S 16237 16224 15839 0 -1 64 4789 0 0 0 40 2 0 0 16 0 9 0 45489589 889319424 8883 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16241] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16241/stat : 16241 (java) S 16237 16224 15839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45489590 889319424 8883 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16242] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16242/stat : 16242 (java) S 16237 16224 15839 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45489590 889319424 8883 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16243] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16243/stat : 16243 (java) S 16237 16224 15839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45489592 889319424 8883 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16244] ppid=16237 vsize=868476 CPUtime=0.28
/proc/16238/task/16244/stat : 16244 (java) S 16237 16224 15839 0 -1 64 1517 0 0 0 27 1 0 0 15 0 9 0 45489592 889319424 8883 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16245] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16245/stat : 16245 (java) S 16237 16224 15839 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45489592 889319424 8883 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16246] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16246/stat : 16246 (java) S 16237 16224 15839 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45489592 889319424 8883 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 887432

[startup+6.30291 s]
/proc/loadavg: 2.28 2.16 2.27 3/92 16246
/proc/meminfo: memFree=1880576/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=13600 CPUtime=0.9
/proc/16224/stat : 16224 (sugar) S 16222 16224 15839 0 -1 4194304 974 7109 0 1 3 1 81 5 16 0 1 0 45489475 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16224/statm: 3400 797 370 3 0 500 0
[pid=16237] ppid=16224 vsize=5356 CPUtime=0
/proc/16237/stat : 16237 (sh) S 16224 16224 15839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45489587 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16237/statm: 1339 233 193 169 0 50 0
[pid=16238] ppid=16237 vsize=868476 CPUtime=5.09
/proc/16238/stat : 16238 (java) S 16237 16224 15839 0 -1 0 10538 0 1 0 474 35 0 0 18 0 9 0 45489587 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16238/statm: 217119 8889 2565 9 0 211666 0
[pid=16238/tid=16239] ppid=16237 vsize=868476 CPUtime=4.17
/proc/16238/task/16239/stat : 16239 (java) R 16237 16224 15839 0 -1 64 3534 0 1 0 391 26 0 0 25 0 9 0 45489588 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16240] ppid=16237 vsize=868476 CPUtime=0.6
/proc/16238/task/16240/stat : 16240 (java) S 16237 16224 15839 0 -1 64 4789 0 0 0 53 7 0 0 16 0 9 0 45489589 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16241] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16241/stat : 16241 (java) S 16237 16224 15839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45489590 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16242] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16242/stat : 16242 (java) S 16237 16224 15839 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45489590 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16243] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16243/stat : 16243 (java) S 16237 16224 15839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45489592 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16244] ppid=16237 vsize=868476 CPUtime=0.29
/proc/16238/task/16244/stat : 16244 (java) S 16237 16224 15839 0 -1 64 1523 0 0 0 28 1 0 0 16 0 9 0 45489592 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16245] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16245/stat : 16245 (java) S 16237 16224 15839 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45489592 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16246] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16246/stat : 16246 (java) S 16237 16224 15839 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45489592 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 887432

[startup+12.7026 s]
/proc/loadavg: 2.25 2.16 2.26 3/92 16246
/proc/meminfo: memFree=1809024/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=13600 CPUtime=0.9
/proc/16224/stat : 16224 (sugar) S 16222 16224 15839 0 -1 4194304 974 7109 0 1 3 1 81 5 16 0 1 0 45489475 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16224/statm: 3400 797 370 3 0 500 0
[pid=16237] ppid=16224 vsize=5356 CPUtime=0
/proc/16237/stat : 16237 (sh) S 16224 16224 15839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45489587 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16237/statm: 1339 233 193 169 0 50 0
[pid=16238] ppid=16237 vsize=868476 CPUtime=11.39
/proc/16238/stat : 16238 (java) S 16237 16224 15839 0 -1 0 11702 0 1 0 1056 83 0 0 18 0 9 0 45489587 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16238/statm: 217119 8889 2565 9 0 211666 0
[pid=16238/tid=16239] ppid=16237 vsize=868476 CPUtime=10.14
/proc/16238/task/16239/stat : 16239 (java) R 16237 16224 15839 0 -1 64 4698 0 1 0 946 68 0 0 25 0 9 0 45489588 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4127053579 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16240] ppid=16237 vsize=868476 CPUtime=0.94
/proc/16238/task/16240/stat : 16240 (java) S 16237 16224 15839 0 -1 64 4789 0 0 0 81 13 0 0 16 0 9 0 45489589 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16241] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16241/stat : 16241 (java) S 16237 16224 15839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45489590 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16242] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16242/stat : 16242 (java) S 16237 16224 15839 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45489590 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16243] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16243/stat : 16243 (java) S 16237 16224 15839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45489592 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16244] ppid=16237 vsize=868476 CPUtime=0.29
/proc/16238/task/16244/stat : 16244 (java) S 16237 16224 15839 0 -1 64 1523 0 0 0 28 1 0 0 16 0 9 0 45489592 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16245] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16245/stat : 16245 (java) S 16237 16224 15839 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45489592 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16246] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16246/stat : 16246 (java) S 16237 16224 15839 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45489592 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 887432

[startup+25.5021 s]
/proc/loadavg: 2.28 2.17 2.27 3/92 16246
/proc/meminfo: memFree=1700096/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=13600 CPUtime=0.9
/proc/16224/stat : 16224 (sugar) S 16222 16224 15839 0 -1 4194304 974 7109 0 1 3 1 81 5 16 0 1 0 45489475 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16224/statm: 3400 797 370 3 0 500 0
[pid=16237] ppid=16224 vsize=5356 CPUtime=0
/proc/16237/stat : 16237 (sh) S 16224 16224 15839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45489587 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16237/statm: 1339 233 193 169 0 50 0
[pid=16238] ppid=16237 vsize=868476 CPUtime=24.02
/proc/16238/stat : 16238 (java) S 16237 16224 15839 0 -1 0 13817 0 1 0 2236 166 0 0 18 0 9 0 45489587 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16238/statm: 217119 8889 2565 9 0 211666 0
[pid=16238/tid=16239] ppid=16237 vsize=868476 CPUtime=22.16
/proc/16238/task/16239/stat : 16239 (java) R 16237 16224 15839 0 -1 64 6813 0 1 0 2078 138 0 0 25 0 9 0 45489588 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16240] ppid=16237 vsize=868476 CPUtime=1.55
/proc/16238/task/16240/stat : 16240 (java) S 16237 16224 15839 0 -1 64 4789 0 0 0 129 26 0 0 16 0 9 0 45489589 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16241] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16241/stat : 16241 (java) S 16237 16224 15839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45489590 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16242] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16242/stat : 16242 (java) S 16237 16224 15839 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45489590 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16243] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16243/stat : 16243 (java) S 16237 16224 15839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45489592 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16244] ppid=16237 vsize=868476 CPUtime=0.29
/proc/16238/task/16244/stat : 16244 (java) S 16237 16224 15839 0 -1 64 1523 0 0 0 28 1 0 0 16 0 9 0 45489592 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16245] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16245/stat : 16245 (java) S 16237 16224 15839 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45489592 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16238/tid=16246] ppid=16237 vsize=868476 CPUtime=0
/proc/16238/task/16246/stat : 16246 (java) S 16237 16224 15839 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45489592 889319424 8889 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 887432

[startup+51.1029 s]
/proc/loadavg: 2.31 2.18 2.27 3/84 16248
/proc/meminfo: memFree=1388096/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=14128 CPUtime=48.64
/proc/16224/stat : 16224 (sugar) S 16222 16224 15839 0 -1 4194304 1188 26051 0 2 5 1 4485 373 16 0 1 0 45489475 14467072 936 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16224/statm: 3532 936 374 3 0 632 0
[pid=16247] ppid=16224 vsize=5356 CPUtime=0
/proc/16247/stat : 16247 (sh) S 16224 16224 15839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45494450 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16247/statm: 1339 232 193 169 0 50 0
[pid=16248] ppid=16247 vsize=117324 CPUtime=1.3
/proc/16248/stat : 16248 (minisat) R 16247 16224 15839 0 -1 4194304 28003 0 0 0 111 19 0 0 25 0 1 0 45494451 120139776 27989 996147200 134512640 135127466 4294956256 18446744073709551615 134517470 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=16259] ppid=16224 vsize=5356 CPUtime=0
/proc/16259/stat : 16259 (sh) S 16224 16224 15839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45502550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16259/statm: 1339 232 193 169 0 50 0
[pid=16260] ppid=16259 vsize=894464 CPUtime=2170.86
/proc/16260/stat : 16260 (minisat) R 16259 16224 15839 0 -1 4194304 217619 0 0 0 216946 140 0 0 25 0 1 0 45502551 915931136 217605 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/16260/statm: 223616 217605 76 150 0 223463 0
Current children cumulated CPU time (s) 2299.66
Current children cumulated vsize (KiB) 913948

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 16266
/proc/meminfo: memFree=577216/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=14128 CPUtime=128.8
/proc/16224/stat : 16224 (sugar) S 16222 16224 15839 0 -1 4194304 1307 243807 0 3 6 1 12339 534 16 0 1 0 45489475 14467072 936 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16224/statm: 3532 936 374 3 0 632 0
[pid=16259] ppid=16224 vsize=5356 CPUtime=0
/proc/16259/stat : 16259 (sh) S 16224 16224 15839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45502550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16259/statm: 1339 232 193 169 0 50 0
[pid=16260] ppid=16259 vsize=894464 CPUtime=2230.3
/proc/16260/stat : 16260 (minisat) R 16259 16224 15839 0 -1 4194304 217631 0 0 0 222890 140 0 0 25 0 1 0 45502551 915931136 217617 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/16260/statm: 223616 217617 76 150 0 223463 0
Current children cumulated CPU time (s) 2359.1
Current children cumulated vsize (KiB) 913948

[startup+2442.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 16268
/proc/meminfo: memFree=577024/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=14128 CPUtime=128.8
/proc/16224/stat : 16224 (sugar) S 16222 16224 15839 0 -1 4194304 1307 243807 0 3 6 1 12339 534 16 0 1 0 45489475 14467072 936 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16224/statm: 3532 936 374 3 0 632 0
[pid=16259] ppid=16224 vsize=5356 CPUtime=0
/proc/16259/stat : 16259 (sh) S 16224 16224 15839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45502550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16259/statm: 1339 232 193 169 0 50 0
[pid=16260] ppid=16259 vsize=894464 CPUtime=2289.74
/proc/16260/stat : 16260 (minisat) R 16259 16224 15839 0 -1 4194304 217643 0 0 0 228833 141 0 0 25 0 1 0 45502551 915931136 217629 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/16260/statm: 223616 217629 76 150 0 223463 0
Current children cumulated CPU time (s) 2418.54
Current children cumulated vsize (KiB) 913948

[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 16268
/proc/meminfo: memFree=576896/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=14128 CPUtime=128.8
/proc/16224/stat : 16224 (sugar) S 16222 16224 15839 0 -1 4194304 1307 243807 0 3 6 1 12339 534 16 0 1 0 45489475 14467072 936 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16224/statm: 3532 936 374 3 0 632 0
[pid=16259] ppid=16224 vsize=5356 CPUtime=0
/proc/16259/stat : 16259 (sh) S 16224 16224 15839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45502550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16259/statm: 1339 232 193 169 0 50 0
[pid=16260] ppid=16259 vsize=894464 CPUtime=2349.18
/proc/16260/stat : 16260 (minisat) R 16259 16224 15839 0 -1 4194304 217654 0 0 0 234777 141 0 0 25 0 1 0 45502551 915931136 217640 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16260/statm: 223616 217640 76 150 0 223463 0
Current children cumulated CPU time (s) 2477.98
Current children cumulated vsize (KiB) 913948

[startup+2562.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16268
/proc/meminfo: memFree=576512/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=14128 CPUtime=128.8
/proc/16224/stat : 16224 (sugar) S 16222 16224 15839 0 -1 4194304 1307 243807 0 3 6 1 12339 534 16 0 1 0 45489475 14467072 936 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16224/statm: 3532 936 374 3 0 632 0
[pid=16259] ppid=16224 vsize=5356 CPUtime=0
/proc/16259/stat : 16259 (sh) S 16224 16224 15839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45502550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16259/statm: 1339 232 193 169 0 50 0
[pid=16260] ppid=16259 vsize=894464 CPUtime=2408.62
/proc/16260/stat : 16260 (minisat) R 16259 16224 15839 0 -1 4194304 217664 0 0 0 240721 141 0 0 25 0 1 0 45502551 915931136 217650 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16260/statm: 223616 217650 76 150 0 223463 0
Current children cumulated CPU time (s) 2537.42
Current children cumulated vsize (KiB) 913948

[startup+2622.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16268
/proc/meminfo: memFree=576320/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=14128 CPUtime=128.8
/proc/16224/stat : 16224 (sugar) S 16222 16224 15839 0 -1 4194304 1307 243807 0 3 6 1 12339 534 16 0 1 0 45489475 14467072 936 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16224/statm: 3532 936 374 3 0 632 0
[pid=16259] ppid=16224 vsize=5356 CPUtime=0
/proc/16259/stat : 16259 (sh) S 16224 16224 15839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45502550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16259/statm: 1339 232 193 169 0 50 0
[pid=16260] ppid=16259 vsize=894464 CPUtime=2468.06
/proc/16260/stat : 16260 (minisat) R 16259 16224 15839 0 -1 4194304 217677 0 0 0 246665 141 0 0 25 0 1 0 45502551 915931136 217663 996147200 134512640 135127466 4294956256 18446744073709551615 134531112 0 0 4096 3 0 0 0 17 1 0 0
/proc/16260/statm: 223616 217663 76 150 0 223463 0
Current children cumulated CPU time (s) 2596.86
Current children cumulated vsize (KiB) 913948

[startup+2682.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16268
/proc/meminfo: memFree=573568/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=14128 CPUtime=128.8
/proc/16224/stat : 16224 (sugar) S 16222 16224 15839 0 -1 4194304 1307 243807 0 3 6 1 12339 534 16 0 1 0 45489475 14467072 936 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16224/statm: 3532 936 374 3 0 632 0
[pid=16259] ppid=16224 vsize=5356 CPUtime=0
/proc/16259/stat : 16259 (sh) S 16224 16224 15839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45502550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16259/statm: 1339 232 193 169 0 50 0
[pid=16260] ppid=16259 vsize=897236 CPUtime=2527.49
/proc/16260/stat : 16260 (minisat) R 16259 16224 15839 0 -1 4194304 218394 0 0 0 252607 142 0 0 25 0 1 0 45502551 918769664 218380 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/16260/statm: 224309 218380 76 150 0 224156 0
Current children cumulated CPU time (s) 2656.29
Current children cumulated vsize (KiB) 916720



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+2701.5 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 16319
/proc/meminfo: memFree=572160/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=14128 CPUtime=128.8
/proc/16224/stat : 16224 (sugar) S 16222 16224 15839 0 -1 4194304 1307 243807 0 3 6 1 12339 534 16 0 1 0 45489475 14467072 936 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16224/statm: 3532 936 374 3 0 632 0
[pid=16259] ppid=16224 vsize=5356 CPUtime=0
/proc/16259/stat : 16259 (sh) S 16224 16224 15839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45502550 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16259/statm: 1339 232 193 169 0 50 0
[pid=16260] ppid=16259 vsize=902120 CPUtime=2546.54
/proc/16260/stat : 16260 (minisat) R 16259 16224 15839 0 -1 4194304 219591 0 0 0 254509 145 0 0 25 0 1 0 45502551 923770880 219577 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16260/statm: 225530 219577 76 150 0 225377 0
Current children cumulated CPU time (s) 2675.34
Current children cumulated vsize (KiB) 921604

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

[startup+2701.62 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 16319
/proc/meminfo: memFree=572160/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=14128 CPUtime=128.8
/proc/16224/stat : 16224 (sugar) S 16222 16224 15839 0 -1 4194304 1319 243807 0 3 6 1 12339 534 16 0 1 0 45489475 14467072 936 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16224/statm: 3532 936 374 3 0 632 0
[pid=16259] ppid=16224 vsize=0 CPUtime=0
/proc/16259/stat : 16259 (sh) Z 16224 16224 15839 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 45502550 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16259/statm: 0 0 0 0 0 0 0
[pid=16260] ppid=1 vsize=0 CPUtime=2546.66
/proc/16260/stat : 16260 (minisat) R 1 16224 15839 0 -1 4195332 219591 0 0 0 254510 156 0 0 25 0 1 0 45502551 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/16260/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2675.46
Current children cumulated vsize (KiB) 14128

# WARNING:
# current cumulated CPU time (128.86 s) is less than in the last sample (2675.46 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (2546.6 s) to the 'lost time'.

[startup+2701.7 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 16319
/proc/meminfo: memFree=572160/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=14128 CPUtime=128.86
/proc/16224/stat : 16224 (sugar) R 16222 16224 15839 0 -1 4194304 1341 244084 0 3 6 7 12339 534 17 0 1 0 45489475 14467072 937 996147200 4194304 4206940 548682068592 18446744073709551615 259415315497 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16224/statm: 3532 937 375 3 0 632 0
Current children cumulated CPU time (s) 128.86
Current children cumulated vsize (KiB) 14128

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

[startup+2701.8 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 16319
/proc/meminfo: memFree=572160/2055920 swapFree=4181092/4192956
[pid=16224] ppid=16222 vsize=14128 CPUtime=128.96
/proc/16224/stat : 16224 (sugar) R 16222 16224 15839 0 -1 4194304 1341 244084 0 3 6 17 12339 534 17 0 1 0 45489475 14467072 937 996147200 4194304 4206940 548682068592 18446744073709551615 259415315497 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16224/statm: 3532 937 375 3 0 632 0
Current children cumulated CPU time (s) 128.96
Current children cumulated vsize (KiB) 14128

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2546.6
#  lost CPU user time (s): 2545.1
#  lost CPU system time (s): 1.5

Real time (s): 2701.87
CPU time (s): 2675.65
CPU user time (s): 2668.56
CPU system time (s): 7.09415
CPU usage (%): 99.0294
Max. virtual memory (cumulated for all children) (KiB): 921604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 123.455
system time used= 5.59415
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245456
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65826
involuntary context switches= 70653

runsolver used 3.00554 second user time and 9.30559 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-12 20:38:20
IDJOB=1113604
IDBENCH=61610
IDSOLVER=368
FILE ID=node42/1113604-1215887900
PBS_JOBID= 7903614
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/hos/normalized-ash331GPIA-3.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-1113604-1215887900/watcher-1113604-1215887900 -o /tmp/evaluation-result-1113604-1215887900/solver-1113604-1215887900 -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-1113604-1215887900.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e65754aba231f2150da219edb335729f
RANDOM SEED=44583981

node42.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.232
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.232
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:       1937080 kB
Buffers:          1908 kB
Cached:          31876 kB
SwapCached:       5520 kB
Active:          64492 kB
Inactive:         3756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1937080 kB
SwapTotal:     4192956 kB
SwapFree:      4181092 kB
Dirty:            1860 kB
Writeback:           0 kB
Mapped:          50888 kB
Slab:            35496 kB
Committed_AS:   245840 kB
PageTables:       2020 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= 66488 MiB
End job on node42 at 2008-07-12 21:23:24