Trace number 1127436

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.06 3617.96

General information on the benchmark

Namemaxcsp/cnf/3-80-1100-2000/
normalized-cnf-3-80-1200-718245_ext.xml
MD5SUMe84b129732bf50c7298bb442f86dca41
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints56
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1194
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1194
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.10	c 0	Sugar v1-13 + HOME/minisat
0.00/0.10	c 0	BEGIN Wed Jul 23 01:19:29 2008
0.00/0.10	c 0	PID 3668
0.04/0.10	c 0	HOST node7.alineos.net
0.04/0.10	c 0	CONVERTING HOME/instance-1127436-1216768769.xml TO HOME/temp.csp
0.04/0.10	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127436-1216768769.xml' 'HOME/temp.csp'
0.04/0.67	c 1	1 domains, 80 variables, 0 predicates, 12 relations, 1194 constraints
0.04/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.70	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.04/0.78	c 1	Parsing HOME/temp.csp
0.46/0.94	c 1	parsed 1287 expressions
0.46/0.95	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/0.97	c 1	MAX CSP: 1194 constraints
0.46/0.97	c 1	Converting to clausal form CSP
0.46/1.02	c 1	converted 249 (10%) expressions
0.46/1.03	c 1	converted 497 (20%) expressions
0.46/1.05	c 1	converted 746 (30%) expressions
0.46/1.07	c 1	converted 994 (40%) expressions
0.84/1.14	c 1	converted 1242 (50%) expressions
0.84/1.15	c 1	converted 1491 (60%) expressions
0.84/1.16	c 1	converted 1739 (70%) expressions
0.84/1.17	c 1	converted 1988 (80%) expressions
0.84/1.18	c 1	converted 2236 (90%) expressions
1.03/1.31	c 1	converted 2484 (100%) expressions
1.03/1.31	c 1	CSP : 2468 integers, 0 booleans, 3581 clauses, largest domain size 1792
1.03/1.31	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.31	c 1	Propagation in CSP
1.03/1.37	c 1	1189 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.37	c 1	CSP : 2468 integers, 0 booleans, 3581 clauses, largest domain size 1195
1.03/1.37	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.37	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.38	c 1	CSP : 2468 integers, 0 booleans, 3581 clauses, largest domain size 1195
1.03/1.38	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.42	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.43	c 2	247 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.43	c 2	494 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.44	c 2	741 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.44	c 2	988 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.44	c 2	1234 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.45	c 2	1481 (60%) CSP integer variables are encoded (2370 clauses, 30874 bytes)
1.12/1.46	c 2	1728 (70%) CSP integer variables are encoded (13579 clauses, 187098 bytes)
1.12/1.47	c 2	1975 (80%) CSP integer variables are encoded (17381 clauses, 244128 bytes)
1.12/1.47	c 2	2222 (90%) CSP integer variables are encoded (19271 clauses, 272478 bytes)
1.12/1.48	c 2	2468 (100%) CSP integer variables are encoded (21838 clauses, 310983 bytes)
1.21/1.52	c 2	359 (10%) CSP clauses are encoded (22198 clauses, 316856 bytes)
1.21/1.54	c 2	717 (20%) CSP clauses are encoded (22557 clauses, 323148 bytes)
1.21/1.55	c 2	1075 (30%) CSP clauses are encoded (22915 clauses, 329592 bytes)
1.21/1.58	c 2	1433 (40%) CSP clauses are encoded (31461 clauses, 479549 bytes)
1.42/1.74	c 2	1791 (50%) CSP clauses are encoded (117095 clauses, 2043632 bytes)
2.31/2.61	c 3	2149 (60%) CSP clauses are encoded (494289 clauses, 9676062 bytes)
3.98/4.32	c 4	2507 (70%) CSP clauses are encoded (1483623 clauses, 30269643 bytes)
3.98/4.38	c 4	2865 (80%) CSP clauses are encoded (1512514 clauses, 30872234 bytes)
4.18/4.50	c 5	3223 (90%) CSP clauses are encoded (1583695 clauses, 32380952 bytes)
4.58/4.96	c 5	3581 (100%) CSP clauses are encoded (1848755 clauses, 38043193 bytes)
4.58/4.96	c 5	3581 CSP clauses encoded
4.58/4.96	c 5	Writing map file : HOME/temp.map
4.58/4.98	c 5	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.58/4.99	c 5	SAT : 24306 SAT variables, 1848755 SAT clauses, 38043193 bytes
4.58/4.99	c 5	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.66/5.02	c 5	OBJECTIVE minimize _COST
4.66/5.02	c 5	OBJECTIVE BOUND: 0 <= _COST <= 
4.66/5.02	c 5	SEARCHING: _COST <= 597
4.66/5.02	c 5	SOLVING HOME/temp.cnf
4.66/5.02	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.66/5.03	c 5	This is MiniSat 2.0 beta
4.66/5.03	c 5	WARNING: for repeatability, setting FPU to use double precision
4.66/5.03	c 5	============================[ Problem Statistics ]=============================
4.66/5.03	c 5	|                                                                             |
4.66/5.03	c 5	|  Number of variables:  24306                                                |
4.66/5.03	c 5	|  Number of clauses:    1848756                                              |
5.43/5.89	c 6	|  Parsing time:         0.76         s                                       |
6.44/6.88	c 7	============================[ Search Statistics ]==============================
6.44/6.88	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.44/6.88	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.44/6.88	c 7	===============================================================================
6.44/6.88	c 7	|         0 |   17739  1176666  3483587 |   392222        0    nan |  0.000 % |
6.74/7.16	c 7	|       100 |   17739  1176666  3483587 |   431444      100     30 | 27.018 % |
6.84/7.27	c 7	|       252 |   17739  1176666  3483587 |   474588      252     32 | 27.018 % |
6.94/7.38	c 7	|       477 |   17739  1176666  3483587 |   522047      477     23 | 27.018 % |
7.14/7.55	c 8	|       816 |   17739  1176666  3483587 |   574252      816     20 | 27.018 % |
7.44/7.81	c 8	|      1322 |   17739  1176666  3483587 |   631677     1322     19 | 27.018 % |
7.63/8.02	c 8	===============================================================================
7.63/8.02	c 8	restarts              : 6
7.63/8.02	c 8	conflicts             : 1485           (516 /sec)
7.63/8.02	c 8	decisions             : 2843           (0.84 % random) (987 /sec)
7.63/8.02	c 8	propagations          : 1314873        (456623 /sec)
7.63/8.02	c 8	conflict literals     : 28209          (16.32 % deleted)
7.63/8.02	c 8	Memory used           : 74.98 MB
7.63/8.02	c 8	CPU time              : 2.87956 s
7.63/8.02	c 8	
7.63/8.03	c 8	SATISFIABLE
7.63/8.04	c 8	FOUND: _COST <= 597
7.63/8.04	s SATISFIABLE
7.63/8.04	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.63/8.04	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.69/8.13	c 8	Decoding HOME/temp.out
7.69/8.28	c 8	OBJECTIVE _COST 597
7.69/8.28	o 597
7.69/8.28	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
7.69/8.29	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.69/8.31	c 8	OBJECTIVE BOUND: 0 <= _COST <= 597
7.69/8.31	c 8	SEARCHING: _COST <= 298
7.69/8.31	c 8	SOLVING HOME/temp.cnf
7.69/8.31	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.69/8.31	c 8	This is MiniSat 2.0 beta
7.69/8.32	c 8	WARNING: for repeatability, setting FPU to use double precision
7.69/8.32	c 8	============================[ Problem Statistics ]=============================
7.69/8.32	c 8	|                                                                             |
7.69/8.32	c 8	|  Number of variables:  24306                                                |
7.69/8.32	c 8	|  Number of clauses:    1848756                                              |
8.79/9.27	c 9	|  Parsing time:         0.83         s                                       |
10.29/10.70	c 11	============================[ Search Statistics ]==============================
10.29/10.70	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.29/10.70	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.29/10.70	c 11	===============================================================================
10.29/10.70	c 11	|         0 |   14149   764042  2256186 |   254680        0    nan |  0.000 % |
10.49/10.96	c 11	|       101 |   14149   764042  2256186 |   280148      101     31 | 41.788 % |
10.69/11.13	c 11	|       252 |   14149   764042  2256186 |   308163      252     37 | 41.788 % |
10.88/11.33	c 11	|       478 |   14149   764042  2256186 |   338979      478     38 | 41.788 % |
10.88/11.36	c 11	===============================================================================
10.88/11.36	c 11	restarts              : 4
10.88/11.36	c 11	conflicts             : 485            (167 /sec)
10.88/11.36	c 11	decisions             : 1582           (1.07 % random) (544 /sec)
10.88/11.36	c 11	propagations          : 540672         (185954 /sec)
10.88/11.36	c 11	conflict literals     : 18154          (11.91 % deleted)
10.88/11.36	c 11	Memory used           : 75.90 MB
10.88/11.36	c 11	CPU time              : 2.90756 s
10.88/11.36	c 11	
10.88/11.37	c 11	SATISFIABLE
10.88/11.38	c 11	FOUND: _COST <= 298
10.88/11.38	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.88/11.38	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.98/11.46	c 12	Decoding HOME/temp.out
10.98/11.61	c 12	OBJECTIVE _COST 298
10.98/11.61	o 298
10.98/11.62	v 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1
10.98/11.62	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.98/11.65	c 12	OBJECTIVE BOUND: 0 <= _COST <= 298
10.98/11.65	c 12	SEARCHING: _COST <= 149
10.98/11.65	c 12	SOLVING HOME/temp.cnf
10.98/11.65	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.98/11.65	c 12	This is MiniSat 2.0 beta
10.98/11.65	c 12	WARNING: for repeatability, setting FPU to use double precision
10.98/11.65	c 12	============================[ Problem Statistics ]=============================
10.98/11.65	c 12	|                                                                             |
10.98/11.65	c 12	|  Number of variables:  24306                                                |
10.98/11.65	c 12	|  Number of clauses:    1848756                                              |
12.15/12.63	c 13	|  Parsing time:         0.85         s                                       |
13.64/14.19	c 14	============================[ Search Statistics ]==============================
13.64/14.19	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.64/14.19	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.64/14.19	c 14	===============================================================================
13.64/14.19	c 14	|         0 |   11912   435044  1275754 |   145014        0    nan |  0.000 % |
13.84/14.35	c 14	|       104 |   11912   435044  1275754 |   159516      104     25 | 50.992 % |
13.94/14.43	c 15	|       254 |   11912   435044  1275754 |   175467      254     26 | 50.992 % |
14.14/14.66	c 15	|       481 |   11912   435044  1275754 |   193014      481     36 | 50.992 % |
14.34/14.85	c 15	|       818 |   11912   435044  1275754 |   212315      818     34 | 50.992 % |
14.44/14.95	c 15	===============================================================================
14.44/14.95	c 15	restarts              : 5
14.44/14.95	c 15	conflicts             : 1015           (322 /sec)
14.44/14.95	c 15	decisions             : 2041           (1.22 % random) (647 /sec)
14.44/14.95	c 15	propagations          : 923114         (292818 /sec)
14.44/14.95	c 15	conflict literals     : 33531          (14.39 % deleted)
14.44/14.95	c 15	Memory used           : 76.73 MB
14.44/14.95	c 15	CPU time              : 3.15252 s
14.44/14.95	c 15	
14.44/14.96	c 15	SATISFIABLE
14.44/14.97	c 15	FOUND: _COST <= 149
14.44/14.97	c 15	DECODING HOME/temp.out WITH HOME/temp.map
14.44/14.97	c 15	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
14.52/15.05	c 15	Decoding HOME/temp.out
14.52/15.39	c 15	OBJECTIVE _COST 149
14.52/15.39	o 149
14.52/15.40	v 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 0 0 1 0 1 1 1 1 1 0 0 1 1 0 0 0 0 1 1 0 0 0 1 1 1 0 0 0 1 1 1 1 0 1 1 1 0 1 0 1 1 1 1 1 1 1 1 0 1 0 0 1 1 1 1 1 0 1 1 1
14.93/15.41	c 16	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
14.93/15.44	c 16	OBJECTIVE BOUND: 0 <= _COST <= 149
14.93/15.44	c 16	SEARCHING: _COST <= 74
14.93/15.44	c 16	SOLVING HOME/temp.cnf
14.93/15.44	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.93/15.45	c 16	This is MiniSat 2.0 beta
14.93/15.45	c 16	WARNING: for repeatability, setting FPU to use double precision
14.93/15.45	c 16	============================[ Problem Statistics ]=============================
14.93/15.45	c 16	|                                                                             |
14.93/15.45	c 16	|  Number of variables:  24306                                                |
14.93/15.45	c 16	|  Number of clauses:    1848756                                              |
14.96/16.42	c 17	|  Parsing time:         0.86         s                                       |
17.49/18.00	c 18	============================[ Search Statistics ]==============================
17.49/18.00	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.49/18.00	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.49/18.00	c 18	===============================================================================
17.49/18.00	c 18	|         0 |   10252   236722   685693 |    78907        0    nan |  0.000 % |
17.59/18.14	c 18	|       100 |   10252   236722   685693 |    86798      100     23 | 57.821 % |
17.69/18.21	c 18	|       250 |   10252   236722   685693 |    95477      250     27 | 57.821 % |
17.69/18.30	c 18	|       476 |   10252   236722   685693 |   105025      476     27 | 57.821 % |
17.89/18.42	c 19	|       815 |   10252   236722   685693 |   115528      815     27 | 57.821 % |
18.09/18.61	c 19	|      1321 |   10252   236722   685693 |   127081     1321     26 | 57.821 % |
18.29/18.89	c 19	|      2081 |   10252   236722   685693 |   139789     2081     26 | 57.821 % |
18.79/19.38	c 19	|      3220 |   10252   236722   685693 |   153768     3220     26 | 57.821 % |
19.58/20.11	c 20	|      4928 |   10252   236722   685693 |   169144     4928     28 | 57.821 % |
21.17/21.79	c 22	|      7492 |   10252   236722   685693 |   186059     7492     31 | 57.821 % |
23.46/24.00	c 24	|     11336 |   10252   236722   685693 |   204665    11336     33 | 57.821 % |
27.24/27.81	c 28	|     17103 |   10252   236722   685693 |   225131    17103     31 | 57.821 % |
35.49/36.17	c 36	|     25753 |   10252   236722   685693 |   247645    25753     38 | 57.821 % |
47.04/47.79	c 48	|     38727 |   10252   236722   685693 |   272409    38727     39 | 57.821 % |
64.75/65.59	c 66	|     58188 |   10252   236722   685693 |   299650    58188     40 | 57.821 % |
100.86/101.83	c 102	|     87380 |   10252   236722   685693 |   329615    87380     41 | 57.821 % |
166.54/167.82	c 168	|    131169 |   10252   236722   685693 |   362577   131169     40 | 57.821 % |
277.10/278.95	c 279	|    196853 |   10252   236722   685693 |   398834   196853     40 | 57.821 % |
489.17/492.01	c 492	|    295379 |   10252   236722   685693 |   438718   295379     41 | 57.821 % |
922.48/927.48	c 928	|    443168 |   10252   236722   685693 |   482590   443168     40 | 57.821 % |
1430.14/1437.52	c 1438	|    664852 |   10252   236722   685693 |   530849   181979     44 | 57.821 % |
2508.11/2520.78	c 2521	|    997377 |   10252   236722   685693 |   583933   514504     50 | 57.821 % |
3600.06/3617.92	c ERROR INTERRUPTED
3600.06/3617.95	c 3618	CPU 14.02 (0.04 0.01 13.98 0.93)
3600.06/3617.95	c 3618	END Wed Jul 23 02:19:47 2008

