Trace number 1127772

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.05 3617.32

General information on the benchmark

Namemaxcsp/cnf/3-40-100-1000/
normalized-cnf-3-40-800-810522_ext.xml
MD5SUM4420e8d1a0029a4ce42a870c7fa5b1ca
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints42
Best CPU time to get the best result obtained on this benchmark29.1516
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints771
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension771
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.05	c 0	BEGIN Wed Jul 23 03:19:44 2008
0.00/0.05	c 0	PID 7043
0.04/0.05	c 0	HOST node55.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1127772-1216775983.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127772-1216775983.xml' 'HOME/temp.csp'
0.04/0.55	c 0	1 domains, 40 variables, 0 predicates, 27 relations, 771 constraints
0.04/0.57	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.58	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.54/0.66	c 0	Parsing HOME/temp.csp
0.54/0.80	c 0	parsed 839 expressions
0.54/0.80	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.82	c 0	MAX CSP: 771 constraints
0.54/0.82	c 0	Converting to clausal form CSP
0.54/0.86	c 0	converted 162 (10%) expressions
0.54/0.88	c 0	converted 323 (20%) expressions
0.54/0.89	c 0	converted 484 (30%) expressions
0.54/0.90	c 0	converted 646 (40%) expressions
0.54/0.92	c 0	converted 807 (50%) expressions
0.54/0.93	c 0	converted 968 (60%) expressions
0.94/1.01	c 1	converted 1130 (70%) expressions
0.94/1.01	c 1	converted 1291 (80%) expressions
0.94/1.02	c 1	converted 1452 (90%) expressions
1.04/1.15	c 1	converted 1613 (100%) expressions
1.04/1.16	c 1	CSP : 1582 integers, 0 booleans, 2312 clauses, largest domain size 1157
1.04/1.16	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.16	c 1	Propagation in CSP
1.14/1.21	c 1	767 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.21	c 1	CSP : 1582 integers, 0 booleans, 2312 clauses, largest domain size 772
1.14/1.21	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.21	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.22	c 1	CSP : 1582 integers, 0 booleans, 2312 clauses, largest domain size 772
1.14/1.22	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.25	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.14/1.26	c 1	159 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.26	c 1	317 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.26	c 1	475 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.27	c 1	633 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.27	c 1	791 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.28	c 1	950 (60%) CSP integer variables are encoded (1459 clauses, 18656 bytes)
1.14/1.28	c 1	1108 (70%) CSP integer variables are encoded (2626 clauses, 33827 bytes)
1.14/1.28	c 1	1266 (80%) CSP integer variables are encoded (4019 clauses, 51936 bytes)
1.14/1.29	c 1	1424 (90%) CSP integer variables are encoded (8953 clauses, 116811 bytes)
1.24/1.30	c 1	1582 (100%) CSP integer variables are encoded (12859 clauses, 175401 bytes)
1.24/1.33	c 1	232 (10%) CSP clauses are encoded (13098 clauses, 179209 bytes)
1.24/1.36	c 1	463 (20%) CSP clauses are encoded (13334 clauses, 183162 bytes)
1.24/1.37	c 1	694 (30%) CSP clauses are encoded (13568 clauses, 187254 bytes)
1.24/1.39	c 1	925 (40%) CSP clauses are encoded (17400 clauses, 253156 bytes)
1.34/1.47	c 1	1156 (50%) CSP clauses are encoded (53667 clauses, 911719 bytes)
1.34/1.49	c 1	1388 (60%) CSP clauses are encoded (64601 clauses, 1105484 bytes)
1.54/1.69	c 1	1619 (70%) CSP clauses are encoded (170040 clauses, 3041027 bytes)
1.63/1.72	c 1	1850 (80%) CSP clauses are encoded (182583 clauses, 3263776 bytes)
1.83/1.92	c 1	2081 (90%) CSP clauses are encoded (293450 clauses, 5355054 bytes)
2.71/2.84	c 2	2312 (100%) CSP clauses are encoded (782030 clauses, 15551867 bytes)
2.71/2.84	c 2	2312 CSP clauses encoded
2.71/2.84	c 2	Writing map file : HOME/temp.map
2.71/2.86	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.71/2.86	c 2	SAT : 14441 SAT variables, 782030 SAT clauses, 15551867 bytes
2.71/2.86	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.71/2.88	c 2	OBJECTIVE minimize _COST
2.71/2.88	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.71/2.88	c 2	SEARCHING: _COST <= 386
2.71/2.88	c 2	SOLVING HOME/temp.cnf
2.71/2.88	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.71/2.89	c 2	This is MiniSat 2.0 beta
2.71/2.89	c 2	WARNING: for repeatability, setting FPU to use double precision
2.71/2.89	c 2	============================[ Problem Statistics ]=============================
2.71/2.89	c 2	|                                                                             |
2.71/2.89	c 2	|  Number of variables:  14441                                                |
2.71/2.89	c 2	|  Number of clauses:    782031                                               |
3.18/3.31	c 3	|  Parsing time:         0.35         s                                       |
3.48/3.62	c 3	============================[ Search Statistics ]==============================
3.48/3.62	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.48/3.62	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.48/3.62	c 3	===============================================================================
3.48/3.62	c 3	|         0 |   10591   499377  1470727 |   166459        0    nan |  0.000 % |
3.58/3.79	c 3	|       100 |   10591   499377  1470727 |   183104      100     27 | 26.660 % |
3.68/3.82	c 3	===============================================================================
3.68/3.82	c 3	restarts              : 2
3.68/3.82	c 3	conflicts             : 100            (116 /sec)
3.68/3.82	c 3	decisions             : 1025           (0.68 % random) (1191 /sec)
3.68/3.82	c 3	propagations          : 94981          (110332 /sec)
3.68/3.82	c 3	conflict literals     : 2721           (13.95 % deleted)
3.68/3.82	c 3	Memory used           : 33.61 MB
3.68/3.82	c 3	CPU time              : 0.860869 s
3.68/3.82	c 3	
3.68/3.83	c 3	SATISFIABLE
3.68/3.83	c 3	FOUND: _COST <= 386
3.68/3.83	s SATISFIABLE
3.68/3.83	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.68/3.83	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'
3.73/3.92	c 3	Decoding HOME/temp.out
3.73/4.05	c 4	OBJECTIVE _COST 344
3.73/4.05	o 344
3.73/4.05	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
3.73/4.05	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.73/4.11	c 4	OBJECTIVE BOUND: 0 <= _COST <= 344
3.73/4.11	c 4	SEARCHING: _COST <= 172
3.73/4.11	c 4	SOLVING HOME/temp.cnf
3.73/4.11	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.73/4.11	c 4	This is MiniSat 2.0 beta
3.73/4.11	c 4	WARNING: for repeatability, setting FPU to use double precision
3.73/4.11	c 4	============================[ Problem Statistics ]=============================
3.73/4.11	c 4	|                                                                             |
3.73/4.11	c 4	|  Number of variables:  14441                                                |
3.73/4.11	c 4	|  Number of clauses:    782031                                               |
4.32/4.55	c 4	|  Parsing time:         0.38         s                                       |
4.72/4.97	c 5	============================[ Search Statistics ]==============================
4.72/4.97	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.72/4.97	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.72/4.97	c 5	===============================================================================
4.72/4.97	c 5	|         0 |    8174   293492   860109 |    97830        0    nan |  0.000 % |
4.92/5.11	c 5	|       100 |    8174   293492   860109 |   107613      100     28 | 43.397 % |
5.02/5.24	c 5	|       252 |    8174   293492   860109 |   118375      252     28 | 43.397 % |
5.22/5.41	c 5	===============================================================================
5.22/5.41	c 5	restarts              : 3
5.22/5.41	c 5	conflicts             : 419            (341 /sec)
5.22/5.41	c 5	decisions             : 846            (0.95 % random) (688 /sec)
5.22/5.41	c 5	propagations          : 387813         (315343 /sec)
5.22/5.41	c 5	conflict literals     : 12585          (20.56 % deleted)
5.22/5.41	c 5	Memory used           : 34.11 MB
5.22/5.41	c 5	CPU time              : 1.22981 s
5.22/5.41	c 5	
5.22/5.42	c 5	SATISFIABLE
5.22/5.43	c 5	FOUND: _COST <= 172
5.22/5.43	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.22/5.43	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'
5.25/5.51	c 5	Decoding HOME/temp.out
5.25/5.75	c 5	OBJECTIVE _COST 172
5.25/5.75	o 172
5.25/5.75	v 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
5.25/5.79	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.25/5.80	c 5	OBJECTIVE BOUND: 0 <= _COST <= 172
5.25/5.80	c 5	SEARCHING: _COST <= 86
5.25/5.80	c 5	SOLVING HOME/temp.cnf
5.25/5.80	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.61/5.80	c 5	This is MiniSat 2.0 beta
5.61/5.80	c 5	WARNING: for repeatability, setting FPU to use double precision
5.61/5.80	c 5	============================[ Problem Statistics ]=============================
5.61/5.80	c 5	|                                                                             |
5.61/5.80	c 5	|  Number of variables:  14441                                                |
5.61/5.80	c 5	|  Number of clauses:    782031                                               |
5.61/6.24	c 6	|  Parsing time:         0.37         s                                       |
6.48/6.70	c 6	============================[ Search Statistics ]==============================
6.48/6.70	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.48/6.70	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.48/6.70	c 6	===============================================================================
6.48/6.70	c 6	|         0 |    6897   167082   484624 |    55694        0    nan |  0.000 % |
6.58/6.82	c 6	|       103 |    6897   167082   484624 |    61263      103     28 | 52.240 % |
6.58/6.88	c 6	|       253 |    6897   167082   484624 |    67389      253     29 | 52.240 % |
6.68/6.97	c 7	|       478 |    6897   167082   484624 |    74128      478     30 | 52.240 % |
6.88/7.10	c 7	|       815 |    6897   167082   484624 |    81541      815     29 | 52.240 % |
6.98/7.28	c 7	|      1321 |    6897   167082   484624 |    89695     1321     29 | 52.240 % |
7.28/7.52	c 7	|      2081 |    6897   167082   484624 |    98665     2081     29 | 52.240 % |
7.38/7.69	c 7	===============================================================================
7.38/7.69	c 7	restarts              : 7
7.38/7.69	c 7	conflicts             : 2642           (1466 /sec)
7.38/7.69	c 7	decisions             : 3547           (0.99 % random) (1968 /sec)
7.38/7.69	c 7	propagations          : 1595284        (884929 /sec)
7.38/7.69	c 7	conflict literals     : 74636          (18.38 % deleted)
7.38/7.69	c 7	Memory used           : 34.24 MB
7.38/7.69	c 7	CPU time              : 1.80273 s
7.38/7.69	c 7	
7.38/7.70	c 7	SATISFIABLE
7.48/7.71	c 7	FOUND: _COST <= 86
7.48/7.71	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.48/7.71	c 7	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.48/7.79	c 7	Decoding HOME/temp.out
7.50/8.03	c 8	OBJECTIVE _COST 86
7.50/8.03	o 86
7.50/8.04	v 1 1 1 1 0 0 1 1 1 0 1 0 1 1 1 0 0 1 1 1 1 1 1 1 0 1 0 1 0 1 0 1 0 1 1 1 0 1 1 1
7.50/8.07	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.50/8.08	c 8	OBJECTIVE BOUND: 0 <= _COST <= 86
7.50/8.08	c 8	SEARCHING: _COST <= 43
7.50/8.08	c 8	SOLVING HOME/temp.cnf
7.50/8.08	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.50/8.08	c 8	This is MiniSat 2.0 beta
7.50/8.08	c 8	WARNING: for repeatability, setting FPU to use double precision
7.50/8.08	c 8	============================[ Problem Statistics ]=============================
7.50/8.08	c 8	|                                                                             |
7.50/8.08	c 8	|  Number of variables:  14441                                                |
7.50/8.08	c 8	|  Number of clauses:    782031                                               |
7.86/8.53	c 8	|  Parsing time:         0.39         s                                       |
8.75/9.00	c 9	============================[ Search Statistics ]==============================
8.75/9.00	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.75/9.00	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.75/9.00	c 9	===============================================================================
8.75/9.00	c 9	|         0 |    5916    92870   264888 |    30956        0    nan |  0.000 % |
8.75/9.09	c 9	|       101 |    5916    92870   264888 |    34052      101     22 | 59.033 % |
8.85/9.16	c 9	|       254 |    5916    92870   264888 |    37457      254     23 | 59.033 % |
8.95/9.25	c 9	|       480 |    5916    92870   264888 |    41203      480     22 | 59.033 % |
9.14/9.43	c 9	|       818 |    5916    92870   264888 |    45323      818     22 | 59.033 % |
9.34/9.68	c 9	|      1324 |    5916    92870   264888 |    49856     1324     22 | 59.033 % |
9.84/10.14	c 10	|      2084 |    5916    92870   264888 |    54841     2084     23 | 59.033 % |
10.43/10.79	c 10	|      3223 |    5916    92870   264888 |    60325     3223     23 | 59.033 % |
11.42/11.79	c 11	|      4931 |    5916    92870   264888 |    66358     4931     23 | 59.033 % |
13.31/13.62	c 13	|      7493 |    5916    92870   264888 |    72994     7493     23 | 59.033 % |
16.28/16.63	c 16	|     11338 |    5916    92870   264888 |    80293    11338     23 | 59.033 % |
21.04/21.49	c 21	|     17105 |    5916    92870   264888 |    88322    17105     23 | 59.033 % |
28.97/29.40	c 29	|     25755 |    5916    92870   264888 |    97155    25755     23 | 59.033 % |
42.83/43.43	c 43	|     38730 |    5916    92870   264888 |   106870    38730     23 | 59.033 % |
64.62/65.41	c 65	|     58191 |    5916    92870   264888 |   117557    58191     23 | 59.033 % |
105.03/106.26	c 106	|     87384 |    5916    92870   264888 |   129313    87384     24 | 59.033 % |
179.33/181.22	c 181	|    131173 |    5916    92870   264888 |   142245   131173     23 | 59.033 % |
266.31/269.09	c 269	|    196857 |    5916    92870   264888 |   156469    60345     23 | 59.033 % |
426.30/430.52	c 430	|    295383 |    5916    92870   264888 |   172116   158871     23 | 59.033 % |
664.16/670.67	c 670	|    443172 |    5916    92870   264888 |   189328   140261     24 | 59.033 % |
1075.18/1085.58	c 1085	|    664855 |    5916    92870   264888 |   208260   180227     23 | 59.033 % |
1666.85/1681.16	c 1681	|    997380 |    5916    92870   264888 |   229087   111040     25 | 59.033 % |
2496.62/2511.30	c 2511	|   1496170 |    5916    92870   264888 |   251995   168253     22 | 59.033 % |
3600.05/3617.32	c ERROR unknown output  in HOME/temp.out
3600.05/3617.32	c 3617	CPU 7.36 (0.04 0.01 7.32 0.49)
3600.05/3617.32	c 3617	END Wed Jul 23 04:20:01 2008
3600.05/3617.32	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	72	699
72 unsatisfied constraints, 699 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-1127772-1216775983/watcher-1127772-1216775983 -o /tmp/evaluation-result-1127772-1216775983/solver-1127772-1216775983 -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-1127772-1216775983.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.03 1.96 4/74 7043
/proc/meminfo: memFree=1090344/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=18572 CPUtime=0
/proc/7043/stat : 7043 (runsolver) R 7041 7043 6715 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4686670 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 248761609511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7043/statm: 4643 292 257 25 0 2626 0

