Trace number 1127524

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.07 3614.98

General information on the benchmark

Namemaxcsp/cnf/3-40-1100-2000/
normalized-cnf-3-40-1900-793223_ext.xml
MD5SUM38ba91ad3d018b334f949c43e93bd801
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints146
Best CPU time to get the best result obtained on this benchmark201.079
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1723
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1723
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 02:11:25 2008
0.00/0.04	c 0	PID 6858
0.03/0.05	c 0	HOST node4.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1127524-1216771884.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127524-1216771884.xml' 'HOME/temp.csp'
0.03/0.43	c 0	1 domains, 40 variables, 0 predicates, 43 relations, 1723 constraints
0.03/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.46	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.40/0.55	c 0	Parsing HOME/temp.csp
0.40/0.73	c 0	parsed 1807 expressions
0.40/0.73	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.76	c 0	MAX CSP: 1723 constraints
0.40/0.76	c 0	Converting to clausal form CSP
0.40/0.81	c 0	converted 354 (10%) expressions
0.40/0.83	c 0	converted 707 (20%) expressions
0.40/0.86	c 0	converted 1060 (30%) expressions
0.40/0.94	c 0	converted 1414 (40%) expressions
0.40/0.96	c 0	converted 1767 (50%) expressions
0.40/0.97	c 0	converted 2120 (60%) expressions
0.40/0.98	c 1	converted 2474 (70%) expressions
0.40/0.98	c 1	converted 2827 (80%) expressions
0.90/1.01	c 1	converted 3180 (90%) expressions
1.10/1.22	c 1	converted 3533 (100%) expressions
1.10/1.22	c 1	CSP : 3486 integers, 0 booleans, 5168 clauses, largest domain size 2585
1.10/1.22	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.22	c 1	Propagation in CSP
1.10/1.29	c 1	1715 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.10/1.30	c 1	CSP : 3486 integers, 0 booleans, 5168 clauses, largest domain size 1724
1.10/1.30	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.30	c 1	Simplifing CSP by introducing new Boolean variables
1.20/1.31	c 1	CSP : 3486 integers, 0 booleans, 5168 clauses, largest domain size 1724
1.20/1.31	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.35	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.20/1.36	c 1	349 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.36	c 1	698 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.37	c 1	1046 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.37	c 1	1395 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.37	c 1	1743 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.38	c 1	2092 (60%) CSP integer variables are encoded (3838 clauses, 49958 bytes)
1.20/1.39	c 1	2441 (70%) CSP integer variables are encoded (6681 clauses, 86917 bytes)
1.20/1.39	c 1	2789 (80%) CSP integer variables are encoded (10215 clauses, 138428 bytes)
1.20/1.40	c 1	3138 (90%) CSP integer variables are encoded (13058 clauses, 181073 bytes)
1.30/1.42	c 1	3486 (100%) CSP integer variables are encoded (32421 clauses, 471518 bytes)
1.30/1.48	c 1	517 (10%) CSP clauses are encoded (32967 clauses, 480163 bytes)
1.40/1.50	c 1	1034 (20%) CSP clauses are encoded (33507 clauses, 489109 bytes)
1.40/1.52	c 1	1551 (30%) CSP clauses are encoded (34053 clauses, 499135 bytes)
1.40/1.58	c 1	2068 (40%) CSP clauses are encoded (50978 clauses, 799696 bytes)
1.70/1.89	c 1	2584 (50%) CSP clauses are encoded (227162 clauses, 4028674 bytes)
1.80/1.98	c 2	3101 (60%) CSP clauses are encoded (278271 clauses, 4952766 bytes)
2.66/2.88	c 2	3618 (70%) CSP clauses are encoded (797874 clauses, 15545028 bytes)
2.76/2.99	c 3	4135 (80%) CSP clauses are encoded (856579 clauses, 16778826 bytes)
3.07/3.25	c 3	4652 (90%) CSP clauses are encoded (1003068 clauses, 19895399 bytes)
7.90/8.10	c 8	5168 (100%) CSP clauses are encoded (3809125 clauses, 79953225 bytes)
7.90/8.10	c 8	5168 CSP clauses encoded
7.90/8.10	c 8	Writing map file : HOME/temp.map
7.90/8.14	c 8	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.90/8.14	c 8	SAT : 35907 SAT variables, 3809125 SAT clauses, 79953225 bytes
7.90/8.14	c 8	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.90/8.19	c 8	OBJECTIVE minimize _COST
7.90/8.19	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
7.90/8.19	c 8	SEARCHING: _COST <= 862
7.90/8.19	c 8	SOLVING HOME/temp.cnf
7.90/8.19	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.90/8.19	c 8	This is MiniSat 2.0 beta
7.90/8.19	c 8	WARNING: for repeatability, setting FPU to use double precision
7.90/8.19	c 8	============================[ Problem Statistics ]=============================
7.90/8.19	c 8	|                                                                             |
7.90/8.19	c 8	|  Number of variables:  35907                                                |
7.90/8.19	c 8	|  Number of clauses:    3809126                                              |
9.86/10.12	c 10	|  Parsing time:         1.59         s                                       |
12.85/13.18	c 13	============================[ Search Statistics ]==============================
12.85/13.18	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.85/13.18	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.85/13.18	c 13	===============================================================================
12.85/13.18	c 13	|         0 |   26436  2423125  7199682 |   807708        0    nan |  0.000 % |
13.64/13.96	c 13	===============================================================================
13.64/13.96	c 13	restarts              : 1
13.64/13.96	c 13	conflicts             : 27             (5 /sec)
13.64/13.96	c 13	decisions             : 966            (1.45 % random) (178 /sec)
13.64/13.96	c 13	propagations          : 184905         (34108 /sec)
13.64/13.96	c 13	conflict literals     : 325            (17.30 % deleted)
13.64/13.96	c 13	Memory used           : 153.85 MB
13.64/13.96	c 13	CPU time              : 5.42117 s
13.64/13.96	c 13	
13.64/13.98	c 14	SATISFIABLE
13.75/14.00	c 14	FOUND: _COST <= 862
13.75/14.00	s SATISFIABLE
13.75/14.00	c 14	DECODING HOME/temp.out WITH HOME/temp.map
13.75/14.00	c 14	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.75/14.08	c 14	Decoding HOME/temp.out
13.94/14.29	c 14	OBJECTIVE _COST 862
13.94/14.29	o 862
13.94/14.29	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
13.94/14.29	c 14	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
14.03/14.32	c 14	OBJECTIVE BOUND: 0 <= _COST <= 862
14.03/14.32	c 14	SEARCHING: _COST <= 431
14.03/14.32	c 14	SOLVING HOME/temp.cnf
14.03/14.32	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.03/14.32	c 14	This is MiniSat 2.0 beta
14.03/14.32	c 14	WARNING: for repeatability, setting FPU to use double precision
14.03/14.32	c 14	============================[ Problem Statistics ]=============================
14.03/14.32	c 14	|                                                                             |
14.03/14.32	c 14	|  Number of variables:  35907                                                |
14.03/14.32	c 14	|  Number of clauses:    3809126                                              |
16.01/16.30	c 16	|  Parsing time:         1.69         s                                       |
20.30/20.66	c 20	============================[ Search Statistics ]==============================
20.30/20.66	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.30/20.66	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.30/20.66	c 20	===============================================================================
20.30/20.66	c 20	|         0 |   21264  1573193  4664971 |   524397        0    nan |  0.000 % |
20.89/21.23	c 21	|       101 |   21264  1573193  4664971 |   576837      101     22 | 40.780 % |
21.19/21.56	c 21	|       254 |   21264  1573193  4664971 |   634521      254     25 | 40.780 % |
21.78/22.18	c 22	|       479 |   21264  1573193  4664971 |   697973      479     26 | 40.780 % |
22.58/22.93	c 22	|       818 |   21264  1573193  4664971 |   767770      818     26 | 40.780 % |
23.97/24.39	c 24	|      1324 |   21264  1573193  4664971 |   844547     1324     26 | 40.780 % |
26.27/26.68	c 26	|      2083 |   21264  1573193  4664971 |   929002     2083     27 | 40.780 % |
29.26/29.69	c 29	|      3222 |   21264  1573193  4664971 |  1021902     3222     27 | 40.780 % |
34.33/34.74	c 34	|      4930 |   21264  1573193  4664971 |  1124092     4930     27 | 40.780 % |
34.43/34.88	c 34	===============================================================================
34.43/34.88	c 34	restarts              : 9
34.43/34.88	c 34	conflicts             : 4936           (245 /sec)
34.43/34.88	c 34	decisions             : 7494           (1.17 % random) (371 /sec)
34.43/34.88	c 34	propagations          : 8674299        (429912 /sec)
34.43/34.88	c 34	conflict literals     : 134234         (30.19 % deleted)
34.43/34.88	c 34	Memory used           : 156.05 MB
34.43/34.88	c 34	CPU time              : 20.1769 s
34.43/34.88	c 34	
34.43/34.89	c 34	SATISFIABLE
34.53/34.92	c 34	FOUND: _COST <= 431
34.53/34.92	c 34	DECODING HOME/temp.out WITH HOME/temp.map
34.53/34.92	c 34	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
34.56/35.00	c 35	Decoding HOME/temp.out
34.73/35.19	c 35	OBJECTIVE _COST 431
34.73/35.19	o 431
34.73/35.19	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
34.73/35.20	c 35	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
34.82/35.23	c 35	OBJECTIVE BOUND: 0 <= _COST <= 431
34.82/35.23	c 35	SEARCHING: _COST <= 215
34.82/35.23	c 35	SOLVING HOME/temp.cnf
34.82/35.23	c 35	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.82/35.23	c 35	This is MiniSat 2.0 beta
34.82/35.23	c 35	WARNING: for repeatability, setting FPU to use double precision
34.82/35.23	c 35	============================[ Problem Statistics ]=============================
34.82/35.23	c 35	|                                                                             |
34.82/35.24	c 35	|  Number of variables:  35907                                                |
34.82/35.24	c 35	|  Number of clauses:    3809126                                              |
36.78/37.26	c 37	|  Parsing time:         1.73         s                                       |
41.55/42.06	c 42	============================[ Search Statistics ]==============================
41.55/42.06	c 42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
41.55/42.06	c 42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
41.55/42.06	c 42	===============================================================================
41.55/42.06	c 42	|         0 |   18021   888791  2621278 |   296263        0    nan |  0.000 % |
42.25/42.74	c 42	|       101 |   18021   888791  2621278 |   325890      101     31 | 49.812 % |
42.85/43.36	c 43	|       252 |   18021   888791  2621278 |   358479      252     36 | 49.812 % |
43.94/44.41	c 44	|       477 |   18021   888791  2621278 |   394326      477     38 | 49.812 % |
45.64/46.13	c 46	|       815 |   18021   888791  2621278 |   433759      815     41 | 49.812 % |
48.23/48.77	c 48	|      1321 |   18021   888791  2621278 |   477135     1321     43 | 49.812 % |
52.32/52.84	c 52	|      2080 |   18021   888791  2621278 |   524849     2080     43 | 49.812 % |
58.58/59.12	c 59	|      3219 |   18021   888791  2621278 |   577334     3219     43 | 49.812 % |
67.74/68.36	c 68	|      4928 |   18021   888791  2621278 |   635067     4928     44 | 49.812 % |
81.49/82.12	c 82	|      7490 |   18021   888791  2621278 |   698574     7490     44 | 49.812 % |
101.70/102.47	c 102	|     11335 |   18021   888791  2621278 |   768431    11335     44 | 49.812 % |
130.99/131.86	c 131	|     17101 |   18021   888791  2621278 |   845274    17101     43 | 49.812 % |
177.21/178.30	c 178	|     25751 |   18021   888791  2621278 |   929802    25751     43 | 49.812 % |
183.78/184.88	c 184	===============================================================================
183.78/184.88	c 184	restarts              : 13
183.78/184.88	c 184	conflicts             : 26866          (181 /sec)
183.78/184.88	c 184	decisions             : 31121          (0.94 % random) (209 /sec)
183.78/184.88	c 184	propagations          : 63658176       (427965 /sec)
183.78/184.88	c 184	conflict literals     : 1146584        (43.00 % deleted)
183.78/184.88	c 184	Memory used           : 157.60 MB
183.78/184.88	c 184	CPU time              : 148.746 s
183.78/184.88	c 184	
183.78/184.90	c 184	SATISFIABLE
183.88/184.92	c 184	FOUND: _COST <= 215
183.88/184.92	c 184	DECODING HOME/temp.out WITH HOME/temp.map
183.88/184.92	c 184	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
183.92/185.01	c 185	Decoding HOME/temp.out
183.92/185.21	c 185	OBJECTIVE _COST 215
183.92/185.21	o 215
183.92/185.22	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 0 0 0 1 1 0 1 0 1 1 0 1 1
183.92/185.22	c 185	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
183.92/185.24	c 185	OBJECTIVE BOUND: 0 <= _COST <= 215
183.92/185.24	c 185	SEARCHING: _COST <= 107
183.92/185.24	c 185	SOLVING HOME/temp.cnf
183.92/185.24	c 185	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
183.92/185.24	c 185	This is MiniSat 2.0 beta
183.92/185.24	c 185	WARNING: for repeatability, setting FPU to use double precision
183.92/185.24	c 185	============================[ Problem Statistics ]=============================
183.92/185.24	c 185	|                                                                             |
183.92/185.24	c 185	|  Number of variables:  35907                                                |
183.92/185.24	c 185	|  Number of clauses:    3809126                                              |
186.14/187.28	c 187	|  Parsing time:         1.72         s                                       |
190.92/192.06	c 192	============================[ Search Statistics ]==============================
190.92/192.06	c 192	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
190.92/192.06	c 192	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
190.92/192.06	c 192	===============================================================================
190.92/192.06	c 192	|         0 |   15634   480040  1402078 |   160013        0    nan |  0.000 % |
191.42/192.60	c 192	|       101 |   15634   480040  1402078 |   176014      101     30 | 56.460 % |
191.92/193.04	c 193	|       251 |   15634   480040  1402078 |   193616      251     29 | 56.460 % |
192.61/193.75	c 193	|       477 |   15634   480040  1402078 |   212977      477     29 | 56.460 % |
193.51/194.68	c 194	|       814 |   15634   480040  1402078 |   234275      814     28 | 56.460 % |
195.61/196.72	c 196	|      1320 |   15634   480040  1402078 |   257703     1320     28 | 56.460 % |
198.40/199.52	c 199	|      2079 |   15634   480040  1402078 |   283473     2079     29 | 56.460 % |
202.58/203.71	c 203	|      3218 |   15634   480040  1402078 |   311820     3218     30 | 56.460 % |
208.66/209.89	c 209	|      4927 |   15634   480040  1402078 |   343002     4927     30 | 56.460 % |
218.32/219.53	c 219	|      7489 |   15634   480040  1402078 |   377303     7489     29 | 56.460 % |
232.75/234.00	c 234	|     11334 |   15634   480040  1402078 |   415033    11334     29 | 56.460 % |
255.76/257.12	c 257	|     17101 |   15634   480040  1402078 |   456536    17101     29 | 56.460 % |
287.83/289.33	c 289	|     25750 |   15634   480040  1402078 |   502190    25750     29 | 56.460 % |
341.51/343.25	c 343	|     38725 |   15634   480040  1402078 |   552409    38725     29 | 56.460 % |
421.59/423.64	c 423	|     58186 |   15634   480040  1402078 |   607650    58186     29 | 56.460 % |
550.97/553.58	c 553	|     87378 |   15634   480040  1402078 |   668415    87378     29 | 56.460 % |
760.34/763.77	c 763	|    131167 |   15634   480040  1402078 |   735256   131167     29 | 56.460 % |
1116.20/1121.02	c 1121	|    196851 |   15634   480040  1402078 |   808782   196851     29 | 56.460 % |
1699.84/1707.05	c 1707	|    295379 |   15634   480040  1402078 |   889660   295379     29 | 56.460 % |
2703.69/2714.92	c 2714	|    443168 |   15634   480040  1402078 |   978626   443168     28 | 56.460 % |
3600.07/3614.92	c ERROR INTERRUPTED
3600.07/3614.94	c 3614	CPU 182.34 (0.04 0.01 182.3 1.86)
3600.07/3614.94	c 3614	END Wed Jul 23 03:11:39 2008

