Trace number 1108556

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 (TO)19 3600.13 3629.01

General information on the benchmark

Namecsp/coloring/
normalized-queens-5-5-4-ext.xml
MD5SUMef364398cada7b4fa344377af4ee5904
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints12
Best CPU time to get the best result obtained on this benchmark47.5708
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints160
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension160
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.04/1.14	c 0	Sugar v1-13 + HOME/minisat
0.04/1.14	c 0	BEGIN Fri Jul 11 15:23:42 2008
0.04/1.14	c 0	PID 11248
0.05/1.23	c 0	HOST node84.alineos.net
0.05/1.23	c 0	CONVERTING HOME/instance-1108556-1215782620.xml TO HOME/temp.csp
0.05/1.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108556-1215782620.xml' 'HOME/temp.csp'
0.19/3.27	c 2	1 domains, 25 variables, 0 predicates, 1 relations, 160 constraints
0.24/3.33	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.24/3.33	c 2	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.25/3.56	c 2	Parsing HOME/temp.csp
0.25/3.62	c 3	parsed 187 expressions
0.25/3.67	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/3.68	c 3	MAX CSP: 160 constraints
0.25/3.68	c 3	Converting to clausal form CSP
0.25/3.71	c 3	converted 35 (10%) expressions
0.25/3.71	c 3	converted 70 (20%) expressions
0.25/3.72	c 3	converted 105 (30%) expressions
0.25/3.72	c 3	converted 140 (40%) expressions
0.25/3.72	c 3	converted 175 (50%) expressions
0.25/3.73	c 3	converted 210 (60%) expressions
0.25/3.73	c 3	converted 245 (70%) expressions
0.25/3.73	c 3	converted 280 (80%) expressions
0.25/3.74	c 3	converted 315 (90%) expressions
0.25/3.81	c 3	converted 350 (100%) expressions
0.25/3.81	c 3	CSP : 345 integers, 0 booleans, 479 clauses, largest domain size 241
0.25/3.81	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/3.81	c 3	Propagation in CSP
0.25/3.83	c 3	158 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.25/3.83	c 3	CSP : 345 integers, 0 booleans, 479 clauses, largest domain size 161
0.25/3.83	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/3.83	c 3	Simplifing CSP by introducing new Boolean variables
0.25/3.83	c 3	CSP : 345 integers, 0 booleans, 479 clauses, largest domain size 161
0.25/3.83	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/3.85	c 3	Encoding CSP to SAT : HOME/temp.cnf
0.25/3.86	c 3	35 (10%) CSP integer variables are encoded (50 clauses, 502 bytes)
0.25/3.86	c 3	69 (20%) CSP integer variables are encoded (50 clauses, 502 bytes)
0.25/3.86	c 3	104 (30%) CSP integer variables are encoded (50 clauses, 502 bytes)
0.25/3.86	c 3	138 (40%) CSP integer variables are encoded (50 clauses, 502 bytes)
0.25/3.86	c 3	173 (50%) CSP integer variables are encoded (50 clauses, 502 bytes)
0.25/3.87	c 3	207 (60%) CSP integer variables are encoded (1041 clauses, 11878 bytes)
0.25/3.87	c 3	242 (70%) CSP integer variables are encoded (1305 clauses, 15310 bytes)
0.25/3.88	c 3	276 (80%) CSP integer variables are encoded (1630 clauses, 19535 bytes)
0.25/3.88	c 3	311 (90%) CSP integer variables are encoded (1792 clauses, 21641 bytes)
0.25/3.88	c 3	345 (100%) CSP integer variables are encoded (2037 clauses, 24826 bytes)
0.25/3.90	c 3	48 (10%) CSP clauses are encoded (2229 clauses, 27874 bytes)
0.25/3.91	c 3	96 (20%) CSP clauses are encoded (2421 clauses, 31234 bytes)
0.25/3.92	c 3	144 (30%) CSP clauses are encoded (2613 clauses, 34594 bytes)
0.25/3.95	c 3	192 (40%) CSP clauses are encoded (7251 clauses, 101228 bytes)
0.25/3.97	c 3	240 (50%) CSP clauses are encoded (17675 clauses, 286751 bytes)
0.25/3.97	c 3	288 (60%) CSP clauses are encoded (18281 clauses, 296702 bytes)
0.25/3.99	c 3	336 (70%) CSP clauses are encoded (31315 clauses, 534197 bytes)
0.25/4.00	c 3	384 (80%) CSP clauses are encoded (31985 clauses, 545244 bytes)
0.25/4.00	c 3	432 (90%) CSP clauses are encoded (33465 clauses, 570958 bytes)
0.25/4.01	c 3	479 (100%) CSP clauses are encoded (38651 clauses, 663663 bytes)
0.25/4.01	c 3	479 CSP clauses encoded
0.25/4.03	c 3	Writing map file : HOME/temp.map
0.25/4.04	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/4.04	c 3	SAT : 2382 SAT variables, 38651 SAT clauses, 663663 bytes
0.25/4.04	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/4.07	c 3	OBJECTIVE minimize _COST
0.25/4.09	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
0.25/4.09	c 3	SEARCHING: _COST <= 80
0.25/4.09	c 3	SOLVING HOME/temp.cnf
0.25/4.09	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.76/4.24	c 3	This is MiniSat 2.0 beta
0.76/4.24	c 3	WARNING: for repeatability, setting FPU to use double precision
0.76/4.24	c 3	============================[ Problem Statistics ]=============================
0.76/4.24	c 3	|                                                                             |
0.76/4.24	c 3	|  Number of variables:  2382                                                 |
0.76/4.24	c 3	|  Number of clauses:    38652                                                |
0.76/4.26	c 3	|  Parsing time:         0.01         s                                       |
0.76/4.26	c 3	============================[ Search Statistics ]==============================
0.76/4.26	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.76/4.26	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.76/4.26	c 3	===============================================================================
0.76/4.26	c 3	|         0 |    1742    25119    71666 |     8373        0    nan |  0.000 % |
0.76/4.26	c 3	===============================================================================
0.76/4.26	c 3	restarts              : 1
0.76/4.26	c 3	conflicts             : 0              (0 /sec)
0.76/4.26	c 3	decisions             : 16             (0.00 % random) (800 /sec)
0.76/4.26	c 3	propagations          : 2382           (119124 /sec)
0.76/4.26	c 3	conflict literals     : 0              ( nan % deleted)
0.76/4.26	c 3	Memory used           : 3.41 MB
0.76/4.26	c 3	CPU time              : 0.019996 s
0.76/4.26	c 3	
0.76/4.27	c 3	SATISFIABLE
0.76/4.27	c 3	FOUND: _COST <= 80
0.76/4.27	s SATISFIABLE
0.76/4.27	c 3	DECODING HOME/temp.out WITH HOME/temp.map
0.76/4.27	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.80/4.66	c 4	Decoding HOME/temp.out
0.89/4.71	c 4	OBJECTIVE _COST 80
0.89/4.71	o 80
0.89/4.71	v 1 3 0 2 0 3 2 0 1 1 0 2 1 3 3 0 3 2 1 2 2 1 2 3 3
0.89/4.72	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.89/4.74	c 4	OBJECTIVE BOUND: 0 <= _COST <= 80
0.89/4.74	c 4	SEARCHING: _COST <= 40
0.89/4.74	c 4	SOLVING HOME/temp.cnf
0.89/4.74	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.89/4.76	c 4	This is MiniSat 2.0 beta
0.89/4.76	c 4	WARNING: for repeatability, setting FPU to use double precision
0.89/4.76	c 4	============================[ Problem Statistics ]=============================
0.89/4.76	c 4	|                                                                             |
0.89/4.76	c 4	|  Number of variables:  2382                                                 |
0.89/4.76	c 4	|  Number of clauses:    38652                                                |
0.89/4.78	c 4	|  Parsing time:         0.01         s                                       |
0.89/4.79	c 4	============================[ Search Statistics ]==============================
0.89/4.79	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.89/4.79	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.89/4.79	c 4	===============================================================================
0.89/4.79	c 4	|         0 |    1382    16899    48046 |     5633        0    nan |  0.000 % |
0.89/4.79	c 4	===============================================================================
0.89/4.79	c 4	restarts              : 1
0.89/4.79	c 4	conflicts             : 71             (3087 /sec)
0.89/4.79	c 4	decisions             : 139            (0.72 % random) (6045 /sec)
0.89/4.79	c 4	propagations          : 4808           (209080 /sec)
0.89/4.79	c 4	conflict literals     : 1532           (0.26 % deleted)
0.89/4.79	c 4	Memory used           : 3.41 MB
0.89/4.79	c 4	CPU time              : 0.022996 s
0.89/4.79	c 4	
0.89/4.79	c 4	SATISFIABLE
0.89/4.79	c 4	FOUND: _COST <= 40
0.89/4.79	c 4	DECODING HOME/temp.out WITH HOME/temp.map
0.89/4.79	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.96/4.87	c 4	Decoding HOME/temp.out
0.96/4.93	c 4	OBJECTIVE _COST 40
0.96/4.93	o 40
0.96/4.93	v 2 3 1 0 2 0 2 1 3 3 1 2 3 2 0 1 0 0 3 0 1 3 2 3 1
0.96/4.94	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.96/4.97	c 4	OBJECTIVE BOUND: 0 <= _COST <= 40
0.96/4.97	c 4	SEARCHING: _COST <= 20
0.96/4.97	c 4	SOLVING HOME/temp.cnf
0.96/4.97	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.10/5.03	c 4	This is MiniSat 2.0 beta
1.10/5.03	c 4	WARNING: for repeatability, setting FPU to use double precision
1.10/5.03	c 4	============================[ Problem Statistics ]=============================
1.10/5.03	c 4	|                                                                             |
1.10/5.03	c 4	|  Number of variables:  2382                                                 |
1.10/5.03	c 4	|  Number of clauses:    38652                                                |
1.10/5.05	c 4	|  Parsing time:         0.02         s                                       |
1.10/5.06	c 4	============================[ Search Statistics ]==============================
1.10/5.06	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.10/5.06	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.10/5.06	c 4	===============================================================================
1.10/5.06	c 4	|         0 |    1142    10409    29276 |     3469        0    nan |  0.000 % |
1.10/5.06	c 4	|       101 |    1142    10409    29276 |     3816      101     21 | 52.057 % |
1.10/5.07	c 4	|       252 |    1142    10409    29276 |     4198      252     20 | 52.057 % |
1.10/5.09	c 4	|       477 |    1142    10409    29276 |     4618      477     18 | 52.057 % |
1.10/5.11	c 4	|       814 |    1142    10409    29276 |     5079      814     19 | 52.057 % |
1.10/5.14	c 4	|      1320 |    1142    10409    29276 |     5587     1320     19 | 52.057 % |
1.10/5.18	c 4	|      2079 |    1142    10409    29276 |     6146     2079     20 | 52.057 % |
1.10/5.26	c 4	|      3218 |    1142    10409    29276 |     6761     3218     20 | 52.057 % |
1.10/5.27	c 4	===============================================================================
1.10/5.27	c 4	restarts              : 8
1.10/5.27	c 4	conflicts             : 3359           (14419 /sec)
1.10/5.27	c 4	decisions             : 4068           (0.84 % random) (17462 /sec)
1.10/5.27	c 4	propagations          : 555881         (2386124 /sec)
1.10/5.27	c 4	conflict literals     : 66265          (27.20 % deleted)
1.10/5.27	c 4	Memory used           : 3.41 MB
1.10/5.27	c 4	CPU time              : 0.232964 s
1.10/5.27	c 4	
1.10/5.27	c 4	SATISFIABLE
1.10/5.27	c 4	FOUND: _COST <= 20
1.10/5.27	c 4	DECODING HOME/temp.out WITH HOME/temp.map
1.10/5.27	c 4	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.35/5.44	c 4	Decoding HOME/temp.out
1.35/5.49	c 4	OBJECTIVE _COST 20
1.35/5.49	o 20
1.35/5.49	v 0 3 2 1 2 1 2 0 3 3 3 3 1 2 0 2 0 1 3 2 3 1 3 0 1
1.35/5.49	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.44/5.52	c 4	OBJECTIVE BOUND: 0 <= _COST <= 20
1.44/5.52	c 4	SEARCHING: _COST <= 10
1.44/5.52	c 4	SOLVING HOME/temp.cnf
1.44/5.52	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.44/5.53	c 4	This is MiniSat 2.0 beta
1.44/5.53	c 4	WARNING: for repeatability, setting FPU to use double precision
1.44/5.53	c 4	============================[ Problem Statistics ]=============================
1.44/5.53	c 4	|                                                                             |
1.44/5.53	c 4	|  Number of variables:  2382                                                 |
1.44/5.53	c 4	|  Number of clauses:    38652                                                |
1.44/5.55	c 4	|  Parsing time:         0.02         s                                       |
1.44/5.56	c 4	============================[ Search Statistics ]==============================
1.44/5.56	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.44/5.56	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.44/5.56	c 4	===============================================================================
1.44/5.56	c 4	|         0 |     952     6404    17821 |     2134        0    nan |  0.000 % |
1.44/5.56	c 4	|       100 |     952     6404    17821 |     2348      100     22 | 60.034 % |
1.44/5.57	c 4	|       250 |     952     6404    17821 |     2582      250     18 | 60.034 % |
1.44/5.58	c 4	|       476 |     952     6404    17821 |     2841      476     16 | 60.034 % |
1.47/5.60	c 4	|       813 |     952     6404    17821 |     3125      813     16 | 60.034 % |
1.47/5.63	c 5	|      1321 |     952     6404    17821 |     3437     1321     16 | 60.034 % |
1.47/5.68	c 5	|      2080 |     952     6404    17821 |     3781     2080     16 | 60.034 % |
1.47/5.75	c 5	|      3220 |     952     6404    17821 |     4159     3220     17 | 60.034 % |
1.47/5.88	c 5	|      4928 |     952     6404    17821 |     4575     4928     17 | 60.034 % |
1.47/6.08	c 5	|      7491 |     952     6404    17821 |     5033     4328     17 | 60.034 % |
1.47/6.37	c 5	|     11336 |     952     6404    17821 |     5536     4816     18 | 60.034 % |
2.72/6.86	c 6	|     17102 |     952     6404    17821 |     6090     6957     16 | 60.034 % |
3.52/7.61	c 6	|     25751 |     952     6404    17821 |     6699     7848     18 | 60.034 % |
4.61/8.77	c 8	|     38725 |     952     6404    17821 |     7369     8162     18 | 60.034 % |
6.40/10.55	c 9	|     58186 |     952     6404    17821 |     8106     4975     16 | 60.034 % |
9.27/13.41	c 12	|     87380 |     952     6404    17821 |     8917     9753     18 | 60.034 % |
13.54/17.72	c 17	|    131171 |     952     6404    17821 |     9808     5819     16 | 60.035 % |
20.20/24.44	c 23	|    196855 |     952     6404    17821 |    10789     8327     17 | 60.034 % |
30.43/34.73	c 34	|    295381 |     952     6404    17821 |    11868     7251     19 | 60.034 % |
46.61/51.08	c 50	|    443171 |     952     6404    17821 |    13055    12776     17 | 60.034 % |
72.53/77.18	c 76	|    664854 |     952     6404    17821 |    14360    14566     17 | 60.034 % |
112.87/117.73	c 117	|    997380 |     952     6404    17821 |    15797     9900     18 | 60.034 % |
174.33/179.61	c 178	|   1496168 |     952     6404    17821 |    17376    11653     18 | 60.034 % |
272.55/278.59	c 277	|   2244351 |     952     6404    17821 |    19114    18243     18 | 60.034 % |
426.00/433.06	c 432	|   3366625 |     952     6404    17821 |    21025    19605     19 | 60.034 % |
676.47/685.22	c 684	|   5050036 |     952     6404    17821 |    23128    11549     20 | 60.035 % |
1076.51/1088.01	c 1087	|   7575153 |     952     6404    17821 |    25441    23815     19 | 60.034 % |
1695.25/1711.01	c 1710	|  11362829 |     952     6404    17821 |    27985    17982     15 | 60.034 % |
2691.77/2714.43	c 2713	|  17044341 |     952     6404    17821 |    30784    19719     17 | 60.034 % |
3600.09/3629.01	sh: line 1: 11308 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.09/3629.01	c ERROR unknown output  in HOME/temp.out
3600.09/3629.01	c 3628	CPU 3599.6 (0.04 0.03 3599.56 0.47)
3600.09/3629.01	c 3628	END Fri Jul 11 16:24:10 2008