[startup+0.0515129 s]
/proc/loadavg: 2.08 2.03 1.96 4/74 7043
/proc/meminfo: memFree=1090344/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=0.04
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 846 0 0 0 3 1 0 0 18 0 1 0 4686670 13926400 793 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7043/statm: 3400 793 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101652 s]
/proc/loadavg: 2.08 2.03 1.96 4/74 7043
/proc/meminfo: memFree=1090344/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=0.04
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 4686670 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7043/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301532 s]
/proc/loadavg: 2.08 2.03 1.96 4/74 7043
/proc/meminfo: memFree=1090344/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=0.04
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 4686670 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7043/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701574 s]
/proc/loadavg: 2.08 2.03 1.96 4/74 7043
/proc/meminfo: memFree=1090344/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=0.54
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 974 4536 0 1 3 1 46 4 16 0 1 0 4686670 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7043/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50264 s]
/proc/loadavg: 2.08 2.03 1.96 4/85 7065
/proc/meminfo: memFree=1077000/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=0.54
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 974 4536 0 1 3 1 46 4 15 0 1 0 4686670 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7043/statm: 3400 797 370 3 0 500 0
[pid=7056] ppid=7043 vsize=5356 CPUtime=0
/proc/7056/stat : 7056 (sh) S 7043 7043 6715 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4686728 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7056/statm: 1339 233 193 169 0 50 0
[pid=7057] ppid=7056 vsize=869516 CPUtime=0.9
/proc/7057/stat : 7057 (java) S 7056 7043 6715 0 -1 0 6712 0 1 0 86 4 0 0 18 0 9 0 4686728 890384384 5902 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 217379 5902 2563 9 0 211926 0
[pid=7057/tid=7058] ppid=7056 vsize=869516 CPUtime=0.53
/proc/7057/task/7058/stat : 7058 (java) R 7056 7043 6715 0 -1 64 2752 0 1 0 52 1 0 0 21 0 9 0 4686729 890384384 5902 996147200 134512640 134550740 4294955936 18446744073709551615 102064682 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7059] ppid=7056 vsize=869516 CPUtime=0.08
/proc/7057/task/7059/stat : 7059 (java) S 7056 7043 6715 0 -1 64 1763 0 0 0 8 0 0 0 16 0 9 0 4686731 890384384 5902 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7060] ppid=7056 vsize=869516 CPUtime=0
/proc/7057/task/7060/stat : 7060 (java) S 7056 7043 6715 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4686731 890384384 5902 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7061] ppid=7056 vsize=869516 CPUtime=0
/proc/7057/task/7061/stat : 7061 (java) S 7056 7043 6715 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4686731 890384384 5902 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7062] ppid=7056 vsize=869516 CPUtime=0
/proc/7057/task/7062/stat : 7062 (java) S 7056 7043 6715 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4686733 890384384 5902 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7063] ppid=7056 vsize=869516 CPUtime=0.25
/proc/7057/task/7063/stat : 7063 (java) S 7056 7043 6715 0 -1 64 1503 0 0 0 24 1 0 0 16 0 9 0 4686733 890384384 5902 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7064] ppid=7056 vsize=869516 CPUtime=0
/proc/7057/task/7064/stat : 7064 (java) S 7056 7043 6715 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4686733 890384384 5902 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7065] ppid=7056 vsize=869516 CPUtime=0
/proc/7057/task/7065/stat : 7065 (java) S 7056 7043 6715 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 4686733 890384384 5902 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 888472