Verifier Data (download as text)

OK	213	1510
213 unsatisfied constraints, 1510 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-1127524-1216771884/watcher-1127524-1216771884 -o /tmp/evaluation-result-1127524-1216771884/solver-1127524-1216771884 -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-1127524-1216771884.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.11 1.54 1.21 4/82 6858
/proc/meminfo: memFree=1053160/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=18572 CPUtime=0
/proc/6858/stat : 6858 (runsolver) R 6856 6858 6706 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 4281553 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6858/statm: 4643 292 257 25 0 2626 0

[startup+0.0477211 s]
/proc/loadavg: 2.11 1.54 1.21 4/82 6858
/proc/meminfo: memFree=1053160/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13600 CPUtime=0.03
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 4281553 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6858/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101649 s]
/proc/loadavg: 2.11 1.54 1.21 4/82 6858
/proc/meminfo: memFree=1053160/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13600 CPUtime=0.03
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4281553 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6858/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301667 s]
/proc/loadavg: 2.11 1.54 1.21 4/82 6858
/proc/meminfo: memFree=1053160/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13600 CPUtime=0.03
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4281553 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6858/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701781 s]
/proc/loadavg: 2.11 1.54 1.21 4/82 6858
/proc/meminfo: memFree=1053160/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13600 CPUtime=0.4
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 974 4804 0 1 3 0 34 3 16 0 1 0 4281553 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6858/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 13600

