Trace number 1115796

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.09 3609.21

General information on the benchmark

Namemaxcsp/randomMaxCSP/completeTight/
normalized-vcsp-15-10-100-93-1_ext.xml
MD5SUM0bc19e66d18db135a30e77a74f3bda56
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints73
Best CPU time to get the best result obtained on this benchmark24.5463
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints105
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension105
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.05	c 0	Sugar v1-13 + HOME/minisat
0.01/0.05	c 0	BEGIN Mon Jul 14 14:24:14 2008
0.01/0.05	c 0	PID 23378
0.01/0.05	c 0	HOST node46.alineos.net
0.01/0.05	c 0	CONVERTING HOME/instance-1115796-1216038253.xml TO HOME/temp.csp
0.01/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115796-1216038253.xml' 'HOME/temp.csp'
0.03/0.32	c 0	1 domains, 15 variables, 0 predicates, 105 relations, 105 constraints
0.03/0.36	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.36	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.29/0.44	c 0	Parsing HOME/temp.csp
0.29/0.51	c 0	parsed 226 expressions
0.29/0.53	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.53	c 0	MAX CSP: 105 constraints
0.29/0.53	c 0	Converting to clausal form CSP
0.29/0.55	c 0	converted 34 (10%) expressions
0.29/0.55	c 0	converted 67 (20%) expressions
0.29/0.56	c 0	converted 101 (30%) expressions
0.29/0.56	c 0	converted 134 (40%) expressions
0.29/0.57	c 0	converted 167 (50%) expressions
0.29/0.57	c 0	converted 201 (60%) expressions
0.29/0.58	c 0	converted 234 (70%) expressions
0.29/0.59	c 0	converted 268 (80%) expressions
0.29/0.59	c 0	converted 301 (90%) expressions
0.29/0.65	c 0	converted 334 (100%) expressions
0.29/0.65	c 0	CSP : 225 integers, 0 booleans, 314 clauses, largest domain size 158
0.29/0.65	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.65	c 0	Propagation in CSP
0.29/0.67	c 0	101 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.29/0.67	c 0	CSP : 225 integers, 0 booleans, 314 clauses, largest domain size 106
0.29/0.67	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.67	c 0	Simplifing CSP by introducing new Boolean variables
0.29/0.67	c 0	CSP : 225 integers, 0 booleans, 314 clauses, largest domain size 106
0.29/0.67	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.69	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.29/0.70	c 0	23 (10%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.29/0.70	c 0	45 (20%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.29/0.70	c 0	68 (30%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.29/0.70	c 0	90 (40%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.29/0.70	c 0	113 (50%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.29/0.70	c 0	135 (60%) CSP integer variables are encoded (266 clauses, 2798 bytes)
0.29/0.71	c 0	158 (70%) CSP integer variables are encoded (353 clauses, 3755 bytes)
0.29/0.71	c 0	180 (80%) CSP integer variables are encoded (494 clauses, 5306 bytes)
0.29/0.71	c 0	203 (90%) CSP integer variables are encoded (1060 clauses, 12025 bytes)
0.29/0.71	c 0	225 (100%) CSP integer variables are encoded (1257 clauses, 14586 bytes)
0.29/0.74	c 0	32 (10%) CSP clauses are encoded (1685 clauses, 21037 bytes)
0.29/0.75	c 0	63 (20%) CSP clauses are encoded (2107 clauses, 27745 bytes)
0.29/0.76	c 0	95 (30%) CSP clauses are encoded (2534 clauses, 34623 bytes)
0.29/0.76	c 0	126 (40%) CSP clauses are encoded (2785 clauses, 38510 bytes)
0.29/0.77	c 0	157 (50%) CSP clauses are encoded (3626 clauses, 50658 bytes)
0.29/0.78	c 0	189 (60%) CSP clauses are encoded (3914 clauses, 54591 bytes)
0.29/0.78	c 0	220 (70%) CSP clauses are encoded (6097 clauses, 87223 bytes)
0.29/0.79	c 0	252 (80%) CSP clauses are encoded (9759 clauses, 141605 bytes)
0.29/0.80	c 0	283 (90%) CSP clauses are encoded (12840 clauses, 196513 bytes)
0.29/0.81	c 0	314 (100%) CSP clauses are encoded (18667 clauses, 301578 bytes)
0.29/0.81	c 0	314 CSP clauses encoded
0.29/0.81	c 0	Writing map file : HOME/temp.map
0.29/0.81	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.81	c 0	SAT : 1482 SAT variables, 18667 SAT clauses, 301578 bytes
0.29/0.81	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.83	c 0	OBJECTIVE minimize _COST
0.29/0.83	c 0	OBJECTIVE BOUND: 0 <= _COST <= 
0.29/0.83	c 0	SEARCHING: _COST <= 53
0.29/0.83	c 0	SOLVING HOME/temp.cnf
0.29/0.83	c 0	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.29/0.83	c 0	This is MiniSat 2.0 beta
0.29/0.83	c 0	WARNING: for repeatability, setting FPU to use double precision
0.29/0.83	c 0	============================[ Problem Statistics ]=============================
0.29/0.84	c 0	|                                                                             |
0.29/0.84	c 0	|  Number of variables:  1482                                                 |
0.29/0.84	c 0	|  Number of clauses:    18668                                                |
0.29/0.85	c 0	|  Parsing time:         0.01         s                                       |
0.29/0.85	c 0	============================[ Search Statistics ]==============================
0.29/0.85	c 0	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.85	c 0	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.85	c 0	===============================================================================
0.29/0.85	c 0	|         0 |    1118    12699    36146 |     4233        0    nan |  0.000 % |
0.29/0.85	c 0	|       100 |    1118    12699    36146 |     4656      100     13 | 24.562 % |
0.29/0.86	c 0	|       250 |    1118    12699    36146 |     5121      250     13 | 24.567 % |
0.29/0.88	c 0	|       476 |    1118    12699    36146 |     5634      476     15 | 24.562 % |
0.29/0.90	c 0	|       813 |    1118    12699    36146 |     6197      813     15 | 24.565 % |
0.75/0.92	c 0	|      1319 |    1118    12699    36146 |     6817     1319     15 | 24.564 % |
0.75/0.97	c 0	|      2078 |    1118    12699    36146 |     7499     2078     15 | 24.563 % |
0.90/1.05	c 1	|      3217 |    1118    12699    36146 |     8248     3217     16 | 24.563 % |
1.00/1.17	c 1	|      4925 |    1118    12699    36146 |     9073     4925     16 | 24.563 % |
1.30/1.40	c 1	|      7487 |    1113    12589    35831 |     9981     7486     16 | 24.903 % |
1.69/1.82	c 1	|     11331 |    1113    12589    35831 |    10979     5894     14 | 24.901 % |
2.29/2.47	c 2	|     17097 |    1113    12589    35831 |    12077    11660     15 | 24.901 % |
3.48/3.69	c 3	|     25746 |    1113    12589    35831 |    13284     7496     13 | 24.901 % |
5.26/5.44	c 5	|     38720 |    1113    12589    35831 |    14613    13425     18 | 24.901 % |
7.83/8.09	c 8	|     58182 |    1113    12589    35831 |    16074     9677     15 | 24.899 % |
12.20/12.41	c 12	|     87375 |    1113    12589    35831 |    17682    13575     15 | 24.899 % |
18.63/18.96	c 18	|    131165 |    1113    12589    35831 |    19450    11017     14 | 24.903 % |
28.83/29.29	c 29	|    196850 |    1113    12589    35831 |    21395    16123     15 | 24.904 % |
46.57/47.11	c 47	|    295376 |    1113    12589    35831 |    23535    14577     16 | 24.900 % |
74.58/75.41	c 75	|    443167 |    1113    12589    35831 |    25888    16348     16 | 24.901 % |
122.50/123.86	c 123	|    664850 |    1102    12425    35379 |    28477    23671     20 | 25.641 % |
199.34/201.40	c 201	|    997375 |    1080    11830    33678 |    31325    18147     17 | 27.126 % |
219.14/221.40	c 221	===============================================================================
219.14/221.40	c 221	restarts              : 22
219.14/221.40	c 221	conflicts             : 1074682        (4921 /sec)
219.14/221.40	c 221	decisions             : 1398998        (0.85 % random) (6407 /sec)
219.14/221.40	c 221	propagations          : 137643833      (630327 /sec)
219.14/221.40	c 221	conflict literals     : 19994684       (37.46 % deleted)
219.14/221.40	c 221	Memory used           : 10.07 MB
219.14/221.40	c 221	CPU time              : 218.369 s
219.14/221.40	c 221	
219.14/221.40	c 221	UNSATISFIABLE
219.14/221.40	c 221	NOT FOUND: _COST <= 53
219.14/221.40	c 221	OBJECTIVE BOUND: 54 <= _COST <= 
219.14/221.40	c 221	SEARCHING: _COST <= 80
219.14/221.40	c 221	SOLVING HOME/temp.cnf
219.14/221.40	c 221	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
219.14/221.41	c 221	This is MiniSat 2.0 beta
219.14/221.41	c 221	WARNING: for repeatability, setting FPU to use double precision
219.14/221.41	c 221	============================[ Problem Statistics ]=============================
219.14/221.41	c 221	|                                                                             |
219.14/221.41	c 221	|  Number of variables:  1482                                                 |
219.14/221.41	c 221	|  Number of clauses:    18668                                                |
219.14/221.42	c 221	|  Parsing time:         0.01         s                                       |
219.14/221.42	c 221	============================[ Search Statistics ]==============================
219.14/221.42	c 221	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
219.14/221.42	c 221	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
219.14/221.42	c 221	===============================================================================
219.14/221.42	c 221	|         0 |    1307    16020    45595 |     5340        0    nan |  0.000 % |
219.14/221.43	c 221	|       100 |    1307    16020    45595 |     5874      100     14 | 11.809 % |
219.14/221.44	c 221	|       250 |    1307    16020    45595 |     6461      250     16 | 11.810 % |
219.14/221.45	c 221	|       475 |    1307    16020    45595 |     7107      475     17 | 11.814 % |
219.14/221.46	c 221	|       812 |    1307    16020    45595 |     7818      812     16 | 11.809 % |
219.14/221.49	c 221	|      1318 |    1307    16020    45595 |     8600     1318     17 | 11.809 % |
219.15/221.54	c 221	|      2078 |    1307    16020    45595 |     9460     2078     18 | 11.817 % |
219.15/221.61	c 221	|      3218 |    1299    15860    45144 |    10406     3217     18 | 12.349 % |
219.15/221.73	c 221	|      4926 |    1295    15755    44840 |    11446     4924     19 | 12.618 % |
219.15/221.93	c 221	|      7490 |    1295    15755    44840 |    12591     7488     19 | 12.621 % |
219.93/222.23	c 222	|     11336 |    1295    15755    44840 |    13850    11334     20 | 12.619 % |
220.52/222.84	c 222	|     17105 |    1295    15755    44840 |    15235     9684     21 | 12.619 % |
221.51/223.81	c 223	|     25757 |    1295    15755    44840 |    16759    10175     31 | 12.619 % |
223.09/225.49	c 225	|     38731 |    1295    15755    44840 |    18435    14298     25 | 12.619 % |
226.05/228.49	c 228	|     58193 |    1295    15755    44840 |    20278    14314     22 | 12.618 % |
227.04/229.43	c 229	===============================================================================
227.04/229.43	c 229	restarts              : 15
227.04/229.43	c 229	conflicts             : 63744          (8039 /sec)
227.04/229.43	c 229	decisions             : 78319          (0.55 % random) (9877 /sec)
227.04/229.43	c 229	propagations          : 6625455        (835514 /sec)
227.04/229.43	c 229	conflict literals     : 1557332        (27.03 % deleted)
227.04/229.43	c 229	Memory used           : 5.87 MB
227.04/229.43	c 229	CPU time              : 7.92979 s
227.04/229.43	c 229	
227.04/229.43	c 229	SATISFIABLE
227.04/229.43	c 229	FOUND: _COST <= 80
227.04/229.43	s SATISFIABLE
227.04/229.43	c 229	DECODING HOME/temp.out WITH HOME/temp.map
227.04/229.43	c 229	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
227.09/229.52	c 229	Decoding HOME/temp.out
227.09/229.55	c 229	OBJECTIVE _COST 80
227.09/229.55	o 80
227.09/229.55	v 6 5 9 9 8 9 4 0 7 7 3 3 7 8 3
227.09/229.56	c 229	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
227.09/229.63	c 229	OBJECTIVE BOUND: 54 <= _COST <= 80
227.09/229.63	c 229	SEARCHING: _COST <= 67
227.09/229.63	c 229	SOLVING HOME/temp.cnf
227.09/229.63	c 229	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
227.09/229.66	c 229	This is MiniSat 2.0 beta
227.09/229.66	c 229	WARNING: for repeatability, setting FPU to use double precision
227.09/229.66	c 229	============================[ Problem Statistics ]=============================
227.09/229.66	c 229	|                                                                             |
227.09/229.66	c 229	|  Number of variables:  1482                                                 |
227.09/229.66	c 229	|  Number of clauses:    18668                                                |
227.09/229.67	c 229	|  Parsing time:         0.01         s                                       |
227.09/229.67	c 229	============================[ Search Statistics ]==============================
227.09/229.67	c 229	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
227.09/229.67	c 229	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
227.09/229.67	c 229	===============================================================================
227.09/229.67	c 229	|         0 |    1216    14421    41046 |     4807        0    nan |  0.000 % |
227.09/229.68	c 229	|       101 |    1216    14421    41046 |     5287      101     18 | 17.949 % |
227.09/229.69	c 229	|       253 |    1216    14421    41046 |     5816      253     16 | 17.950 % |
227.22/229.70	c 229	|       480 |    1216    14421    41046 |     6398      480     15 | 17.953 % |
227.22/229.72	c 229	|       817 |    1216    14421    41046 |     7037      817     15 | 17.951 % |
227.22/229.74	c 229	|      1323 |    1216    14421    41046 |     7741     1323     14 | 17.951 % |
227.22/229.78	c 229	|      2082 |    1216    14421    41046 |     8515     2082     15 | 17.949 % |
227.35/229.86	c 229	|      3221 |    1216    14421    41046 |     9367     3221     14 | 17.951 % |
227.45/229.98	c 229	|      4929 |    1216    14421    41046 |    10304     4929     14 | 17.957 % |
227.75/230.22	c 230	|      7491 |    1216    14421    41046 |    11334     7491     15 | 17.950 % |
228.04/230.55	c 230	|     11335 |    1212    14315    40739 |    12468    11333     16 | 18.219 % |
228.64/231.13	c 231	|     17101 |    1212    14315    40739 |    13714    10381     17 | 18.223 % |
229.63/232.17	c 232	|     25751 |    1212    14315    40739 |    15086    11691     18 | 18.219 % |
231.31/233.83	c 233	|     38726 |    1212    14315    40739 |    16595     8665     18 | 18.227 % |
234.08/236.63	c 236	|     58190 |    1212    14315    40739 |    18254    10587     19 | 18.219 % |
238.24/240.84	c 240	|     87382 |    1212    14315    40739 |    20080    10917     22 | 18.219 % |
245.07/247.75	c 247	|    131171 |    1202    14142    40256 |    22088    12655     18 | 18.895 % |
257.64/260.42	c 260	|    196859 |    1202    14142    40256 |    24296    20607     23 | 18.896 % |
275.86/278.85	c 278	|    295385 |    1191    13999    39867 |    26726    17569     27 | 19.638 % |
312.29/315.64	c 315	|    443175 |    1191    13999    39867 |    29399    25437     25 | 19.638 % |
370.51/374.50	c 374	|    664858 |    1191    13999    39867 |    32339    26731     25 | 19.638 % |
464.19/469.01	c 469	|    997383 |    1191    13999    39867 |    35573    32580     22 | 19.636 % |
611.03/617.34	c 617	|   1496171 |    1191    13999    39867 |    39130    18249     19 | 19.638 % |
826.17/834.33	c 834	|   2244354 |    1191    13999    39867 |    43043    17873     18 | 19.644 % |
1193.64/1201.95	c 1201	|   3366631 |    1181    13861    39488 |    47347    20961     23 | 20.311 % |
1750.74/1759.28	c 1759	|   5050042 |    1181    13861    39488 |    52082    41219     22 | 20.315 % |
2681.09/2689.96	c 2689	|   7575161 |    1164    13497    38448 |    57290    25380     26 | 21.461 % |
3600.05/3609.21	sh: line 1: 23416 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.05/3609.21	c ERROR unknown output  in HOME/temp.out
3600.05/3609.21	c 3609	CPU 3599.69 (0.04 0.01 3599.65 0.37)
3600.05/3609.21	c 3609	END Mon Jul 14 15:24:23 2008

Verifier Data (download as text)

OK	79	26
79 unsatisfied constraints, 26 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-1115796-1216038253/watcher-1115796-1216038253 -o /tmp/evaluation-result-1115796-1216038253/solver-1115796-1216038253 -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-1115796-1216038253.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.50 2.55 2.54 5/80 23378
/proc/meminfo: memFree=1645256/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=12268 CPUtime=0
/proc/23378/stat : 23378 (sugar) D 23376 23378 23001 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 60524552 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 212218903141 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/23378/statm: 3067 316 241 3 0 167 0

[startup+0.026254 s]
/proc/loadavg: 2.50 2.55 2.54 5/80 23378
/proc/meminfo: memFree=1645256/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=12676 CPUtime=0.01
/proc/23378/stat : 23378 (sugar) D 23376 23378 23001 0 -1 4194304 531 0 0 0 1 0 0 0 18 0 1 0 60524552 12980224 499 996147200 4194304 4206940 548682068592 18446744073709551615 212218903141 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/23378/statm: 3169 499 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.106466 s]
/proc/loadavg: 2.50 2.55 2.54 5/80 23378
/proc/meminfo: memFree=1645256/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=0.03
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 60524552 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23378/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301486 s]
/proc/loadavg: 2.50 2.55 2.54 5/80 23378
/proc/meminfo: memFree=1645256/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=0.03
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 60524552 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23378/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702525 s]
/proc/loadavg: 2.50 2.55 2.54 5/80 23378
/proc/meminfo: memFree=1645256/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=0.29
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 974 4282 0 1 3 1 23 2 15 0 1 0 60524552 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23378/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13600

[startup+1.50161 s]
/proc/loadavg: 2.50 2.55 2.54 4/83 23402
/proc/meminfo: memFree=1641776/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=0.75
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1055 9690 0 2 3 1 64 7 15 0 1 0 60524552 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23378/statm: 3400 804 374 3 0 500 0
[pid=23401] ppid=23378 vsize=5356 CPUtime=0
/proc/23401/stat : 23401 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 60524636 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23401/statm: 1339 232 193 169 0 50 0
[pid=23402] ppid=23401 vsize=3404 CPUtime=0.65
/proc/23402/stat : 23402 (minisat) R 23401 23378 23001 0 -1 4194304 579 0 0 0 65 0 0 0 25 0 1 0 60524636 3485696 565 996147200 134512640 135127466 4294956256 18446744073709551615 134528598 0 0 4096 3 0 0 0 17 1 0 0
/proc/23402/statm: 851 565 75 150 0 698 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 22360

[startup+3.10278 s]
/proc/loadavg: 2.50 2.55 2.54 4/83 23402
/proc/meminfo: memFree=1640688/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=0.75
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1055 9690 0 2 3 1 64 7 15 0 1 0 60524552 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23378/statm: 3400 804 374 3 0 500 0
[pid=23401] ppid=23378 vsize=5356 CPUtime=0
/proc/23401/stat : 23401 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 60524636 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23401/statm: 1339 232 193 169 0 50 0
[pid=23402] ppid=23401 vsize=3936 CPUtime=2.23
/proc/23402/stat : 23402 (minisat) R 23401 23378 23001 0 -1 4194304 709 0 0 0 223 0 0 0 25 0 1 0 60524636 4030464 695 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/23402/statm: 984 695 75 150 0 831 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 22892

[startup+6.30112 s]
/proc/loadavg: 2.54 2.56 2.55 3/83 23402
/proc/meminfo: memFree=1639856/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=0.75
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1055 9690 0 2 3 1 64 7 16 0 1 0 60524552 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23378/statm: 3400 804 374 3 0 500 0
[pid=23401] ppid=23378 vsize=5356 CPUtime=0
/proc/23401/stat : 23401 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 60524636 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23401/statm: 1339 232 193 169 0 50 0
[pid=23402] ppid=23401 vsize=4608 CPUtime=5.4
/proc/23402/stat : 23402 (minisat) R 23401 23378 23001 0 -1 4194304 872 0 0 0 540 0 0 0 25 0 1 0 60524636 4718592 858 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23402/statm: 1152 858 75 150 0 999 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 23564

[startup+12.7035 s]
/proc/loadavg: 2.58 2.57 2.55 4/83 23402
/proc/meminfo: memFree=1639152/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=0.76
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1055 9690 0 2 4 1 64 7 16 0 1 0 60524552 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23378/statm: 3400 804 374 3 0 500 0
[pid=23401] ppid=23378 vsize=5356 CPUtime=0
/proc/23401/stat : 23401 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 60524636 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23401/statm: 1339 232 193 169 0 50 0
[pid=23402] ppid=23401 vsize=4872 CPUtime=11.73
/proc/23402/stat : 23402 (minisat) R 23401 23378 23001 0 -1 4194304 958 0 0 0 1173 0 0 0 25 0 1 0 60524636 4988928 944 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23402/statm: 1218 944 75 150 0 1065 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 23828

[startup+25.5011 s]
/proc/loadavg: 2.53 2.56 2.54 4/83 23402
/proc/meminfo: memFree=1638768/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=0.76
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1055 9690 0 2 4 1 64 7 16 0 1 0 60524552 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23378/statm: 3400 804 374 3 0 500 0
[pid=23401] ppid=23378 vsize=5356 CPUtime=0
/proc/23401/stat : 23401 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 60524636 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23401/statm: 1339 232 193 169 0 50 0
[pid=23402] ppid=23401 vsize=5560 CPUtime=24.41
/proc/23402/stat : 23402 (minisat) R 23401 23378 23001 0 -1 4194304 1102 0 0 0 2441 0 0 0 25 0 1 0 60524636 5693440 1088 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23402/statm: 1390 1088 75 150 0 1237 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 24516

[startup+51.1018 s]
/proc/loadavg: 2.61 2.57 2.55 4/83 23402
/proc/meminfo: memFree=1637552/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=0.76
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1055 9690 0 2 4 1 64 7 16 0 1 0 60524552 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23378/statm: 3400 804 374 3 0 500 0
[pid=23401] ppid=23378 vsize=5356 CPUtime=0
/proc/23401/stat : 23401 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 60524636 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23401/statm: 1339 232 193 169 0 50 0
[pid=23402] ppid=23401 vsize=6772 CPUtime=49.77
/proc/23402/stat : 23402 (minisat) R 23401 23378 23001 0 -1 4194304 1411 0 0 0 4976 1 0 0 25 0 1 0 60524636 6934528 1397 996147200 134512640 135127466 4294956256 18446744073709551615 134531240 0 0 4096 3 0 0 0 17 1 0 0
/proc/23402/statm: 1693 1397 75 150 0 1540 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 25728

[startup+102.306 s]
/proc/loadavg: 2.64 2.59 2.55 4/83 23402
/proc/meminfo: memFree=1635376/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=0.76
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1055 9690 0 2 4 1 64 7 16 0 1 0 60524552 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23378/statm: 3400 804 374 3 0 500 0
[pid=23401] ppid=23378 vsize=5356 CPUtime=0
/proc/23401/stat : 23401 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 60524636 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23401/statm: 1339 232 193 169 0 50 0
[pid=23402] ppid=23401 vsize=8864 CPUtime=100.46
/proc/23402/stat : 23402 (minisat) R 23401 23378 23001 0 -1 4194304 1905 0 0 0 10045 1 0 0 25 0 1 0 60524636 9076736 1891 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/23402/statm: 2216 1891 75 150 0 2063 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 27820

[startup+162.304 s]
/proc/loadavg: 2.68 2.59 2.55 4/83 23402
/proc/meminfo: memFree=1634608/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=0.76
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1055 9690 0 2 4 1 64 7 16 0 1 0 60524552 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23378/statm: 3400 804 374 3 0 500 0
[pid=23401] ppid=23378 vsize=5356 CPUtime=0
/proc/23401/stat : 23401 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 60524636 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23401/statm: 1339 232 193 169 0 50 0
[pid=23402] ppid=23401 vsize=9600 CPUtime=159.86
/proc/23402/stat : 23402 (minisat) R 23401 23378 23001 0 -1 4194304 2088 0 0 0 15985 1 0 0 25 0 1 0 60524636 9830400 2074 996147200 134512640 135127466 4294956256 18446744073709551615 134522953 0 0 4096 3 0 0 0 17 1 0 0
/proc/23402/statm: 2400 2074 75 150 0 2247 0
Current children cumulated CPU time (s) 160.62
Current children cumulated vsize (KiB) 28556

[startup+222.302 s]
/proc/loadavg: 2.57 2.57 2.54 3/83 23404
/proc/meminfo: memFree=1640176/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=219.15
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1110 12252 0 2 4 1 21901 9 15 0 1 0 60524552 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23378/statm: 3400 804 374 3 0 500 0
[pid=23403] ppid=23378 vsize=5356 CPUtime=0
/proc/23403/stat : 23403 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60546693 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23403/statm: 1339 232 193 169 0 50 0
[pid=23404] ppid=23403 vsize=4064 CPUtime=0.87
/proc/23404/stat : 23404 (minisat) R 23403 23378 23001 0 -1 4194304 730 0 0 0 87 0 0 0 25 0 1 0 60546693 4161536 716 996147200 134512640 135127466 4294956256 18446744073709551615 134531016 0 0 4096 3 0 0 0 17 1 0 0
/proc/23404/statm: 1016 716 75 150 0 863 0
Current children cumulated CPU time (s) 220.02
Current children cumulated vsize (KiB) 23020

[startup+282.302 s]
/proc/loadavg: 2.56 2.56 2.54 3/83 23416
/proc/meminfo: memFree=1634800/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=227.22
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1228 17478 0 3 4 1 22705 12 16 0 1 0 60524552 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23378/statm: 3400 805 374 3 0 500 0
[pid=23415] ppid=23378 vsize=5356 CPUtime=0
/proc/23415/stat : 23415 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60547515 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23415/statm: 1339 232 193 169 0 50 0

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

/proc/loadavg: 2.00 2.00 2.02 3/84 23463
/proc/meminfo: memFree=1679592/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=227.22
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1228 17478 0 3 4 1 22705 12 16 0 1 0 60524552 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23378/statm: 3400 805 374 3 0 500 0
[pid=23415] ppid=23378 vsize=5356 CPUtime=0
/proc/23415/stat : 23415 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60547515 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23415/statm: 1339 232 193 169 0 50 0
[pid=23416] ppid=23415 vsize=31044 CPUtime=2806.13
/proc/23416/stat : 23416 (minisat) R 23415 23378 23001 0 -1 4194304 7085 0 0 0 280590 23 0 0 25 0 1 0 60547518 31789056 7071 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/23416/statm: 7761 7071 75 150 0 7608 0
Current children cumulated CPU time (s) 3033.35
Current children cumulated vsize (KiB) 50000

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 23463
/proc/meminfo: memFree=1679464/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=227.22
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1228 17478 0 3 4 1 22705 12 16 0 1 0 60524552 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23378/statm: 3400 805 374 3 0 500 0
[pid=23415] ppid=23378 vsize=5356 CPUtime=0
/proc/23415/stat : 23415 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60547515 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23415/statm: 1339 232 193 169 0 50 0
[pid=23416] ppid=23415 vsize=31176 CPUtime=2866.11
/proc/23416/stat : 23416 (minisat) R 23415 23378 23001 0 -1 4194304 7114 0 0 0 286588 23 0 0 25 0 1 0 60547518 31924224 7100 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/23416/statm: 7794 7100 75 150 0 7641 0
Current children cumulated CPU time (s) 3093.33
Current children cumulated vsize (KiB) 50132

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23463
/proc/meminfo: memFree=1679336/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=227.22
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1228 17478 0 3 4 1 22705 12 16 0 1 0 60524552 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23378/statm: 3400 805 374 3 0 500 0
[pid=23415] ppid=23378 vsize=5356 CPUtime=0
/proc/23415/stat : 23415 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60547515 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23415/statm: 1339 232 193 169 0 50 0
[pid=23416] ppid=23415 vsize=31336 CPUtime=2926.09
/proc/23416/stat : 23416 (minisat) R 23415 23378 23001 0 -1 4194304 7141 0 0 0 292586 23 0 0 25 0 1 0 60547518 32088064 7127 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23416/statm: 7834 7127 75 150 0 7681 0
Current children cumulated CPU time (s) 3153.31
Current children cumulated vsize (KiB) 50292

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23463
/proc/meminfo: memFree=1678952/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=227.22
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1228 17478 0 3 4 1 22705 12 16 0 1 0 60524552 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23378/statm: 3400 805 374 3 0 500 0
[pid=23415] ppid=23378 vsize=5356 CPUtime=0
/proc/23415/stat : 23415 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60547515 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23415/statm: 1339 232 193 169 0 50 0
[pid=23416] ppid=23415 vsize=31720 CPUtime=2986.06
/proc/23416/stat : 23416 (minisat) R 23415 23378 23001 0 -1 4194304 7222 0 0 0 298583 23 0 0 25 0 1 0 60547518 32481280 7208 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23416/statm: 7930 7208 75 150 0 7777 0
Current children cumulated CPU time (s) 3213.28
Current children cumulated vsize (KiB) 50676

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23463
/proc/meminfo: memFree=1678888/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=227.22
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1228 17478 0 3 4 1 22705 12 16 0 1 0 60524552 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23378/statm: 3400 805 374 3 0 500 0
[pid=23415] ppid=23378 vsize=5356 CPUtime=0
/proc/23415/stat : 23415 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60547515 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23415/statm: 1339 232 193 169 0 50 0
[pid=23416] ppid=23415 vsize=31720 CPUtime=3046.04
/proc/23416/stat : 23416 (minisat) R 23415 23378 23001 0 -1 4194304 7243 0 0 0 304581 23 0 0 25 0 1 0 60547518 32481280 7229 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23416/statm: 7930 7229 75 150 0 7777 0
Current children cumulated CPU time (s) 3273.26
Current children cumulated vsize (KiB) 50676

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23463
/proc/meminfo: memFree=1678760/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=227.22
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1228 17478 0 3 4 1 22705 12 16 0 1 0 60524552 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23378/statm: 3400 805 374 3 0 500 0
[pid=23415] ppid=23378 vsize=5356 CPUtime=0
/proc/23415/stat : 23415 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60547515 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23415/statm: 1339 232 193 169 0 50 0
[pid=23416] ppid=23415 vsize=31884 CPUtime=3106.02
/proc/23416/stat : 23416 (minisat) R 23415 23378 23001 0 -1 4194304 7286 0 0 0 310579 23 0 0 25 0 1 0 60547518 32649216 7272 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/23416/statm: 7971 7272 75 150 0 7818 0
Current children cumulated CPU time (s) 3333.24
Current children cumulated vsize (KiB) 50840

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23465
/proc/meminfo: memFree=1678376/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=227.22
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1228 17478 0 3 4 1 22705 12 16 0 1 0 60524552 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23378/statm: 3400 805 374 3 0 500 0
[pid=23415] ppid=23378 vsize=5356 CPUtime=0
/proc/23415/stat : 23415 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60547515 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23415/statm: 1339 232 193 169 0 50 0
[pid=23416] ppid=23415 vsize=32100 CPUtime=3166
/proc/23416/stat : 23416 (minisat) R 23415 23378 23001 0 -1 4194304 7313 0 0 0 316577 23 0 0 25 0 1 0 60547518 32870400 7299 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/23416/statm: 8025 7299 75 150 0 7872 0
Current children cumulated CPU time (s) 3393.22
Current children cumulated vsize (KiB) 51056

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23465
/proc/meminfo: memFree=1678312/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=227.22
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1228 17478 0 3 4 1 22705 12 16 0 1 0 60524552 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23378/statm: 3400 805 374 3 0 500 0
[pid=23415] ppid=23378 vsize=5356 CPUtime=0
/proc/23415/stat : 23415 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60547515 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23415/statm: 1339 232 193 169 0 50 0
[pid=23416] ppid=23415 vsize=32288 CPUtime=3225.97
/proc/23416/stat : 23416 (minisat) R 23415 23378 23001 0 -1 4194304 7362 0 0 0 322574 23 0 0 25 0 1 0 60547518 33062912 7348 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23416/statm: 8072 7348 75 150 0 7919 0
Current children cumulated CPU time (s) 3453.19
Current children cumulated vsize (KiB) 51244

[startup+3522.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 23465
/proc/meminfo: memFree=1678248/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=227.22
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1228 17478 0 3 4 1 22705 12 16 0 1 0 60524552 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23378/statm: 3400 805 374 3 0 500 0
[pid=23415] ppid=23378 vsize=5356 CPUtime=0
/proc/23415/stat : 23415 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60547515 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23415/statm: 1339 232 193 169 0 50 0
[pid=23416] ppid=23415 vsize=32288 CPUtime=3285.95
/proc/23416/stat : 23416 (minisat) R 23415 23378 23001 0 -1 4194304 7387 0 0 0 328572 23 0 0 25 0 1 0 60547518 33062912 7373 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/23416/statm: 8072 7373 75 150 0 7919 0
Current children cumulated CPU time (s) 3513.17
Current children cumulated vsize (KiB) 51244

[startup+3582.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/84 23465
/proc/meminfo: memFree=1677992/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=227.22
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1228 17478 0 3 4 1 22705 12 16 0 1 0 60524552 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23378/statm: 3400 805 374 3 0 500 0
[pid=23415] ppid=23378 vsize=5356 CPUtime=0
/proc/23415/stat : 23415 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60547515 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23415/statm: 1339 232 193 169 0 50 0
[pid=23416] ppid=23415 vsize=32504 CPUtime=3345.93
/proc/23416/stat : 23416 (minisat) R 23415 23378 23001 0 -1 4194304 7431 0 0 0 334569 24 0 0 25 0 1 0 60547518 33284096 7417 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23416/statm: 8126 7417 75 150 0 7973 0
Current children cumulated CPU time (s) 3573.15
Current children cumulated vsize (KiB) 51460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.2 s]
/proc/loadavg: 2.08 2.03 2.01 3/84 23465
/proc/meminfo: memFree=1677992/2055920 swapFree=4175504/4192956
[pid=23378] ppid=23376 vsize=13600 CPUtime=227.22
/proc/23378/stat : 23378 (sugar) S 23376 23378 23001 0 -1 4194304 1228 17478 0 3 4 1 22705 12 16 0 1 0 60524552 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23378/statm: 3400 805 374 3 0 500 0
[pid=23415] ppid=23378 vsize=5356 CPUtime=0
/proc/23415/stat : 23415 (sh) S 23378 23378 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60547515 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23415/statm: 1339 232 193 169 0 50 0
[pid=23416] ppid=23415 vsize=32504 CPUtime=3372.83
/proc/23416/stat : 23416 (minisat) R 23415 23378 23001 0 -1 4194304 7431 0 0 0 337259 24 0 0 25 0 1 0 60547518 33284096 7417 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23416/statm: 8126 7417 75 150 0 7973 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 51460

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

Child status: 0
Real time (s): 3609.21
CPU time (s): 3600.09
CPU user time (s): 3599.69
CPU system time (s): 0.396939
CPU usage (%): 99.7473
Max. virtual memory (cumulated for all children) (KiB): 51460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.69
system time used= 0.396939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26495
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= 1421
involuntary context switches= 42585

runsolver used 4.21736 second user time and 10.0725 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-14 14:24:13
IDJOB=1115796
IDBENCH=61914
IDSOLVER=368
FILE ID=node46/1115796-1216038253
PBS_JOBID= 7904835
Free space on /tmp= 66212 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/randomMaxCSP/completeTight/normalized-vcsp-15-10-100-93-1_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-1115796-1216038253/watcher-1115796-1216038253 -o /tmp/evaluation-result-1115796-1216038253/solver-1115796-1216038253 -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-1115796-1216038253.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0bc19e66d18db135a30e77a74f3bda56
RANDOM SEED=1920629879

node46.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.238
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.238
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:       1645992 kB
Buffers:         54752 kB
Cached:         219244 kB
SwapCached:      12624 kB
Active:         213076 kB
Inactive:       150900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645992 kB
SwapTotal:     4192956 kB
SwapFree:      4175504 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:          99500 kB
Slab:            31172 kB
Committed_AS:   992312 kB
PageTables:       1964 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= 66212 MiB
End job on node46 at 2008-07-14 15:24:23