[startup+3.10279 s]
/proc/loadavg: 2.08 2.03 1.96 3/85 7065
/proc/meminfo: memFree=1067144/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13732 CPUtime=2.78
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 1076 11961 0 2 3 1 255 19 16 0 1 0 4686670 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7043/statm: 3433 824 374 3 0 533 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 13732

[startup+6.30108 s]
/proc/loadavg: 2.08 2.03 1.96 3/77 7079
/proc/meminfo: memFree=1039048/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13732 CPUtime=5.61
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 1311 36856 0 4 4 1 517 39 15 0 1 0 4686670 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7043/statm: 3433 824 374 3 0 533 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 13732

[startup+12.7027 s]
/proc/loadavg: 2.07 2.02 1.96 3/77 7103
/proc/meminfo: memFree=1038600/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13732 CPUtime=7.86
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 1425 49421 0 5 4 1 732 49 16 0 1 0 4686670 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7043/statm: 3433 824 374 3 0 533 0
[pid=7102] ppid=7043 vsize=5356 CPUtime=0
/proc/7102/stat : 7102 (sh) S 7043 7043 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4687478 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7102/statm: 1339 232 193 169 0 50 0
[pid=7103] ppid=7102 vsize=35336 CPUtime=4.55
/proc/7103/stat : 7103 (minisat) R 7102 7043 6715 0 -1 4194304 8428 0 0 0 450 5 0 0 25 0 1 0 4687478 36184064 8414 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7103/statm: 8834 8414 75 150 0 8681 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 54424