Verifier Data (download as text)

OK	19	141
19 unsatisfied constraints, 141 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-1108556-1215782620/watcher-1108556-1215782620 -o /tmp/evaluation-result-1108556-1215782620/solver-1108556-1215782620 -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-1108556-1215782620.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: 4.71 5.04 3.82 5/111 11248
/proc/meminfo: memFree=1818024/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=18572 CPUtime=0
/proc/11248/stat : 11248 (runsolver) R 11246 11248 10800 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 34959435 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 243665530151 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11248/statm: 4643 292 257 25 0 2626 0

[startup+0.091548 s]
/proc/loadavg: 4.71 5.04 3.82 5/111 11248
/proc/meminfo: memFree=1818024/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=2504 CPUtime=0
/proc/11248/stat : 11248 (sugar) R 11246 11248 10800 0 -1 4194304 41 0 0 0 0 0 0 0 18 0 1 0 34959435 2564096 26 996147200 4194304 4206940 548682068592 18446744073709551615 243662910857 0 0 4096 0 0 0 0 17 0 0 0
/proc/11248/statm: 638 27 20 3 0 5 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.144381 s]
/proc/loadavg: 4.71 5.04 3.82 5/111 11248
/proc/meminfo: memFree=1818024/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=11912 CPUtime=0
/proc/11248/stat : 11248 (sugar) R 11246 11248 10800 0 -1 4194304 98 0 0 0 0 0 0 0 18 0 1 0 34959435 12197888 77 996147200 4194304 4206940 548682068592 18446744073709551615 243662901088 0 0 4096 0 0 0 0 17 0 0 0
/proc/11248/statm: 2966 72 44 3 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11912

