Trace number 1125259

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+minisat-incMSAT (TO) 3600.11 3611.96

General information on the benchmark

Namemaxcsp/celar/scens/
normalized-scenw-06-18_ext.xml
MD5SUM7c2af9b47834e2669bcf46167f82d734
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints24
Best CPU time to get the best result obtained on this benchmark40.8058
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints1221
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension1221
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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Wed Jul 16 02:35:46 2008
0.00/0.08	c 0	PID 29046
0.07/0.08	c 0	HOST node20.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1125259-1216168546.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125259-1216168546.xml' 'HOME/temp.csp'
0.96/1.08	c 1	3 domains, 100 variables, 0 predicates, 1042 relations, 1221 constraints
1.04/1.13	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.04/1.13	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.05/1.21	c 1	Parsing HOME/temp.csp
2.10/2.22	c 2	parsed 2366 expressions
2.10/2.23	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.10/2.25	c 2	MAX CSP: 1221 constraints
2.10/2.25	c 2	Converting to clausal form CSP
2.10/2.28	c 2	converted 359 (10%) expressions
2.19/2.31	c 2	converted 718 (20%) expressions
2.30/2.47	c 2	converted 1077 (30%) expressions
2.40/2.55	c 2	converted 1436 (40%) expressions
2.49/2.64	c 3	converted 1795 (50%) expressions
2.69/2.80	c 3	converted 2154 (60%) expressions
2.69/2.87	c 3	converted 2513 (70%) expressions
2.78/2.93	c 3	converted 2872 (80%) expressions
2.89/3.01	c 3	converted 3231 (90%) expressions
3.28/3.47	c 3	converted 3590 (100%) expressions
3.28/3.47	c 3	CSP : 2542 integers, 0 booleans, 3662 clauses, largest domain size 1832
3.28/3.47	c 3	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.47	c 3	Propagation in CSP
3.37/3.53	c 3	1216 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.37/3.54	c 3	CSP : 2542 integers, 0 booleans, 3662 clauses, largest domain size 1222
3.37/3.54	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.37/3.54	c 3	Simplifing CSP by introducing new Boolean variables
3.37/3.54	c 3	CSP : 2542 integers, 0 booleans, 3662 clauses, largest domain size 1222
3.37/3.54	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.47/3.68	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.58/3.70	c 4	255 (10%) CSP integer variables are encoded (2010 clauses, 24081 bytes)
3.58/3.70	c 4	509 (20%) CSP integer variables are encoded (2010 clauses, 24081 bytes)
3.58/3.70	c 4	763 (30%) CSP integer variables are encoded (2010 clauses, 24081 bytes)
3.58/3.71	c 4	1017 (40%) CSP integer variables are encoded (2010 clauses, 24081 bytes)
3.58/3.71	c 4	1271 (50%) CSP integer variables are encoded (2010 clauses, 24081 bytes)
3.58/3.71	c 4	1526 (60%) CSP integer variables are encoded (4404 clauses, 55203 bytes)
3.58/3.72	c 4	1780 (70%) CSP integer variables are encoded (6443 clauses, 81710 bytes)
3.58/3.72	c 4	2034 (80%) CSP integer variables are encoded (8809 clauses, 113951 bytes)
3.58/3.74	c 4	2288 (90%) CSP integer variables are encoded (21138 clauses, 298886 bytes)
3.58/3.74	c 4	2542 (100%) CSP integer variables are encoded (24388 clauses, 347636 bytes)
3.77/3.92	c 4	367 (10%) CSP clauses are encoded (31919 clauses, 514236 bytes)
3.87/4.04	c 4	733 (20%) CSP clauses are encoded (38929 clauses, 680154 bytes)
3.97/4.15	c 4	1099 (30%) CSP clauses are encoded (45784 clauses, 849915 bytes)
4.07/4.22	c 4	1465 (40%) CSP clauses are encoded (56806 clauses, 1062892 bytes)
4.17/4.38	c 4	1831 (50%) CSP clauses are encoded (146436 clauses, 2700983 bytes)
4.26/4.44	c 4	2198 (60%) CSP clauses are encoded (172645 clauses, 3172100 bytes)
4.66/4.87	c 5	2564 (70%) CSP clauses are encoded (434575 clauses, 8063030 bytes)
5.26/5.49	c 5	2930 (80%) CSP clauses are encoded (661221 clauses, 12798073 bytes)
6.24/6.40	c 6	3296 (90%) CSP clauses are encoded (1211567 clauses, 24581457 bytes)
7.42/7.67	c 8	3662 (100%) CSP clauses are encoded (1955707 clauses, 40533174 bytes)
7.42/7.67	c 8	3662 CSP clauses encoded
7.42/7.67	c 8	Writing map file : HOME/temp.map
7.42/7.69	c 8	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.42/7.69	c 8	SAT : 26930 SAT variables, 1955707 SAT clauses, 40533174 bytes
7.42/7.69	c 8	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.51/7.72	c 8	OBJECTIVE minimize _COST
7.51/7.72	c 8	SOLVING HOME/temp.cnf
7.51/7.72	c 8	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
7.51/7.72	c 8	This is MiniSat 2.0 beta incremental
7.51/7.72	c 8	WARNING: for repeatability, setting FPU to use double precision
7.51/7.72	c 8	============================[ Problem Statistics ]=============================
7.51/7.72	c 8	|                                                                             |
7.51/7.73	c 8	|  Number of variables:  26930                                                |
7.51/7.73	c 8	|  Number of clauses:    1955707                                              |
7.53/8.63	c 9	|  Parsing time:         0.76         s                                       |
7.53/8.67	c 9	OK
7.53/8.67	c 9	OBJECTIVE BOUND: 0 <= _COST <= 
7.53/8.67	c 9	SEARCHING: _COST <= 611
7.53/8.67	c 9	============================[ Search Statistics ]==============================
7.53/8.67	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.53/8.67	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.53/8.67	c 9	===============================================================================
7.53/8.67	c 9	|         0 |   26930  1955707  5829861 |   651902        0    nan |  0.000 % |
9.07/9.36	c 9	|       101 |   26930  1955707  5829861 |   717092      101     30 |  0.001 % |
9.17/9.45	c 9	===============================================================================
9.17/9.45	c 9	restarts              : 2
9.17/9.45	c 9	conflicts             : 149           (95 /sec)
9.17/9.45	c 9	decisions             : 4393          (0.82 % random) (2807 /sec)
9.17/9.45	c 9	propagations          : 221986         (141866 /sec)
9.17/9.45	c 9	conflict literals     : 3365           (13.72 % deleted)
9.17/9.45	c 9	Memory used           : 83.39 MB
9.17/9.45	c 9	CPU time              : 1.56476 s
9.17/9.45	c 9	
9.17/9.45	c 9	SATISFIABLE
9.17/9.46	c 9	OK
9.17/9.46	c 9	FOUND: _COST <= 611
9.17/9.46	s SATISFIABLE
9.17/9.46	c 9	DECODING HOME/temp.out WITH HOME/temp.map
9.17/9.46	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.23/9.54	c 9	Decoding HOME/temp.out
9.23/9.69	c 10	OBJECTIVE _COST 590
9.23/9.69	o 590
9.23/9.70	v 12 22 17 25 19 25 19 25 25 9 20 22 1 17 13 2 0 17 11 10 1 18 17 2 8 11 25 25 17 17 6 14 13 16 3 4 16 7 20 17 14 8 16 17 25 6 8 17 7 11 10 13 18 2 15 8 17 15 19 19 25 1 10 11 13 12 22 3 25 10 11 3 4 17 6 8 3 17 17 14 17 14 9 4 25 17 2 6 15 11 19 13 25 17 17 25 25 25 25 17
9.23/9.70	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.23/9.73	c 10	OK
9.23/9.73	c 10	OBJECTIVE BOUND: 0 <= _COST <= 590
9.23/9.73	c 10	SEARCHING: _COST <= 295
9.23/9.73	c 10	============================[ Search Statistics ]==============================
9.23/9.74	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.23/9.74	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.23/9.74	c 10	===============================================================================
9.23/9.74	c 10	|       149 |   26930  1955707  5829861 |   651902      149     23 |  0.001 % |
9.65/9.98	c 10	|       250 |   26930  1955707  5829861 |   717092      250     22 | 25.853 % |
9.95/10.27	c 10	|       401 |   26930  1955707  5829861 |   788801      401     24 | 25.853 % |
10.34/10.65	c 11	|       627 |   26930  1955707  5829861 |   867682      627     26 | 25.853 % |
10.44/10.79	c 11	===============================================================================
10.44/10.79	c 11	restarts              : 6
10.44/10.79	c 11	conflicts             : 745           (284 /sec)
10.44/10.79	c 11	decisions             : 7683          (0.72 % random) (2926 /sec)
10.44/10.79	c 11	propagations          : 706152         (268949 /sec)
10.44/10.79	c 11	conflict literals     : 17968          (17.65 % deleted)
10.44/10.79	c 11	Memory used           : 83.65 MB
10.44/10.79	c 11	CPU time              : 2.6256 s
10.44/10.79	c 11	
10.44/10.79	c 11	SATISFIABLE
10.54/10.80	c 11	OK
10.54/10.80	c 11	FOUND: _COST <= 295
10.54/10.80	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.54/10.80	c 11	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.54/10.88	c 11	Decoding HOME/temp.out
10.92/11.23	c 11	OBJECTIVE _COST 295
10.92/11.23	o 295
10.92/11.23	v 25 24 25 22 25 18 23 8 7 25 21 25 25 6 17 12 9 17 4 7 19 11 10 17 15 5 20 21 15 0 12 23 5 1 14 17 5 13 19 2 4 10 8 17 11 16 6 9 19 15 17 17 6 6 13 11 2 0 25 6 25 7 4 20 6 6 21 25 8 6 2 1 2 17 13 12 17 0 13 3 8 7 20 16 11 0 10 17 12 10 13 25 11 17 1 25 7 25 17 8
10.92/11.23	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.92/11.28	c 11	OK
10.92/11.28	c 11	OBJECTIVE BOUND: 0 <= _COST <= 295
10.92/11.28	c 11	SEARCHING: _COST <= 147
10.92/11.29	c 11	============================[ Search Statistics ]==============================
10.99/11.30	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.99/11.30	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.99/11.30	c 11	===============================================================================
10.99/11.30	c 11	|       745 |   19968  1955707  5829861 |   651902      745     24 | 25.853 % |
11.28/11.60	c 12	|       845 |   19967  1955707  5829861 |   717092      845     23 | 39.113 % |
11.48/11.81	c 12	|       995 |   19967  1955707  5829861 |   788801      995     22 | 39.113 % |
11.80/12.19	c 12	|      1220 |   19967  1955707  5829861 |   867682     1220     22 | 39.113 % |
12.29/12.63	c 13	|      1559 |   19967  1955707  5829861 |   954450     1559     22 | 39.113 % |
12.89/13.28	c 13	|      2065 |   19967  1955707  5829861 |  1049895     2065     22 | 39.113 % |
13.98/14.39	c 14	|      2824 |   19967  1955707  5829861 |  1154884     2824     21 | 39.113 % |
15.96/16.32	c 16	|      3963 |   19967  1955707  5829861 |  1270373     3963     21 | 39.113 % |
18.83/19.22	c 19	|      5673 |   19967  1955707  5829861 |  1397410     5673     21 | 39.113 % |
23.18/23.63	c 24	|      8238 |   19967  1955707  5829861 |  1537151     8238     21 | 39.113 % |
28.83/29.39	c 29	|     12082 |   16397   798667  2389414 |  1690866    12071     22 | 39.113 % |
34.67/35.20	c 35	===============================================================================
34.67/35.20	c 35	restarts              : 17
34.67/35.20	c 35	conflicts             : 17079         (649 /sec)
34.67/35.20	c 35	decisions             : 29312         (0.83 % random) (1114 /sec)
34.67/35.20	c 35	propagations          : 15255178       (579560 /sec)
34.67/35.20	c 35	conflict literals     : 488452         (29.76 % deleted)
34.67/35.20	c 35	Memory used           : 84.31 MB
34.67/35.20	c 35	CPU time              : 26.322 s
34.67/35.20	c 35	
34.67/35.20	c 35	SATISFIABLE
34.67/35.21	c 35	OK
34.67/35.21	c 35	FOUND: _COST <= 147
34.67/35.21	c 35	DECODING HOME/temp.out WITH HOME/temp.map
34.67/35.21	c 35	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
34.67/35.29	c 35	Decoding HOME/temp.out
34.68/35.64	c 36	OBJECTIVE _COST 147
34.68/35.64	o 147
34.68/35.64	v 18 25 20 25 22 24 19 0 0 25 25 24 7 17 4 20 8 6 21 7 12 12 10 17 9 5 16 24 12 0 4 15 17 1 14 17 8 15 11 2 4 10 8 3 14 7 6 17 19 15 17 17 18 3 13 11 1 17 0 19 25 7 8 7 11 6 21 25 7 6 6 1 0 13 13 12 3 17 14 4 8 7 20 22 11 17 3 17 12 17 13 25 11 17 1 25 7 25 17 8
34.68/35.65	c 36	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
35.33/35.92	c 36	OK
35.33/35.92	c 36	OBJECTIVE BOUND: 0 <= _COST <= 147
35.33/35.92	c 36	SEARCHING: _COST <= 73
35.33/35.92	c 36	============================[ Search Statistics ]==============================
35.33/35.92	c 36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
35.33/35.92	c 36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
35.33/35.92	c 36	===============================================================================
35.33/35.92	c 36	|     17079 |   14137   462161  1386528 |   154053    17013     29 | 39.113 % |
35.42/36.08	c 36	|     17181 |   14137   462161  1386528 |   169459    17115     28 | 47.505 % |
35.52/36.17	c 36	|     17331 |   14137   462161  1386528 |   186404    17265     28 | 47.505 % |
35.92/36.52	c 36	|     17556 |   14137   462161  1386528 |   205045    17490     28 | 47.505 % |
36.21/36.88	c 37	|     17893 |   14137   462161  1386528 |   225549    17827     28 | 47.505 % |
36.71/37.36	c 37	|     18399 |   14137   462161  1386528 |   248104    18333     28 | 47.505 % |
37.40/38.07	c 38	|     19158 |   14137   462161  1386528 |   272915    19092     28 | 47.505 % |
38.60/39.28	c 39	|     20298 |   14137   462161  1386528 |   300207    20232     27 | 47.505 % |
40.58/41.20	c 41	|     22007 |   14137   462161  1386528 |   330227    21941     26 | 47.505 % |
43.65/44.35	c 44	|     24570 |   14137   462161  1386528 |   363250    24504     26 | 47.505 % |
49.79/50.60	c 51	|     28415 |   14137   462161  1386528 |   399575    28349     25 | 47.505 % |
58.61/59.43	c 59	|     34181 |   14137   462161  1386528 |   439533    34115     25 | 47.505 % |
71.78/72.74	c 73	|     42831 |   14137   462161  1386528 |   483486    42765     25 | 47.505 % |
91.86/93.00	c 93	|     55806 |   14137   462161  1386528 |   531835    55740     25 | 47.505 % |
122.17/123.64	c 124	|     75267 |   14137   462161  1386528 |   585018    75201     24 | 47.505 % |
179.33/181.37	c 181	|    104460 |   14137   462161  1386528 |   643520   104394     26 | 47.505 % |
272.24/275.17	c 275	|    148250 |   14137   462161  1386528 |   707872   148184     26 | 47.505 % |
429.84/434.23	c 434	|    213935 |   14137   462161  1386528 |   778659   213869     27 | 47.505 % |
681.84/688.61	c 689	|    312461 |   14137   462161  1386528 |   856525   312395     27 | 47.505 % |
1154.41/1165.13	c 1165	|    460250 |   14137   462161  1386528 |   942178   460184     27 | 47.505 % |
1965.02/1976.15	c 1976	|    681934 |   14137   462161  1386528 |  1036396   681868     29 | 47.505 % |
3584.13/3596.08	c 3596	|   1014463 |   14137   462161  1386528 |  1140035  1014397     31 | 47.505 % |
3600.02/3611.91	c ERROR INTERRUPTED
3600.02/3611.96	c 3612	CPU 3598.99 (0.07 0.03 3598.92 1.05)
3600.02/3611.96	c 3612	END Wed Jul 16 03:35:58 2008