[startup+25.5018 s]
/proc/loadavg: 2.06 2.02 1.96 3/77 7103
/proc/meminfo: memFree=1038728/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13732 CPUtime=7.86
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 1425 49421 0 5 4 1 732 49 16 0 1 0 4686670 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7043/statm: 3433 824 374 3 0 533 0
[pid=7102] ppid=7043 vsize=5356 CPUtime=0
/proc/7102/stat : 7102 (sh) S 7043 7043 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4687478 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7102/statm: 1339 232 193 169 0 50 0
[pid=7103] ppid=7102 vsize=35468 CPUtime=17.24
/proc/7103/stat : 7103 (minisat) R 7102 7043 6715 0 -1 4194304 8451 0 0 0 1718 6 0 0 25 0 1 0 4687478 36319232 8437 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/7103/statm: 8867 8437 75 150 0 8714 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 54556

[startup+51.1011 s]
/proc/loadavg: 2.10 2.04 1.97 3/77 7103
/proc/meminfo: memFree=1038472/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13732 CPUtime=7.86
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 1425 49421 0 5 4 1 732 49 16 0 1 0 4686670 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7043/statm: 3433 824 374 3 0 533 0
[pid=7102] ppid=7043 vsize=5356 CPUtime=0
/proc/7102/stat : 7102 (sh) S 7043 7043 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4687478 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7102/statm: 1339 232 193 169 0 50 0
[pid=7103] ppid=7102 vsize=35868 CPUtime=42.6
/proc/7103/stat : 7103 (minisat) R 7102 7043 6715 0 -1 4194304 8553 0 0 0 4254 6 0 0 25 0 1 0 4687478 36728832 8539 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7103/statm: 8967 8539 75 150 0 8814 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 54956