Verifier Data (download as text)

OK	105	1089
105 unsatisfied constraints, 1089 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-1127436-1216768769/watcher-1127436-1216768769 -o /tmp/evaluation-result-1127436-1216768769/solver-1127436-1216768769 -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-1127436-1216768769.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.00 1.00 1.00 4/68 3668
/proc/meminfo: memFree=1714864/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=6268 CPUtime=0
/proc/3668/stat : 3668 (sugar) D 3666 3668 3597 0 -1 4194304 62 0 0 0 0 0 0 0 18 0 1 0 3969368 6418432 47 996147200 4194304 4206940 548682068592 18446744073709551615 244668495241 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/3668/statm: 1567 47 36 3 0 8 0

[startup+0.100991 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 3668
/proc/meminfo: memFree=1714864/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13600 CPUtime=0.04
/proc/3668/stat : 3668 (sugar) R 3666 3668 3597 0 -1 4194304 823 0 0 0 3 1 0 0 18 0 1 0 3969368 13926400 790 996147200 4194304 4206940 548682068592 18446744073709551615 244680011730 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3668/statm: 3400 790 365 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.202004 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 3668
/proc/meminfo: memFree=1714864/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13600 CPUtime=0.04
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 3969368 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3668/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302015 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 3668
/proc/meminfo: memFree=1714864/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13600 CPUtime=0.04
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 3969368 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3668/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701052 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 3668
/proc/meminfo: memFree=1714864/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13600 CPUtime=0.04
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 916 127 0 0 3 1 0 0 16 0 1 0 3969368 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3668/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50114 s]
/proc/loadavg: 1.08 1.02 1.01 4/84 3701
/proc/meminfo: memFree=1664048/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13600 CPUtime=0.46
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 974 4635 0 73 3 1 31 11 15 0 1 0 3969368 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3668/statm: 3400 797 370 3 0 500 0
[pid=3692] ppid=3668 vsize=5356 CPUtime=0
/proc/3692/stat : 3692 (sh) S 3668 3668 3597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3969438 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3692/statm: 1339 233 193 169 0 50 0
[pid=3693] ppid=3692 vsize=868472 CPUtime=0.75
/proc/3693/stat : 3693 (java) S 3692 3668 3597 0 -1 0 6984 0 8 0 72 3 0 0 18 0 9 0 3969438 889315328 6194 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3693/statm: 217118 6194 2563 9 0 211665 0
[pid=3693/tid=3694] ppid=3692 vsize=868472 CPUtime=0.44
/proc/3693/task/3694/stat : 3694 (java) R 3692 3668 3597 0 -1 64 2729 0 5 0 43 1 0 0 25 0 9 0 3969439 889315328 6194 996147200 134512640 134550740 4294955936 18446744073709551615 102492663 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3693/tid=3695] ppid=3692 vsize=868472 CPUtime=0.07
/proc/3693/task/3695/stat : 3695 (java) S 3692 3668 3597 0 -1 64 2073 0 3 0 7 0 0 0 16 0 9 0 3969440 889315328 6194 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3693/tid=3696] ppid=3692 vsize=868472 CPUtime=0
/proc/3693/task/3696/stat : 3696 (java) S 3692 3668 3597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3969441 889315328 6194 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3693/tid=3697] ppid=3692 vsize=868472 CPUtime=0
/proc/3693/task/3697/stat : 3697 (java) S 3692 3668 3597 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3969441 889315328 6194 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3693/tid=3698] ppid=3692 vsize=868472 CPUtime=0
/proc/3693/task/3698/stat : 3698 (java) S 3692 3668 3597 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 3969442 889315328 6194 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3693/tid=3699] ppid=3692 vsize=868472 CPUtime=0.21
/proc/3693/task/3699/stat : 3699 (java) S 3692 3668 3597 0 -1 64 1489 0 0 0 21 0 0 0 16 0 9 0 3969442 889315328 6194 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3693/tid=3700] ppid=3692 vsize=868472 CPUtime=0
/proc/3693/task/3700/stat : 3700 (java) S 3692 3668 3597 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3969442 889315328 6194 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3693/tid=3701] ppid=3692 vsize=868472 CPUtime=0
/proc/3693/task/3701/stat : 3701 (java) S 3692 3668 3597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3969442 889315328 6194 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 887428