[startup+0.301725 s]
/proc/loadavg: 4.71 5.04 3.82 5/111 11248
/proc/meminfo: memFree=1818024/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=12272 CPUtime=0
/proc/11248/stat : 11248 (sugar) R 11246 11248 10800 0 -1 4194304 361 0 0 0 0 0 0 0 18 0 1 0 34959435 12566528 329 996147200 4194304 4206940 548682068592 18446744073709551615 243678956896 0 0 4224 0 0 0 0 17 1 0 0
/proc/11248/statm: 3068 329 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.701576 s]
/proc/loadavg: 4.71 5.04 3.82 5/111 11248
/proc/meminfo: memFree=1818024/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=12412 CPUtime=0.01
/proc/11248/stat : 11248 (sugar) R 11246 11248 10800 0 -1 4194304 421 0 0 0 0 1 0 0 18 0 1 0 34959435 12709888 389 996147200 4194304 4206940 548682068592 18446744073709551615 243679323351 0 0 4224 0 0 0 0 17 0 0 0
/proc/11248/statm: 3103 389 275 3 0 203 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12412

[startup+1.50158 s]
/proc/loadavg: 4.65 5.03 3.82 4/112 11249
/proc/meminfo: memFree=1816864/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=0.05
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 898 127 0 0 3 2 0 0 17 0 1 0 34959435 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13600

