Trace number 1127588

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.1 3631.72

General information on the benchmark

Namemaxcsp/cnf/3-80-100-1000/
normalized-cnf-3-80-600-364044_ext.xml
MD5SUM5d25b579266d63dd9771ae3ad050cc84
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints13
Best CPU time to get the best result obtained on this benchmark3350.04
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints599
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension599
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 02:23:06 2008
0.00/0.04	c 0	PID 4006
0.03/0.05	c 0	HOST node64.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1127588-1216772586.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127588-1216772586.xml' 'HOME/temp.csp'
0.03/0.38	c 1	1 domains, 80 variables, 0 predicates, 9 relations, 599 constraints
0.03/0.42	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	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.35/0.50	c 1	Parsing HOME/temp.csp
0.35/0.63	c 1	parsed 689 expressions
0.35/0.63	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.35/0.65	c 1	MAX CSP: 599 constraints
0.35/0.65	c 1	Converting to clausal form CSP
0.35/0.68	c 1	converted 130 (10%) expressions
0.35/0.69	c 1	converted 259 (20%) expressions
0.35/0.71	c 1	converted 388 (30%) expressions
0.35/0.72	c 1	converted 517 (40%) expressions
0.35/0.73	c 1	converted 646 (50%) expressions
0.35/0.74	c 1	converted 775 (60%) expressions
0.35/0.75	c 1	converted 904 (70%) expressions
0.35/0.76	c 1	converted 1033 (80%) expressions
0.35/0.83	c 1	converted 1162 (90%) expressions
0.35/0.95	c 1	converted 1291 (100%) expressions
0.35/0.95	c 1	CSP : 1278 integers, 0 booleans, 1796 clauses, largest domain size 899
0.35/0.95	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.95	c 1	Propagation in CSP
0.35/0.99	c 1	593 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.35/0.99	c 1	CSP : 1278 integers, 0 booleans, 1796 clauses, largest domain size 600
0.35/0.99	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.99	c 1	Simplifing CSP by introducing new Boolean variables
0.90/1.01	c 1	CSP : 1278 integers, 0 booleans, 1796 clauses, largest domain size 600
0.90/1.01	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.90/1.04	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.90/1.05	c 1	128 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.05	c 1	256 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.05	c 1	384 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.05	c 1	512 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.05	c 1	639 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.06	c 1	767 (60%) CSP integer variables are encoded (1029 clauses, 12802 bytes)
0.90/1.07	c 1	895 (70%) CSP integer variables are encoded (1797 clauses, 22786 bytes)
0.90/1.07	c 1	1023 (80%) CSP integer variables are encoded (2964 clauses, 37957 bytes)
0.90/1.07	c 1	1151 (90%) CSP integer variables are encoded (3805 clauses, 48890 bytes)
0.90/1.08	c 1	1278 (100%) CSP integer variables are encoded (9765 clauses, 128455 bytes)
1.00/1.11	c 1	180 (10%) CSP clauses are encoded (9945 clauses, 131381 bytes)
1.00/1.12	c 1	360 (20%) CSP clauses are encoded (10125 clauses, 134515 bytes)
1.00/1.14	c 1	539 (30%) CSP clauses are encoded (10304 clauses, 137660 bytes)
1.00/1.16	c 1	719 (40%) CSP clauses are encoded (12730 clauses, 178913 bytes)
1.09/1.21	c 1	898 (50%) CSP clauses are encoded (34905 clauses, 580002 bytes)
1.09/1.23	c 1	1078 (60%) CSP clauses are encoded (41655 clauses, 698656 bytes)
1.19/1.34	c 1	1258 (70%) CSP clauses are encoded (105737 clauses, 1872877 bytes)
1.19/1.36	c 1	1437 (80%) CSP clauses are encoded (113502 clauses, 2009729 bytes)
1.19/1.40	c 2	1617 (90%) CSP clauses are encoded (131950 clauses, 2343061 bytes)
1.89/2.08	c 2	1796 (100%) CSP clauses are encoded (478096 clauses, 9012503 bytes)
1.89/2.08	c 2	1796 CSP clauses encoded
1.89/2.08	c 2	Writing map file : HOME/temp.map
1.89/2.09	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.89/2.09	c 2	SAT : 11043 SAT variables, 478096 SAT clauses, 9012503 bytes
1.89/2.09	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.99/2.15	c 2	OBJECTIVE minimize _COST
1.99/2.15	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.99/2.15	c 2	SEARCHING: _COST <= 300
1.99/2.15	c 2	SOLVING HOME/temp.cnf
1.99/2.15	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.99/2.15	c 2	This is MiniSat 2.0 beta
1.99/2.15	c 2	WARNING: for repeatability, setting FPU to use double precision
1.99/2.15	c 2	============================[ Problem Statistics ]=============================
1.99/2.15	c 2	|                                                                             |
1.99/2.15	c 2	|  Number of variables:  11043                                                |
1.99/2.15	c 2	|  Number of clauses:    478097                                               |
2.00/2.39	c 3	|  Parsing time:         0.21         s                                       |
2.00/2.54	c 3	============================[ Search Statistics ]==============================
2.00/2.54	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.00/2.54	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.00/2.54	c 3	===============================================================================
2.00/2.54	c 3	|         0 |    8053   305756   896643 |   101918        0    nan |  0.000 % |
2.00/2.58	c 3	|       102 |    8053   305756   896643 |   112110      102     36 | 27.076 % |
2.00/2.59	c 3	===============================================================================
2.00/2.59	c 3	restarts              : 2
2.00/2.59	c 3	conflicts             : 112            (269 /sec)
2.00/2.59	c 3	decisions             : 316            (1.27 % random) (758 /sec)
2.00/2.59	c 3	propagations          : 24793          (59465 /sec)
2.00/2.59	c 3	conflict literals     : 3759           (0.77 % deleted)
2.00/2.59	c 3	Memory used           : 21.58 MB
2.00/2.59	c 3	CPU time              : 0.416936 s
2.00/2.59	c 3	
2.00/2.60	c 3	SATISFIABLE
2.00/2.60	c 3	FOUND: _COST <= 300
2.00/2.60	s SATISFIABLE
2.00/2.60	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.00/2.60	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.00/2.68	c 3	Decoding HOME/temp.out
2.46/2.88	c 3	OBJECTIVE _COST 149
2.46/2.88	o 149
2.46/2.88	v 1 1 1 1 0 1 1 1 1 1 0 1 0 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 0 1 1 0 1 1 1 1 0 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1
2.46/2.89	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.46/2.92	c 3	OBJECTIVE BOUND: 0 <= _COST <= 149
2.46/2.92	c 3	SEARCHING: _COST <= 74
2.46/2.92	c 3	SOLVING HOME/temp.cnf
2.46/2.92	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.46/2.92	c 3	This is MiniSat 2.0 beta
2.46/2.92	c 3	WARNING: for repeatability, setting FPU to use double precision
2.46/2.92	c 3	============================[ Problem Statistics ]=============================
2.46/2.92	c 3	|                                                                             |
2.46/2.92	c 3	|  Number of variables:  11043                                                |
2.46/2.92	c 3	|  Number of clauses:    478097                                               |
2.77/3.18	c 3	|  Parsing time:         0.23         s                                       |
3.23/3.40	c 4	============================[ Search Statistics ]==============================
3.23/3.40	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.23/3.40	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.23/3.40	c 4	===============================================================================
3.23/3.40	c 4	|         0 |    5332   114077   329543 |    38025        0    nan |  0.000 % |
3.23/3.43	c 4	|       102 |    5332   114077   329543 |    41828      102     36 | 51.716 % |
3.23/3.46	c 4	|       254 |    5332   114077   329543 |    46011      254     27 | 51.716 % |
3.33/3.51	c 4	|       479 |    5332   114077   329543 |    50612      479     24 | 51.716 % |
3.33/3.60	c 4	|       817 |    5332   114077   329543 |    55673      817     31 | 51.716 % |
3.43/3.61	c 4	===============================================================================
3.43/3.61	c 4	restarts              : 5
3.43/3.61	c 4	conflicts             : 854            (1314 /sec)
3.43/3.61	c 4	decisions             : 1411           (0.85 % random) (2171 /sec)
3.43/3.61	c 4	propagations          : 526685         (810408 /sec)
3.43/3.61	c 4	conflict literals     : 25842          (15.05 % deleted)
3.43/3.61	c 4	Memory used           : 21.96 MB
3.43/3.61	c 4	CPU time              : 0.649901 s
3.43/3.61	c 4	
3.43/3.61	c 4	SATISFIABLE
3.43/3.62	c 4	FOUND: _COST <= 74
3.43/3.62	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.43/3.62	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.43/3.69	c 4	Decoding HOME/temp.out
3.45/3.80	c 4	OBJECTIVE _COST 74
3.45/3.80	o 74
3.45/3.81	v 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 0 0 0 0 0 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 0 1 0 1 0 1 0 0 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1
3.45/3.81	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.45/3.83	c 4	OBJECTIVE BOUND: 0 <= _COST <= 74
3.45/3.83	c 4	SEARCHING: _COST <= 37
3.45/3.83	c 4	SOLVING HOME/temp.cnf
3.45/3.83	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.45/3.83	c 4	This is MiniSat 2.0 beta
3.45/3.83	c 4	WARNING: for repeatability, setting FPU to use double precision
3.45/3.83	c 4	============================[ Problem Statistics ]=============================
3.45/3.83	c 4	|                                                                             |
3.45/3.83	c 4	|  Number of variables:  11043                                                |
3.45/3.83	c 4	|  Number of clauses:    478097                                               |
3.65/4.09	c 4	|  Parsing time:         0.23         s                                       |
4.10/4.32	c 4	============================[ Search Statistics ]==============================
4.10/4.32	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.10/4.32	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.10/4.32	c 4	===============================================================================
4.10/4.32	c 4	|         0 |    4548    64032   181723 |    21344        0    nan |  0.000 % |
4.10/4.34	c 4	|       100 |    4548    64032   181723 |    23478      100     30 | 58.816 % |
4.10/4.38	c 5	|       251 |    4548    64032   181723 |    25826      251     29 | 58.816 % |
4.20/4.42	c 5	|       476 |    4548    64032   181723 |    28408      476     27 | 58.816 % |
4.20/4.45	c 5	|       814 |    4548    64032   181723 |    31249      814     28 | 58.816 % |
4.29/4.55	c 5	|      1322 |    4548    64032   181723 |    34374     1322     27 | 58.816 % |
4.29/4.56	c 5	===============================================================================
4.29/4.56	c 5	restarts              : 6
4.29/4.56	c 5	conflicts             : 1360           (1971 /sec)
4.29/4.56	c 5	decisions             : 2002           (1.10 % random) (2902 /sec)
4.29/4.56	c 5	propagations          : 661215         (958428 /sec)
4.29/4.56	c 5	conflict literals     : 36964          (13.03 % deleted)
4.29/4.56	c 5	Memory used           : 21.70 MB
4.29/4.56	c 5	CPU time              : 0.689895 s
4.29/4.56	c 5	
4.29/4.56	c 5	SATISFIABLE
4.29/4.57	c 5	FOUND: _COST <= 37
4.29/4.57	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.29/4.57	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.37/4.65	c 5	Decoding HOME/temp.out
4.37/4.87	c 5	OBJECTIVE _COST 37
4.37/4.87	o 37
4.37/4.87	v 0 1 1 1 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 1 1 0 0 1 1 1 0 0 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 0 0 0 1 0 0 0 1 1 0 0 0 1 1 1 1 1 1 0
4.37/4.87	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.38/4.91	c 5	OBJECTIVE BOUND: 0 <= _COST <= 37
4.38/4.91	c 5	SEARCHING: _COST <= 18
4.38/4.91	c 5	SOLVING HOME/temp.cnf
4.38/4.96	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.38/4.97	c 5	This is MiniSat 2.0 beta
4.38/4.97	c 5	WARNING: for repeatability, setting FPU to use double precision
4.38/4.97	c 5	============================[ Problem Statistics ]=============================
4.38/4.97	c 5	|                                                                             |
4.38/4.97	c 5	|  Number of variables:  11043                                                |
4.38/4.97	c 5	|  Number of clauses:    478097                                               |
4.68/5.23	c 5	|  Parsing time:         0.23         s                                       |
5.09/5.45	c 6	============================[ Search Statistics ]==============================
5.09/5.45	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.09/5.45	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.09/5.45	c 6	===============================================================================
5.09/5.45	c 6	|         0 |    3841    35327    97710 |    11775        0    nan |  0.000 % |
5.09/5.48	c 6	|       103 |    3841    35327    97710 |    12953      103     37 | 65.218 % |
5.19/5.51	c 6	|       253 |    3841    35327    97710 |    14248      253     26 | 65.218 % |
5.19/5.54	c 6	|       479 |    3841    35327    97710 |    15673      479     24 | 65.218 % |
5.19/5.59	c 6	|       817 |    3841    35327    97710 |    17240      817     23 | 65.218 % |
5.30/5.67	c 6	|      1323 |    3841    35327    97710 |    18964     1323     22 | 65.218 % |
5.40/5.77	c 6	|      2082 |    3841    35327    97710 |    20861     2082     21 | 65.218 % |
5.60/5.97	c 6	|      3221 |    3841    35327    97710 |    22947     3221     23 | 65.218 % |
5.89/6.28	c 6	|      4929 |    3841    35327    97710 |    25242     4929     24 | 65.218 % |
6.38/6.75	c 7	|      7492 |    3841    35327    97710 |    27766     7492     24 | 65.218 % |
7.28/7.62	c 8	|     11336 |    3841    35327    97710 |    30543    11336     25 | 65.218 % |
8.76/9.12	c 9	|     17102 |    3841    35327    97710 |    33597    17102     24 | 65.218 % |
11.64/12.03	c 12	|     25753 |    3841    35327    97710 |    36957    25753     24 | 65.218 % |
17.09/17.53	c 18	|     38730 |    3841    35327    97710 |    40652    38730     25 | 65.218 % |
25.80/26.38	c 27	|     58192 |    3841    35327    97710 |    44718    21699     32 | 65.218 % |
40.56/41.20	c 41	|     87384 |    3841    35327    97710 |    49189    50891     30 | 65.218 % |
63.74/64.69	c 65	|    131173 |    3841    35327    97710 |    54108    51120     28 | 65.218 % |
101.08/102.36	c 102	|    196857 |    3841    35327    97710 |    59519    20036     25 | 65.218 % |
159.72/161.50	c 162	|    295383 |    3841    35327    97710 |    65471    64513     31 | 65.218 % |
253.54/256.29	c 256	|    443172 |    3841    35327    97710 |    72018    38673     28 | 65.218 % |
404.71/408.87	c 409	|    664855 |    3841    35327    97710 |    79220    67589     28 | 65.218 % |
629.47/635.74	c 636	|    997381 |    3841    35327    97710 |    87142    43062     28 | 65.218 % |
1002.95/1012.72	c 1013	|   1496169 |    3841    35327    97710 |    95857    64719     28 | 65.218 % |
1576.12/1591.32	c 1591	|   2244351 |    3841    35327    97710 |   105442    25699     27 | 65.218 % |
2503.22/2527.23	c 2527	|   3366627 |    3841    35327    97710 |   115987    91835     26 | 65.218 % |
3600.10/3631.71	c ERROR unknown output  in HOME/temp.out
3600.10/3631.71	c 3632	CPU 4.35 (0.04 0.01 4.31 0.32)
3600.10/3631.71	c 3632	END Wed Jul 23 03:23:38 2008