[startup+1.50278 s]
/proc/loadavg: 2.11 1.54 1.21 4/93 6880
/proc/meminfo: memFree=1025736/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13600 CPUtime=0.4
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 974 4804 0 1 3 0 34 3 15 0 1 0 4281553 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6858/statm: 3400 797 370 3 0 500 0
[pid=6871] ppid=6858 vsize=5356 CPUtime=0
/proc/6871/stat : 6871 (sh) S 6858 6858 6706 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4281600 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6871/statm: 1339 233 193 169 0 50 0
[pid=6872] ppid=6871 vsize=868472 CPUtime=1
/proc/6872/stat : 6872 (java) S 6871 6858 6706 0 -1 0 7402 0 1 0 95 5 0 0 18 0 9 0 4281601 889315328 6602 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6872/statm: 217118 6602 2564 9 0 211665 0
[pid=6872/tid=6873] ppid=6871 vsize=868472 CPUtime=0.57
/proc/6872/task/6873/stat : 6873 (java) R 6871 6858 6706 0 -1 64 2752 0 1 0 55 2 0 0 24 0 9 0 4281602 889315328 6602 996147200 134512640 134550740 4294955936 18446744073709551615 4127033857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6872/tid=6874] ppid=6871 vsize=868472 CPUtime=0.14
/proc/6872/task/6874/stat : 6874 (java) S 6871 6858 6706 0 -1 64 2463 0 0 0 14 0 0 0 16 0 9 0 4281603 889315328 6602 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6872/tid=6875] ppid=6871 vsize=868472 CPUtime=0
/proc/6872/task/6875/stat : 6875 (java) S 6871 6858 6706 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4281603 889315328 6602 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6872/tid=6876] ppid=6871 vsize=868472 CPUtime=0
/proc/6872/task/6876/stat : 6876 (java) S 6871 6858 6706 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4281603 889315328 6602 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6872/tid=6877] ppid=6871 vsize=868472 CPUtime=0
/proc/6872/task/6877/stat : 6877 (java) S 6871 6858 6706 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4281605 889315328 6602 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6872/tid=6878] ppid=6871 vsize=868472 CPUtime=0.25
/proc/6872/task/6878/stat : 6878 (java) S 6871 6858 6706 0 -1 64 1493 0 0 0 24 1 0 0 16 0 9 0 4281605 889315328 6602 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6872/tid=6879] ppid=6871 vsize=868472 CPUtime=0
/proc/6872/task/6879/stat : 6879 (java) S 6871 6858 6706 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4281605 889315328 6602 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6872/tid=6880] ppid=6871 vsize=868472 CPUtime=0
/proc/6872/task/6880/stat : 6880 (java) S 6871 6858 6706 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4281605 889315328 6602 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887428