[startup+3.10187 s]
/proc/loadavg: 4.65 5.03 3.82 3/115 11253
/proc/meminfo: memFree=1813960/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=0.05
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 898 127 0 0 3 2 0 0 17 0 1 0 34959435 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 796 370 3 0 500 0
[pid=11251] ppid=11248 vsize=5356 CPUtime=0
/proc/11251/stat : 11251 (sh) S 11248 11248 10800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34959558 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11251/statm: 1339 233 193 169 0 50 0
[pid=11252] ppid=11251 vsize=863724 CPUtime=0.07
/proc/11252/stat : 11252 (java) S 11251 11248 10800 0 -1 0 3143 0 1 0 5 2 0 0 18 0 9 0 34959565 884453376 2626 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11252/statm: 215931 2626 1608 9 0 210513 0
[pid=11252/tid=11253] ppid=11251 vsize=863724 CPUtime=0.05
/proc/11252/task/11253/stat : 11253 (java) R 11251 11248 10800 0 -1 64 2235 0 1 0 4 1 0 0 23 0 9 0 34959610 884453376 2626 996147200 134512640 134550740 4294956000 18446744073709551615 4125963889 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 882680

[startup+6.30161 s]
/proc/loadavg: 4.52 4.99 3.82 4/118 11302
/proc/meminfo: memFree=1809840/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 1407 23724 1 7 4 3 120 20 15 0 1 0 34959435 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13600