[startup+102.307 s]
/proc/loadavg: 2.26 2.09 1.99 3/77 7103
/proc/meminfo: memFree=1037512/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13732 CPUtime=7.86
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 1425 49421 0 5 4 1 732 49 16 0 1 0 4686670 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7043/statm: 3433 824 374 3 0 533 0
[pid=7102] ppid=7043 vsize=5356 CPUtime=0
/proc/7102/stat : 7102 (sh) S 7043 7043 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4687478 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7102/statm: 1339 232 193 169 0 50 0
[pid=7103] ppid=7102 vsize=36476 CPUtime=93.31
/proc/7103/stat : 7103 (minisat) R 7102 7043 6715 0 -1 4194304 8699 0 0 0 9325 6 0 0 25 0 1 0 4687478 37351424 8685 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/7103/statm: 9119 8685 75 150 0 8966 0
Current children cumulated CPU time (s) 101.17
Current children cumulated vsize (KiB) 55564

[startup+162.301 s]
/proc/loadavg: 2.10 2.07 1.99 3/77 7103
/proc/meminfo: memFree=1036360/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13732 CPUtime=7.86
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 1425 49421 0 5 4 1 732 49 16 0 1 0 4686670 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7043/statm: 3433 824 374 3 0 533 0
[pid=7102] ppid=7043 vsize=5356 CPUtime=0
/proc/7102/stat : 7102 (sh) S 7043 7043 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4687478 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7102/statm: 1339 232 193 169 0 50 0
[pid=7103] ppid=7102 vsize=37592 CPUtime=152.74
/proc/7103/stat : 7103 (minisat) R 7102 7043 6715 0 -1 4194304 8926 0 0 0 15268 6 0 0 25 0 1 0 4687478 38494208 8912 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7103/statm: 9398 8912 75 150 0 9245 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 56680