[startup+3.1013 s]
/proc/loadavg: 1.08 1.02 1.01 3/84 3701
/proc/meminfo: memFree=1651504/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13600 CPUtime=0.46
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 974 4635 0 73 3 1 31 11 16 0 1 0 3969368 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3668/statm: 3400 797 370 3 0 500 0
[pid=3692] ppid=3668 vsize=5356 CPUtime=0
/proc/3692/stat : 3692 (sh) S 3668 3668 3597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3969438 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3692/statm: 1339 233 193 169 0 50 0
[pid=3693] ppid=3692 vsize=868472 CPUtime=2.35
/proc/3693/stat : 3693 (java) S 3692 3668 3597 0 -1 0 7460 0 8 0 219 16 0 0 18 0 9 0 3969438 889315328 6215 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3693/statm: 217118 6215 2563 9 0 211665 0
[pid=3693/tid=3694] ppid=3692 vsize=868472 CPUtime=1.9
/proc/3693/task/3694/stat : 3694 (java) R 3692 3668 3597 0 -1 64 3184 0 5 0 178 12 0 0 25 0 9 0 3969439 889315328 6215 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3693/tid=3695] ppid=3692 vsize=868472 CPUtime=0.18
/proc/3693/task/3695/stat : 3695 (java) S 3692 3668 3597 0 -1 64 2073 0 3 0 16 2 0 0 16 0 9 0 3969440 889315328 6215 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3693/tid=3696] ppid=3692 vsize=868472 CPUtime=0
/proc/3693/task/3696/stat : 3696 (java) S 3692 3668 3597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3969441 889315328 6215 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3693/tid=3697] ppid=3692 vsize=868472 CPUtime=0
/proc/3693/task/3697/stat : 3697 (java) S 3692 3668 3597 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3969441 889315328 6215 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3693/tid=3698] ppid=3692 vsize=868472 CPUtime=0
/proc/3693/task/3698/stat : 3698 (java) S 3692 3668 3597 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 3969442 889315328 6215 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3693/tid=3699] ppid=3692 vsize=868472 CPUtime=0.24
/proc/3693/task/3699/stat : 3699 (java) S 3692 3668 3597 0 -1 64 1510 0 0 0 24 0 0 0 16 0 9 0 3969442 889315328 6215 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3693/tid=3700] ppid=3692 vsize=868472 CPUtime=0
/proc/3693/task/3700/stat : 3700 (java) S 3692 3668 3597 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3969442 889315328 6215 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3693/tid=3701] ppid=3692 vsize=868472 CPUtime=0
/proc/3693/task/3701/stat : 3701 (java) S 3692 3668 3597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3969442 889315328 6215 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 887428