[startup+3.10293 s]
/proc/loadavg: 2.11 1.54 1.21 3/84 6881
/proc/meminfo: memFree=990416/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13600 CPUtime=0.4
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 974 4804 0 1 3 0 34 3 15 0 1 0 4281553 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6858/statm: 3400 797 370 3 0 500 0
[pid=6871] ppid=6858 vsize=5356 CPUtime=0
/proc/6871/stat : 6871 (sh) S 6858 6858 6706 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4281600 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6871/statm: 1339 233 193 169 0 50 0
[pid=6872] ppid=6871 vsize=868472 CPUtime=2.57
/proc/6872/stat : 6872 (java) S 6871 6858 6706 0 -1 0 7921 0 1 0 236 21 0 0 18 0 9 0 4281601 889315328 6616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6872/statm: 217118 6616 2564 9 0 211665 0
[pid=6872/tid=6873] ppid=6871 vsize=868472 CPUtime=1.97
/proc/6872/task/6873/stat : 6873 (java) R 6871 6858 6706 0 -1 64 3258 0 1 0 183 14 0 0 25 0 9 0 4281602 889315328 6616 996147200 134512640 134550740 4294955936 18446744073709551615 4126548868 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6872/tid=6874] ppid=6871 vsize=868472 CPUtime=0.29
/proc/6872/task/6874/stat : 6874 (java) S 6871 6858 6706 0 -1 64 2463 0 0 0 25 4 0 0 16 0 9 0 4281603 889315328 6616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6872/tid=6875] ppid=6871 vsize=868472 CPUtime=0
/proc/6872/task/6875/stat : 6875 (java) S 6871 6858 6706 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4281603 889315328 6616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6872/tid=6876] ppid=6871 vsize=868472 CPUtime=0
/proc/6872/task/6876/stat : 6876 (java) S 6871 6858 6706 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4281603 889315328 6616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6872/tid=6877] ppid=6871 vsize=868472 CPUtime=0
/proc/6872/task/6877/stat : 6877 (java) S 6871 6858 6706 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4281605 889315328 6616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6872/tid=6878] ppid=6871 vsize=868472 CPUtime=0.27
/proc/6872/task/6878/stat : 6878 (java) S 6871 6858 6706 0 -1 64 1506 0 0 0 26 1 0 0 16 0 9 0 4281605 889315328 6616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6872/tid=6879] ppid=6871 vsize=868472 CPUtime=0
/proc/6872/task/6879/stat : 6879 (java) S 6871 6858 6706 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4281605 889315328 6616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6872/tid=6880] ppid=6871 vsize=868472 CPUtime=0
/proc/6872/task/6880/stat : 6880 (java) S 6871 6858 6706 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4281605 889315328 6616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887428