[startup+12.7018 s]
/proc/loadavg: 4.40 4.96 3.81 3/114 11308
/proc/meminfo: memFree=1809376/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 1407 23724 1 7 4 3 120 20 16 0 1 0 34959435 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 808 374 3 0 500 0
[pid=11307] ppid=11248 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (sh) S 11248 11248 10800 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 34959987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11307/statm: 1339 232 193 169 0 50 0
[pid=11308] ppid=11307 vsize=4288 CPUtime=7.11
/proc/11308/stat : 11308 (minisat) R 11307 11248 10800 0 -1 4194304 881 0 0 0 711 0 0 0 25 0 1 0 34959987 4390912 867 996147200 134512640 135127466 4294956256 18446744073709551615 134530979 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 1072 867 75 150 0 919 0
Current children cumulated CPU time (s) 8.58
Current children cumulated vsize (KiB) 23244

[startup+25.5021 s]
/proc/loadavg: 4.09 4.86 3.80 3/114 11308
/proc/meminfo: memFree=1809248/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 1407 23724 1 7 4 3 120 20 16 0 1 0 34959435 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 808 374 3 0 500 0
[pid=11307] ppid=11248 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (sh) S 11248 11248 10800 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 34959987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11307/statm: 1339 232 193 169 0 50 0
[pid=11308] ppid=11307 vsize=4828 CPUtime=19.82
/proc/11308/stat : 11308 (minisat) R 11307 11248 10800 0 -1 4194304 1009 0 0 0 1982 0 0 0 25 0 1 0 34959987 4943872 995 996147200 134512640 135127466 4294956256 18446744073709551615 134530662 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 1207 995 75 150 0 1054 0
Current children cumulated CPU time (s) 21.29
Current children cumulated vsize (KiB) 23784

[startup+51.1018 s]
/proc/loadavg: 3.64 4.69 3.77 3/114 11308
/proc/meminfo: memFree=1808928/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 1407 23724 1 7 4 3 120 20 16 0 1 0 34959435 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 808 374 3 0 500 0
[pid=11307] ppid=11248 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (sh) S 11248 11248 10800 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 34959987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11307/statm: 1339 232 193 169 0 50 0
[pid=11308] ppid=11307 vsize=5364 CPUtime=45.24
/proc/11308/stat : 11308 (minisat) R 11307 11248 10800 0 -1 4194304 1151 0 0 0 4524 0 0 0 25 0 1 0 34959987 5492736 1137 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 1341 1137 75 150 0 1188 0
Current children cumulated CPU time (s) 46.71
Current children cumulated vsize (KiB) 24320