[startup+6.30264 s]
/proc/loadavg: 1.08 1.02 1.01 3/76 3703
/proc/meminfo: memFree=1588912/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13732 CPUtime=4.68
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 1090 13015 0 81 4 1 419 44 16 0 1 0 3969368 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3668/statm: 3433 838 374 3 0 533 0
[pid=3702] ppid=3668 vsize=5356 CPUtime=0
/proc/3702/stat : 3702 (sh) S 3668 3668 3597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3969871 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3702/statm: 1339 232 193 169 0 50 0
[pid=3703] ppid=3702 vsize=76776 CPUtime=1.26
/proc/3703/stat : 3703 (minisat) R 3702 3668 3597 0 -1 4194304 18554 0 0 0 116 10 0 0 25 0 1 0 3969871 78618624 18540 996147200 134512640 135127466 4294956256 18446744073709551615 134523507 0 0 4096 3 0 0 0 17 0 0 0
/proc/3703/statm: 19194 18540 72 150 0 19041 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 95864

[startup+12.7013 s]
/proc/loadavg: 1.29 1.06 1.02 3/76 3727
/proc/meminfo: memFree=1594032/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13732 CPUtime=11.22
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 1325 58833 0 83 4 1 1042 75 16 0 1 0 3969368 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3668/statm: 3433 838 374 3 0 533 0
[pid=3726] ppid=3668 vsize=5356 CPUtime=0
/proc/3726/stat : 3726 (sh) S 3668 3668 3597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3970533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3726/statm: 1339 232 193 169 0 50 0
[pid=3727] ppid=3726 vsize=78564 CPUtime=1.03
/proc/3727/stat : 3727 (minisat) R 3726 3668 3597 0 -1 4194304 18982 0 0 0 91 12 0 0 25 0 1 0 3970533 80449536 18968 996147200 134512640 135127466 4294956256 18446744073709551615 134523441 0 0 4096 3 0 0 0 17 1 0 0
/proc/3727/statm: 19641 18968 72 150 0 19488 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 97652

