Trace number 1115588

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.08 3634.32

General information on the benchmark

Namemaxcsp/randomMaxCSP/denseTight/
normalized-vcsp-25-10-25-87-16_ext.xml
MD5SUM5e4359fb93bff837088699f28e896e1f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints30
Best CPU time to get the best result obtained on this benchmark1.54377
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints75
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Mon Jul 14 12:30:39 2008
0.00/0.05	c 0	PID 26947
0.00/0.05	c 0	HOST node23.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1115588-1216031439.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115588-1216031439.xml' 'HOME/temp.csp'
0.03/0.29	c 0	1 domains, 25 variables, 0 predicates, 75 relations, 75 constraints
0.03/0.32	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.32	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.25/0.40	c 0	Parsing HOME/temp.csp
0.25/0.49	c 0	parsed 176 expressions
0.25/0.49	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.50	c 0	MAX CSP: 75 constraints
0.25/0.50	c 0	Converting to clausal form CSP
0.25/0.52	c 0	converted 26 (10%) expressions
0.25/0.52	c 0	converted 51 (20%) expressions
0.25/0.52	c 0	converted 77 (30%) expressions
0.25/0.52	c 0	converted 102 (40%) expressions
0.25/0.53	c 0	converted 127 (50%) expressions
0.25/0.54	c 0	converted 153 (60%) expressions
0.25/0.54	c 0	converted 178 (70%) expressions
0.25/0.55	c 0	converted 204 (80%) expressions
0.25/0.55	c 0	converted 229 (90%) expressions
0.25/0.60	c 0	converted 254 (100%) expressions
0.25/0.60	c 0	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 113
0.25/0.60	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.60	c 0	Propagation in CSP
0.25/0.62	c 0	71 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.25/0.62	c 0	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.25/0.62	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.62	c 0	Simplifing CSP by introducing new Boolean variables
0.25/0.62	c 0	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.25/0.62	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.64	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.25/0.65	c 1	18 (10%) CSP integer variables are encoded (144 clauses, 1456 bytes)
0.25/0.65	c 1	35 (20%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.25/0.66	c 1	53 (30%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.25/0.66	c 1	70 (40%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.25/0.66	c 1	88 (50%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.25/0.66	c 1	105 (60%) CSP integer variables are encoded (282 clauses, 2974 bytes)
0.25/0.66	c 1	123 (70%) CSP integer variables are encoded (346 clauses, 3678 bytes)
0.25/0.66	c 1	140 (80%) CSP integer variables are encoded (442 clauses, 4734 bytes)
0.25/0.66	c 1	158 (90%) CSP integer variables are encoded (506 clauses, 5438 bytes)
0.25/0.66	c 1	175 (100%) CSP integer variables are encoded (977 clauses, 10920 bytes)
0.25/0.69	c 1	23 (10%) CSP clauses are encoded (1366 clauses, 17430 bytes)
0.25/0.71	c 1	45 (20%) CSP clauses are encoded (1758 clauses, 24297 bytes)
0.25/0.71	c 1	68 (30%) CSP clauses are encoded (2157 clauses, 31694 bytes)
0.25/0.72	c 1	90 (40%) CSP clauses are encoded (2360 clauses, 35138 bytes)
0.25/0.72	c 1	112 (50%) CSP clauses are encoded (2792 clauses, 41278 bytes)
0.25/0.73	c 1	135 (60%) CSP clauses are encoded (2969 clauses, 43661 bytes)
0.25/0.73	c 1	157 (70%) CSP clauses are encoded (4137 clauses, 60946 bytes)
0.25/0.73	c 1	180 (80%) CSP clauses are encoded (4315 clauses, 63347 bytes)
0.25/0.74	c 1	202 (90%) CSP clauses are encoded (6132 clauses, 88936 bytes)
0.25/0.75	c 1	224 (100%) CSP clauses are encoded (10831 clauses, 166404 bytes)
0.25/0.75	c 1	224 CSP clauses encoded
0.25/0.75	c 1	Writing map file : HOME/temp.map
0.25/0.75	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.75	c 1	SAT : 1152 SAT variables, 10831 SAT clauses, 166404 bytes
0.25/0.75	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.79	c 1	OBJECTIVE minimize _COST
0.25/0.79	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.25/0.79	c 1	SEARCHING: _COST <= 38
0.25/0.79	c 1	SOLVING HOME/temp.cnf
0.25/0.79	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.69/0.80	c 1	This is MiniSat 2.0 beta
0.69/0.80	c 1	WARNING: for repeatability, setting FPU to use double precision
0.69/0.80	c 1	============================[ Problem Statistics ]=============================
0.69/0.80	c 1	|                                                                             |
0.69/0.80	c 1	|  Number of variables:  1152                                                 |
0.69/0.80	c 1	|  Number of clauses:    10832                                                |
0.69/0.80	c 1	|  Parsing time:         0.00         s                                       |
0.69/0.81	c 1	============================[ Search Statistics ]==============================
0.69/0.81	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.81	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.81	c 1	===============================================================================
0.69/0.81	c 1	|         0 |     893     7608    21926 |     2536        0    nan |  0.000 % |
0.69/0.81	c 1	|       100 |     893     7608    21926 |     2789      100     11 | 22.483 % |
0.69/0.82	c 1	|       253 |     893     7608    21926 |     3068      253     13 | 22.485 % |
0.69/0.83	c 1	|       482 |     893     7608    21926 |     3375      482     13 | 22.484 % |
0.69/0.85	c 1	|       820 |     893     7608    21926 |     3712      820     13 | 22.485 % |
0.69/0.87	c 1	|      1327 |     893     7608    21926 |     4084     1327     13 | 22.489 % |
0.69/0.91	c 1	|      2086 |     893     7608    21926 |     4492     2086     15 | 22.484 % |
0.69/0.98	c 1	|      3225 |     893     7608    21926 |     4941     3225     14 | 22.484 % |
0.88/1.10	c 1	|      4934 |     893     7608    21926 |     5436     4934     14 | 22.489 % |
1.07/1.27	c 1	|      7496 |     893     7608    21926 |     5979     4481     14 | 22.484 % |
1.37/1.59	c 1	|     11342 |     893     7608    21926 |     6577     5046     14 | 22.484 % |
1.87/2.02	c 2	|     17110 |     893     7608    21926 |     7235     7167     20 | 22.484 % |
2.66/2.81	c 3	|     25759 |     893     7608    21926 |     7959     7830     19 | 22.484 % |
3.85/4.03	c 4	|     38734 |     893     7608    21926 |     8754     7773     20 | 22.483 % |
5.62/5.87	c 6	|     58195 |     893     7608    21926 |     9630     8295     18 | 22.483 % |
8.60/8.81	c 9	|     87388 |     893     7608    21926 |    10593     6418     19 | 22.486 % |
13.25/13.57	c 13	|    131178 |     893     7608    21926 |    11652    10542     20 | 22.487 % |
20.29/20.64	c 20	===============================================================================
20.29/20.64	c 20	restarts              : 17
20.29/20.64	c 20	conflicts             : 194623         (9910 /sec)
20.29/20.64	c 20	decisions             : 226117         (0.78 % random) (11513 /sec)
20.29/20.64	c 20	propagations          : 18813312       (957907 /sec)
20.29/20.64	c 20	conflict literals     : 4293268        (34.81 % deleted)
20.29/20.64	c 20	Memory used           : 4.79 MB
20.29/20.64	c 20	CPU time              : 19.64 s
20.29/20.64	c 20	
20.29/20.64	c 21	SATISFIABLE
20.29/20.64	c 21	FOUND: _COST <= 38
20.29/20.64	s SATISFIABLE
20.29/20.64	c 21	DECODING HOME/temp.out WITH HOME/temp.map
20.29/20.64	c 21	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
20.35/20.72	c 21	Decoding HOME/temp.out
20.35/20.76	c 21	OBJECTIVE _COST 38
20.35/20.76	o 38
20.35/20.76	v 6 2 9 2 0 9 0 2 9 9 1 3 3 7 4 8 4 4 9 0 0 1 9 4 9
20.35/20.77	c 21	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
20.46/20.81	c 21	OBJECTIVE BOUND: 0 <= _COST <= 38
20.46/20.81	c 21	SEARCHING: _COST <= 19
20.46/20.81	c 21	SOLVING HOME/temp.cnf
20.46/20.81	c 21	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
20.46/20.81	c 21	This is MiniSat 2.0 beta
20.46/20.81	c 21	WARNING: for repeatability, setting FPU to use double precision
20.46/20.81	c 21	============================[ Problem Statistics ]=============================
20.46/20.81	c 21	|                                                                             |
20.46/20.81	c 21	|  Number of variables:  1152                                                 |
20.46/20.81	c 21	|  Number of clauses:    10832                                                |
20.46/20.81	c 21	|  Parsing time:         0.00         s                                       |
20.46/20.82	c 21	============================[ Search Statistics ]==============================
20.46/20.82	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.46/20.82	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.46/20.82	c 21	===============================================================================
20.46/20.82	c 21	|         0 |     741     5594    16321 |     1864        0    nan |  0.000 % |
20.46/20.82	c 21	|       101 |     741     5594    16321 |     2051      101     11 | 35.678 % |
20.46/20.83	c 21	|       252 |     741     5594    16321 |     2256      252     11 | 35.679 % |
20.46/20.84	c 21	|       479 |     741     5594    16321 |     2481      479     12 | 35.678 % |
20.46/20.85	c 21	|       818 |     741     5594    16321 |     2730      818     12 | 35.678 % |
20.46/20.88	c 21	|      1324 |     741     5594    16321 |     3003     1324     12 | 35.679 % |
20.48/20.93	c 21	|      2084 |     741     5594    16321 |     3303     2084     13 | 35.678 % |
20.48/21.00	c 21	|      3223 |     741     5594    16321 |     3633     3223     13 | 35.679 % |
20.48/21.11	c 21	|      4931 |     741     5594    16321 |     3997     2787     12 | 35.677 % |
20.48/21.26	c 21	|      7494 |     741     5594    16321 |     4396     3070     11 | 35.678 % |
20.48/21.52	c 21	|     11340 |     741     5594    16321 |     4836     4377     15 | 35.678 % |
21.56/21.92	c 22	|     17109 |     741     5594    16321 |     5320     4676     13 | 35.679 % |
22.15/22.53	c 22	|     25758 |     741     5594    16321 |     5852     4420     11 | 35.679 % |
23.13/23.52	c 23	|     38733 |     741     5594    16321 |     6437     4399     11 | 35.680 % |
24.62/25.09	c 25	|     58195 |     741     5594    16321 |     7081     6153     12 | 35.678 % |
26.90/27.38	c 27	|     87387 |     741     5594    16321 |     7789     4533     11 | 35.680 % |
30.56/31.05	c 31	|    131177 |     737     5541    16117 |     8568     5105     14 | 36.024 % |
32.74/33.24	c 33	===============================================================================
32.74/33.24	c 33	restarts              : 17
32.74/33.24	c 33	conflicts             : 155798         (12659 /sec)
32.74/33.24	c 33	decisions             : 190843         (1.14 % random) (15507 /sec)
32.74/33.24	c 33	propagations          : 16538859       (1343844 /sec)
32.74/33.24	c 33	conflict literals     : 2097102        (35.02 % deleted)
32.74/33.24	c 33	Memory used           : 3.60 MB
32.74/33.24	c 33	CPU time              : 12.3071 s
32.74/33.24	c 33	
32.74/33.24	c 33	UNSATISFIABLE
32.74/33.24	c 33	NOT FOUND: _COST <= 19
32.74/33.24	c 33	OBJECTIVE BOUND: 20 <= _COST <= 38
32.74/33.24	c 33	SEARCHING: _COST <= 29
32.74/33.24	c 33	SOLVING HOME/temp.cnf
32.74/33.24	c 33	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
32.74/33.24	c 33	This is MiniSat 2.0 beta
32.74/33.24	c 33	WARNING: for repeatability, setting FPU to use double precision
32.74/33.24	c 33	============================[ Problem Statistics ]=============================
32.74/33.24	c 33	|                                                                             |
32.74/33.24	c 33	|  Number of variables:  1152                                                 |
32.74/33.24	c 33	|  Number of clauses:    10832                                                |
32.74/33.25	c 33	|  Parsing time:         0.01         s                                       |
32.74/33.25	c 33	============================[ Search Statistics ]==============================
32.74/33.25	c 33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.74/33.25	c 33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.74/33.25	c 33	===============================================================================
32.74/33.25	c 33	|         0 |     821     6699    19406 |     2233        0    nan |  0.000 % |
32.74/33.25	c 33	|       101 |     821     6699    19406 |     2456      101     11 | 28.733 % |
32.74/33.26	c 33	|       252 |     821     6699    19406 |     2701      252     12 | 28.734 % |
32.74/33.27	c 33	|       478 |     821     6699    19406 |     2972      478     13 | 28.735 % |
32.74/33.29	c 33	|       815 |     821     6699    19406 |     3269      815     14 | 28.736 % |
32.80/33.32	c 33	|      1321 |     821     6699    19406 |     3596     1321     15 | 28.733 % |
32.80/33.36	c 33	|      2080 |     821     6699    19406 |     3955     2080     15 | 28.734 % |
32.80/33.43	c 33	|      3220 |     821     6699    19406 |     4351     3220     15 | 28.735 % |
32.80/33.54	c 33	|      4930 |     821     6699    19406 |     4786     4930     15 | 28.735 % |
32.80/33.71	c 34	|      7493 |     821     6699    19406 |     5265     4795     15 | 28.735 % |
32.80/33.97	c 34	|     11337 |     821     6699    19406 |     5791     5668     15 | 28.733 % |
33.94/34.42	c 34	|     17104 |     821     6699    19406 |     6371     4990     15 | 28.736 % |
34.64/35.11	c 35	|     25754 |     821     6699    19406 |     7008     6604     13 | 28.736 % |
35.73/36.29	c 36	|     38730 |     821     6699    19406 |     7708     4122     16 | 28.737 % |
37.51/38.05	c 38	|     58191 |     821     6699    19406 |     8479     6814     17 | 28.733 % |
40.27/40.81	c 41	|     87383 |     821     6699    19406 |     9327     8659     17 | 28.733 % |
44.64/45.21	c 45	|    131172 |     821     6699    19406 |    10260     7418     14 | 28.736 % |
51.27/52.00	c 52	|    196856 |     821     6699    19406 |    11286     7616     16 | 28.734 % |
61.78/62.52	c 62	|    295384 |     821     6699    19406 |    12415    10470     14 | 28.734 % |
77.92/78.85	c 79	|    443174 |     821     6699    19406 |    13656     7844     17 | 28.734 % |
103.97/105.16	c 105	|    664858 |     821     6699    19406 |    15022     7470     19 | 28.736 % |
145.97/147.53	c 147	|    997383 |     821     6699    19406 |    16524    10672     20 | 28.734 % |
213.14/215.35	c 215	|   1496172 |     821     6699    19406 |    18177    10853     17 | 28.736 % |
320.92/324.19	c 324	|   2244356 |     821     6699    19406 |    19994    15180     19 | 28.737 % |
490.02/494.85	c 495	|   3366631 |     821     6699    19406 |    21994    12124     17 | 28.737 % |
769.47/776.98	c 777	|   5050045 |     821     6699    19406 |    24193    20080     20 | 28.737 % |
1223.57/1235.37	c 1235	|   7575161 |     821     6699    19406 |    26613    20826     20 | 28.737 % |
1957.90/1976.66	c 1977	|  11362836 |     821     6699    19406 |    29274    20855     16 | 28.737 % |
3146.63/3176.64	c 3177	|  17044350 |     815     6609    19139 |    32202    23887     23 | 29.254 % |
3600.05/3634.31	sh: line 1: 26985 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.05/3634.31	c ERROR unknown output  in HOME/temp.out
3600.05/3634.31	c 3634	CPU 3599.87 (0.04 0.01 3599.83 0.18)
3600.05/3634.31	c 3634	END Mon Jul 14 13:31:13 2008

Verifier Data (download as text)

OK	38	37
38 unsatisfied constraints, 37 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-1115588-1216031439/watcher-1115588-1216031439 -o /tmp/evaluation-result-1115588-1216031439/solver-1115588-1216031439 -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-1115588-1216031439.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.88 3.22 3.19 4/80 26947
/proc/meminfo: memFree=1788768/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=18572 CPUtime=0
/proc/26947/stat : 26947 (runsolver) R 26945 26947 26738 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 59845873 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 238487661863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26947/statm: 4643 292 257 25 0 2626 0

[startup+0.0684339 s]
/proc/loadavg: 2.88 3.22 3.19 4/80 26947
/proc/meminfo: memFree=1788768/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=0.03
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 59845873 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102507 s]
/proc/loadavg: 2.88 3.22 3.19 4/80 26947
/proc/meminfo: memFree=1788768/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=0.03
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 59845873 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302453 s]
/proc/loadavg: 2.88 3.22 3.19 4/80 26947
/proc/meminfo: memFree=1788768/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=0.03
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 916 127 0 0 3 0 0 0 15 0 1 0 59845873 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.7015 s]
/proc/loadavg: 2.88 3.22 3.19 4/80 26947
/proc/meminfo: memFree=1788768/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=0.25
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 974 4292 0 1 3 0 19 3 15 0 1 0 59845873 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13600

[startup+1.50159 s]
/proc/loadavg: 2.88 3.22 3.19 3/83 26971
/proc/meminfo: memFree=1785408/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=0.69
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1055 9669 0 2 3 1 58 7 15 0 1 0 59845873 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 804 374 3 0 500 0
[pid=26970] ppid=26947 vsize=5356 CPUtime=0
/proc/26970/stat : 26970 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59845953 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26970/statm: 1339 232 193 169 0 50 0
[pid=26971] ppid=26970 vsize=2884 CPUtime=0.68
/proc/26971/stat : 26971 (minisat) R 26970 26947 26738 0 -1 4194304 418 0 0 0 68 0 0 0 25 0 1 0 59845953 2953216 404 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/26971/statm: 721 404 75 150 0 568 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 21840

[startup+3.10177 s]
/proc/loadavg: 2.88 3.22 3.19 3/83 26971
/proc/meminfo: memFree=1784448/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=0.69
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1055 9669 0 2 3 1 58 7 15 0 1 0 59845873 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 804 374 3 0 500 0
[pid=26970] ppid=26947 vsize=5356 CPUtime=0
/proc/26970/stat : 26970 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59845953 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26970/statm: 1339 232 193 169 0 50 0
[pid=26971] ppid=26970 vsize=3412 CPUtime=2.27
/proc/26971/stat : 26971 (minisat) R 26970 26947 26738 0 -1 4194304 564 0 0 0 227 0 0 0 25 0 1 0 59845953 3493888 550 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/26971/statm: 853 550 75 150 0 700 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 22368

[startup+6.30114 s]
/proc/loadavg: 2.81 3.19 3.19 3/83 26971
/proc/meminfo: memFree=1783880/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=0.69
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1055 9669 0 2 3 1 58 7 16 0 1 0 59845873 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 804 374 3 0 500 0
[pid=26970] ppid=26947 vsize=5356 CPUtime=0
/proc/26970/stat : 26970 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59845953 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26970/statm: 1339 232 193 169 0 50 0
[pid=26971] ppid=26970 vsize=3940 CPUtime=5.43
/proc/26971/stat : 26971 (minisat) R 26970 26947 26738 0 -1 4194304 681 0 0 0 543 0 0 0 25 0 1 0 59845953 4034560 667 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/26971/statm: 985 667 75 150 0 832 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 22896

[startup+12.7019 s]
/proc/loadavg: 2.74 3.17 3.18 3/83 26971
/proc/meminfo: memFree=1782920/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=0.69
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1055 9669 0 2 3 1 58 7 16 0 1 0 59845873 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 804 374 3 0 500 0
[pid=26970] ppid=26947 vsize=5356 CPUtime=0
/proc/26970/stat : 26970 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59845953 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26970/statm: 1339 232 193 169 0 50 0
[pid=26971] ppid=26970 vsize=4616 CPUtime=11.77
/proc/26971/stat : 26971 (minisat) R 26970 26947 26738 0 -1 4194304 844 0 0 0 1177 0 0 0 25 0 1 0 59845953 4726784 830 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26971/statm: 1154 830 75 150 0 1001 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 23572

[startup+25.5023 s]
/proc/loadavg: 2.58 3.12 3.16 3/83 26983
/proc/meminfo: memFree=1784200/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=20.48
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1175 14603 0 3 4 1 2032 11 16 0 1 0 59845873 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 805 374 3 0 500 0
[pid=26982] ppid=26947 vsize=5356 CPUtime=0
/proc/26982/stat : 26982 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59847954 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26982/statm: 1339 232 193 169 0 50 0
[pid=26983] ppid=26982 vsize=3284 CPUtime=4.63
/proc/26983/stat : 26983 (minisat) R 26982 26947 26738 0 -1 4194304 512 0 0 0 463 0 0 0 25 0 1 0 59847954 3362816 498 996147200 134512640 135127466 4294956256 18446744073709551615 134531060 0 0 4096 3 0 0 0 17 1 0 0
/proc/26983/statm: 821 498 75 150 0 668 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 22240

[startup+51.1022 s]
/proc/loadavg: 2.59 3.07 3.15 4/83 26985
/proc/meminfo: memFree=1733960/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=32.8
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1228 15537 0 3 4 1 3263 12 16 0 1 0 59845873 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 805 374 3 0 500 0
[pid=26984] ppid=26947 vsize=5356 CPUtime=0
/proc/26984/stat : 26984 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59849197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26984/statm: 1339 232 193 169 0 50 0
[pid=26985] ppid=26984 vsize=4488 CPUtime=17.68
/proc/26985/stat : 26985 (minisat) R 26984 26947 26738 0 -1 4194304 824 0 0 0 1768 0 0 0 25 0 1 0 59849198 4595712 810 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/26985/statm: 1122 810 75 150 0 969 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 23444

[startup+102.306 s]
/proc/loadavg: 2.67 3.02 3.12 3/83 26985
/proc/meminfo: memFree=1727496/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=32.8
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1228 15537 0 3 4 1 3263 12 16 0 1 0 59845873 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 805 374 3 0 500 0
[pid=26984] ppid=26947 vsize=5356 CPUtime=0
/proc/26984/stat : 26984 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59849197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26984/statm: 1339 232 193 169 0 50 0
[pid=26985] ppid=26984 vsize=6124 CPUtime=68.4
/proc/26985/stat : 26985 (minisat) R 26984 26947 26738 0 -1 4194304 1214 0 0 0 6840 0 0 0 25 0 1 0 59849198 6270976 1200 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/26985/statm: 1531 1200 75 150 0 1378 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 25080

[startup+162.303 s]
/proc/loadavg: 2.67 2.95 3.09 4/83 26985
/proc/meminfo: memFree=1726280/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=32.8
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1228 15537 0 3 4 1 3263 12 16 0 1 0 59845873 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 805 374 3 0 500 0
[pid=26984] ppid=26947 vsize=5356 CPUtime=0
/proc/26984/stat : 26984 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59849197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26984/statm: 1339 232 193 169 0 50 0
[pid=26985] ppid=26984 vsize=7148 CPUtime=127.84
/proc/26985/stat : 26985 (minisat) R 26984 26947 26738 0 -1 4194304 1480 0 0 0 12783 1 0 0 25 0 1 0 59849198 7319552 1466 996147200 134512640 135127466 4294956256 18446744073709551615 134523510 0 0 4096 3 0 0 0 17 1 0 0
/proc/26985/statm: 1787 1466 75 150 0 1634 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 26104

[startup+222.303 s]
/proc/loadavg: 2.70 2.91 3.06 4/83 26985
/proc/meminfo: memFree=1725384/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=32.8
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1228 15537 0 3 4 1 3263 12 16 0 1 0 59845873 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 805 374 3 0 500 0
[pid=26984] ppid=26947 vsize=5356 CPUtime=0
/proc/26984/stat : 26984 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59849197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26984/statm: 1339 232 193 169 0 50 0
[pid=26985] ppid=26984 vsize=8228 CPUtime=187.27
/proc/26985/stat : 26985 (minisat) R 26984 26947 26738 0 -1 4194304 1716 0 0 0 18726 1 0 0 25 0 1 0 59849198 8425472 1702 996147200 134512640 135127466 4294956256 18446744073709551615 134528448 0 0 4096 3 0 0 0 17 1 0 0
/proc/26985/statm: 2057 1702 75 150 0 1904 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 27184

[startup+282.303 s]
/proc/loadavg: 2.62 2.85 3.03 4/83 26985
/proc/meminfo: memFree=1724744/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=32.8
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1228 15537 0 3 4 1 3263 12 16 0 1 0 59845873 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 805 374 3 0 500 0
[pid=26984] ppid=26947 vsize=5356 CPUtime=0
/proc/26984/stat : 26984 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59849197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26984/statm: 1339 232 193 169 0 50 0

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

[pid=26947] ppid=26945 vsize=13600 CPUtime=32.8
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1228 15537 0 3 4 1 3263 12 16 0 1 0 59845873 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 805 374 3 0 500 0
[pid=26984] ppid=26947 vsize=5356 CPUtime=0
/proc/26984/stat : 26984 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59849197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26984/statm: 1339 232 193 169 0 50 0
[pid=26985] ppid=26984 vsize=20228 CPUtime=3040.23
/proc/26985/stat : 26985 (minisat) R 26984 26947 26738 0 -1 4194304 4552 0 0 0 304019 4 0 0 25 0 1 0 59849198 20713472 4538 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26985/statm: 5057 4538 75 150 0 4904 0
Current children cumulated CPU time (s) 3073.03
Current children cumulated vsize (KiB) 39184

[startup+3162.3 s]
/proc/loadavg: 2.63 2.66 2.63 4/83 26993
/proc/meminfo: memFree=1712008/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=32.8
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1228 15537 0 3 4 1 3263 12 16 0 1 0 59845873 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 805 374 3 0 500 0
[pid=26984] ppid=26947 vsize=5356 CPUtime=0
/proc/26984/stat : 26984 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59849197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26984/statm: 1339 232 193 169 0 50 0
[pid=26985] ppid=26984 vsize=20544 CPUtime=3099.67
/proc/26985/stat : 26985 (minisat) R 26984 26947 26738 0 -1 4194304 4621 0 0 0 309963 4 0 0 25 0 1 0 59849198 21037056 4607 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 1 0 0
/proc/26985/statm: 5136 4607 75 150 0 4983 0
Current children cumulated CPU time (s) 3132.47
Current children cumulated vsize (KiB) 39500

[startup+3222.3 s]
/proc/loadavg: 2.83 2.70 2.65 4/83 26993
/proc/meminfo: memFree=1711816/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=32.8
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1228 15537 0 3 4 1 3263 12 16 0 1 0 59845873 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 805 374 3 0 500 0
[pid=26984] ppid=26947 vsize=5356 CPUtime=0
/proc/26984/stat : 26984 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59849197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26984/statm: 1339 232 193 169 0 50 0
[pid=26985] ppid=26984 vsize=20848 CPUtime=3159.1
/proc/26985/stat : 26985 (minisat) R 26984 26947 26738 0 -1 4194304 4667 0 0 0 315906 4 0 0 25 0 1 0 59849198 21348352 4653 996147200 134512640 135127466 4294956256 18446744073709551615 134521718 0 0 4096 3 0 0 0 17 1 0 0
/proc/26985/statm: 5212 4653 75 150 0 5059 0
Current children cumulated CPU time (s) 3191.9
Current children cumulated vsize (KiB) 39804

[startup+3282.3 s]
/proc/loadavg: 2.61 2.66 2.63 4/83 26993
/proc/meminfo: memFree=1711432/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=32.8
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1228 15537 0 3 4 1 3263 12 16 0 1 0 59845873 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 805 374 3 0 500 0
[pid=26984] ppid=26947 vsize=5356 CPUtime=0
/proc/26984/stat : 26984 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59849197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26984/statm: 1339 232 193 169 0 50 0
[pid=26985] ppid=26984 vsize=21156 CPUtime=3218.55
/proc/26985/stat : 26985 (minisat) R 26984 26947 26738 0 -1 4194304 4763 0 0 0 321850 5 0 0 25 0 1 0 59849198 21663744 4749 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26985/statm: 5289 4749 75 150 0 5136 0
Current children cumulated CPU time (s) 3251.35
Current children cumulated vsize (KiB) 40112

[startup+3342.3 s]
/proc/loadavg: 2.68 2.67 2.64 3/83 26993
/proc/meminfo: memFree=1711368/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=32.8
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1228 15537 0 3 4 1 3263 12 16 0 1 0 59845873 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 805 374 3 0 500 0
[pid=26984] ppid=26947 vsize=5356 CPUtime=0
/proc/26984/stat : 26984 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59849197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26984/statm: 1339 232 193 169 0 50 0
[pid=26985] ppid=26984 vsize=21156 CPUtime=3277.98
/proc/26985/stat : 26985 (minisat) R 26984 26947 26738 0 -1 4194304 4765 0 0 0 327793 5 0 0 25 0 1 0 59849198 21663744 4751 996147200 134512640 135127466 4294956256 18446744073709551615 134528362 0 0 4096 3 0 0 0 17 1 0 0
/proc/26985/statm: 5289 4751 75 150 0 5136 0
Current children cumulated CPU time (s) 3310.78
Current children cumulated vsize (KiB) 40112

[startup+3402.31 s]
/proc/loadavg: 2.55 2.64 2.63 4/83 26993
/proc/meminfo: memFree=1711176/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=32.8
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1228 15537 0 3 4 1 3263 12 16 0 1 0 59845873 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 805 374 3 0 500 0
[pid=26984] ppid=26947 vsize=5356 CPUtime=0
/proc/26984/stat : 26984 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59849197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26984/statm: 1339 232 193 169 0 50 0
[pid=26985] ppid=26984 vsize=21344 CPUtime=3337.42
/proc/26985/stat : 26985 (minisat) R 26984 26947 26738 0 -1 4194304 4794 0 0 0 333737 5 0 0 25 0 1 0 59849198 21856256 4780 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/26985/statm: 5336 4780 75 150 0 5183 0
Current children cumulated CPU time (s) 3370.22
Current children cumulated vsize (KiB) 40300

[startup+3462.3 s]
/proc/loadavg: 2.65 2.65 2.63 4/83 26993
/proc/meminfo: memFree=1710984/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=32.8
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1228 15537 0 3 4 1 3263 12 16 0 1 0 59845873 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 805 374 3 0 500 0
[pid=26984] ppid=26947 vsize=5356 CPUtime=0
/proc/26984/stat : 26984 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59849197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26984/statm: 1339 232 193 169 0 50 0
[pid=26985] ppid=26984 vsize=21488 CPUtime=3396.86
/proc/26985/stat : 26985 (minisat) R 26984 26947 26738 0 -1 4194304 4832 0 0 0 339681 5 0 0 25 0 1 0 59849198 22003712 4818 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/26985/statm: 5372 4818 75 150 0 5219 0
Current children cumulated CPU time (s) 3429.66
Current children cumulated vsize (KiB) 40444

[startup+3522.3 s]
/proc/loadavg: 2.74 2.67 2.64 4/83 26993
/proc/meminfo: memFree=1710920/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=32.8
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1228 15537 0 3 4 1 3263 12 16 0 1 0 59845873 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 805 374 3 0 500 0
[pid=26984] ppid=26947 vsize=5356 CPUtime=0
/proc/26984/stat : 26984 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59849197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26984/statm: 1339 232 193 169 0 50 0
[pid=26985] ppid=26984 vsize=21652 CPUtime=3456.29
/proc/26985/stat : 26985 (minisat) R 26984 26947 26738 0 -1 4194304 4854 0 0 0 345624 5 0 0 25 0 1 0 59849198 22171648 4840 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26985/statm: 5413 4840 75 150 0 5260 0
Current children cumulated CPU time (s) 3489.09
Current children cumulated vsize (KiB) 40608

[startup+3582.3 s]
/proc/loadavg: 2.78 2.68 2.64 4/83 26993
/proc/meminfo: memFree=1710472/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=32.8
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1228 15537 0 3 4 1 3263 12 16 0 1 0 59845873 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 805 374 3 0 500 0
[pid=26984] ppid=26947 vsize=5356 CPUtime=0
/proc/26984/stat : 26984 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59849197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26984/statm: 1339 232 193 169 0 50 0
[pid=26985] ppid=26984 vsize=21988 CPUtime=3515.73
/proc/26985/stat : 26985 (minisat) R 26984 26947 26738 0 -1 4194304 4939 0 0 0 351568 5 0 0 25 0 1 0 59849198 22515712 4925 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/26985/statm: 5497 4925 75 150 0 5344 0
Current children cumulated CPU time (s) 3548.53
Current children cumulated vsize (KiB) 40944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.3 s]
/proc/loadavg: 2.83 2.72 2.65 3/83 26993
/proc/meminfo: memFree=1710216/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=32.8
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1228 15537 0 3 4 1 3263 12 16 0 1 0 59845873 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 805 374 3 0 500 0
[pid=26984] ppid=26947 vsize=5356 CPUtime=0
/proc/26984/stat : 26984 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59849197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26984/statm: 1339 232 193 169 0 50 0
[pid=26985] ppid=26984 vsize=22428 CPUtime=3567.25
/proc/26985/stat : 26985 (minisat) R 26984 26947 26738 0 -1 4194304 5050 0 0 0 356720 5 0 0 25 0 1 0 59849198 22966272 5036 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/26985/statm: 5607 5036 75 150 0 5454 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 41384

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

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

