Trace number 1125204

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.03 3618.85

General information on the benchmark

Namemaxcsp/celar/scens/
normalized-scenw-06-30_ext.xml
MD5SUM7b9dc97318196eebdc4878ace21b2779
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints21
Best CPU time to get the best result obtained on this benchmark0.699892
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints1178
Maximum constraint arity2
Maximum domain size14
Number of constraints which are defined in extension1178
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.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Wed Jul 16 02:19:09 2008
0.02/0.04	c 0	PID 26508
0.02/0.04	c 0	HOST node89.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1125204-1216167549.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125204-1216167549.xml' 'HOME/temp.csp'
0.03/0.57	c 1	3 domains, 100 variables, 0 predicates, 1015 relations, 1178 constraints
0.03/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.61	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.69	c 1	Parsing HOME/temp.csp
0.93/1.05	c 1	parsed 2296 expressions
0.93/1.06	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.08	c 1	MAX CSP: 1178 constraints
0.93/1.08	c 1	Converting to clausal form CSP
1.02/1.11	c 1	converted 348 (10%) expressions
1.02/1.11	c 1	converted 696 (20%) expressions
1.02/1.12	c 1	converted 1044 (30%) expressions
1.02/1.18	c 1	converted 1391 (40%) expressions
1.11/1.21	c 1	converted 1739 (50%) expressions
1.11/1.30	c 2	converted 2087 (60%) expressions
1.21/1.38	c 2	converted 2434 (70%) expressions
1.31/1.40	c 2	converted 2782 (80%) expressions
1.31/1.42	c 2	converted 3130 (90%) expressions
1.41/1.57	c 2	converted 3477 (100%) expressions
1.41/1.57	c 2	CSP : 2456 integers, 0 booleans, 3533 clauses, largest domain size 1768
1.41/1.57	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.57	c 2	Propagation in CSP
1.51/1.62	c 2	1173 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.51/1.63	c 2	CSP : 2456 integers, 0 booleans, 3533 clauses, largest domain size 1179
1.51/1.63	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.63	c 2	Simplifing CSP by introducing new Boolean variables
1.51/1.63	c 2	CSP : 2456 integers, 0 booleans, 3533 clauses, largest domain size 1179
1.51/1.63	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.69	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.61/1.71	c 2	246 (10%) CSP integer variables are encoded (820 clauses, 8884 bytes)
1.61/1.71	c 2	492 (20%) CSP integer variables are encoded (820 clauses, 8884 bytes)
1.61/1.71	c 2	737 (30%) CSP integer variables are encoded (820 clauses, 8884 bytes)
1.61/1.72	c 2	983 (40%) CSP integer variables are encoded (820 clauses, 8884 bytes)
1.61/1.72	c 2	1228 (50%) CSP integer variables are encoded (820 clauses, 8884 bytes)
1.61/1.72	c 2	1474 (60%) CSP integer variables are encoded (3114 clauses, 38706 bytes)
1.61/1.74	c 2	1720 (70%) CSP integer variables are encoded (14196 clauses, 194545 bytes)
1.61/1.74	c 2	1965 (80%) CSP integer variables are encoded (17936 clauses, 250645 bytes)
1.61/1.74	c 2	2211 (90%) CSP integer variables are encoded (19807 clauses, 278710 bytes)
1.61/1.75	c 2	2456 (100%) CSP integer variables are encoded (22338 clauses, 316675 bytes)
1.70/1.83	c 2	354 (10%) CSP clauses are encoded (26068 clauses, 392087 bytes)
1.70/1.88	c 2	707 (20%) CSP clauses are encoded (29160 clauses, 461675 bytes)
1.81/1.91	c 2	1060 (30%) CSP clauses are encoded (31937 clauses, 523207 bytes)
1.81/1.95	c 2	1414 (40%) CSP clauses are encoded (41078 clauses, 687585 bytes)
1.90/2.10	c 2	1767 (50%) CSP clauses are encoded (124477 clauses, 2211213 bytes)
2.80/2.94	c 3	2120 (60%) CSP clauses are encoded (491890 clauses, 9626415 bytes)
4.38/4.57	c 5	2474 (70%) CSP clauses are encoded (1454956 clauses, 29673160 bytes)
4.48/4.63	c 5	2827 (80%) CSP clauses are encoded (1483138 clauses, 30261352 bytes)
4.58/4.74	c 5	3180 (90%) CSP clauses are encoded (1552472 clauses, 31731267 bytes)
4.98/5.19	c 5	3533 (100%) CSP clauses are encoded (1810509 clauses, 37243612 bytes)
4.98/5.19	c 5	3533 CSP clauses encoded
4.98/5.19	c 5	Writing map file : HOME/temp.map
5.08/5.21	c 5	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.08/5.21	c 5	SAT : 24793 SAT variables, 1810509 SAT clauses, 37243612 bytes
5.08/5.21	c 5	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.08/5.25	c 5	OBJECTIVE minimize _COST
5.08/5.25	c 5	OBJECTIVE BOUND: 0 <= _COST <= 
5.08/5.25	c 5	SEARCHING: _COST <= 589
5.08/5.25	c 5	SOLVING HOME/temp.cnf
5.08/5.25	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.08/5.26	c 5	This is MiniSat 2.0 beta
5.08/5.26	c 5	WARNING: for repeatability, setting FPU to use double precision
5.08/5.26	c 5	============================[ Problem Statistics ]=============================
5.08/5.26	c 5	|                                                                             |
5.08/5.26	c 5	|  Number of variables:  24793                                                |
5.08/5.26	c 5	|  Number of clauses:    1810510                                              |
5.94/6.13	c 6	|  Parsing time:         0.76         s                                       |
6.94/7.10	c 7	============================[ Search Statistics ]==============================
6.94/7.10	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.94/7.10	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.94/7.10	c 7	===============================================================================
6.94/7.10	c 7	|         0 |   18314  1156071  3433210 |   385357        0    nan |  0.000 % |
7.14/7.39	c 8	|       101 |   18313  1156071  3433210 |   423892      100     23 | 26.140 % |
7.45/7.62	c 8	|       251 |   18313  1156071  3433210 |   466281      250     41 | 26.140 % |
7.45/7.69	c 8	===============================================================================
7.45/7.69	c 8	restarts              : 3
7.45/7.69	c 8	conflicts             : 283            (123 /sec)
7.45/7.69	c 8	decisions             : 2103           (0.52 % random) (911 /sec)
7.45/7.69	c 8	propagations          : 329860         (142942 /sec)
7.45/7.69	c 8	conflict literals     : 10432          (20.98 % deleted)
7.45/7.69	c 8	Memory used           : 73.82 MB
7.45/7.69	c 8	CPU time              : 2.30765 s
7.45/7.69	c 8	
7.45/7.70	c 8	SATISFIABLE
7.53/7.71	c 8	FOUND: _COST <= 589
7.53/7.71	s SATISFIABLE
7.53/7.71	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.53/7.71	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.53/7.79	c 8	Decoding HOME/temp.out
7.55/7.94	c 8	OBJECTIVE _COST 589
7.55/7.94	o 589
7.55/7.94	v 13 2 9 3 13 13 13 12 13 13 9 11 2 5 13 3 13 0 5 13 4 1 8 5 4 12 13 6 4 4 4 1 0 2 2 3 1 1 0 0 3 2 8 4 4 4 13 13 3 13 13 0 3 9 5 5 9 8 13 4 2 2 10 5 11 10 10 13 5 2 0 1 3 1 5 2 5 1 5 2 5 4 13 3 5 2 0 13 9 11 1 13 5 0 13 13 3 13 5 -1
7.55/7.95	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.55/7.97	c 8	OBJECTIVE BOUND: 0 <= _COST <= 589
7.55/7.97	c 8	SEARCHING: _COST <= 294
7.55/7.97	c 8	SOLVING HOME/temp.cnf
7.55/7.97	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.55/7.97	c 8	This is MiniSat 2.0 beta
7.55/7.97	c 8	WARNING: for repeatability, setting FPU to use double precision
7.55/7.97	c 8	============================[ Problem Statistics ]=============================
7.55/7.97	c 8	|                                                                             |
7.55/7.97	c 8	|  Number of variables:  24793                                                |
7.55/7.97	c 8	|  Number of clauses:    1810510                                              |
8.61/8.87	c 9	|  Parsing time:         0.78         s                                       |
9.89/10.14	c 10	============================[ Search Statistics ]==============================
9.89/10.14	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.89/10.14	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.89/10.14	c 10	===============================================================================
9.89/10.14	c 10	|         0 |   14772   754277  2238159 |   251425        0    nan |  0.000 % |
10.29/10.53	c 11	|       100 |   14771   754277  2238159 |   276568       99     21 | 40.435 % |
10.29/10.57	c 11	===============================================================================
10.29/10.57	c 11	restarts              : 2
10.29/10.57	c 11	conflicts             : 134            (54 /sec)
10.29/10.57	c 11	decisions             : 2488           (0.52 % random) (1009 /sec)
10.29/10.57	c 11	propagations          : 265248         (107535 /sec)
10.29/10.57	c 11	conflict literals     : 2533           (18.37 % deleted)
10.29/10.57	c 11	Memory used           : 74.72 MB
10.29/10.57	c 11	CPU time              : 2.46663 s
10.29/10.57	c 11	
10.29/10.58	c 11	SATISFIABLE
10.29/10.59	c 11	FOUND: _COST <= 294
10.29/10.59	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.29/10.59	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.41/10.95	c 11	Decoding HOME/temp.out
10.60/11.11	c 11	OBJECTIVE _COST 294
10.60/11.11	o 294
10.60/11.11	v 13 11 2 13 12 13 3 12 0 12 13 1 5 5 12 4 12 3 4 6 8 13 6 0 5 4 13 11 4 0 5 0 4 2 1 13 5 5 5 5 3 5 6 10 3 9 3 5 1 5 5 9 5 4 5 1 13 4 13 4 2 11 13 4 2 10 2 10 3 5 3 1 2 4 2 3 2 5 1 5 4 5 3 6 2 5 1 8 6 11 2 13 5 5 13 13 3 13 5 -1
10.60/11.12	c 11	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.60/11.13	c 11	OBJECTIVE BOUND: 0 <= _COST <= 294
10.60/11.13	c 11	SEARCHING: _COST <= 147
10.60/11.13	c 11	SOLVING HOME/temp.cnf
10.60/11.13	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.60/11.13	c 11	This is MiniSat 2.0 beta
10.60/11.13	c 11	WARNING: for repeatability, setting FPU to use double precision
10.60/11.13	c 11	============================[ Problem Statistics ]=============================
10.60/11.13	c 11	|                                                                             |
10.60/11.13	c 11	|  Number of variables:  24793                                                |
10.60/11.13	c 11	|  Number of clauses:    1810510                                              |
11.50/12.04	c 12	|  Parsing time:         0.79         s                                       |
12.89/13.45	c 14	============================[ Search Statistics ]==============================
12.89/13.45	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.89/13.45	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.89/13.45	c 14	===============================================================================
12.89/13.45	c 14	|         0 |   12565   433958  1283676 |   144652        0    nan |  0.000 % |
13.09/13.65	c 14	|       100 |   12564   433958  1283676 |   159117       99     33 | 49.353 % |
13.19/13.74	c 14	|       250 |   12564   433958  1283676 |   175029      249     30 | 49.353 % |
13.29/13.81	c 14	===============================================================================
13.29/13.81	c 14	restarts              : 3
13.29/13.81	c 14	conflicts             : 343            (135 /sec)
13.29/13.81	c 14	decisions             : 1386           (1.15 % random) (544 /sec)
13.29/13.81	c 14	propagations          : 366533         (143873 /sec)
13.29/13.81	c 14	conflict literals     : 9028           (20.51 % deleted)
13.29/13.81	c 14	Memory used           : 75.52 MB
13.29/13.81	c 14	CPU time              : 2.54761 s
13.29/13.81	c 14	
13.29/13.82	c 14	SATISFIABLE
13.29/13.83	c 14	FOUND: _COST <= 147
13.29/13.83	c 14	DECODING HOME/temp.out WITH HOME/temp.map
13.29/13.83	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.34/13.91	c 14	Decoding HOME/temp.out
13.34/14.06	c 14	OBJECTIVE _COST 147
13.34/14.06	o 147
13.34/14.07	v 5 13 11 13 13 0 13 13 12 0 2 0 5 4 4 2 0 3 4 5 5 10 5 0 3 6 1 9 7 0 2 0 4 2 4 7 5 5 5 5 4 5 6 10 2 9 3 5 5 5 5 9 5 4 5 1 13 4 13 4 2 11 10 4 3 4 2 12 5 2 5 1 2 1 5 1 2 5 1 5 4 4 4 6 0 5 1 8 4 11 2 13 1 5 13 13 3 13 5 -1
13.34/14.07	c 14	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
13.34/14.09	c 14	OBJECTIVE BOUND: 0 <= _COST <= 147
13.34/14.09	c 14	SEARCHING: _COST <= 73
13.34/14.09	c 14	SOLVING HOME/temp.cnf
13.34/14.09	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.34/14.09	c 14	This is MiniSat 2.0 beta
13.34/14.09	c 14	WARNING: for repeatability, setting FPU to use double precision
13.34/14.09	c 14	============================[ Problem Statistics ]=============================
13.34/14.09	c 14	|                                                                             |
13.34/14.10	c 14	|  Number of variables:  24793                                                |
13.34/14.10	c 14	|  Number of clauses:    1810510                                              |
14.45/15.02	c 15	|  Parsing time:         0.80         s                                       |
15.85/16.47	c 17	============================[ Search Statistics ]==============================
15.85/16.47	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.85/16.47	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.85/16.47	c 17	===============================================================================
15.85/16.47	c 17	|         0 |   10927   240833   709141 |    80277        0    nan |  0.000 % |
16.04/16.64	c 17	|       100 |   10926   240833   709141 |    88305       99     18 | 55.992 % |
16.14/16.72	c 17	|       250 |   10926   240833   709141 |    97135      249     20 | 55.992 % |
16.24/16.88	c 17	|       475 |   10926   240833   709141 |   106849      474     19 | 55.992 % |
16.44/17.08	c 17	|       812 |   10926   240833   709141 |   117534      811     20 | 55.992 % |
16.94/17.51	c 18	|      1318 |   10911   239181   704233 |   129287     1317     20 | 55.992 % |
17.63/18.21	c 18	|      2078 |   10911   239181   704233 |   142216     2077     20 | 55.992 % |
18.52/19.10	c 19	|      3218 |   10911   239181   704233 |   156438     3217     20 | 55.992 % |
19.91/20.54	c 21	|      4926 |   10911   239181   704233 |   172082     4925     21 | 55.992 % |
22.30/22.94	c 23	|      7488 |   10911   239181   704233 |   189290     7487     23 | 55.992 % |
25.77/26.45	c 27	|     11333 |   10911   239181   704233 |   208219    11332     24 | 55.992 % |
31.63/32.31	c 33	|     17102 |   10911   239181   704233 |   229041    17101     24 | 55.992 % |
41.66/42.47	c 43	|     25751 |   10911   239181   704233 |   251945    25750     25 | 55.992 % |
56.17/57.01	c 57	|     38726 |   10911   239181   704233 |   277140    38725     24 | 55.992 % |
82.49/83.60	c 84	|     58188 |   10911   239181   704233 |   304854    58187     25 | 55.992 % |
129.47/130.88	c 131	|     87380 |   10911   239181   704233 |   335339    87379     26 | 55.992 % |
203.75/205.70	c 206	|    131169 |   10911   239181   704233 |   368873   131168     26 | 55.992 % |
319.96/322.68	c 323	|    196854 |   10911   239181   704233 |   405761   196853     26 | 55.992 % |
531.37/535.50	c 536	|    295380 |   10911   239181   704233 |   446337   295379     26 | 55.992 % |
971.32/978.36	c 979	|    443169 |   10911   239181   704233 |   490970   443168     27 | 55.992 % |
1437.78/1447.94	c 1448	|    664852 |   10911   239181   704233 |   540067   176164     29 | 55.992 % |
2371.06/2387.45	c 2388	|    997377 |   10911   239181   704233 |   594074   508689     30 | 55.992 % |
3600.03/3618.82	c ERROR INTERRUPTED
3600.03/3618.83	c 3619	CPU 12.77 (0.04 0.01 12.73 0.79)
3600.03/3618.83	c 3619	END Wed Jul 16 03:19:28 2008