Verifier Data (download as text)

OK	34	565
34 unsatisfied constraints, 565 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-1127588-1216772586/watcher-1127588-1216772586 -o /tmp/evaluation-result-1127588-1216772586/solver-1127588-1216772586 -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-1127588-1216772586.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: 1.99 1.97 1.91 4/81 4006
/proc/meminfo: memFree=1631032/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=12268 CPUtime=0
/proc/4006/stat : 4006 (sugar) R 4004 4006 3699 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 4345622 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 251255290469 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/4006/statm: 3067 316 241 3 0 167 0

[startup+0.0499271 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 4006
/proc/meminfo: memFree=1631032/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13600 CPUtime=0.03
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 4345622 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102607 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 4006
/proc/meminfo: memFree=1631032/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13600 CPUtime=0.03
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4345622 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301627 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 4006
/proc/meminfo: memFree=1631032/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13600 CPUtime=0.03
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4345622 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702667 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 4006
/proc/meminfo: memFree=1631032/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13600 CPUtime=0.35
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 974 4528 0 1 3 0 29 3 15 0 1 0 4345622 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 13600

[startup+1.50276 s]
/proc/loadavg: 1.99 1.97 1.91 4/92 4028
/proc/meminfo: memFree=1616736/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13600 CPUtime=0.35
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 974 4528 0 1 3 0 29 3 15 0 1 0 4345622 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3400 797 370 3 0 500 0
[pid=4019] ppid=4006 vsize=5356 CPUtime=0
/proc/4019/stat : 4019 (sh) S 4006 4006 3699 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4345665 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4019/statm: 1339 233 193 169 0 50 0
[pid=4020] ppid=4019 vsize=868384 CPUtime=1.04
/proc/4020/stat : 4020 (java) S 4019 4006 3699 0 -1 0 6627 0 1 0 99 5 0 0 18 0 9 0 4345665 889225216 5776 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4020/statm: 217096 5776 2563 9 0 211643 0
[pid=4020/tid=4021] ppid=4019 vsize=868384 CPUtime=0.69
/proc/4020/task/4021/stat : 4021 (java) R 4019 4006 3699 0 -1 64 2802 0 1 0 67 2 0 0 20 0 9 0 4345666 889225216 5776 996147200 134512640 134550740 4294955936 18446744073709551615 4126947916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4020/tid=4022] ppid=4019 vsize=868384 CPUtime=0.08
/proc/4020/task/4022/stat : 4022 (java) S 4019 4006 3699 0 -1 64 1641 0 0 0 8 0 0 0 16 0 9 0 4345667 889225216 5776 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4020/tid=4023] ppid=4019 vsize=868384 CPUtime=0
/proc/4020/task/4023/stat : 4023 (java) S 4019 4006 3699 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4345667 889225216 5776 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4020/tid=4024] ppid=4019 vsize=868384 CPUtime=0
/proc/4020/task/4024/stat : 4024 (java) S 4019 4006 3699 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4345667 889225216 5776 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4020/tid=4025] ppid=4019 vsize=868384 CPUtime=0
/proc/4020/task/4025/stat : 4025 (java) S 4019 4006 3699 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4345669 889225216 5776 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4020/tid=4026] ppid=4019 vsize=868384 CPUtime=0.24
/proc/4020/task/4026/stat : 4026 (java) S 4019 4006 3699 0 -1 64 1492 0 0 0 23 1 0 0 16 0 9 0 4345669 889225216 5776 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4020/tid=4027] ppid=4019 vsize=868384 CPUtime=0
/proc/4020/task/4027/stat : 4027 (java) S 4019 4006 3699 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4345669 889225216 5776 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4020/tid=4028] ppid=4019 vsize=868384 CPUtime=0
/proc/4020/task/4028/stat : 4028 (java) S 4019 4006 3699 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4345669 889225216 5776 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887340