Verifier Data (download as text)

OK	127	1094
127 unsatisfied constraints, 1094 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-1125259-1216168546/watcher-1125259-1216168546 -o /tmp/evaluation-result-1125259-1216168546/solver-1125259-1216168546 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1125259-1216168546.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/81 29046
/proc/meminfo: memFree=1727264/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=4708 CPUtime=0
/proc/29046/stat : 29046 (sugar++) R 29044 29046 28565 0 -1 4194304 56 0 0 0 0 0 0 0 20 0 1 0 73556791 4820992 41 996147200 4194304 4206940 548682068528 18446744073709551615 273949983440 0 0 4096 0 0 0 0 17 1 0 0
/proc/29046/statm: 1177 41 31 3 0 8 0

[startup+0.081862 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 29046
/proc/meminfo: memFree=1727264/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=16740 CPUtime=0.07
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1143 0 0 0 5 2 0 0 18 0 1 0 73556791 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29046/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.10217 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 29046
/proc/meminfo: memFree=1727264/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=16740 CPUtime=0.07
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 73556791 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29046/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301204 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 29046
/proc/meminfo: memFree=1727264/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=16740 CPUtime=0.07
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 73556791 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29046/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701288 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 29046
/proc/meminfo: memFree=1727264/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=16740 CPUtime=0.07
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 73556791 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29046/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50144 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 29058
/proc/meminfo: memFree=1712008/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=16740 CPUtime=1.05
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1297 5503 0 1 5 2 93 5 16 0 1 0 73556791 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29046/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 16740

[startup+3.10276 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 29068
/proc/meminfo: memFree=1702408/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=16740 CPUtime=1.05
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1297 5503 0 1 5 2 93 5 15 0 1 0 73556791 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29046/statm: 4185 1104 409 3 0 764 0
[pid=29059] ppid=29046 vsize=5356 CPUtime=0
/proc/29059/stat : 29059 (sh) S 29046 29046 28565 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73556904 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29059/statm: 1339 233 193 169 0 50 0
[pid=29060] ppid=29059 vsize=868432 CPUtime=1.94
/proc/29060/stat : 29060 (java) S 29059 29046 28565 0 -1 0 15413 0 1 0 187 7 0 0 18 0 9 0 73556904 889274368 14631 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29060/statm: 217108 14631 2540 9 0 211683 0
[pid=29060/tid=29061] ppid=29059 vsize=868432 CPUtime=1
/proc/29060/task/29061/stat : 29061 (java) R 29059 29046 28565 0 -1 64 2906 0 1 0 99 1 0 0 20 0 9 0 73556905 889274368 14631 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29060/tid=29062] ppid=29059 vsize=868432 CPUtime=0.74
/proc/29060/task/29062/stat : 29062 (java) R 29059 29046 28565 0 -1 64 10373 0 0 0 70 4 0 0 16 0 9 0 73556906 889274368 14631 996147200 134512640 134550740 4294955920 18446744073709551615 103829005 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29060/tid=29063] ppid=29059 vsize=868432 CPUtime=0
/proc/29060/task/29063/stat : 29063 (java) S 29059 29046 28565 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73556906 889274368 14631 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29060/tid=29064] ppid=29059 vsize=868432 CPUtime=0
/proc/29060/task/29064/stat : 29064 (java) S 29059 29046 28565 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73556906 889274368 14631 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29060/tid=29065] ppid=29059 vsize=868432 CPUtime=0
/proc/29060/task/29065/stat : 29065 (java) S 29059 29046 28565 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73556908 889274368 14631 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29060/tid=29066] ppid=29059 vsize=868432 CPUtime=0.16
/proc/29060/task/29066/stat : 29066 (java) S 29059 29046 28565 0 -1 64 1438 0 0 0 16 0 0 0 16 0 9 0 73556908 889274368 14631 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29060/tid=29067] ppid=29059 vsize=868432 CPUtime=0
/proc/29060/task/29067/stat : 29067 (java) S 29059 29046 28565 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73556908 889274368 14631 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29060/tid=29068] ppid=29059 vsize=868432 CPUtime=0
/proc/29060/task/29068/stat : 29068 (java) S 29059 29046 28565 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73556908 889274368 14631 996147200 134512640 134550740 4294955920 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) 890528