Verifier Data (download as text)

OK	119	1059
119 unsatisfied constraints, 1059 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-1125204-1216167549/watcher-1125204-1216167549 -o /tmp/evaluation-result-1125204-1216167549/solver-1125204-1216167549 -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-1125204-1216167549.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.00 2.00 2.00 4/112 26508
/proc/meminfo: memFree=1700752/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=12272 CPUtime=0
/proc/26508/stat : 26508 (sugar) R 26506 26508 25362 0 -1 4194304 402 0 0 0 0 0 0 0 18 0 1 0 73452013 12566528 370 996147200 4194304 4206940 548682068592 18446744073709551615 249069736673 0 0 4224 0 0 0 0 17 1 0 0
/proc/26508/statm: 3068 370 274 3 0 168 0

[startup+0.0354961 s]
/proc/loadavg: 2.00 2.00 2.00 4/112 26508
/proc/meminfo: memFree=1700752/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13468 CPUtime=0.02
/proc/26508/stat : 26508 (sugar) R 26506 26508 25362 0 -1 4194304 740 0 0 0 2 0 0 0 18 0 1 0 73452013 13791232 708 996147200 4194304 4206940 548682068592 18446744073709551615 249069736615 0 0 4224 0 0 0 0 17 1 0 0
/proc/26508/statm: 3367 709 338 3 0 467 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13468