[startup+25.5017 s]
/proc/loadavg: 1.40 1.10 1.03 3/76 3739
/proc/meminfo: memFree=1556400/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13732 CPUtime=14.96
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 1439 82059 0 84 4 1 1398 93 16 0 1 0 3969368 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3668/statm: 3433 838 374 3 0 533 0
[pid=3738] ppid=3668 vsize=5356 CPUtime=0
/proc/3738/stat : 3738 (sh) S 3668 3668 3597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3970913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3738/statm: 1339 232 193 169 0 50 0
[pid=3739] ppid=3738 vsize=78968 CPUtime=9.99
/proc/3739/stat : 3739 (minisat) R 3738 3668 3597 0 -1 4194304 19098 0 0 0 988 11 0 0 25 0 1 0 3970913 80863232 19084 996147200 134512640 135127466 4294956256 18446744073709551615 134531120 0 0 4096 3 0 0 0 17 1 0 0
/proc/3739/statm: 19742 19084 76 150 0 19589 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 98056

[startup+51.1014 s]
/proc/loadavg: 1.64 1.18 1.06 3/76 3739
/proc/meminfo: memFree=1556464/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13732 CPUtime=14.96
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 1439 82059 0 84 4 1 1398 93 16 0 1 0 3969368 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3668/statm: 3433 838 374 3 0 533 0
[pid=3738] ppid=3668 vsize=5356 CPUtime=0
/proc/3738/stat : 3738 (sh) S 3668 3668 3597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3970913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3738/statm: 1339 232 193 169 0 50 0
[pid=3739] ppid=3738 vsize=79212 CPUtime=35.46
/proc/3739/stat : 3739 (minisat) R 3738 3668 3597 0 -1 4194304 19140 0 0 0 3534 12 0 0 25 0 1 0 3970913 81113088 19126 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3739/statm: 19803 19126 76 150 0 19650 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 98300