[startup+222.302 s]
/proc/loadavg: 2.03 2.05 1.99 3/77 7103
/proc/meminfo: memFree=1035144/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13732 CPUtime=7.86
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 1425 49421 0 5 4 1 732 49 16 0 1 0 4686670 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7043/statm: 3433 824 374 3 0 533 0
[pid=7102] ppid=7043 vsize=5356 CPUtime=0
/proc/7102/stat : 7102 (sh) S 7043 7043 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4687478 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7102/statm: 1339 232 193 169 0 50 0
[pid=7103] ppid=7102 vsize=38848 CPUtime=212.19
/proc/7103/stat : 7103 (minisat) R 7102 7043 6715 0 -1 4194304 9196 0 0 0 21212 7 0 0 25 0 1 0 4687478 39780352 9182 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/7103/statm: 9712 9182 75 150 0 9559 0
Current children cumulated CPU time (s) 220.05
Current children cumulated vsize (KiB) 57936

[startup+282.301 s]
/proc/loadavg: 2.01 2.04 1.99 3/77 7103
/proc/meminfo: memFree=1034632/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13732 CPUtime=7.86
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 1425 49421 0 5 4 1 732 49 16 0 1 0 4686670 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=1522576/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13732 CPUtime=7.86
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 1425 49421 0 5 4 1 732 49 16 0 1 0 4686670 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3433 824 374 3 0 533 0
[pid=7102] ppid=7043 vsize=5356 CPUtime=0
/proc/7102/stat : 7102 (sh) S 7043 7043 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4687478 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7102/statm: 1339 232 193 169 0 50 0
[pid=7103] ppid=7102 vsize=59756 CPUtime=3137.37
/proc/7103/stat : 7103 (minisat) R 7102 7043 6715 0 -1 4194304 14162 0 0 0 313721 16 0 0 25 0 1 0 4687478 61190144 14040 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7103/statm: 14939 14040 75 150 0 14786 0
Current children cumulated CPU time (s) 3145.23
Current children cumulated vsize (KiB) 78844

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 7677
/proc/meminfo: memFree=1522576/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13732 CPUtime=7.86
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 1425 49421 0 5 4 1 732 49 16 0 1 0 4686670 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3433 824 374 3 0 533 0
[pid=7102] ppid=7043 vsize=5356 CPUtime=0
/proc/7102/stat : 7102 (sh) S 7043 7043 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4687478 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7102/statm: 1339 232 193 169 0 50 0
[pid=7103] ppid=7102 vsize=59756 CPUtime=3197.35
/proc/7103/stat : 7103 (minisat) R 7102 7043 6715 0 -1 4194304 14167 0 0 0 319719 16 0 0 25 0 1 0 4687478 61190144 14045 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7103/statm: 14939 14045 75 150 0 14786 0
Current children cumulated CPU time (s) 3205.21
Current children cumulated vsize (KiB) 78844