[startup+0.101512 s]
/proc/loadavg: 2.00 2.00 2.00 4/112 26508
/proc/meminfo: memFree=1700752/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13600 CPUtime=0.03
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 73452013 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26508/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301551 s]
/proc/loadavg: 2.00 2.00 2.00 4/112 26508
/proc/meminfo: memFree=1700752/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13600 CPUtime=0.03
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 73452013 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26508/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701616 s]
/proc/loadavg: 2.00 2.00 2.00 4/112 26508
/proc/meminfo: memFree=1700752/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13600 CPUtime=0.55
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 974 5081 0 1 3 0 49 3 15 0 1 0 73452013 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26508/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13600

[startup+1.50276 s]
/proc/loadavg: 2.00 2.00 2.00 3/123 26530
/proc/meminfo: memFree=1688888/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13600 CPUtime=0.55
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 974 5081 0 1 3 0 49 3 15 0 1 0 73452013 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26508/statm: 3400 797 370 3 0 500 0
[pid=26521] ppid=26508 vsize=5356 CPUtime=0
/proc/26521/stat : 26521 (sh) S 26508 26508 25362 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73452074 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26521/statm: 1339 233 193 169 0 50 0
[pid=26522] ppid=26521 vsize=868288 CPUtime=0.86
/proc/26522/stat : 26522 (java) S 26521 26508 25362 0 -1 0 8571 0 1 0 82 4 0 0 18 0 9 0 73452075 889126912 7817 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26522/statm: 217072 7817 2541 9 0 211647 0
[pid=26522/tid=26523] ppid=26521 vsize=868288 CPUtime=0.47
/proc/26522/task/26523/stat : 26523 (java) R 26521 26508 25362 0 -1 64 2598 0 1 0 46 1 0 0 19 0 9 0 73452076 889126912 7817 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26524] ppid=26521 vsize=868288 CPUtime=0.19
/proc/26522/task/26524/stat : 26524 (java) S 26521 26508 25362 0 -1 64 3828 0 0 0 18 1 0 0 16 0 9 0 73452077 889126912 7817 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26525] ppid=26521 vsize=868288 CPUtime=0
/proc/26522/task/26525/stat : 26525 (java) S 26521 26508 25362 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73452077 889126912 7817 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26526] ppid=26521 vsize=868288 CPUtime=0
/proc/26522/task/26526/stat : 26526 (java) S 26521 26508 25362 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73452077 889126912 7817 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26527] ppid=26521 vsize=868288 CPUtime=0
/proc/26522/task/26527/stat : 26527 (java) S 26521 26508 25362 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 73452079 889126912 7817 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26528] ppid=26521 vsize=868288 CPUtime=0.18
/proc/26522/task/26528/stat : 26528 (java) R 26521 26508 25362 0 -1 64 1448 0 0 0 17 1 0 0 16 0 9 0 73452079 889126912 7817 996147200 134512640 134550740 4294955936 18446744073709551615 101660476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26529] ppid=26521 vsize=868288 CPUtime=0
/proc/26522/task/26529/stat : 26529 (java) S 26521 26508 25362 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73452079 889126912 7817 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26530] ppid=26521 vsize=868288 CPUtime=0
/proc/26522/task/26530/stat : 26530 (java) S 26521 26508 25362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73452079 889126912 7817 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887244