[startup+6.30239 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 29068
/proc/meminfo: memFree=1657736/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=16740 CPUtime=1.05
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1297 5503 0 1 5 2 93 5 15 0 1 0 73556791 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29046/statm: 4185 1104 409 3 0 764 0
[pid=29059] ppid=29046 vsize=5356 CPUtime=0
/proc/29059/stat : 29059 (sh) S 29046 29046 28565 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73556904 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29059/statm: 1339 233 193 169 0 50 0
[pid=29060] ppid=29059 vsize=868544 CPUtime=5.1
/proc/29060/stat : 29060 (java) S 29059 29046 28565 0 -1 0 16716 0 1 0 488 22 0 0 18 0 9 0 73556904 889389056 15742 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29060/statm: 217136 15742 2565 9 0 211683 0
[pid=29060/tid=29061] ppid=29059 vsize=868544 CPUtime=3.61
/proc/29060/task/29061/stat : 29061 (java) R 29059 29046 28565 0 -1 64 3453 0 1 0 346 15 0 0 25 0 9 0 73556905 889389056 15742 996147200 134512640 134550740 4294955920 18446744073709551615 4126994826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29060/tid=29062] ppid=29059 vsize=868544 CPUtime=1.18
/proc/29060/task/29062/stat : 29062 (java) S 29059 29046 28565 0 -1 64 11061 0 0 0 113 5 0 0 16 0 9 0 73556906 889389056 15742 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29060/tid=29063] ppid=29059 vsize=868544 CPUtime=0
/proc/29060/task/29063/stat : 29063 (java) S 29059 29046 28565 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73556906 889389056 15742 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29060/tid=29064] ppid=29059 vsize=868544 CPUtime=0
/proc/29060/task/29064/stat : 29064 (java) S 29059 29046 28565 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73556906 889389056 15742 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29060/tid=29065] ppid=29059 vsize=868544 CPUtime=0
/proc/29060/task/29065/stat : 29065 (java) S 29059 29046 28565 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73556908 889389056 15742 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29060/tid=29066] ppid=29059 vsize=868544 CPUtime=0.29
/proc/29060/task/29066/stat : 29066 (java) S 29059 29046 28565 0 -1 64 1506 0 0 0 28 1 0 0 16 0 9 0 73556908 889389056 15742 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29060/tid=29067] ppid=29059 vsize=868544 CPUtime=0
/proc/29060/task/29067/stat : 29067 (java) S 29059 29046 28565 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73556908 889389056 15742 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29060/tid=29068] ppid=29059 vsize=868544 CPUtime=0
/proc/29060/task/29068/stat : 29068 (java) S 29059 29046 28565 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73556908 889389056 15742 996147200 134512640 134550740 4294955920 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) 890640