[startup+6.30124 s]
/proc/loadavg: 2.18 1.57 1.22 3/84 6881
/proc/meminfo: memFree=824976/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13600 CPUtime=0.4
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 974 4804 0 1 3 0 34 3 15 0 1 0 4281553 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6858/statm: 3400 797 370 3 0 500 0
[pid=6871] ppid=6858 vsize=5356 CPUtime=0
/proc/6871/stat : 6871 (sh) S 6858 6858 6706 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4281600 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6871/statm: 1339 233 193 169 0 50 0
[pid=6872] ppid=6871 vsize=868472 CPUtime=5.75
/proc/6872/stat : 6872 (java) S 6871 6858 6706 0 -1 0 8987 0 1 0 520 55 0 0 18 0 9 0 4281601 889315328 6616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6872/statm: 217118 6616 2564 9 0 211665 0
[pid=6872/tid=6873] ppid=6871 vsize=868472 CPUtime=4.9
/proc/6872/task/6873/stat : 6873 (java) R 6871 6858 6706 0 -1 64 4324 0 1 0 448 42 0 0 25 0 9 0 4281602 889315328 6616 996147200 134512640 134550740 4294955936 18446744073709551615 4127014704 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6872/tid=6874] ppid=6871 vsize=868472 CPUtime=0.55
/proc/6872/task/6874/stat : 6874 (java) S 6871 6858 6706 0 -1 64 2463 0 0 0 44 11 0 0 16 0 9 0 4281603 889315328 6616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6872/tid=6875] ppid=6871 vsize=868472 CPUtime=0
/proc/6872/task/6875/stat : 6875 (java) S 6871 6858 6706 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4281603 889315328 6616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6872/tid=6876] ppid=6871 vsize=868472 CPUtime=0
/proc/6872/task/6876/stat : 6876 (java) S 6871 6858 6706 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4281603 889315328 6616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6872/tid=6877] ppid=6871 vsize=868472 CPUtime=0
/proc/6872/task/6877/stat : 6877 (java) S 6871 6858 6706 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4281605 889315328 6616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6872/tid=6878] ppid=6871 vsize=868472 CPUtime=0.27
/proc/6872/task/6878/stat : 6878 (java) S 6871 6858 6706 0 -1 64 1506 0 0 0 26 1 0 0 16 0 9 0 4281605 889315328 6616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6872/tid=6879] ppid=6871 vsize=868472 CPUtime=0
/proc/6872/task/6879/stat : 6879 (java) S 6871 6858 6706 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4281605 889315328 6616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6872/tid=6880] ppid=6871 vsize=868472 CPUtime=0
/proc/6872/task/6880/stat : 6880 (java) S 6871 6858 6706 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4281605 889315328 6616 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887428