[startup+3.10104 s]
/proc/loadavg: 2.08 2.02 2.01 3/123 26530
/proc/meminfo: memFree=1672888/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13600 CPUtime=0.55
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 974 5081 0 1 3 0 49 3 16 0 1 0 73452013 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26508/statm: 3400 797 370 3 0 500 0
[pid=26521] ppid=26508 vsize=5356 CPUtime=0
/proc/26521/stat : 26521 (sh) S 26508 26508 25362 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73452074 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26521/statm: 1339 233 193 169 0 50 0
[pid=26522] ppid=26521 vsize=868512 CPUtime=2.44
/proc/26522/stat : 26522 (java) S 26521 26508 25362 0 -1 0 9404 0 1 0 232 12 0 0 18 0 9 0 73452075 889356288 8244 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26522/statm: 217128 8244 2565 9 0 211675 0
[pid=26522/tid=26523] ppid=26521 vsize=868512 CPUtime=1.81
/proc/26522/task/26523/stat : 26523 (java) R 26521 26508 25362 0 -1 64 3053 0 1 0 174 7 0 0 25 0 9 0 73452076 889356288 8244 996147200 134512640 134550740 4294955936 18446744073709551615 4126996457 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26524] ppid=26521 vsize=868512 CPUtime=0.36
/proc/26522/task/26524/stat : 26524 (java) S 26521 26508 25362 0 -1 64 4151 0 0 0 33 3 0 0 16 0 9 0 73452077 889356288 8244 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26525] ppid=26521 vsize=868512 CPUtime=0
/proc/26522/task/26525/stat : 26525 (java) S 26521 26508 25362 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73452077 889356288 8244 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26526] ppid=26521 vsize=868512 CPUtime=0
/proc/26522/task/26526/stat : 26526 (java) S 26521 26508 25362 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73452077 889356288 8244 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26527] ppid=26521 vsize=868512 CPUtime=0
/proc/26522/task/26527/stat : 26527 (java) S 26521 26508 25362 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 73452079 889356288 8244 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26528] ppid=26521 vsize=868512 CPUtime=0.25
/proc/26522/task/26528/stat : 26528 (java) S 26521 26508 25362 0 -1 64 1503 0 0 0 24 1 0 0 16 0 9 0 73452079 889356288 8244 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26529] ppid=26521 vsize=868512 CPUtime=0
/proc/26522/task/26529/stat : 26529 (java) S 26521 26508 25362 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73452079 889356288 8244 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26522/tid=26530] ppid=26521 vsize=868512 CPUtime=0
/proc/26522/task/26530/stat : 26530 (java) S 26521 26508 25362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73452079 889356288 8244 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887468