[startup+102.303 s]
/proc/loadavg: 1.88 1.32 1.11 3/76 3739
/proc/meminfo: memFree=1555952/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13732 CPUtime=14.96
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 1439 82059 0 84 4 1 1398 93 16 0 1 0 3969368 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3668/statm: 3433 838 374 3 0 533 0
[pid=3738] ppid=3668 vsize=5356 CPUtime=0
/proc/3738/stat : 3738 (sh) S 3668 3668 3597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3970913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3738/statm: 1339 232 193 169 0 50 0
[pid=3739] ppid=3738 vsize=79332 CPUtime=86.4
/proc/3739/stat : 3739 (minisat) R 3738 3668 3597 0 -1 4194304 19184 0 0 0 8628 12 0 0 25 0 1 0 3970913 81235968 19170 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/3739/statm: 19833 19170 76 150 0 19680 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 98420

[startup+162.303 s]
/proc/loadavg: 1.99 1.45 1.17 3/76 3739
/proc/meminfo: memFree=1555952/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13732 CPUtime=14.96
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 1439 82059 0 84 4 1 1398 93 16 0 1 0 3969368 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3668/statm: 3433 838 374 3 0 533 0
[pid=3738] ppid=3668 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1446256/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13732 CPUtime=14.96
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 1439 82059 0 84 4 1 1398 93 16 0 1 0 3969368 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3668/statm: 3433 838 374 3 0 533 0
[pid=3738] ppid=3668 vsize=5356 CPUtime=0
/proc/3738/stat : 3738 (sh) S 3668 3668 3597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3970913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3738/statm: 1339 232 193 169 0 50 0
[pid=3739] ppid=3738 vsize=189832 CPUtime=3071.96
/proc/3739/stat : 3739 (minisat) R 3738 3668 3597 0 -1 4194304 46233 0 0 0 307155 41 0 0 25 0 1 0 3970913 194387968 46211 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/3739/statm: 47458 46211 76 150 0 47305 0
Current children cumulated CPU time (s) 3086.92
Current children cumulated vsize (KiB) 208920