[startup+102.308 s]
/proc/loadavg: 3.21 4.42 3.72 3/114 11308
/proc/meminfo: memFree=1808032/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 1407 23724 1 7 4 3 120 20 16 0 1 0 34959435 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 808 374 3 0 500 0
[pid=11307] ppid=11248 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (sh) S 11248 11248 10800 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 34959987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11307/statm: 1339 232 193 169 0 50 0
[pid=11308] ppid=11307 vsize=6180 CPUtime=96.1
/proc/11308/stat : 11308 (minisat) R 11307 11248 10800 0 -1 4194304 1363 0 0 0 9610 0 0 0 25 0 1 0 34959987 6328320 1349 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 1545 1349 75 150 0 1392 0
Current children cumulated CPU time (s) 97.57
Current children cumulated vsize (KiB) 25136

[startup+162.303 s]
/proc/loadavg: 2.72 4.06 3.64 3/114 11308
/proc/meminfo: memFree=1807456/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 1407 23724 1 7 4 3 120 20 16 0 1 0 34959435 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 808 374 3 0 500 0
[pid=11307] ppid=11248 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (sh) S 11248 11248 10800 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 34959987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11307/statm: 1339 232 193 169 0 50 0
[pid=11308] ppid=11307 vsize=6740 CPUtime=155.69
/proc/11308/stat : 11308 (minisat) R 11307 11248 10800 0 -1 4194304 1497 0 0 0 15568 1 0 0 25 0 1 0 34959987 6901760 1483 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 1685 1483 75 150 0 1532 0
Current children cumulated CPU time (s) 157.16
Current children cumulated vsize (KiB) 25696

[startup+222.302 s]
/proc/loadavg: 2.80 3.84 3.59 3/114 11308
/proc/meminfo: memFree=1806624/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 1407 23724 1 7 4 3 120 20 16 0 1 0 34959435 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 808 374 3 0 500 0
[pid=11307] ppid=11248 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (sh) S 11248 11248 10800 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 34959987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11307/statm: 1339 232 193 169 0 50 0
[pid=11308] ppid=11307 vsize=7580 CPUtime=215.27
/proc/11308/stat : 11308 (minisat) R 11307 11248 10800 0 -1 4194304 1688 0 0 0 21526 1 0 0 25 0 1 0 34959987 7761920 1674 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 1895 1674 75 150 0 1742 0
Current children cumulated CPU time (s) 216.74
Current children cumulated vsize (KiB) 26536

[startup+282.302 s]
/proc/loadavg: 2.78 3.64 3.54 3/114 11308
/proc/meminfo: memFree=1806240/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 1407 23724 1 7 4 3 120 20 16 0 1 0 34959435 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 808 374 3 0 500 0
[pid=11307] ppid=11248 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (sh) S 11248 11248 10800 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 34959987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11307/statm: 1339 232 193 169 0 50 0
[pid=11308] ppid=11307 vsize=8020 CPUtime=274.86
/proc/11308/stat : 11308 (minisat) R 11307 11248 10800 0 -1 4194304 1781 0 0 0 27485 1 0 0 25 0 1 0 34959987 8212480 1767 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 2005 1767 75 150 0 1852 0
Current children cumulated CPU time (s) 276.33
Current children cumulated vsize (KiB) 26976

[startup+342.302 s]
/proc/loadavg: 2.57 3.41 3.46 3/114 11308
/proc/meminfo: memFree=1805984/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47

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