[startup+12.7029 s]
/proc/loadavg: 2.25 1.59 1.23 3/76 6883
/proc/meminfo: memFree=657112/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13864 CPUtime=7.98
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 1103 14701 0 2 4 0 716 78 16 0 1 0 4281553 14196736 851 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6858/statm: 3466 851 374 3 0 566 0
[pid=6882] ppid=6858 vsize=5356 CPUtime=0
/proc/6882/stat : 6882 (sh) S 6858 6858 6706 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4282373 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6882/statm: 1339 232 193 169 0 50 0
[pid=6883] ppid=6882 vsize=157536 CPUtime=4.47
/proc/6883/stat : 6883 (minisat) R 6882 6858 6706 0 -1 4194304 37750 0 0 0 416 31 0 0 25 0 1 0 4282373 161316864 37736 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 0 0 0
/proc/6883/statm: 39384 37736 71 150 0 39231 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 176756

[startup+25.5011 s]
/proc/loadavg: 2.19 1.61 1.24 3/76 6895
/proc/meminfo: memFree=654360/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13864 CPUtime=14.05
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 1222 56726 0 3 4 1 1284 116 16 0 1 0 4281553 14196736 851 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6858/statm: 3466 851 374 3 0 566 0
[pid=6894] ppid=6858 vsize=5356 CPUtime=0
/proc/6894/stat : 6894 (sh) S 6858 6858 6706 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4282985 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6894/statm: 1339 232 193 169 0 50 0
[pid=6895] ppid=6894 vsize=159788 CPUtime=11.12
/proc/6895/stat : 6895 (minisat) R 6894 6858 6706 0 -1 4194304 38303 0 0 0 1083 29 0 0 25 0 1 0 4282986 163622912 38289 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/6895/statm: 39947 38289 76 150 0 39794 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 179008

[startup+51.1015 s]
/proc/loadavg: 2.12 1.64 1.26 3/76 6907
/proc/meminfo: memFree=652120/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13864 CPUtime=34.83
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 1338 99297 0 4 4 1 3327 151 16 0 1 0 4281553 14196736 851 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6858/statm: 3466 851 374 3 0 566 0
[pid=6906] ppid=6858 vsize=5356 CPUtime=0
/proc/6906/stat : 6906 (sh) S 6858 6858 6706 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4285077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6906/statm: 1339 232 193 169 0 50 0
[pid=6907] ppid=6906 vsize=161376 CPUtime=15.79
/proc/6907/stat : 6907 (minisat) R 6906 6858 6706 0 -1 4194304 38700 0 0 0 1550 29 0 0 25 0 1 0 4285077 165249024 38686 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6907/statm: 40344 38686 76 150 0 40191 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 180596

[startup+102.306 s]
/proc/loadavg: 2.05 1.69 1.29 3/76 6907
/proc/meminfo: memFree=650008/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13864 CPUtime=34.83
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 1338 99297 0 4 4 1 3327 151 16 0 1 0 4281553 14196736 851 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6858/statm: 3466 851 374 3 0 566 0

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