[startup+6.30162 s]
/proc/loadavg: 2.08 2.02 2.01 3/115 26532
/proc/meminfo: memFree=1646520/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13732 CPUtime=5.12
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 1090 15495 0 2 4 0 474 34 16 0 1 0 73452013 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26508/statm: 3433 838 374 3 0 533 0
[pid=26531] ppid=26508 vsize=5356 CPUtime=0
/proc/26531/stat : 26531 (sh) S 26508 26508 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73452538 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26531/statm: 1339 232 193 169 0 50 0
[pid=26532] ppid=26531 vsize=75588 CPUtime=1.03
/proc/26532/stat : 26532 (minisat) R 26531 26508 25362 0 -1 4194304 18226 0 0 0 93 10 0 0 25 0 1 0 73452539 77402112 18212 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 1 0 0
/proc/26532/statm: 18897 18212 72 150 0 18744 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 94676

[startup+12.7018 s]
/proc/loadavg: 2.15 2.03 2.01 3/115 26556
/proc/meminfo: memFree=1586808/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13732 CPUtime=10.65
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 1325 60657 0 4 4 1 997 63 16 0 1 0 73452013 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26508/statm: 3433 838 374 3 0 533 0
[pid=26555] ppid=26508 vsize=5356 CPUtime=0
/proc/26555/stat : 26555 (sh) S 26508 26508 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73453126 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26555/statm: 1339 232 193 169 0 50 0
[pid=26556] ppid=26555 vsize=77332 CPUtime=1.55
/proc/26556/stat : 26556 (minisat) R 26555 26508 25362 0 -1 4194304 18644 0 0 0 144 11 0 0 25 0 1 0 73453126 79187968 18630 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 0 0 0
/proc/26556/statm: 19333 18630 72 150 0 19180 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 96420