[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 1407 23724 1 7 4 3 120 20 16 0 1 0 34959435 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 808 374 3 0 500 0
[pid=11307] ppid=11248 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (sh) S 11248 11248 10800 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 34959987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11307/statm: 1339 232 193 169 0 50 0
[pid=11308] ppid=11307 vsize=13644 CPUtime=3015.95
/proc/11308/stat : 11308 (minisat) R 11307 11248 10800 0 -1 4194304 3119 0 0 0 301587 8 0 0 25 0 1 0 34959987 13971456 3105 996147200 134512640 135127466 4294956256 18446744073709551615 134523548 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 3411 3105 75 150 0 3258 0
Current children cumulated CPU time (s) 3017.42
Current children cumulated vsize (KiB) 32600

[startup+3102.3 s]
/proc/loadavg: 2.71 2.57 2.56 3/114 11314
/proc/meminfo: memFree=1798240/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 1407 23724 1 7 4 3 120 20 16 0 1 0 34959435 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 808 374 3 0 500 0
[pid=11307] ppid=11248 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (sh) S 11248 11248 10800 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 34959987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11307/statm: 1339 232 193 169 0 50 0
[pid=11308] ppid=11307 vsize=13644 CPUtime=3075.54
/proc/11308/stat : 11308 (minisat) R 11307 11248 10800 0 -1 4194304 3133 0 0 0 307546 8 0 0 25 0 1 0 34959987 13971456 3119 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 3411 3119 75 150 0 3258 0
Current children cumulated CPU time (s) 3077.01
Current children cumulated vsize (KiB) 32600

[startup+3162.3 s]
/proc/loadavg: 2.52 2.54 2.54 3/114 11314
/proc/meminfo: memFree=1798048/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 1407 23724 1 7 4 3 120 20 16 0 1 0 34959435 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 808 374 3 0 500 0
[pid=11307] ppid=11248 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (sh) S 11248 11248 10800 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 34959987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11307/statm: 1339 232 193 169 0 50 0
[pid=11308] ppid=11307 vsize=13832 CPUtime=3135.13
/proc/11308/stat : 11308 (minisat) R 11307 11248 10800 0 -1 4194304 3163 0 0 0 313505 8 0 0 25 0 1 0 34959987 14163968 3149 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 3458 3149 75 150 0 3305 0
Current children cumulated CPU time (s) 3136.6
Current children cumulated vsize (KiB) 32788

[startup+3222.3 s]
/proc/loadavg: 2.72 2.58 2.55 3/114 11314
/proc/meminfo: memFree=1797984/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 1407 23724 1 7 4 3 120 20 16 0 1 0 34959435 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 808 374 3 0 500 0
[pid=11307] ppid=11248 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (sh) S 11248 11248 10800 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 34959987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11307/statm: 1339 232 193 169 0 50 0
[pid=11308] ppid=11307 vsize=13832 CPUtime=3194.72
/proc/11308/stat : 11308 (minisat) R 11307 11248 10800 0 -1 4194304 3166 0 0 0 319464 8 0 0 25 0 1 0 34959987 14163968 3152 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 3458 3152 75 150 0 3305 0
Current children cumulated CPU time (s) 3196.19
Current children cumulated vsize (KiB) 32788

[startup+3282.3 s]
/proc/loadavg: 2.68 2.59 2.56 3/114 11314
/proc/meminfo: memFree=1797920/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 1407 23724 1 7 4 3 120 20 16 0 1 0 34959435 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 808 374 3 0 500 0
[pid=11307] ppid=11248 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (sh) S 11248 11248 10800 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 34959987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11307/statm: 1339 232 193 169 0 50 0
[pid=11308] ppid=11307 vsize=13832 CPUtime=3254.31
/proc/11308/stat : 11308 (minisat) R 11307 11248 10800 0 -1 4194304 3167 0 0 0 325423 8 0 0 25 0 1 0 34959987 14163968 3153 996147200 134512640 135127466 4294956256 18446744073709551615 134530703 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 3458 3153 75 150 0 3305 0
Current children cumulated CPU time (s) 3255.78
Current children cumulated vsize (KiB) 32788

[startup+3342.3 s]
/proc/loadavg: 2.65 2.60 2.56 3/107 11388
/proc/meminfo: memFree=1875848/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 1407 23724 1 7 4 3 120 20 16 0 1 0 34959435 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 808 374 3 0 500 0
[pid=11307] ppid=11248 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (sh) S 11248 11248 10800 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 34959987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11307/statm: 1339 232 193 169 0 50 0
[pid=11308] ppid=11307 vsize=13976 CPUtime=3313.89
/proc/11308/stat : 11308 (minisat) R 11307 11248 10800 0 -1 4194304 3181 0 0 0 331364 25 0 0 25 0 1 0 34959987 14311424 3167 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 3494 3167 75 150 0 3341 0
Current children cumulated CPU time (s) 3315.36
Current children cumulated vsize (KiB) 32932

[startup+3402.31 s]
/proc/loadavg: 2.24 2.49 2.52 3/107 11388
/proc/meminfo: memFree=1861704/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 1407 23724 1 7 4 3 120 20 16 0 1 0 34959435 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 808 374 3 0 500 0
[pid=11307] ppid=11248 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (sh) S 11248 11248 10800 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 34959987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11307/statm: 1339 232 193 169 0 50 0
[pid=11308] ppid=11307 vsize=13976 CPUtime=3373.47
/proc/11308/stat : 11308 (minisat) R 11307 11248 10800 0 -1 4194304 3198 0 0 0 337322 25 0 0 25 0 1 0 34959987 14311424 3184 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 3494 3184 75 150 0 3341 0
Current children cumulated CPU time (s) 3374.94
Current children cumulated vsize (KiB) 32932

[startup+3462.3 s]
/proc/loadavg: 2.08 2.40 2.49 3/107 11388
/proc/meminfo: memFree=1854536/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 1407 23724 1 7 4 3 120 20 16 0 1 0 34959435 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 808 374 3 0 500 0
[pid=11307] ppid=11248 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (sh) S 11248 11248 10800 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 34959987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11307/statm: 1339 232 193 169 0 50 0
[pid=11308] ppid=11307 vsize=13976 CPUtime=3433.07
/proc/11308/stat : 11308 (minisat) R 11307 11248 10800 0 -1 4194304 3200 0 0 0 343281 26 0 0 25 0 1 0 34959987 14311424 3186 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 3494 3186 75 150 0 3341 0
Current children cumulated CPU time (s) 3434.54
Current children cumulated vsize (KiB) 32932

[startup+3522.3 s]
/proc/loadavg: 2.03 2.32 2.45 3/107 11388
/proc/meminfo: memFree=1851464/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 1407 23724 1 7 4 3 120 20 16 0 1 0 34959435 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 808 374 3 0 500 0
[pid=11307] ppid=11248 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (sh) S 11248 11248 10800 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 34959987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11307/statm: 1339 232 193 169 0 50 0
[pid=11308] ppid=11307 vsize=13976 CPUtime=3492.65
/proc/11308/stat : 11308 (minisat) R 11307 11248 10800 0 -1 4194304 3201 0 0 0 349239 26 0 0 25 0 1 0 34959987 14311424 3187 996147200 134512640 135127466 4294956256 18446744073709551615 134522614 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 3494 3187 75 150 0 3341 0
Current children cumulated CPU time (s) 3494.12
Current children cumulated vsize (KiB) 32932

[startup+3582.3 s]
/proc/loadavg: 2.01 2.26 2.42 3/107 11388
/proc/meminfo: memFree=1850952/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 1407 23724 1 7 4 3 120 20 16 0 1 0 34959435 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 808 374 3 0 500 0
[pid=11307] ppid=11248 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (sh) S 11248 11248 10800 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 34959987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11307/statm: 1339 232 193 169 0 50 0
[pid=11308] ppid=11307 vsize=13976 CPUtime=3552.24
/proc/11308/stat : 11308 (minisat) R 11307 11248 10800 0 -1 4194304 3201 0 0 0 355198 26 0 0 25 0 1 0 34959987 14311424 3187 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 3494 3187 75 150 0 3341 0
Current children cumulated CPU time (s) 3553.71
Current children cumulated vsize (KiB) 32932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3629 s]
/proc/loadavg: 2.00 2.22 2.40 3/107 11388
/proc/meminfo: memFree=1850440/2055920 swapFree=4192812/4192956
[pid=11248] ppid=11246 vsize=13600 CPUtime=1.47
/proc/11248/stat : 11248 (sugar) S 11246 11248 10800 0 -1 4194304 1407 23724 1 7 4 3 120 20 16 0 1 0 34959435 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11248/statm: 3400 808 374 3 0 500 0
[pid=11307] ppid=11248 vsize=5356 CPUtime=0
/proc/11307/stat : 11307 (sh) S 11248 11248 10800 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 34959987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11307/statm: 1339 232 193 169 0 50 0
[pid=11308] ppid=11307 vsize=13976 CPUtime=3598.62
/proc/11308/stat : 11308 (minisat) R 11307 11248 10800 0 -1 4194304 3208 0 0 0 359836 26 0 0 25 0 1 0 34959987 14311424 3194 996147200 134512640 135127466 4294956256 18446744073709551615 134527143 0 0 4096 3 0 0 0 17 0 0 0
/proc/11308/statm: 3494 3194 75 150 0 3341 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 32932