[startup+3634.3 s]
/proc/loadavg: 2.83 2.72 2.65 3/83 26993
/proc/meminfo: memFree=1710216/2055920 swapFree=4181104/4192956
[pid=26947] ppid=26945 vsize=13600 CPUtime=32.8
/proc/26947/stat : 26947 (sugar) S 26945 26947 26738 0 -1 4194304 1228 15537 0 3 4 1 3263 12 16 0 1 0 59845873 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26947/statm: 3400 805 374 3 0 500 0
[pid=26984] ppid=26947 vsize=5356 CPUtime=0
/proc/26984/stat : 26984 (sh) S 26947 26947 26738 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59849197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26984/statm: 1339 232 193 169 0 50 0
[pid=26985] ppid=26984 vsize=22428 CPUtime=3567.25
/proc/26985/stat : 26985 (minisat) R 26984 26947 26738 0 -1 4194304 5050 0 0 0 356720 5 0 0 25 0 1 0 59849198 22966272 5036 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/26985/statm: 5607 5036 75 150 0 5454 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 41384

Child status: 0
Real time (s): 3634.32
CPU time (s): 3600.08
CPU user time (s): 3599.88
CPU system time (s): 0.199969
CPU usage (%): 99.0579
Max. virtual memory (cumulated for all children) (KiB): 882996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.88
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22172
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= 1509
involuntary context switches= 80510

runsolver used 5.16921 second user time and 11.3573 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-14 12:30:39
IDJOB=1115588
IDBENCH=61888
IDSOLVER=368
FILE ID=node23/1115588-1216031439
PBS_JOBID= 7904878
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/randomMaxCSP/denseTight/normalized-vcsp-25-10-25-87-16_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-1115588-1216031439/watcher-1115588-1216031439 -o /tmp/evaluation-result-1115588-1216031439/solver-1115588-1216031439 -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-1115588-1216031439.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5e4359fb93bff837088699f28e896e1f
RANDOM SEED=1978004343

node23.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.240
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.240
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:       1789256 kB
Buffers:         38684 kB
Cached:         142516 kB
SwapCached:       5800 kB
Active:         145568 kB
Inactive:        66740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789256 kB
SwapTotal:     4192956 kB
SwapFree:      4181104 kB
Dirty:            3528 kB
Writeback:           0 kB
Mapped:          47232 kB
Slab:            39548 kB
Committed_AS:  1016372 kB
PageTables:       1944 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= 66540 MiB
End job on node23 at 2008-07-14 13:31:13