[startup+25.5011 s]
/proc/loadavg: 2.12 2.03 2.01 3/115 26568
/proc/meminfo: memFree=1585968/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13732 CPUtime=13.57
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 1440 83551 0 5 4 1 1273 79 16 0 1 0 73452013 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26508/statm: 3433 838 374 3 0 533 0
[pid=26567] ppid=26508 vsize=5356 CPUtime=0
/proc/26567/stat : 26567 (sh) S 26508 26508 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73453422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26567/statm: 1339 232 193 169 0 50 0
[pid=26568] ppid=26567 vsize=77648 CPUtime=11.3
/proc/26568/stat : 26568 (minisat) R 26567 26508 25362 0 -1 4194304 18736 0 0 0 1119 11 0 0 25 0 1 0 73453423 79511552 18722 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/26568/statm: 19412 18722 75 150 0 19259 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 96736

[startup+51.1017 s]
/proc/loadavg: 2.08 2.03 2.01 3/115 26568
/proc/meminfo: memFree=1586032/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13732 CPUtime=13.57
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 1440 83551 0 5 4 1 1273 79 16 0 1 0 73452013 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26508/statm: 3433 838 374 3 0 533 0
[pid=26567] ppid=26508 vsize=5356 CPUtime=0
/proc/26567/stat : 26567 (sh) S 26508 26508 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73453422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26567/statm: 1339 232 193 169 0 50 0
[pid=26568] ppid=26567 vsize=77788 CPUtime=36.74
/proc/26568/stat : 26568 (minisat) R 26567 26508 25362 0 -1 4194304 18770 0 0 0 3662 12 0 0 25 0 1 0 73453423 79654912 18756 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/26568/statm: 19447 18756 75 150 0 19294 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 96876

[startup+102.309 s]
/proc/loadavg: 2.03 2.02 2.00 3/115 26570
/proc/meminfo: memFree=1585840/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13732 CPUtime=13.57
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 1440 83551 0 5 4 1 1273 79 16 0 1 0 73452013 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26508/statm: 3433 838 374 3 0 533 0
[pid=26567] ppid=26508 vsize=5356 CPUtime=0
/proc/26567/stat : 26567 (sh) S 26508 26508 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73453422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26567/statm: 1339 232 193 169 0 50 0
[pid=26568] ppid=26567 vsize=78048 CPUtime=87.59
/proc/26568/stat : 26568 (minisat) R 26567 26508 25362 0 -1 4194304 18845 0 0 0 8747 12 0 0 25 0 1 0 73453423 79921152 18823 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26568/statm: 19512 18823 75 150 0 19359 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 97136