Sending SIGTERM to process tree (bottom up)


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

Child status: 0
Real time (s): 3629.01
CPU time (s): 3600.13
CPU user time (s): 3599.61
CPU system time (s): 0.517921
CPU usage (%): 99.2041
Max. virtual memory (cumulated for all children) (KiB): 883544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.61
system time used= 0.517921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28694
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2090
involuntary context switches= 121659

runsolver used 5.80012 second user time and 14.5138 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-11 15:23:40
IDJOB=1108556
IDBENCH=60734
IDSOLVER=368
FILE ID=node84/1108556-1215782620
PBS_JOBID= 7903046
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/coloring/normalized-queens-5-5-4-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-1108556-1215782620/watcher-1108556-1215782620 -o /tmp/evaluation-result-1108556-1215782620/solver-1108556-1215782620 -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-1108556-1215782620.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ef364398cada7b4fa344377af4ee5904
RANDOM SEED=495425566

node84.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.259
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.259
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:       1818632 kB
Buffers:          3116 kB
Cached:          40676 kB
SwapCached:          0 kB
Active:         171256 kB
Inactive:         3736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:         152820 kB
Slab:            44016 kB
Committed_AS:  1091772 kB
PageTables:       4492 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= 66556 MiB
End job on node84 at 2008-07-11 16:24:10