[startup+12.7027 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 29089
/proc/meminfo: memFree=1598416/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=17000 CPUtime=8.22
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1655 30501 0 4 7 2 768 45 15 0 1 0 73556791 17408000 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29046/statm: 4250 1150 414 3 0 829 0
[pid=29069] ppid=29046 vsize=85924 CPUtime=4.17
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 21006 0 0 0 403 14 0 0 25 0 1 0 73557564 87986176 20952 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/29069/statm: 21481 20952 80 151 0 21327 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 102924

[startup+25.5012 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 29089
/proc/meminfo: memFree=1598352/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=17000 CPUtime=8.22
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1655 30501 0 4 7 2 768 45 16 0 1 0 73556791 17408000 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29046/statm: 4250 1150 414 3 0 829 0
[pid=29069] ppid=29046 vsize=86188 CPUtime=16.85
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 21099 0 0 0 1671 14 0 0 25 0 1 0 73557564 88256512 21045 996147200 134512640 135134323 4294956192 18446744073709551615 134531891 0 0 4096 3 0 0 0 17 1 0 0
/proc/29069/statm: 21547 21045 80 151 0 21393 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 103188

[startup+51.1012 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 29099
/proc/meminfo: memFree=1598224/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=17000 CPUtime=8.66
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1727 34441 0 5 7 3 808 48 16 0 1 0 73556791 17408000 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29046/statm: 4250 1150 414 3 0 829 0
[pid=29069] ppid=29046 vsize=86328 CPUtime=41.72
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 21122 0 0 0 4158 14 0 0 25 0 1 0 73557564 88399872 21066 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0
/proc/29069/statm: 21582 21066 80 151 0 21428 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 103328

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 29099
/proc/meminfo: memFree=1597840/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=17000 CPUtime=8.66
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1727 34441 0 5 7 3 808 48 16 0 1 0 73556791 17408000 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29046/statm: 4250 1150 414 3 0 829 0
[pid=29069] ppid=29046 vsize=86624 CPUtime=92.42
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 21193 0 0 0 9228 14 0 0 25 0 1 0 73557564 88702976 21129 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29069/statm: 21656 21129 80 151 0 21502 0
Current children cumulated CPU time (s) 101.08
Current children cumulated vsize (KiB) 103624

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29099
/proc/meminfo: memFree=1597904/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=17000 CPUtime=8.66
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1727 34441 0 5 7 3 808 48 16 0 1 0 73556791 17408000 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29046/statm: 4250 1150 414 3 0 829 0
[pid=29069] ppid=29046 vsize=86804 CPUtime=151.84
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 21225 0 0 0 15170 14 0 0 25 0 1 0 73557564 88887296 21161 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 1 0 0
/proc/29069/statm: 21701 21161 80 151 0 21547 0
Current children cumulated CPU time (s) 160.5
Current children cumulated vsize (KiB) 103804

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29099
/proc/meminfo: memFree=1597776/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=17000 CPUtime=8.66
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1727 34441 0 5 7 3 808 48 16 0 1 0 73556791 17408000 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29046/statm: 4250 1150 414 3 0 829 0
[pid=29069] ppid=29046 vsize=86804 CPUtime=211.29
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 21254 0 0 0 21114 15 0 0 25 0 1 0 73557564 88887296 21190 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29069/statm: 21701 21190 80 151 0 21547 0
Current children cumulated CPU time (s) 219.95
Current children cumulated vsize (KiB) 103804

[startup+282.303 s]

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

[pid=29069] ppid=29046 vsize=186348 CPUtime=2902.09
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 45571 0 0 0 290164 45 0 0 25 0 1 0 73557564 190820352 45507 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29069/statm: 46587 45507 80 151 0 46433 0
Current children cumulated CPU time (s) 2910.75
Current children cumulated vsize (KiB) 203348

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29148
/proc/meminfo: memFree=1460624/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=17000 CPUtime=8.66
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1727 34441 0 5 7 3 808 48 16 0 1 0 73556791 17408000 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29046/statm: 4250 1150 414 3 0 829 0
[pid=29069] ppid=29046 vsize=188556 CPUtime=2962.06
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 46168 0 0 0 296160 46 0 0 25 0 1 0 73557564 193081344 46104 996147200 134512640 135134323 4294956192 18446744073709551615 134531891 0 0 4096 3 0 0 0 17 0 0 0
/proc/29069/statm: 47139 46104 80 151 0 46985 0
Current children cumulated CPU time (s) 2970.72
Current children cumulated vsize (KiB) 205556

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29148
/proc/meminfo: memFree=1458320/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=17000 CPUtime=8.66
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1727 34441 0 5 7 3 808 48 16 0 1 0 73556791 17408000 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29046/statm: 4250 1150 414 3 0 829 0
[pid=29069] ppid=29046 vsize=190860 CPUtime=3022.04
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 46750 0 0 0 302157 47 0 0 25 0 1 0 73557564 195440640 46686 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29069/statm: 47715 46686 80 151 0 47561 0
Current children cumulated CPU time (s) 3030.7
Current children cumulated vsize (KiB) 207860

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29148
/proc/meminfo: memFree=1455504/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=17000 CPUtime=8.66
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1727 34441 0 5 7 3 808 48 16 0 1 0 73556791 17408000 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29046/statm: 4250 1150 414 3 0 829 0
[pid=29069] ppid=29046 vsize=193676 CPUtime=3082
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 47459 0 0 0 308153 47 0 0 25 0 1 0 73557564 198324224 47395 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29069/statm: 48419 47395 80 151 0 48265 0
Current children cumulated CPU time (s) 3090.66
Current children cumulated vsize (KiB) 210676

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29148
/proc/meminfo: memFree=1453008/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=17000 CPUtime=8.66
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1727 34441 0 5 7 3 808 48 16 0 1 0 73556791 17408000 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29046/statm: 4250 1150 414 3 0 829 0
[pid=29069] ppid=29046 vsize=196220 CPUtime=3141.98
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 48082 0 0 0 314150 48 0 0 25 0 1 0 73557564 200929280 48018 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 0 0 0
/proc/29069/statm: 49055 48018 80 151 0 48901 0
Current children cumulated CPU time (s) 3150.64
Current children cumulated vsize (KiB) 213220

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29148
/proc/meminfo: memFree=1450064/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=17000 CPUtime=8.66
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1727 34441 0 5 7 3 808 48 16 0 1 0 73556791 17408000 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29046/statm: 4250 1150 414 3 0 829 0
[pid=29069] ppid=29046 vsize=199056 CPUtime=3201.95
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 48805 0 0 0 320146 49 0 0 25 0 1 0 73557564 203833344 48741 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29069/statm: 49764 48741 80 151 0 49610 0
Current children cumulated CPU time (s) 3210.61
Current children cumulated vsize (KiB) 216056

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29148
/proc/meminfo: memFree=1448144/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=17000 CPUtime=8.66
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1727 34441 0 5 7 3 808 48 16 0 1 0 73556791 17408000 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29046/statm: 4250 1150 414 3 0 829 0
[pid=29069] ppid=29046 vsize=201072 CPUtime=3261.92
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 49286 0 0 0 326143 49 0 0 25 0 1 0 73557564 205897728 49222 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29069/statm: 50268 49222 80 151 0 50114 0
Current children cumulated CPU time (s) 3270.58
Current children cumulated vsize (KiB) 218072

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29148
/proc/meminfo: memFree=1446160/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=17000 CPUtime=8.66
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1727 34441 0 5 7 3 808 48 16 0 1 0 73556791 17408000 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29046/statm: 4250 1150 414 3 0 829 0
[pid=29069] ppid=29046 vsize=202980 CPUtime=3321.89
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 49783 0 0 0 332139 50 0 0 25 0 1 0 73557564 207851520 49719 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 0 0 0
/proc/29069/statm: 50745 49719 80 151 0 50591 0
Current children cumulated CPU time (s) 3330.55
Current children cumulated vsize (KiB) 219980

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29148
/proc/meminfo: memFree=1443984/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=17000 CPUtime=8.66
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1727 34441 0 5 7 3 808 48 16 0 1 0 73556791 17408000 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29046/statm: 4250 1150 414 3 0 829 0
[pid=29069] ppid=29046 vsize=205028 CPUtime=3381.87
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 50328 0 0 0 338136 51 0 0 25 0 1 0 73557564 209948672 50264 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29069/statm: 51257 50264 80 151 0 51103 0
Current children cumulated CPU time (s) 3390.53
Current children cumulated vsize (KiB) 222028

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29148
/proc/meminfo: memFree=1441936/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=17000 CPUtime=8.66
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1727 34441 0 5 7 3 808 48 16 0 1 0 73556791 17408000 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29046/statm: 4250 1150 414 3 0 829 0
[pid=29069] ppid=29046 vsize=207108 CPUtime=3441.83
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 50826 0 0 0 344132 51 0 0 25 0 1 0 73557564 212078592 50762 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29069/statm: 51777 50762 80 151 0 51623 0
Current children cumulated CPU time (s) 3450.49
Current children cumulated vsize (KiB) 224108

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29148
/proc/meminfo: memFree=1439632/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=17000 CPUtime=8.66
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1727 34441 0 5 7 3 808 48 16 0 1 0 73556791 17408000 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29046/statm: 4250 1150 414 3 0 829 0
[pid=29069] ppid=29046 vsize=209484 CPUtime=3501.81
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 51404 0 0 0 350129 52 0 0 25 0 1 0 73557564 214511616 51340 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29069/statm: 52371 51340 80 151 0 52217 0
Current children cumulated CPU time (s) 3510.47
Current children cumulated vsize (KiB) 226484

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29148
/proc/meminfo: memFree=1437328/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=17000 CPUtime=8.66
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1727 34441 0 5 7 3 808 48 16 0 1 0 73556791 17408000 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29046/statm: 4250 1150 414 3 0 829 0
[pid=29069] ppid=29046 vsize=211596 CPUtime=3561.77
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 51947 0 0 0 356124 53 0 0 25 0 1 0 73557564 216674304 51883 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 0 0 0
/proc/29069/statm: 52899 51883 80 151 0 52745 0
Current children cumulated CPU time (s) 3570.43
Current children cumulated vsize (KiB) 228596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29148
/proc/meminfo: memFree=1435280/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=17000 CPUtime=8.66
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1727 34441 0 5 7 3 808 48 16 0 1 0 73556791 17408000 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29046/statm: 4250 1150 414 3 0 829 0
[pid=29069] ppid=29046 vsize=213716 CPUtime=3591.36
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 52461 0 0 0 359083 53 0 0 25 0 1 0 73557564 218845184 52397 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29069/statm: 53429 52397 80 151 0 53275 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 230716

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

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

[startup+3611.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29148
/proc/meminfo: memFree=1435280/2055920 swapFree=4181132/4192956
[pid=29046] ppid=29044 vsize=17000 CPUtime=8.66
/proc/29046/stat : 29046 (sugar++) S 29044 29046 28565 0 -1 4194304 1727 34441 0 5 7 3 808 48 16 0 1 0 73556791 17408000 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29046/statm: 4250 1150 414 3 0 829 0
[pid=29069] ppid=29046 vsize=213716 CPUtime=3591.36
/proc/29069/stat : 29069 (minisat-inc) R 29046 29046 28565 0 -1 4194304 52461 0 0 0 359083 53 0 0 25 0 1 0 73557564 218845184 52397 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29069/statm: 53429 52397 80 151 0 53275 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 230716

Child status: 0
Real time (s): 3611.96
CPU time (s): 3600.11
CPU user time (s): 3599
CPU system time (s): 1.10783
CPU usage (%): 99.6719
Max. virtual memory (cumulated for all children) (KiB): 890640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599
system time used= 1.10783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88708
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= 5791
involuntary context switches= 58619

runsolver used 4.94525 second user time and 11.4973 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-16 02:35:46
IDJOB=1125259
IDBENCH=63097
IDSOLVER=367
FILE ID=node20/1125259-1216168546
PBS_JOBID= 7905770
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/celar/scens/normalized-scenw-06-18_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125259-1216168546/watcher-1125259-1216168546 -o /tmp/evaluation-result-1125259-1216168546/solver-1125259-1216168546 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1125259-1216168546.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7c2af9b47834e2669bcf46167f82d734
RANDOM SEED=1766526626

node20.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.263
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.263
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:       1727744 kB
Buffers:         77132 kB
Cached:         174856 kB
SwapCached:       6072 kB
Active:         187184 kB
Inactive:        84352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727744 kB
SwapTotal:     4192956 kB
SwapFree:      4181132 kB
Dirty:            1824 kB
Writeback:           0 kB
Mapped:          35168 kB
Slab:            41556 kB
Committed_AS:   340600 kB
PageTables:       2020 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node20 at 2008-07-16 03:36:00