[startup+162.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/115 26570
/proc/meminfo: memFree=1585712/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13732 CPUtime=13.57
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 1440 83551 0 5 4 1 1273 79 16 0 1 0 73452013 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26508/statm: 3433 838 374 3 0 533 0
[pid=26567] ppid=26508 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1523888/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13732 CPUtime=13.57
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 1440 83551 0 5 4 1 1273 79 16 0 1 0 73452013 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26508/statm: 3433 838 374 3 0 533 0
[pid=26567] ppid=26508 vsize=5356 CPUtime=0
/proc/26567/stat : 26567 (sh) S 26508 26508 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73453422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26567/statm: 1339 232 193 169 0 50 0
[pid=26568] ppid=26567 vsize=137888 CPUtime=3070.14
/proc/26568/stat : 26568 (minisat) R 26567 26508 25362 0 -1 4194304 33401 0 0 0 306978 36 0 0 25 0 1 0 73453423 141197312 33371 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26568/statm: 34472 33371 75 150 0 34319 0
Current children cumulated CPU time (s) 3083.71
Current children cumulated vsize (KiB) 156976

[startup+3162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/115 26890
/proc/meminfo: memFree=1523504/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13732 CPUtime=13.57
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 1440 83551 0 5 4 1 1273 79 16 0 1 0 73452013 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26508/statm: 3433 838 374 3 0 533 0
[pid=26567] ppid=26508 vsize=5356 CPUtime=0
/proc/26567/stat : 26567 (sh) S 26508 26508 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73453422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26567/statm: 1339 232 193 169 0 50 0
[pid=26568] ppid=26567 vsize=138432 CPUtime=3130.12
/proc/26568/stat : 26568 (minisat) R 26567 26508 25362 0 -1 4194304 33496 0 0 0 312976 36 0 0 25 0 1 0 73453423 141754368 33466 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26568/statm: 34608 33466 75 150 0 34455 0
Current children cumulated CPU time (s) 3143.69
Current children cumulated vsize (KiB) 157520

[startup+3222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/115 26890
/proc/meminfo: memFree=1523440/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13732 CPUtime=13.57
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 1440 83551 0 5 4 1 1273 79 16 0 1 0 73452013 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26508/statm: 3433 838 374 3 0 533 0
[pid=26567] ppid=26508 vsize=5356 CPUtime=0
/proc/26567/stat : 26567 (sh) S 26508 26508 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73453422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26567/statm: 1339 232 193 169 0 50 0
[pid=26568] ppid=26567 vsize=138432 CPUtime=3190.1
/proc/26568/stat : 26568 (minisat) R 26567 26508 25362 0 -1 4194304 33503 0 0 0 318974 36 0 0 25 0 1 0 73453423 141754368 33473 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26568/statm: 34608 33473 75 150 0 34455 0
Current children cumulated CPU time (s) 3203.67
Current children cumulated vsize (KiB) 157520

[startup+3282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/115 26890
/proc/meminfo: memFree=1523376/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13732 CPUtime=13.57
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 1440 83551 0 5 4 1 1273 79 16 0 1 0 73452013 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26508/statm: 3433 838 374 3 0 533 0
[pid=26567] ppid=26508 vsize=5356 CPUtime=0
/proc/26567/stat : 26567 (sh) S 26508 26508 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73453422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26567/statm: 1339 232 193 169 0 50 0
[pid=26568] ppid=26567 vsize=138432 CPUtime=3250.08
/proc/26568/stat : 26568 (minisat) R 26567 26508 25362 0 -1 4194304 33515 0 0 0 324972 36 0 0 25 0 1 0 73453423 141754368 33485 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26568/statm: 34608 33485 75 150 0 34455 0
Current children cumulated CPU time (s) 3263.65
Current children cumulated vsize (KiB) 157520

[startup+3342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/115 26890
/proc/meminfo: memFree=1523312/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13732 CPUtime=13.57
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 1440 83551 0 5 4 1 1273 79 16 0 1 0 73452013 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26508/statm: 3433 838 374 3 0 533 0
[pid=26567] ppid=26508 vsize=5356 CPUtime=0
/proc/26567/stat : 26567 (sh) S 26508 26508 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73453422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26567/statm: 1339 232 193 169 0 50 0
[pid=26568] ppid=26567 vsize=138432 CPUtime=3310.05
/proc/26568/stat : 26568 (minisat) R 26567 26508 25362 0 -1 4194304 33515 0 0 0 330969 36 0 0 25 0 1 0 73453423 141754368 33485 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26568/statm: 34608 33485 75 150 0 34455 0
Current children cumulated CPU time (s) 3323.62
Current children cumulated vsize (KiB) 157520

[startup+3402.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/115 26890
/proc/meminfo: memFree=1523312/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13732 CPUtime=13.57
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 1440 83551 0 5 4 1 1273 79 16 0 1 0 73452013 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26508/statm: 3433 838 374 3 0 533 0
[pid=26567] ppid=26508 vsize=5356 CPUtime=0
/proc/26567/stat : 26567 (sh) S 26508 26508 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73453422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26567/statm: 1339 232 193 169 0 50 0
[pid=26568] ppid=26567 vsize=138432 CPUtime=3370.04
/proc/26568/stat : 26568 (minisat) R 26567 26508 25362 0 -1 4194304 33516 0 0 0 336968 36 0 0 25 0 1 0 73453423 141754368 33486 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26568/statm: 34608 33486 75 150 0 34455 0
Current children cumulated CPU time (s) 3383.61
Current children cumulated vsize (KiB) 157520

[startup+3462.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/115 26890
/proc/meminfo: memFree=1522800/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13732 CPUtime=13.57
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 1440 83551 0 5 4 1 1273 79 16 0 1 0 73452013 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26508/statm: 3433 838 374 3 0 533 0
[pid=26567] ppid=26508 vsize=5356 CPUtime=0
/proc/26567/stat : 26567 (sh) S 26508 26508 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73453422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26567/statm: 1339 232 193 169 0 50 0
[pid=26568] ppid=26567 vsize=139120 CPUtime=3430.01
/proc/26568/stat : 26568 (minisat) R 26567 26508 25362 0 -1 4194304 33645 0 0 0 342965 36 0 0 25 0 1 0 73453423 142458880 33615 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/26568/statm: 34780 33615 75 150 0 34627 0
Current children cumulated CPU time (s) 3443.58
Current children cumulated vsize (KiB) 158208

[startup+3522.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/115 26890
/proc/meminfo: memFree=1522352/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13732 CPUtime=13.57
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 1440 83551 0 5 4 1 1273 79 16 0 1 0 73452013 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26508/statm: 3433 838 374 3 0 533 0
[pid=26567] ppid=26508 vsize=5356 CPUtime=0
/proc/26567/stat : 26567 (sh) S 26508 26508 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73453422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26567/statm: 1339 232 193 169 0 50 0
[pid=26568] ppid=26567 vsize=139604 CPUtime=3489.99
/proc/26568/stat : 26568 (minisat) R 26567 26508 25362 0 -1 4194304 33744 0 0 0 348963 36 0 0 25 0 1 0 73453423 142954496 33714 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/26568/statm: 34901 33714 75 150 0 34748 0
Current children cumulated CPU time (s) 3503.56
Current children cumulated vsize (KiB) 158692

[startup+3582.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/115 26890
/proc/meminfo: memFree=1522352/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13732 CPUtime=13.57
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 1440 83551 0 5 4 1 1273 79 16 0 1 0 73452013 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26508/statm: 3433 838 374 3 0 533 0
[pid=26567] ppid=26508 vsize=5356 CPUtime=0
/proc/26567/stat : 26567 (sh) S 26508 26508 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73453422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26567/statm: 1339 232 193 169 0 50 0
[pid=26568] ppid=26567 vsize=139604 CPUtime=3549.96
/proc/26568/stat : 26568 (minisat) R 26567 26508 25362 0 -1 4194304 33747 0 0 0 354960 36 0 0 25 0 1 0 73453423 142954496 33717 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26568/statm: 34901 33717 75 150 0 34748 0
Current children cumulated CPU time (s) 3563.53
Current children cumulated vsize (KiB) 158692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618.8 s]
/proc/loadavg: 1.99 1.98 1.99 3/115 26890
/proc/meminfo: memFree=1522352/2055920 swapFree=4192812/4192956
[pid=26508] ppid=26506 vsize=13732 CPUtime=13.57
/proc/26508/stat : 26508 (sugar) S 26506 26508 25362 0 -1 4194304 1440 83551 0 5 4 1 1273 79 16 0 1 0 73452013 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26508/statm: 3433 838 374 3 0 533 0
[pid=26567] ppid=26508 vsize=5356 CPUtime=0
/proc/26567/stat : 26567 (sh) S 26508 26508 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73453422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26567/statm: 1339 232 193 169 0 50 0
[pid=26568] ppid=26567 vsize=139604 CPUtime=3586.46
/proc/26568/stat : 26568 (minisat) R 26567 26508 25362 0 -1 4194304 33749 0 0 0 358610 36 0 0 25 0 1 0 73453423 142954496 33719 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26568/statm: 34901 33719 75 150 0 34748 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 158692

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26508 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=783056
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=830873
# CPU time returned by wait4() is 13.6139
# while last known CPU time is 3600.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3618.85
CPU time (s): 3600.03
CPU user time (s): 3598.87
CPU system time (s): 1.16
CPU usage (%): 99.4799
Max. virtual memory (cumulated for all children) (KiB): 887468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.7831
system time used= 0.830873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85333
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= 11150
involuntary context switches= 11125

runsolver used 5.9041 second user time and 15.7696 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-16 02:19:09
IDJOB=1125204
IDBENCH=63090
IDSOLVER=368
FILE ID=node89/1125204-1216167549
PBS_JOBID= 7905779
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/celar/scens/normalized-scenw-06-30_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-1125204-1216167549/watcher-1125204-1216167549 -o /tmp/evaluation-result-1125204-1216167549/solver-1125204-1216167549 -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-1125204-1216167549.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7b9dc97318196eebdc4878ace21b2779
RANDOM SEED=1990527247

node89.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.266
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.266
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1701232 kB
Buffers:         76088 kB
Cached:         167488 kB
SwapCached:          0 kB
Active:         225212 kB
Inactive:        67816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:          70864 kB
Slab:            43288 kB
Committed_AS:   522636 kB
PageTables:       4520 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= 66560 MiB
End job on node89 at 2008-07-16 03:19:30