[startup+3162.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 3745
/proc/meminfo: memFree=1446128/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13732 CPUtime=14.96
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 1439 82059 0 84 4 1 1398 93 16 0 1 0 3969368 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3668/statm: 3433 838 374 3 0 533 0
[pid=3738] ppid=3668 vsize=5356 CPUtime=0
/proc/3738/stat : 3738 (sh) S 3668 3668 3597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3970913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3738/statm: 1339 232 193 169 0 50 0
[pid=3739] ppid=3738 vsize=189952 CPUtime=3131.67
/proc/3739/stat : 3739 (minisat) R 3738 3668 3597 0 -1 4194304 46255 0 0 0 313126 41 0 0 25 0 1 0 3970913 194510848 46233 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3739/statm: 47488 46233 76 150 0 47335 0
Current children cumulated CPU time (s) 3146.63
Current children cumulated vsize (KiB) 209040

[startup+3222.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 3745
/proc/meminfo: memFree=1446128/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13732 CPUtime=14.96
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 1439 82059 0 84 4 1 1398 93 16 0 1 0 3969368 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3668/statm: 3433 838 374 3 0 533 0
[pid=3738] ppid=3668 vsize=5356 CPUtime=0
/proc/3738/stat : 3738 (sh) S 3668 3668 3597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3970913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3738/statm: 1339 232 193 169 0 50 0
[pid=3739] ppid=3738 vsize=189952 CPUtime=3191.38
/proc/3739/stat : 3739 (minisat) R 3738 3668 3597 0 -1 4194304 46262 0 0 0 319097 41 0 0 25 0 1 0 3970913 194510848 46240 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/3739/statm: 47488 46240 76 150 0 47335 0
Current children cumulated CPU time (s) 3206.34
Current children cumulated vsize (KiB) 209040

[startup+3282.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 3745
/proc/meminfo: memFree=1446064/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13732 CPUtime=14.96
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 1439 82059 0 84 4 1 1398 93 16 0 1 0 3969368 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3668/statm: 3433 838 374 3 0 533 0
[pid=3738] ppid=3668 vsize=5356 CPUtime=0
/proc/3738/stat : 3738 (sh) S 3668 3668 3597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3970913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3738/statm: 1339 232 193 169 0 50 0
[pid=3739] ppid=3738 vsize=189952 CPUtime=3251.09
/proc/3739/stat : 3739 (minisat) R 3738 3668 3597 0 -1 4194304 46265 0 0 0 325068 41 0 0 25 0 1 0 3970913 194510848 46243 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3739/statm: 47488 46243 76 150 0 47335 0
Current children cumulated CPU time (s) 3266.05
Current children cumulated vsize (KiB) 209040

[startup+3342.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 3745
/proc/meminfo: memFree=1445936/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13732 CPUtime=14.96
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 1439 82059 0 84 4 1 1398 93 16 0 1 0 3969368 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3668/statm: 3433 838 374 3 0 533 0
[pid=3738] ppid=3668 vsize=5356 CPUtime=0
/proc/3738/stat : 3738 (sh) S 3668 3668 3597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3970913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3738/statm: 1339 232 193 169 0 50 0
[pid=3739] ppid=3738 vsize=190032 CPUtime=3310.8
/proc/3739/stat : 3739 (minisat) R 3738 3668 3597 0 -1 4194304 46293 0 0 0 331039 41 0 0 25 0 1 0 3970913 194592768 46271 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3739/statm: 47508 46271 76 150 0 47355 0
Current children cumulated CPU time (s) 3325.76
Current children cumulated vsize (KiB) 209120

[startup+3402.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 3745
/proc/meminfo: memFree=1445872/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13732 CPUtime=14.96
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 1439 82059 0 84 4 1 1398 93 16 0 1 0 3969368 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3668/statm: 3433 838 374 3 0 533 0
[pid=3738] ppid=3668 vsize=5356 CPUtime=0
/proc/3738/stat : 3738 (sh) S 3668 3668 3597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3970913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3738/statm: 1339 232 193 169 0 50 0
[pid=3739] ppid=3738 vsize=190032 CPUtime=3370.52
/proc/3739/stat : 3739 (minisat) R 3738 3668 3597 0 -1 4194304 46300 0 0 0 337011 41 0 0 25 0 1 0 3970913 194592768 46278 996147200 134512640 135127466 4294956256 18446744073709551615 134528655 0 0 4096 3 0 0 0 17 1 0 0
/proc/3739/statm: 47508 46278 76 150 0 47355 0
Current children cumulated CPU time (s) 3385.48
Current children cumulated vsize (KiB) 209120

[startup+3462.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 3745
/proc/meminfo: memFree=1445744/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13732 CPUtime=14.96
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 1439 82059 0 84 4 1 1398 93 16 0 1 0 3969368 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3668/statm: 3433 838 374 3 0 533 0
[pid=3738] ppid=3668 vsize=5356 CPUtime=0
/proc/3738/stat : 3738 (sh) S 3668 3668 3597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3970913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3738/statm: 1339 232 193 169 0 50 0
[pid=3739] ppid=3738 vsize=190212 CPUtime=3430.23
/proc/3739/stat : 3739 (minisat) R 3738 3668 3597 0 -1 4194304 46314 0 0 0 342982 41 0 0 25 0 1 0 3970913 194777088 46292 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3739/statm: 47553 46292 76 150 0 47400 0
Current children cumulated CPU time (s) 3445.19
Current children cumulated vsize (KiB) 209300

[startup+3522.31 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 3745
/proc/meminfo: memFree=1445744/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13732 CPUtime=14.96
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 1439 82059 0 84 4 1 1398 93 16 0 1 0 3969368 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3668/statm: 3433 838 374 3 0 533 0
[pid=3738] ppid=3668 vsize=5356 CPUtime=0
/proc/3738/stat : 3738 (sh) S 3668 3668 3597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3970913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3738/statm: 1339 232 193 169 0 50 0
[pid=3739] ppid=3738 vsize=190212 CPUtime=3489.94
/proc/3739/stat : 3739 (minisat) R 3738 3668 3597 0 -1 4194304 46318 0 0 0 348953 41 0 0 25 0 1 0 3970913 194777088 46296 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3739/statm: 47553 46296 76 150 0 47400 0
Current children cumulated CPU time (s) 3504.9
Current children cumulated vsize (KiB) 209300

[startup+3582.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 3747
/proc/meminfo: memFree=1445168/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13732 CPUtime=14.96
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 1439 82059 0 84 4 1 1398 93 16 0 1 0 3969368 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3668/statm: 3433 838 374 3 0 533 0
[pid=3738] ppid=3668 vsize=5356 CPUtime=0
/proc/3738/stat : 3738 (sh) S 3668 3668 3597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3970913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3738/statm: 1339 232 193 169 0 50 0
[pid=3739] ppid=3738 vsize=191024 CPUtime=3549.65
/proc/3739/stat : 3739 (minisat) R 3738 3668 3597 0 -1 4194304 46455 0 0 0 354924 41 0 0 25 0 1 0 3970913 195608576 46433 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3739/statm: 47756 46433 76 150 0 47603 0
Current children cumulated CPU time (s) 3564.61
Current children cumulated vsize (KiB) 210112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.9 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 3781
/proc/meminfo: memFree=1443696/2055920 swapFree=4192956/4192956
[pid=3668] ppid=3666 vsize=13732 CPUtime=14.96
/proc/3668/stat : 3668 (sugar) S 3666 3668 3597 0 -1 4194304 1439 82059 0 84 4 1 1398 93 16 0 1 0 3969368 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3668/statm: 3433 838 374 3 0 533 0
[pid=3738] ppid=3668 vsize=5356 CPUtime=0
/proc/3738/stat : 3738 (sh) S 3668 3668 3597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3970913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3738/statm: 1339 232 193 169 0 50 0
[pid=3739] ppid=3738 vsize=191024 CPUtime=3585.1
/proc/3739/stat : 3739 (minisat) R 3738 3668 3597 0 -1 4194304 46455 0 0 0 358468 42 0 0 25 0 1 0 3970913 195608576 46433 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/3739/statm: 47756 46433 76 150 0 47603 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 210112

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3668 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=32866
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=970852
# CPU time returned by wait4() is 15.0037
# while last known CPU time is 3600.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3617.96
CPU time (s): 3600.06
CPU user time (s): 3598.7
CPU system time (s): 1.36
CPU usage (%): 99.5053
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.0329
system time used= 0.970852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83840
page faults= 84
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11163
involuntary context switches= 10876

runsolver used 6.19206 second user time and 10.2754 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-23 01:19:29
IDJOB=1127436
IDBENCH=63375
IDSOLVER=368
FILE ID=node7/1127436-1216768769
PBS_JOBID= 7974116
Free space on /tmp= 66564 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-80-1100-2000/normalized-cnf-3-80-1200-718245_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-1127436-1216768769/watcher-1127436-1216768769 -o /tmp/evaluation-result-1127436-1216768769/solver-1127436-1216768769 -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-1127436-1216768769.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e84b129732bf50c7298bb442f86dca41
RANDOM SEED=962025913

node7.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.236
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.236
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:       1716240 kB
Buffers:         22692 kB
Cached:         258216 kB
SwapCached:          0 kB
Active:         121740 kB
Inactive:       173496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716240 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1504 kB
Writeback:           0 kB
Mapped:          24084 kB
Slab:            29988 kB
Committed_AS:    53296 kB
PageTables:       1708 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= 66552 MiB
End job on node7 at 2008-07-23 02:19:49