[startup+3282.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/84 7677
/proc/meminfo: memFree=1522256/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13732 CPUtime=7.86
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 1425 49421 0 5 4 1 732 49 16 0 1 0 4686670 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3433 824 374 3 0 533 0
[pid=7102] ppid=7043 vsize=5356 CPUtime=0
/proc/7102/stat : 7102 (sh) S 7043 7043 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4687478 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7102/statm: 1339 232 193 169 0 50 0
[pid=7103] ppid=7102 vsize=59920 CPUtime=3257.32
/proc/7103/stat : 7103 (minisat) R 7102 7043 6715 0 -1 4194304 14204 0 0 0 325716 16 0 0 25 0 1 0 4687478 61358080 14082 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7103/statm: 14980 14082 75 150 0 14827 0
Current children cumulated CPU time (s) 3265.18
Current children cumulated vsize (KiB) 79008

[startup+3342.3 s]
/proc/loadavg: 2.20 2.06 2.02 4/84 7677
/proc/meminfo: memFree=1522192/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13732 CPUtime=7.86
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 1425 49421 0 5 4 1 732 49 16 0 1 0 4686670 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3433 824 374 3 0 533 0
[pid=7102] ppid=7043 vsize=5356 CPUtime=0
/proc/7102/stat : 7102 (sh) S 7043 7043 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4687478 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7102/statm: 1339 232 193 169 0 50 0
[pid=7103] ppid=7102 vsize=59920 CPUtime=3317.3
/proc/7103/stat : 7103 (minisat) R 7102 7043 6715 0 -1 4194304 14210 0 0 0 331714 16 0 0 25 0 1 0 4687478 61358080 14088 996147200 134512640 135127466 4294956256 18446744073709551615 134528048 0 0 4096 3 0 0 0 17 0 0 0
/proc/7103/statm: 14980 14088 75 150 0 14827 0
Current children cumulated CPU time (s) 3325.16
Current children cumulated vsize (KiB) 79008

[startup+3402.31 s]
/proc/loadavg: 2.13 2.06 2.01 3/84 7677
/proc/meminfo: memFree=1522192/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13732 CPUtime=7.86
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 1425 49421 0 5 4 1 732 49 16 0 1 0 4686670 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3433 824 374 3 0 533 0
[pid=7102] ppid=7043 vsize=5356 CPUtime=0
/proc/7102/stat : 7102 (sh) S 7043 7043 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4687478 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7102/statm: 1339 232 193 169 0 50 0
[pid=7103] ppid=7102 vsize=60000 CPUtime=3377.29
/proc/7103/stat : 7103 (minisat) R 7102 7043 6715 0 -1 4194304 14213 0 0 0 337712 17 0 0 25 0 1 0 4687478 61440000 14091 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7103/statm: 15000 14091 75 150 0 14847 0
Current children cumulated CPU time (s) 3385.15
Current children cumulated vsize (KiB) 79088

[startup+3462.3 s]
/proc/loadavg: 2.15 2.08 2.02 3/84 7677
/proc/meminfo: memFree=1522064/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13732 CPUtime=7.86
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 1425 49421 0 5 4 1 732 49 16 0 1 0 4686670 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3433 824 374 3 0 533 0
[pid=7102] ppid=7043 vsize=5356 CPUtime=0
/proc/7102/stat : 7102 (sh) S 7043 7043 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4687478 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7102/statm: 1339 232 193 169 0 50 0
[pid=7103] ppid=7102 vsize=60000 CPUtime=3437.26
/proc/7103/stat : 7103 (minisat) R 7102 7043 6715 0 -1 4194304 14232 0 0 0 343709 17 0 0 25 0 1 0 4687478 61440000 14110 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7103/statm: 15000 14110 75 150 0 14847 0
Current children cumulated CPU time (s) 3445.12
Current children cumulated vsize (KiB) 79088

[startup+3522.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/84 7677
/proc/meminfo: memFree=1521808/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13732 CPUtime=7.86
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 1425 49421 0 5 4 1 732 49 16 0 1 0 4686670 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3433 824 374 3 0 533 0
[pid=7102] ppid=7043 vsize=5356 CPUtime=0
/proc/7102/stat : 7102 (sh) S 7043 7043 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4687478 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7102/statm: 1339 232 193 169 0 50 0
[pid=7103] ppid=7102 vsize=60208 CPUtime=3497.23
/proc/7103/stat : 7103 (minisat) R 7102 7043 6715 0 -1 4194304 14284 0 0 0 349706 17 0 0 25 0 1 0 4687478 61652992 14162 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/7103/statm: 15052 14162 75 150 0 14899 0
Current children cumulated CPU time (s) 3505.09
Current children cumulated vsize (KiB) 79296

[startup+3582.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/84 7677
/proc/meminfo: memFree=1521552/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13732 CPUtime=7.86
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 1425 49421 0 5 4 1 732 49 16 0 1 0 4686670 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3433 824 374 3 0 533 0
[pid=7102] ppid=7043 vsize=5356 CPUtime=0
/proc/7102/stat : 7102 (sh) S 7043 7043 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4687478 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7102/statm: 1339 232 193 169 0 50 0
[pid=7103] ppid=7102 vsize=60536 CPUtime=3557.21
/proc/7103/stat : 7103 (minisat) R 7102 7043 6715 0 -1 4194304 14350 0 0 0 355704 17 0 0 25 0 1 0 4687478 61988864 14228 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7103/statm: 15134 14228 75 150 0 14981 0
Current children cumulated CPU time (s) 3565.07
Current children cumulated vsize (KiB) 79624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/84 7679
/proc/meminfo: memFree=1521296/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13732 CPUtime=7.86
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 1425 49421 0 5 4 1 732 49 16 0 1 0 4686670 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3433 824 374 3 0 533 0
[pid=7102] ppid=7043 vsize=5356 CPUtime=0
/proc/7102/stat : 7102 (sh) S 7043 7043 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4687478 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7102/statm: 1339 232 193 169 0 50 0
[pid=7103] ppid=7102 vsize=60916 CPUtime=3592.19
/proc/7103/stat : 7103 (minisat) R 7102 7043 6715 0 -1 4194304 14412 0 0 0 359202 17 0 0 25 0 1 0 4687478 62377984 14290 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/7103/statm: 15229 14290 75 150 0 15076 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 80004

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

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

[startup+3617.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/84 7679
/proc/meminfo: memFree=1521296/2055920 swapFree=4192956/4192956
[pid=7043] ppid=7041 vsize=13732 CPUtime=7.86
/proc/7043/stat : 7043 (sugar) S 7041 7043 6715 0 -1 4194304 1425 49421 0 5 4 1 732 49 16 0 1 0 4686670 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3433 824 374 3 0 533 0
[pid=7102] ppid=7043 vsize=5356 CPUtime=0
/proc/7102/stat : 7102 (sh) S 7043 7043 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4687478 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7102/statm: 1339 232 193 169 0 50 0
[pid=7103] ppid=7102 vsize=60916 CPUtime=3592.19
/proc/7103/stat : 7103 (minisat) R 7102 7043 6715 0 -1 4194304 14412 0 0 0 359202 17 0 0 25 0 1 0 4687478 62377984 14290 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/7103/statm: 15229 14290 75 150 0 15076 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 80004

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7043 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=373879
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=521920
# CPU time returned by wait4() is 7.8958
# while last known CPU time is 3600.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3617.32
CPU time (s): 3600.05
CPU user time (s): 3599.38
CPU system time (s): 0.67
CPU usage (%): 99.5225
Max. virtual memory (cumulated for all children) (KiB): 888472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.37388
system time used= 0.52192
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51188
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= 5422
involuntary context switches= 5301

runsolver used 4.05538 second user time and 10.5944 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-23 03:19:44
IDJOB=1127772
IDBENCH=63956
IDSOLVER=368
FILE ID=node55/1127772-1216775983
PBS_JOBID= 7974119
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-40-100-1000/normalized-cnf-3-40-800-810522_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-1127772-1216775983/watcher-1127772-1216775983 -o /tmp/evaluation-result-1127772-1216775983/solver-1127772-1216775983 -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-1127772-1216775983.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4420e8d1a0029a4ce42a870c7fa5b1ca
RANDOM SEED=216965090

node55.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.240
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.240
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:       1090824 kB
Buffers:         29680 kB
Cached:         527784 kB
SwapCached:          0 kB
Active:         761092 kB
Inactive:       152048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1090824 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1332 kB
Writeback:           0 kB
Mapped:         366812 kB
Slab:            36480 kB
Committed_AS:   441692 kB
PageTables:       2460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node55 at 2008-07-23 04:20:03