/proc/meminfo: memFree=627288/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13864 CPUtime=184.21
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 1452 142268 0 5 4 1 18230 186 16 0 1 0 4281553 14196736 851 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6858/statm: 3466 851 374 3 0 566 0
[pid=6918] ppid=6858 vsize=5356 CPUtime=0
/proc/6918/stat : 6918 (sh) S 6858 6858 6706 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4300078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6918/statm: 1339 232 193 169 0 50 0
[pid=6919] ppid=6918 vsize=173588 CPUtime=2965.09
/proc/6919/stat : 6919 (minisat) R 6918 6858 6706 0 -1 4194304 41205 0 0 0 296470 39 0 0 25 0 1 0 4300078 177754112 41175 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/6919/statm: 43397 41175 75 150 0 43244 0
Current children cumulated CPU time (s) 3149.3
Current children cumulated vsize (KiB) 192808

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 6947
/proc/meminfo: memFree=626968/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13864 CPUtime=184.21
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 1452 142268 0 5 4 1 18230 186 16 0 1 0 4281553 14196736 851 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6858/statm: 3466 851 374 3 0 566 0
[pid=6918] ppid=6858 vsize=5356 CPUtime=0
/proc/6918/stat : 6918 (sh) S 6858 6858 6706 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4300078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6918/statm: 1339 232 193 169 0 50 0
[pid=6919] ppid=6918 vsize=173932 CPUtime=3024.85
/proc/6919/stat : 6919 (minisat) R 6918 6858 6706 0 -1 4194304 41277 0 0 0 302446 39 0 0 25 0 1 0 4300078 178106368 41247 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6919/statm: 43483 41247 75 150 0 43330 0
Current children cumulated CPU time (s) 3209.06
Current children cumulated vsize (KiB) 193152

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 6947
/proc/meminfo: memFree=626712/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13864 CPUtime=184.21
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 1452 142268 0 5 4 1 18230 186 16 0 1 0 4281553 14196736 851 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6858/statm: 3466 851 374 3 0 566 0
[pid=6918] ppid=6858 vsize=5356 CPUtime=0
/proc/6918/stat : 6918 (sh) S 6858 6858 6706 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4300078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6918/statm: 1339 232 193 169 0 50 0
[pid=6919] ppid=6918 vsize=174096 CPUtime=3084.61
/proc/6919/stat : 6919 (minisat) R 6918 6858 6706 0 -1 4194304 41320 0 0 0 308422 39 0 0 25 0 1 0 4300078 178274304 41290 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6919/statm: 43524 41290 75 150 0 43371 0
Current children cumulated CPU time (s) 3268.82
Current children cumulated vsize (KiB) 193316

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 6947
/proc/meminfo: memFree=626456/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13864 CPUtime=184.21
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 1452 142268 0 5 4 1 18230 186 16 0 1 0 4281553 14196736 851 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6858/statm: 3466 851 374 3 0 566 0
[pid=6918] ppid=6858 vsize=5356 CPUtime=0
/proc/6918/stat : 6918 (sh) S 6858 6858 6706 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4300078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6918/statm: 1339 232 193 169 0 50 0
[pid=6919] ppid=6918 vsize=174364 CPUtime=3144.36
/proc/6919/stat : 6919 (minisat) R 6918 6858 6706 0 -1 4194304 41356 0 0 0 314397 39 0 0 25 0 1 0 4300078 178548736 41326 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6919/statm: 43591 41326 75 150 0 43438 0
Current children cumulated CPU time (s) 3328.57
Current children cumulated vsize (KiB) 193584

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 6947
/proc/meminfo: memFree=626200/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13864 CPUtime=184.21
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 1452 142268 0 5 4 1 18230 186 16 0 1 0 4281553 14196736 851 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6858/statm: 3466 851 374 3 0 566 0
[pid=6918] ppid=6858 vsize=5356 CPUtime=0
/proc/6918/stat : 6918 (sh) S 6858 6858 6706 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4300078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6918/statm: 1339 232 193 169 0 50 0
[pid=6919] ppid=6918 vsize=174796 CPUtime=3204.13
/proc/6919/stat : 6919 (minisat) R 6918 6858 6706 0 -1 4194304 41407 0 0 0 320374 39 0 0 25 0 1 0 4300078 178991104 41377 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/6919/statm: 43699 41377 75 150 0 43546 0
Current children cumulated CPU time (s) 3388.34
Current children cumulated vsize (KiB) 194016

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 6947
/proc/meminfo: memFree=625880/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13864 CPUtime=184.21
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 1452 142268 0 5 4 1 18230 186 16 0 1 0 4281553 14196736 851 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6858/statm: 3466 851 374 3 0 566 0
[pid=6918] ppid=6858 vsize=5356 CPUtime=0
/proc/6918/stat : 6918 (sh) S 6858 6858 6706 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4300078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6918/statm: 1339 232 193 169 0 50 0
[pid=6919] ppid=6918 vsize=174796 CPUtime=3263.88
/proc/6919/stat : 6919 (minisat) R 6918 6858 6706 0 -1 4194304 41419 0 0 0 326349 39 0 0 25 0 1 0 4300078 178991104 41389 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6919/statm: 43699 41389 75 150 0 43546 0
Current children cumulated CPU time (s) 3448.09
Current children cumulated vsize (KiB) 194016

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 6947
/proc/meminfo: memFree=625752/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13864 CPUtime=184.21
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 1452 142268 0 5 4 1 18230 186 16 0 1 0 4281553 14196736 851 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6858/statm: 3466 851 374 3 0 566 0
[pid=6918] ppid=6858 vsize=5356 CPUtime=0
/proc/6918/stat : 6918 (sh) S 6858 6858 6706 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4300078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6918/statm: 1339 232 193 169 0 50 0
[pid=6919] ppid=6918 vsize=174796 CPUtime=3323.63
/proc/6919/stat : 6919 (minisat) R 6918 6858 6706 0 -1 4194304 41430 0 0 0 332324 39 0 0 25 0 1 0 4300078 178991104 41400 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6919/statm: 43699 41400 75 150 0 43546 0
Current children cumulated CPU time (s) 3507.84
Current children cumulated vsize (KiB) 194016

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 6947
/proc/meminfo: memFree=624920/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13864 CPUtime=184.21
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 1452 142268 0 5 4 1 18230 186 16 0 1 0 4281553 14196736 851 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6858/statm: 3466 851 374 3 0 566 0
[pid=6918] ppid=6858 vsize=5356 CPUtime=0
/proc/6918/stat : 6918 (sh) S 6858 6858 6706 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4300078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6918/statm: 1339 232 193 169 0 50 0
[pid=6919] ppid=6918 vsize=175608 CPUtime=3383.4
/proc/6919/stat : 6919 (minisat) R 6918 6858 6706 0 -1 4194304 41628 0 0 0 338301 39 0 0 25 0 1 0 4300078 179822592 41598 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6919/statm: 43902 41598 75 150 0 43749 0
Current children cumulated CPU time (s) 3567.61
Current children cumulated vsize (KiB) 194828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.9 s]
/proc/loadavg: 2.16 2.03 1.93 3/85 6996
/proc/meminfo: memFree=861568/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13864 CPUtime=184.21
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 1452 142268 0 5 4 1 18230 186 16 0 1 0 4281553 14196736 851 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6858/statm: 3466 851 374 3 0 566 0
[pid=6918] ppid=6858 vsize=5356 CPUtime=0
/proc/6918/stat : 6918 (sh) S 6858 6858 6706 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4300078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6918/statm: 1339 232 193 169 0 50 0
[pid=6919] ppid=6918 vsize=175608 CPUtime=3415.86
/proc/6919/stat : 6919 (minisat) R 6918 6858 6706 0 -1 4194304 41639 0 0 0 341546 40 0 0 25 0 1 0 4300078 179822592 41609 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6919/statm: 43902 41609 75 150 0 43749 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 194828

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

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