[startup+3.10193 s]
/proc/loadavg: 1.99 1.97 1.91 2/92 4028
/proc/meminfo: memFree=1606496/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13732 CPUtime=2.77
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 1191 21006 0 3 3 1 252 21 16 0 1 0 4345622 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3433 820 374 3 0 533 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 13732

[startup+6.30128 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 4066
/proc/meminfo: memFree=1598560/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13732 CPUtime=4.68
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 1420 39879 0 5 4 1 431 32 15 0 1 0 4345622 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3433 820 374 3 0 533 0
[pid=4065] ppid=4006 vsize=5356 CPUtime=0
/proc/4065/stat : 4065 (sh) S 4006 4006 3699 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 4346119 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4065/statm: 1339 232 193 169 0 50 0
[pid=4066] ppid=4065 vsize=22344 CPUtime=1.31
/proc/4066/stat : 4066 (minisat) R 4065 4006 3699 0 -1 4194304 5267 0 0 0 128 3 0 0 25 0 1 0 4346119 22880256 5253 996147200 134512640 135127466 4294956256 18446744073709551615 134530604 0 0 4096 3 0 0 0 17 1 0 0
/proc/4066/statm: 5586 5253 75 150 0 5433 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 41432

[startup+12.702 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 4066
/proc/meminfo: memFree=1598432/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13732 CPUtime=4.68
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 1420 39879 0 5 4 1 431 32 16 0 1 0 4345622 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3433 820 374 3 0 533 0
[pid=4065] ppid=4006 vsize=5356 CPUtime=0
/proc/4065/stat : 4065 (sh) S 4006 4006 3699 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 4346119 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4065/statm: 1339 232 193 169 0 50 0
[pid=4066] ppid=4065 vsize=22508 CPUtime=7.65
/proc/4066/stat : 4066 (minisat) R 4065 4006 3699 0 -1 4194304 5296 0 0 0 762 3 0 0 25 0 1 0 4346119 23048192 5282 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4066/statm: 5627 5282 75 150 0 5474 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 41596

[startup+25.5024 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 4066
/proc/meminfo: memFree=1598368/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13732 CPUtime=4.68
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 1420 39879 0 5 4 1 431 32 16 0 1 0 4345622 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3433 820 374 3 0 533 0
[pid=4065] ppid=4006 vsize=5356 CPUtime=0
/proc/4065/stat : 4065 (sh) S 4006 4006 3699 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 4346119 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4065/statm: 1339 232 193 169 0 50 0
[pid=4066] ppid=4065 vsize=22644 CPUtime=20.33
/proc/4066/stat : 4066 (minisat) R 4065 4006 3699 0 -1 4194304 5357 0 0 0 2030 3 0 0 25 0 1 0 4346119 23187456 5334 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4066/statm: 5661 5334 75 150 0 5508 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 41732

[startup+51.1022 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 4066
/proc/meminfo: memFree=1598368/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13732 CPUtime=4.68
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 1420 39879 0 5 4 1 431 32 16 0 1 0 4345622 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3433 820 374 3 0 533 0
[pid=4065] ppid=4006 vsize=5356 CPUtime=0
/proc/4065/stat : 4065 (sh) S 4006 4006 3699 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 4346119 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4065/statm: 1339 232 193 169 0 50 0
[pid=4066] ppid=4065 vsize=22788 CPUtime=45.68
/proc/4066/stat : 4066 (minisat) R 4065 4006 3699 0 -1 4194304 5368 0 0 0 4565 3 0 0 25 0 1 0 4346119 23334912 5345 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/4066/statm: 5697 5345 75 150 0 5544 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 41876

[startup+102.307 s]
/proc/loadavg: 2.04 1.99 1.91 3/84 4066
/proc/meminfo: memFree=1597280/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13732 CPUtime=4.68
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 1420 39879 0 5 4 1 431 32 16 0 1 0 4345622 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3433 820 374 3 0 533 0
[pid=4065] ppid=4006 vsize=5356 CPUtime=0
/proc/4065/stat : 4065 (sh) S 4006 4006 3699 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 4346119 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4065/statm: 1339 232 193 169 0 50 0
[pid=4066] ppid=4065 vsize=23952 CPUtime=96.4
/proc/4066/stat : 4066 (minisat) R 4065 4006 3699 0 -1 4194304 5622 0 0 0 9637 3 0 0 25 0 1 0 4346119 24526848 5599 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4066/statm: 5988 5599 75 150 0 5835 0
Current children cumulated CPU time (s) 101.08
Current children cumulated vsize (KiB) 43040

[startup+162.302 s]
/proc/loadavg: 2.01 1.99 1.91 3/84 4066
/proc/meminfo: memFree=1596512/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13732 CPUtime=4.68
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 1420 39879 0 5 4 1 431 32 16 0 1 0 4345622 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3433 820 374 3 0 533 0
[pid=4065] ppid=4006 vsize=5356 CPUtime=0
/proc/4065/stat : 4065 (sh) S 4006 4006 3699 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 4346119 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4065/statm: 1339 232 193 169 0 50 0
[pid=4066] ppid=4065 vsize=24736 CPUtime=155.84
/proc/4066/stat : 4066 (minisat) R 4065 4006 3699 0 -1 4194304 5823 0 0 0 15581 3 0 0 25 0 1 0 4346119 25329664 5800 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4066/statm: 6184 5800 75 150 0 6031 0
Current children cumulated CPU time (s) 160.52
Current children cumulated vsize (KiB) 43824

[startup+222.303 s]
/proc/loadavg: 2.00 1.99 1.91 3/84 4066
/proc/meminfo: memFree=1594784/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13732 CPUtime=4.68
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 1420 39879 0 5 4 1 431 32 16 0 1 0 4345622 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3433 820 374 3 0 533 0
[pid=4065] ppid=4006 vsize=5356 CPUtime=0
/proc/4065/stat : 4065 (sh) S 4006 4006 3699 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 4346119 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4065/statm: 1339 232 193 169 0 50 0
[pid=4066] ppid=4065 vsize=26436 CPUtime=215.28
/proc/4066/stat : 4066 (minisat) R 4065 4006 3699 0 -1 4194304 6225 0 0 0 21524 4 0 0 25 0 1 0 4346119 27070464 6202 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4066/statm: 6609 6202 75 150 0 6456 0
Current children cumulated CPU time (s) 219.96
Current children cumulated vsize (KiB) 45524

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

[startup+3162.3 s]
/proc/loadavg: 2.32 2.13 2.02 3/84 4072
/proc/meminfo: memFree=1575968/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13732 CPUtime=4.68
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 1420 39879 0 5 4 1 431 32 16 0 1 0 4345622 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3433 820 374 3 0 533 0
[pid=4065] ppid=4006 vsize=5356 CPUtime=0
/proc/4065/stat : 4065 (sh) S 4006 4006 3699 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 4346119 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4065/statm: 1339 232 193 169 0 50 0
[pid=4066] ppid=4065 vsize=44944 CPUtime=3127.68
/proc/4066/stat : 4066 (minisat) R 4065 4006 3699 0 -1 4194304 10506 0 0 0 312753 15 0 0 25 0 1 0 4346119 46022656 10475 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4066/statm: 11236 10475 75 150 0 11083 0
Current children cumulated CPU time (s) 3132.36
Current children cumulated vsize (KiB) 64032

[startup+3222.3 s]
/proc/loadavg: 2.31 2.15 2.04 3/84 4072
/proc/meminfo: memFree=1575776/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13732 CPUtime=4.68
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 1420 39879 0 5 4 1 431 32 16 0 1 0 4345622 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3433 820 374 3 0 533 0
[pid=4065] ppid=4006 vsize=5356 CPUtime=0
/proc/4065/stat : 4065 (sh) S 4006 4006 3699 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 4346119 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4065/statm: 1339 232 193 169 0 50 0
[pid=4066] ppid=4065 vsize=44944 CPUtime=3187.12
/proc/4066/stat : 4066 (minisat) R 4065 4006 3699 0 -1 4194304 10506 0 0 0 318697 15 0 0 25 0 1 0 4346119 46022656 10475 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/4066/statm: 11236 10475 75 150 0 11083 0
Current children cumulated CPU time (s) 3191.8
Current children cumulated vsize (KiB) 64032

[startup+3282.3 s]
/proc/loadavg: 2.19 2.15 2.04 3/84 4072
/proc/meminfo: memFree=1575712/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13732 CPUtime=4.68
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 1420 39879 0 5 4 1 431 32 16 0 1 0 4345622 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3433 820 374 3 0 533 0
[pid=4065] ppid=4006 vsize=5356 CPUtime=0
/proc/4065/stat : 4065 (sh) S 4006 4006 3699 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 4346119 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4065/statm: 1339 232 193 169 0 50 0
[pid=4066] ppid=4065 vsize=44944 CPUtime=3246.57
/proc/4066/stat : 4066 (minisat) R 4065 4006 3699 0 -1 4194304 10514 0 0 0 324641 16 0 0 25 0 1 0 4346119 46022656 10483 996147200 134512640 135127466 4294956256 18446744073709551615 134522681 0 0 4096 3 0 0 0 17 1 0 0
/proc/4066/statm: 11236 10483 75 150 0 11083 0
Current children cumulated CPU time (s) 3251.25
Current children cumulated vsize (KiB) 64032

[startup+3342.3 s]
/proc/loadavg: 2.04 2.12 2.03 3/77 4137
/proc/meminfo: memFree=1556312/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13732 CPUtime=4.68
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 1420 39879 0 5 4 1 431 32 16 0 1 0 4345622 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3433 820 374 3 0 533 0
[pid=4065] ppid=4006 vsize=5356 CPUtime=0
/proc/4065/stat : 4065 (sh) S 4006 4006 3699 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 4346119 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4065/statm: 1339 232 193 169 0 50 0
[pid=4066] ppid=4065 vsize=45144 CPUtime=3306.13
/proc/4066/stat : 4066 (minisat) R 4065 4006 3699 0 -1 4194304 10544 0 0 0 330596 17 0 0 25 0 1 0 4346119 46227456 10513 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4066/statm: 11286 10513 75 150 0 11133 0
Current children cumulated CPU time (s) 3310.81
Current children cumulated vsize (KiB) 64232

[startup+3402.31 s]
/proc/loadavg: 2.01 2.09 2.03 3/77 4137
/proc/meminfo: memFree=1552472/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13732 CPUtime=4.68
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 1420 39879 0 5 4 1 431 32 16 0 1 0 4345622 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3433 820 374 3 0 533 0
[pid=4065] ppid=4006 vsize=5356 CPUtime=0
/proc/4065/stat : 4065 (sh) S 4006 4006 3699 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 4346119 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4065/statm: 1339 232 193 169 0 50 0
[pid=4066] ppid=4065 vsize=45308 CPUtime=3366.1
/proc/4066/stat : 4066 (minisat) R 4065 4006 3699 0 -1 4194304 10580 0 0 0 336593 17 0 0 25 0 1 0 4346119 46395392 10549 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4066/statm: 11327 10549 75 150 0 11174 0
Current children cumulated CPU time (s) 3370.78
Current children cumulated vsize (KiB) 64396

[startup+3462.3 s]
/proc/loadavg: 2.00 2.07 2.02 3/77 4139
/proc/meminfo: memFree=1546456/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13732 CPUtime=4.68
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 1420 39879 0 5 4 1 431 32 16 0 1 0 4345622 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3433 820 374 3 0 533 0
[pid=4065] ppid=4006 vsize=5356 CPUtime=0
/proc/4065/stat : 4065 (sh) S 4006 4006 3699 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 4346119 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4065/statm: 1339 232 193 169 0 50 0
[pid=4066] ppid=4065 vsize=45308 CPUtime=3426.07
/proc/4066/stat : 4066 (minisat) R 4065 4006 3699 0 -1 4194304 10585 0 0 0 342590 17 0 0 25 0 1 0 4346119 46395392 10554 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/4066/statm: 11327 10554 75 150 0 11174 0
Current children cumulated CPU time (s) 3430.75
Current children cumulated vsize (KiB) 64396

[startup+3522.3 s]
/proc/loadavg: 2.00 2.06 2.02 3/77 4139
/proc/meminfo: memFree=1542168/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13732 CPUtime=4.68
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 1420 39879 0 5 4 1 431 32 16 0 1 0 4345622 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3433 820 374 3 0 533 0
[pid=4065] ppid=4006 vsize=5356 CPUtime=0
/proc/4065/stat : 4065 (sh) S 4006 4006 3699 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 4346119 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4065/statm: 1339 232 193 169 0 50 0
[pid=4066] ppid=4065 vsize=45552 CPUtime=3486.05
/proc/4066/stat : 4066 (minisat) R 4065 4006 3699 0 -1 4194304 10628 0 0 0 348587 18 0 0 25 0 1 0 4346119 46645248 10597 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/4066/statm: 11388 10597 75 150 0 11235 0
Current children cumulated CPU time (s) 3490.73
Current children cumulated vsize (KiB) 64640

[startup+3582.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/77 4139
/proc/meminfo: memFree=1538264/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13732 CPUtime=4.68
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 1420 39879 0 5 4 1 431 32 16 0 1 0 4345622 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3433 820 374 3 0 533 0
[pid=4065] ppid=4006 vsize=5356 CPUtime=0
/proc/4065/stat : 4065 (sh) S 4006 4006 3699 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 4346119 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4065/statm: 1339 232 193 169 0 50 0
[pid=4066] ppid=4065 vsize=45552 CPUtime=3546.03
/proc/4066/stat : 4066 (minisat) R 4065 4006 3699 0 -1 4194304 10630 0 0 0 354585 18 0 0 25 0 1 0 4346119 46645248 10599 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/4066/statm: 11388 10599 75 150 0 11235 0
Current children cumulated CPU time (s) 3550.71
Current children cumulated vsize (KiB) 64640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.7 s]
/proc/loadavg: 2.00 2.04 2.01 3/77 4139
/proc/meminfo: memFree=1535064/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13732 CPUtime=4.68
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 1420 39879 0 5 4 1 431 32 16 0 1 0 4345622 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3433 820 374 3 0 533 0
[pid=4065] ppid=4006 vsize=5356 CPUtime=0
/proc/4065/stat : 4065 (sh) S 4006 4006 3699 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 4346119 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4065/statm: 1339 232 193 169 0 50 0
[pid=4066] ppid=4065 vsize=45796 CPUtime=3595.42
/proc/4066/stat : 4066 (minisat) R 4065 4006 3699 0 -1 4194304 10681 0 0 0 359524 18 0 0 25 0 1 0 4346119 46895104 10650 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4066/statm: 11449 10650 75 150 0 11296 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 64884

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

[startup+3631.7 s]
/proc/loadavg: 2.00 2.04 2.01 3/77 4139
/proc/meminfo: memFree=1535064/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=13732 CPUtime=4.68
/proc/4006/stat : 4006 (sugar) S 4004 4006 3699 0 -1 4194304 1420 39879 0 5 4 1 431 32 16 0 1 0 4345622 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4006/statm: 3433 820 374 3 0 533 0
[pid=4065] ppid=4006 vsize=5356 CPUtime=0
/proc/4065/stat : 4065 (sh) S 4006 4006 3699 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 4346119 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4065/statm: 1339 232 193 169 0 50 0
[pid=4066] ppid=4065 vsize=45796 CPUtime=3595.42
/proc/4066/stat : 4066 (minisat) R 4065 4006 3699 0 -1 4194304 10681 0 0 0 359524 18 0 0 25 0 1 0 4346119 46895104 10650 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4066/statm: 11449 10650 75 150 0 11296 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 64884

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4006 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=361336
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=350946
# CPU time returned by wait4() is 4.71228
# while last known CPU time is 3600.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3631.72
CPU time (s): 3600.1
CPU user time (s): 3599.59
CPU system time (s): 0.51
CPU usage (%): 99.1293
Max. virtual memory (cumulated for all children) (KiB): 887340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.36134
system time used= 0.350946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41642
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= 4621
involuntary context switches= 4417

runsolver used 5.9091 second user time and 10.6174 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-23 02:23:06
IDJOB=1127588
IDBENCH=63654
IDSOLVER=368
FILE ID=node64/1127588-1216772586
PBS_JOBID= 7974094
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-80-100-1000/normalized-cnf-3-80-600-364044_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-1127588-1216772586/watcher-1127588-1216772586 -o /tmp/evaluation-result-1127588-1216772586/solver-1127588-1216772586 -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-1127588-1216772586.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5d25b579266d63dd9771ae3ad050cc84
RANDOM SEED=101469018

node64.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.234
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.234
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:       1631512 kB
Buffers:         24988 kB
Cached:         327728 kB
SwapCached:          0 kB
Active:         301816 kB
Inactive:        78580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1631512 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1316 kB
Writeback:           0 kB
Mapped:          47808 kB
Slab:            28860 kB
Committed_AS:   125264 kB
PageTables:       1852 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node64 at 2008-07-23 03:23:38