[startup+3614.9 s]
/proc/loadavg: 2.16 2.03 1.93 3/85 6996
/proc/meminfo: memFree=861568/2055920 swapFree=4192956/4192956
[pid=6858] ppid=6856 vsize=13864 CPUtime=184.21
/proc/6858/stat : 6858 (sugar) S 6856 6858 6706 0 -1 4194304 1452 142268 0 5 4 1 18230 186 16 0 1 0 4281553 14196736 851 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6858/statm: 3466 851 374 3 0 566 0
[pid=6918] ppid=6858 vsize=5356 CPUtime=0
/proc/6918/stat : 6918 (sh) S 6858 6858 6706 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4300078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6918/statm: 1339 232 193 169 0 50 0
[pid=6919] ppid=6918 vsize=175608 CPUtime=3415.86
/proc/6919/stat : 6919 (minisat) R 6918 6858 6706 0 -1 4194304 41639 0 0 0 341546 40 0 0 25 0 1 0 4300078 179822592 41609 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6919/statm: 43902 41609 75 150 0 43749 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 194828

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6858 and gives
#  childrusage.ru_utime.tv_sec=182
#  childrusage.ru_utime.tv_usec=356277
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=925707
# CPU time returned by wait4() is 184.282
# while last known CPU time is 3600.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3614.98
CPU time (s): 3600.07
CPU user time (s): 3597.8
CPU system time (s): 2.27
CPU usage (%): 99.5876
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.356
system time used= 1.92571
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144060
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19268
involuntary context switches= 21307

runsolver used 3.43048 second user time and 9.79851 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-23 02:11:24
IDJOB=1127524
IDBENCH=63585
IDSOLVER=368
FILE ID=node4/1127524-1216771884
PBS_JOBID= 7974145
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-40-1100-2000/normalized-cnf-3-40-1900-793223_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-1127524-1216771884/watcher-1127524-1216771884 -o /tmp/evaluation-result-1127524-1216771884/solver-1127524-1216771884 -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-1127524-1216771884.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 38ba91ad3d018b334f949c43e93bd801
RANDOM SEED=846156631

node4.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.212
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.212
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:       1053768 kB
Buffers:         35124 kB
Cached:         852208 kB
SwapCached:          0 kB
Active:         246448 kB
Inactive:       675152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1053768 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           60768 kB
Writeback:           0 kB
Mapped:          55456 kB
Slab:            65696 kB
Committed_AS:   126688 kB
PageTables:       2028 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= 66548 MiB
End job on node4 at 2008-07-23 03:11:41