Trace number 1112291

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)1 3600.24 3616.43

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-15.xml
MD5SUM67e24fac9a0a2993042f71634a476dbd
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1639.09
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1589
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1589
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 14:12:24 2008
0.00/0.08	c 0	PID 18588
0.06/0.08	c 0	HOST node30.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1112291-1215864743.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112291-1215864743.xml' 'HOME/temp.csp'
0.06/0.72	c 0	1 domains, 225 variables, 4 predicates, 0 relations, 1589 constraints
0.06/0.76	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.67/0.84	c 0	Parsing HOME/temp.csp
0.90/1.02	c 0	parsed 1819 expressions
0.90/1.02	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.90/1.05	c 0	MAX CSP: 1589 constraints
0.90/1.05	c 0	Converting to clausal form CSP
0.99/1.13	c 1	converted 342 (10%) expressions
1.09/1.26	c 1	converted 683 (20%) expressions
1.19/1.30	c 1	converted 1024 (30%) expressions
1.19/1.33	c 1	converted 1365 (40%) expressions
1.19/1.35	c 1	converted 1706 (50%) expressions
1.19/1.38	c 1	converted 2047 (60%) expressions
1.28/1.40	c 1	converted 2388 (70%) expressions
1.28/1.43	c 1	converted 2729 (80%) expressions
1.28/1.45	c 1	converted 3070 (90%) expressions
1.49/1.66	c 1	converted 3411 (100%) expressions
1.49/1.66	c 1	CSP : 3403 integers, 2271 booleans, 8621 clauses, largest domain size 2384
1.49/1.66	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.66	c 1	Propagation in CSP
1.58/1.77	c 1	1583 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.58/1.77	c 1	CSP : 3403 integers, 2271 booleans, 8621 clauses, largest domain size 1590
1.58/1.77	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.58/1.78	c 1	Simplifing CSP by introducing new Boolean variables
1.68/1.80	c 1	CSP : 3403 integers, 4047 booleans, 10397 clauses, largest domain size 1590
1.68/1.80	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.68/1.86	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.77/1.92	c 1	341 (10%) CSP integer variables are encoded (2925 clauses, 36034 bytes)
1.77/1.92	c 1	681 (20%) CSP integer variables are encoded (2925 clauses, 36034 bytes)
1.77/1.92	c 1	1021 (30%) CSP integer variables are encoded (2925 clauses, 36034 bytes)
1.77/1.92	c 1	1362 (40%) CSP integer variables are encoded (2925 clauses, 36034 bytes)
1.77/1.93	c 1	1702 (50%) CSP integer variables are encoded (2925 clauses, 36034 bytes)
1.77/1.93	c 1	2042 (60%) CSP integer variables are encoded (5952 clauses, 75385 bytes)
1.77/1.94	c 1	2383 (70%) CSP integer variables are encoded (8464 clauses, 109488 bytes)
1.77/1.94	c 1	2723 (80%) CSP integer variables are encoded (12054 clauses, 163338 bytes)
1.77/1.96	c 1	3063 (90%) CSP integer variables are encoded (28268 clauses, 406548 bytes)
1.77/1.97	c 1	3403 (100%) CSP integer variables are encoded (32664 clauses, 472488 bytes)
1.88/2.05	c 2	1040 (10%) CSP clauses are encoded (42934 clauses, 695763 bytes)
1.98/2.12	c 2	2080 (20%) CSP clauses are encoded (53209 clauses, 925933 bytes)
1.98/2.18	c 2	3120 (30%) CSP clauses are encoded (63323 clauses, 1148536 bytes)
2.09/2.24	c 2	4159 (40%) CSP clauses are encoded (73741 clauses, 1387431 bytes)
2.09/2.28	c 2	5199 (50%) CSP clauses are encoded (83768 clauses, 1618274 bytes)
2.18/2.33	c 2	6239 (60%) CSP clauses are encoded (93962 clauses, 1856834 bytes)
2.18/2.39	c 2	7278 (70%) CSP clauses are encoded (104660 clauses, 2099247 bytes)
2.58/2.72	c 2	8318 (80%) CSP clauses are encoded (283022 clauses, 5386887 bytes)
3.56/3.73	c 3	9358 (90%) CSP clauses are encoded (812682 clauses, 16336559 bytes)
8.77/9.11	c 9	10397 (100%) CSP clauses are encoded (3318615 clauses, 69980596 bytes)
8.77/9.11	c 9	10397 CSP clauses encoded
8.77/9.11	c 9	Writing map file : HOME/temp.map
8.77/9.16	c 9	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.77/9.16	c 9	SAT : 40114 SAT variables, 3318615 SAT clauses, 69980596 bytes
8.77/9.16	c 9	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.77/9.18	c 9	OBJECTIVE minimize _COST
8.77/9.18	c 9	SOLVING HOME/temp.cnf
8.77/9.18	c 9	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
8.77/9.18	c 9	This is MiniSat 2.0 beta incremental
8.77/9.18	c 9	WARNING: for repeatability, setting FPU to use double precision
8.77/9.18	c 9	============================[ Problem Statistics ]=============================
8.77/9.18	c 9	|                                                                             |
8.77/9.18	c 9	|  Number of variables:  40114                                                |
8.77/9.18	c 9	|  Number of clauses:    3318615                                              |
10.34/10.76	c 10	|  Parsing time:         1.35         s                                       |
10.44/10.83	c 10	OK
10.44/10.83	c 10	OBJECTIVE BOUND: 0 <= _COST <= 
10.44/10.83	c 10	SEARCHING: _COST <= 795
10.44/10.84	c 10	============================[ Search Statistics ]==============================
10.44/10.84	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.44/10.84	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.44/10.84	c 10	===============================================================================
10.44/10.84	c 10	|         0 |   40114  3318615  9893389 |  1106205        0    nan |  0.000 % |
10.73/11.19	c 11	|       102 |   40114  3318615  9893389 |  1216825      102      9 |  0.001 % |
11.32/11.71	c 11	===============================================================================
11.32/11.71	c 11	restarts              : 2
11.32/11.71	c 11	conflicts             : 160           (71 /sec)
11.32/11.71	c 11	decisions             : 8469          (0.32 % random) (3768 /sec)
11.32/11.71	c 11	propagations          : 254646         (113294 /sec)
11.32/11.71	c 11	conflict literals     : 1365           (5.14 % deleted)
11.32/11.71	c 11	Memory used           : 134.22 MB
11.32/11.71	c 11	CPU time              : 2.24766 s
11.32/11.71	c 11	
11.32/11.71	c 11	SATISFIABLE
11.32/11.72	c 11	OK
11.32/11.72	c 11	FOUND: _COST <= 795
11.32/11.72	s SATISFIABLE
11.32/11.72	c 11	DECODING HOME/temp.out WITH HOME/temp.map
11.32/11.72	c 11	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.36/11.81	c 11	Decoding HOME/temp.out
11.62/12.02	c 11	OBJECTIVE _COST 330
11.62/12.02	o 330
11.62/12.03	v 7 6 13 13 4 9 8 14 10 11 7 14 14 13 3 8 11 13 14 14 14 12 6 11 6 12 11 4 14 14 7 3 14 9 12 14 4 5 11 9 5 11 4 14 14 11 7 9 11 7 13 13 14 6 13 12 14 14 14 8 10 4 10 6 14 3 14 14 9 12 14 14 9 13 9 10 12 3 14 11 13 13 14 6 14 11 9 13 10 13 12 9 10 14 3 14 10 5 11 13 3 8 14 7 13 10 13 12 14 6 12 12 10 13 14 13 6 5 9 8 9 7 14 4 12 10 11 12 11 8 14 3 5 8 14 12 8 5 13 9 13 5 11 13 4 10 9 14 11 13 8 13 10 14 14 6 13 5 14 9 5 8 14 14 10 13 14 14 2 9 12 9 8 8 6 7 14 2 7 12 4 14 8 14 8 9 7 6 14 6 14 12 11 14 10 11 7 14 7 9 10 8 7 6 4 14 4 5 11 10 14 14 11 12 12 9 14 4 13 11 8 11 12 11 13
11.62/12.03	c 11	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
11.62/12.07	c 12	OK
11.62/12.07	c 12	OBJECTIVE BOUND: 0 <= _COST <= 330
11.62/12.07	c 12	SEARCHING: _COST <= 165
11.62/12.07	c 12	============================[ Search Statistics ]==============================
11.62/12.07	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.62/12.07	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.62/12.07	c 12	===============================================================================
11.62/12.07	c 12	|       160 |   40114  3318615  9893389 |  1106205      160      9 |  0.001 % |
11.91/12.30	c 12	===============================================================================
11.91/12.30	c 12	restarts              : 3
11.91/12.30	c 12	conflicts             : 191           (76 /sec)
11.91/12.30	c 12	decisions             : 9944          (0.37 % random) (3953 /sec)
11.91/12.30	c 12	propagations          : 333669         (132639 /sec)
11.91/12.30	c 12	conflict literals     : 1655           (5.37 % deleted)
11.91/12.30	c 12	Memory used           : 134.48 MB
11.91/12.30	c 12	CPU time              : 2.51562 s
11.91/12.30	c 12	
11.91/12.30	c 12	SATISFIABLE
11.91/12.32	c 12	OK
11.91/12.32	c 12	FOUND: _COST <= 165
11.91/12.32	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.91/12.32	c 12	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.92/12.40	c 12	Decoding HOME/temp.out
11.92/12.72	c 12	OBJECTIVE _COST 165
11.92/12.72	o 165
11.92/12.73	v 7 9 10 14 4 13 6 12 10 13 4 13 14 14 10 12 1 9 12 10 14 12 4 6 3 13 13 2 14 14 11 6 13 7 4 12 8 12 6 8 6 6 10 14 7 11 8 9 12 12 9 7 14 13 8 14 9 14 9 8 13 9 10 6 14 14 13 11 5 11 6 11 9 13 7 3 13 2 4 14 14 14 14 8 12 14 13 5 10 11 5 6 13 14 1 8 8 6 8 8 7 14 14 13 7 12 5 10 12 8 5 5 3 14 7 12 9 11 3 14 4 9 8 2 9 10 12 10 13 2 14 0 11 6 14 12 10 8 13 14 13 14 14 8 4 7 10 14 11 14 4 12 12 9 14 9 11 12 7 8 11 10 13 6 12 10 12 10 13 11 12 13 7 13 10 3 9 1 12 14 11 3 6 14 7 6 14 7 14 9 7 14 6 11 14 8 5 14 13 14 3 10 7 11 3 13 2 4 5 11 14 5 13 7 7 5 14 2 10 8 11 13 12 12 5
11.92/12.73	c 12	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
11.92/12.80	c 12	OK
11.92/12.80	c 12	OBJECTIVE BOUND: 0 <= _COST <= 165
11.92/12.80	c 12	SEARCHING: _COST <= 82
12.36/12.80	c 12	============================[ Search Statistics ]==============================
12.36/12.80	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.36/12.80	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.36/12.80	c 12	===============================================================================
12.36/12.80	c 12	|       191 |   25598  3318615  9893389 |  1106205      191      9 |  0.001 % |
12.46/12.91	c 12	===============================================================================
12.46/12.91	c 12	restarts              : 4
12.46/12.91	c 12	conflicts             : 234           (88 /sec)
12.46/12.91	c 12	decisions             : 10903         (0.37 % random) (4093 /sec)
12.46/12.91	c 12	propagations          : 366569         (137622 /sec)
12.46/12.91	c 12	conflict literals     : 2012           (5.14 % deleted)
12.46/12.91	c 12	Memory used           : 134.74 MB
12.46/12.91	c 12	CPU time              : 2.66359 s
12.46/12.91	c 12	
12.46/12.91	c 12	SATISFIABLE
12.46/12.92	c 12	OK
12.46/12.92	c 12	FOUND: _COST <= 82
12.46/12.92	c 12	DECODING HOME/temp.out WITH HOME/temp.map
12.46/12.92	c 12	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.48/13.01	c 12	Decoding HOME/temp.out
12.74/13.21	c 13	OBJECTIVE _COST 41
12.74/13.21	o 41
12.74/13.22	v 7 5 5 11 3 13 4 6 11 11 13 13 6 12 1 9 6 9 5 4 9 8 0 2 5 10 13 5 8 12 8 7 14 4 1 12 3 5 0 12 3 5 9 3 7 13 10 11 12 14 14 7 9 13 9 9 11 6 1 3 13 4 12 2 8 6 13 8 14 13 13 6 9 1 9 14 14 7 6 12 1 14 8 2 5 11 9 8 11 13 4 12 12 4 1 4 3 2 3 5 2 10 9 12 7 10 2 14 10 10 3 12 4 8 7 0 5 12 5 8 7 14 12 5 6 11 10 14 14 1 9 7 4 1 7 12 11 14 7 13 13 14 13 2 3 4 10 6 11 13 3 13 12 8 7 12 11 14 7 4 4 10 12 2 11 10 10 3 13 14 2 14 14 13 5 5 8 9 14 11 6 8 9 14 8 3 4 6 6 11 10 14 2 11 12 9 10 14 1 9 0 11 7 7 10 11 0 2 2 12 14 3 10 4 9 2 8 6 13 3 13 8 3 6 6
12.74/13.23	c 13	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
12.74/13.29	c 13	OK
12.74/13.29	c 13	OBJECTIVE BOUND: 0 <= _COST <= 41
12.74/13.29	c 13	SEARCHING: _COST <= 20
12.74/13.29	c 13	============================[ Search Statistics ]==============================
12.74/13.29	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.74/13.29	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.74/13.29	c 13	===============================================================================
12.74/13.29	c 13	|       234 |   22887  3318615  9893389 |  1106205      234      9 |  0.001 % |
12.83/13.35	c 13	|       335 |   20815  3318615  9893389 |  1216825      335      9 | 52.598 % |
12.93/13.40	c 13	|       486 |   20815  3318615  9893389 |  1338508      486     10 | 52.598 % |
12.93/13.45	c 13	|       712 |   20657  3318615  9893389 |  1472358      712     11 | 52.598 % |
13.03/13.52	c 13	|      1049 |   20590  3318615  9893389 |  1619594     1049     12 | 52.598 % |
13.03/13.58	c 13	|      1555 |   20334  3318615  9893389 |  1781554     1555     14 | 52.598 % |
13.13/13.67	c 13	|      2314 |   20105  3318615  9893389 |  1959709     2314     15 | 52.598 % |
13.23/13.75	c 13	===============================================================================
13.23/13.75	c 13	restarts              : 11
13.23/13.75	c 13	conflicts             : 2663          (837 /sec)
13.23/13.75	c 13	decisions             : 21058         (0.30 % random) (6619 /sec)
13.23/13.75	c 13	propagations          : 648888         (203956 /sec)
13.23/13.75	c 13	conflict literals     : 39386          (4.20 % deleted)
13.23/13.75	c 13	Memory used           : 134.74 MB
13.23/13.75	c 13	CPU time              : 3.18152 s
13.23/13.75	c 13	
13.23/13.75	c 13	SATISFIABLE
13.23/13.76	c 13	OK
13.23/13.76	c 13	FOUND: _COST <= 20
13.23/13.76	c 13	DECODING HOME/temp.out WITH HOME/temp.map
13.23/13.76	c 13	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.30/13.85	c 13	Decoding HOME/temp.out
13.30/14.05	c 14	OBJECTIVE _COST 20
13.30/14.05	o 20
13.30/14.06	v 1 6 7 4 5 0 11 1 14 13 2 14 9 1 8 8 8 5 13 14 0 2 12 12 4 12 0 6 9 7 10 14 13 4 1 8 2 4 5 1 2 6 5 3 14 9 0 6 10 13 10 4 3 7 4 7 9 8 10 0 10 6 8 11 11 7 1 9 2 11 7 9 7 4 3 12 12 6 3 7 8 6 11 4 6 9 0 11 13 2 1 14 1 10 6 10 7 9 12 14 9 10 5 8 4 7 11 5 8 1 12 13 11 11 12 0 6 1 11 2 9 5 13 13 12 14 13 10 1 9 3 4 12 1 2 2 10 3 7 4 8 11 12 2 5 6 10 9 13 0 8 3 12 6 4 5 4 1 0 12 8 7 14 5 0 12 3 4 0 4 3 2 12 3 14 14 8 1 13 7 6 12 14 5 8 3 6 13 9 8 10 10 12 11 2 2 10 9 5 0 13 10 11 5 11 3 5 14 0 3 7 3 11 9 13 6 13 14 8 5 11 7 11 14 2
13.30/14.07	c 14	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
13.61/14.10	c 14	OK
13.61/14.10	c 14	OBJECTIVE BOUND: 0 <= _COST <= 20
13.61/14.10	c 14	SEARCHING: _COST <= 10
13.61/14.10	c 14	============================[ Search Statistics ]==============================
13.61/14.10	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.61/14.10	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.61/14.10	c 14	===============================================================================
13.61/14.10	c 14	|      2663 |   19015  3318615  9893389 |  1106205     2663     15 | 52.598 % |
13.61/14.14	c 14	|      2764 |   19015  3318615  9893389 |  1216825     2764     15 | 56.918 % |
13.61/14.18	c 14	|      2915 |   18842  3318615  9893389 |  1338508     2915     15 | 56.918 % |
13.71/14.23	c 14	===============================================================================
13.71/14.23	c 14	restarts              : 14
13.71/14.23	c 14	conflicts             : 3016          (906 /sec)
13.71/14.23	c 14	decisions             : 23543         (0.30 % random) (7071 /sec)
13.71/14.23	c 14	propagations          : 725589         (217928 /sec)
13.71/14.23	c 14	conflict literals     : 43796          (4.36 % deleted)
13.71/14.23	c 14	Memory used           : 134.74 MB
13.71/14.23	c 14	CPU time              : 3.32949 s
13.71/14.23	c 14	
13.71/14.23	c 14	SATISFIABLE
13.71/14.24	c 14	OK
13.71/14.24	c 14	FOUND: _COST <= 10
13.71/14.24	c 14	DECODING HOME/temp.out WITH HOME/temp.map
13.71/14.24	c 14	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.75/14.33	c 14	Decoding HOME/temp.out
13.75/14.53	c 14	OBJECTIVE _COST 10
13.75/14.53	o 10
13.75/14.54	v 12 11 13 12 13 2 2 13 8 14 14 4 1 10 3 0 12 6 0 2 9 2 9 12 6 12 0 11 13 6 7 13 2 4 0 2 3 13 4 1 7 7 6 5 7 11 1 10 10 2 11 10 9 7 4 9 8 8 1 3 1 6 6 9 3 11 0 11 14 8 7 7 5 3 6 4 8 5 9 6 9 6 3 4 13 1 1 6 8 2 3 3 0 7 5 5 13 3 5 6 3 2 14 4 10 7 11 3 7 0 14 12 11 4 12 10 11 1 6 4 9 3 14 13 13 8 5 1 12 6 9 8 4 14 14 5 7 3 8 4 5 10 1 11 13 12 11 12 11 0 7 0 14 8 4 5 7 1 0 4 4 1 8 11 5 2 0 3 7 7 5 14 12 9 5 1 8 0 2 11 6 9 14 10 10 9 13 0 1 6 10 12 12 10 4 1 10 10 8 0 5 7 8 14 13 14 8 14 7 10 13 2 13 10 11 9 8 12 5 2 12 9 14 9 2
13.75/14.54	c 14	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
13.75/14.57	c 14	OK
13.75/14.57	c 14	OBJECTIVE BOUND: 0 <= _COST <= 10
13.75/14.57	c 14	SEARCHING: _COST <= 5
13.75/14.57	c 14	============================[ Search Statistics ]==============================
13.75/14.57	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.75/14.57	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.75/14.57	c 14	===============================================================================
13.75/14.57	c 14	|      3016 |   17282  3318615  9893389 |  1106205     3016     15 | 56.918 % |
14.09/14.60	c 14	|      3116 |   17282  3318615  9893389 |  1216825     3116     14 | 60.949 % |
14.09/14.63	c 14	|      3270 |   17282  3318615  9893389 |  1338508     3270     14 | 60.949 % |
14.09/14.67	c 14	|      3495 |   17204  3318615  9893389 |  1472358     3495     15 | 60.949 % |
14.19/14.71	c 14	|      3832 |   17204  3318615  9893389 |  1619594     3832     15 | 60.949 % |
14.19/14.75	c 14	|      4338 |   17204  3318615  9893389 |  1781554     4338     15 | 60.949 % |
14.29/14.81	c 14	|      5097 |   17204  3318615  9893389 |  1959709     5097     16 | 60.949 % |
14.38/14.90	c 14	|      6237 |   17204  3318615  9893389 |  2155680     6237     16 | 60.949 % |
14.48/15.00	c 14	|      7945 |   17204  3318615  9893389 |  2371248     7945     17 | 60.949 % |
14.48/15.06	c 15	===============================================================================
14.48/15.06	c 15	restarts              : 23
14.48/15.06	c 15	conflicts             : 8808          (2298 /sec)
14.48/15.06	c 15	decisions             : 36957         (0.32 % random) (9641 /sec)
14.48/15.06	c 15	propagations          : 1107819        (288990 /sec)
14.48/15.06	c 15	conflict literals     : 145509         (3.62 % deleted)
14.48/15.06	c 15	Memory used           : 135.27 MB
14.48/15.06	c 15	CPU time              : 3.83342 s
14.48/15.06	c 15	
14.48/15.06	c 15	SATISFIABLE
14.48/15.08	c 15	OK
14.48/15.08	c 15	FOUND: _COST <= 5
14.48/15.08	c 15	DECODING HOME/temp.out WITH HOME/temp.map
14.48/15.08	c 15	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
14.56/15.16	c 15	Decoding HOME/temp.out
14.87/15.48	c 15	OBJECTIVE _COST 5
14.87/15.48	o 5
14.87/15.49	v 6 3 3 5 9 9 5 12 1 12 2 12 5 7 1 9 10 7 5 2 6 3 12 2 5 1 11 11 10 8 1 11 0 6 10 0 4 10 4 5 11 12 0 6 3 12 3 11 8 12 3 11 10 2 6 4 11 11 0 1 8 2 7 10 14 5 4 6 7 14 3 13 3 6 4 7 7 4 14 8 10 14 14 6 10 9 4 9 0 3 9 3 8 12 6 7 14 7 12 2 9 0 3 13 11 9 0 2 9 0 12 13 11 14 2 11 3 1 1 8 12 8 0 7 3 1 5 2 1 5 10 5 4 8 7 7 13 0 0 13 6 13 0 9 9 6 13 5 5 1 13 11 13 6 10 12 7 10 4 14 4 14 13 11 10 1 4 2 3 4 2 7 9 4 6 4 0 10 12 3 10 12 6 8 14 12 14 8 5 12 9 8 2 1 7 11 14 13 4 13 10 13 8 2 9 13 13 8 8 5 9 11 1 8 5 14 0 14 6 7 14 2 1 12 1
14.87/15.49	c 15	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
14.96/15.51	c 15	OK
14.96/15.51	c 15	OBJECTIVE BOUND: 0 <= _COST <= 5
14.96/15.51	c 15	SEARCHING: _COST <= 2
14.96/15.51	c 15	============================[ Search Statistics ]==============================
14.96/15.51	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.96/15.51	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.96/15.51	c 15	===============================================================================
14.96/15.51	c 15	|      8808 |   15665  3318615  9893389 |  1106205     8808     17 | 60.949 % |
14.96/15.53	c 15	|      8909 |   15665  3318615  9893389 |  1216825     8909     16 | 64.933 % |
14.96/15.56	c 15	|      9060 |   15665  3318615  9893389 |  1338508     9060     16 | 64.933 % |
14.96/15.60	c 15	|      9285 |   15665  3318615  9893389 |  1472358     9285     16 | 64.933 % |
15.07/15.63	c 15	|      9623 |   15665  3318615  9893389 |  1619594     9623     16 | 64.933 % |
15.07/15.69	c 15	|     10132 |   15665  3318615  9893389 |  1781554    10132     16 | 64.933 % |
15.17/15.75	c 15	|     10891 |   15665  3318615  9893389 |  1959709    10891     16 | 64.933 % |
15.27/15.82	c 15	|     12030 |   15665  3318615  9893389 |  2155680    12030     17 | 64.933 % |
15.37/15.92	c 15	|     13738 |   15665  3318615  9893389 |  2371248    13738     17 | 64.933 % |
15.46/16.08	c 16	|     16302 |   15665  3318615  9893389 |  2608373    16302     18 | 64.933 % |
15.76/16.32	c 16	|     20146 |   15665  3318615  9893389 |  2869210    20146     19 | 64.933 % |
16.05/16.69	c 16	|     25913 |   15665  3318615  9893389 |  3156131    25913     20 | 64.933 % |
16.25/16.83	c 16	===============================================================================
16.25/16.83	c 16	restarts              : 35
16.25/16.83	c 16	conflicts             : 28295         (5481 /sec)
16.25/16.83	c 16	decisions             : 71081         (0.36 % random) (13769 /sec)
16.25/16.83	c 16	propagations          : 2055121        (398108 /sec)
16.25/16.83	c 16	conflict literals     : 568395         (3.00 % deleted)
16.25/16.83	c 16	Memory used           : 137.62 MB
16.25/16.83	c 16	CPU time              : 5.16221 s
16.25/16.83	c 16	
16.25/16.83	c 16	SATISFIABLE
16.25/16.85	c 16	OK
16.25/16.85	c 16	FOUND: _COST <= 2
16.25/16.85	c 16	DECODING HOME/temp.out WITH HOME/temp.map
16.25/16.85	c 16	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
16.30/16.93	c 16	Decoding HOME/temp.out
16.30/17.32	c 17	OBJECTIVE _COST 2
16.30/17.33	o 2
16.30/17.34	v 6 4 0 1 1 13 1 5 14 10 3 7 12 3 8 0 14 14 0 4 1 9 4 10 13 3 1 6 14 11 2 9 8 7 1 14 1 14 4 2 5 2 11 7 6 9 10 6 4 6 7 8 5 11 12 7 8 10 5 10 12 12 12 12 7 10 12 6 9 5 8 7 2 10 0 10 5 9 2 11 12 14 7 3 11 5 8 0 4 5 8 2 0 1 0 12 11 6 4 13 9 10 8 2 8 4 11 8 1 0 4 8 1 3 3 13 4 7 1 10 7 9 9 14 7 14 2 5 14 3 5 4 3 8 13 2 13 14 12 13 2 14 3 0 1 6 6 3 0 13 4 6 7 5 11 5 4 11 13 0 3 6 1 0 10 4 12 11 13 9 8 9 8 10 2 0 14 5 6 7 8 2 6 11 6 9 0 2 12 3 5 7 10 14 11 9 10 3 13 11 1 13 9 4 13 9 11 6 14 11 1 5 13 9 7 3 2 12 2 13 9 10 12 12 3
16.30/17.35	c 17	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
16.30/17.38	c 17	OK
16.30/17.38	c 17	OBJECTIVE BOUND: 0 <= _COST <= 2
16.30/17.38	c 17	SEARCHING: _COST <= 1
16.30/17.38	c 17	============================[ Search Statistics ]==============================
16.30/17.38	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.30/17.38	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.30/17.38	c 17	===============================================================================
16.30/17.38	c 17	|     28295 |   14067  3318615  9893389 |  1106205    28295     20 | 64.933 % |
16.83/17.41	c 17	|     28395 |   14067  3318615  9893389 |  1216825    28395     20 | 70.175 % |
16.83/17.45	c 17	|     28545 |   13592  3318615  9893389 |  1338508    28545     20 | 70.175 % |
16.83/17.48	c 17	|     28771 |   13268  3318615  9893389 |  1472358    28771     20 | 70.175 % |
16.93/17.52	c 17	|     29110 |   13268  3318615  9893389 |  1619594    29110     20 | 70.175 % |
16.93/17.55	c 17	===============================================================================
16.93/17.55	c 17	restarts              : 40
16.93/17.55	c 17	conflicts             : 29174         (5459 /sec)
16.93/17.55	c 17	decisions             : 75728         (0.36 % random) (14170 /sec)
16.93/17.55	c 17	propagations          : 2172515        (406519 /sec)
16.93/17.55	c 17	conflict literals     : 580913         (3.02 % deleted)
16.93/17.55	c 17	Memory used           : 137.75 MB
16.93/17.55	c 17	CPU time              : 5.34419 s
16.93/17.55	c 17	
16.93/17.55	c 17	SATISFIABLE
16.93/17.57	c 17	OK
16.93/17.57	c 17	FOUND: _COST <= 1
16.93/17.57	c 17	DECODING HOME/temp.out WITH HOME/temp.map
16.93/17.57	c 17	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
16.99/17.65	c 17	Decoding HOME/temp.out
17.00/17.85	c 17	OBJECTIVE _COST 1
17.00/17.85	o 1
17.00/17.86	v 8 1 4 8 2 7 14 3 5 3 4 14 10 13 5 3 0 0 14 2 6 9 0 11 5 13 14 8 11 3 10 11 1 8 7 13 14 3 2 8 12 8 2 1 4 6 4 2 5 14 2 6 7 11 7 12 1 13 11 4 5 13 13 12 12 9 14 13 9 14 7 14 7 14 1 10 9 3 8 3 4 5 12 2 2 0 1 2 7 0 3 5 8 12 0 6 9 0 7 2 2 10 7 5 6 11 13 9 0 0 13 11 1 4 13 8 1 14 9 10 4 10 8 4 1 5 10 1 2 9 7 3 8 9 0 1 13 7 10 8 4 5 1 6 2 3 7 12 10 13 12 11 5 1 6 12 12 12 0 7 8 13 1 2 13 9 11 6 11 11 6 9 12 10 3 4 0 14 14 11 1 0 12 6 7 5 12 6 10 3 10 8 11 3 10 5 5 4 11 4 2 13 6 6 3 9 9 11 8 14 0 14 9 7 10 8 5 12 4 4 6 3 10 6 9
17.00/17.87	c 17	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
17.00/17.89	c 17	OK
17.00/17.89	c 17	OBJECTIVE BOUND: 0 <= _COST <= 1
17.00/17.89	c 17	SEARCHING: _COST <= 0
17.00/17.89	c 17	============================[ Search Statistics ]==============================
17.00/17.89	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.00/17.89	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.00/17.89	c 17	===============================================================================
17.00/17.89	c 17	|     29174 |   11964  3318615  9893389 |  1106205    29174     20 | 70.175 % |
17.30/17.90	c 17	|     29275 |   11964  3318615  9893389 |  1216825    29275     20 | 74.136 % |
17.30/17.93	c 17	|     29425 |   11964  3318615  9893389 |  1338508    29425     20 | 74.136 % |
17.30/17.96	c 17	|     29650 |   11964  3318615  9893389 |  1472358    29650     20 | 74.136 % |
17.40/18.00	c 17	|     29987 |   11964  3318615  9893389 |  1619594    29987     20 | 74.136 % |
17.40/18.04	c 17	|     30493 |   11797  3318615  9893389 |  1781554    30493     20 | 74.136 % |
17.50/18.11	c 18	|     31252 |   11797  3318615  9893389 |  1959709    31252     20 | 74.136 % |
17.50/18.18	c 18	|     32392 |   11412  3318615  9893389 |  2155680    32392     20 | 74.136 % |
17.70/18.32	c 18	|     34101 |   11269  3318615  9893389 |  2371248    34101     20 | 74.136 % |
17.89/18.54	c 18	|     36664 |   11269  3318615  9893389 |  2608373    36664     20 | 74.136 % |
18.19/18.83	c 18	|     40509 |   11269  3318615  9893389 |  2869210    40509     21 | 74.136 % |
18.59/19.27	c 19	|     46278 |   10977  3318615  9893389 |  3156131    46278     21 | 74.136 % |
19.39/20.09	c 20	|     54928 |   10961  3318615  9893389 |  3471745    54928     22 | 74.136 % |
20.87/21.53	c 21	|     67904 |   10873  3318615  9893389 |  3818919    67904     23 | 74.136 % |
24.23/24.94	c 24	|     87365 |   10788  3318615  9893389 |  4200811    87365     27 | 74.136 % |
29.79/30.56	c 30	|    116557 |   10419  3318615  9893389 |  4620892   116557     30 | 74.136 % |
40.89/41.75	c 41	|    160346 |   10401  3318615  9893389 |  5082982   160346     33 | 74.136 % |
67.13/68.28	c 68	|    226031 |   10376  3318615  9893389 |  5591280   226031     35 | 74.136 % |
101.21/102.68	c 102	|    324557 |   10375    80394   266355 |  6150408   324544     37 | 74.136 % |
287.75/290.90	c 290	|    472346 |   10375    80394   266355 |  6765449   472333     42 | 74.136 % |
525.71/531.19	c 531	|    694029 |   10375    80394   266355 |  7441994   694016     45 | 74.136 % |
766.74/774.49	c 774	|   1026554 |   10375    80394   266355 |  8186193  1026541     46 | 74.136 % |
1981.10/1996.85	c 1996	|   1525342 |   10375    80394   266355 |  9004812  1525329     50 | 74.136 % |
3600.08/3616.31	c ERROR INTERRUPTED
3600.20/3616.43	c 3616	CPU 3597.6 (0.08 0.04 3597.52 2.55)
3600.20/3616.43	c 3616	END Sat Jul 12 15:12:40 2008

Verifier Data (download as text)

OK	1	1588
1 unsatisfied constraints, 1588 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-1112291-1215864743/watcher-1112291-1215864743 -o /tmp/evaluation-result-1112291-1215864743/solver-1112291-1215864743 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1112291-1215864743.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18588
/proc/meminfo: memFree=1782344/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=12000 CPUtime=0
/proc/18588/stat : 18588 (sugar++) R 18586 18588 16804 0 -1 4194304 195 0 0 0 0 0 0 0 20 0 1 0 43176059 12288000 163 996147200 4194304 4206940 548682068528 18446744073709551615 264907195881 0 0 4224 0 0 0 0 17 1 0 0
/proc/18588/statm: 3000 163 125 3 0 100 0

[startup+0.0826219 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18588
/proc/meminfo: memFree=1782344/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=16740 CPUtime=0.06
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 43176059 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18588/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101969 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18588
/proc/meminfo: memFree=1782344/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=16740 CPUtime=0.06
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 43176059 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18588/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301979 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18588
/proc/meminfo: memFree=1782344/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=16740 CPUtime=0.06
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 43176059 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18588/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702006 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18588
/proc/meminfo: memFree=1782344/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=16740 CPUtime=0.06
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 43176059 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18588/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50206 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 18610
/proc/meminfo: memFree=1773296/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=16740 CPUtime=0.67
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 1296 5001 0 1 5 1 57 4 15 0 1 0 43176059 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18588/statm: 4185 1104 409 3 0 764 0
[pid=18601] ppid=18588 vsize=5356 CPUtime=0
/proc/18601/stat : 18601 (sh) S 18588 18588 16804 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43176136 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18601/statm: 1339 233 193 169 0 50 0
[pid=18602] ppid=18601 vsize=868276 CPUtime=0.71
/proc/18602/stat : 18602 (java) S 18601 18588 16804 0 -1 0 5772 0 1 0 68 3 0 0 18 0 9 0 43176136 889114624 5191 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18602/statm: 217069 5191 1732 9 0 211644 0
[pid=18602/tid=18603] ppid=18601 vsize=868276 CPUtime=0.44
/proc/18602/task/18603/stat : 18603 (java) R 18601 18588 16804 0 -1 64 2656 0 1 0 43 1 0 0 20 0 9 0 43176137 889114624 5191 996147200 134512640 134550740 4294955920 18446744073709551615 4126606384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18604] ppid=18601 vsize=868276 CPUtime=0.04
/proc/18602/task/18604/stat : 18604 (java) S 18601 18588 16804 0 -1 64 967 0 0 0 4 0 0 0 16 0 9 0 43176138 889114624 5191 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18605] ppid=18601 vsize=868276 CPUtime=0
/proc/18602/task/18605/stat : 18605 (java) S 18601 18588 16804 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 43176138 889114624 5191 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18606] ppid=18601 vsize=868276 CPUtime=0
/proc/18602/task/18606/stat : 18606 (java) S 18601 18588 16804 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 43176138 889114624 5191 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18607] ppid=18601 vsize=868276 CPUtime=0
/proc/18602/task/18607/stat : 18607 (java) S 18601 18588 16804 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43176140 889114624 5191 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18608] ppid=18601 vsize=868276 CPUtime=0.19
/proc/18602/task/18608/stat : 18608 (java) S 18601 18588 16804 0 -1 64 1458 0 0 0 19 0 0 0 16 0 9 0 43176140 889114624 5191 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18609] ppid=18601 vsize=868276 CPUtime=0
/proc/18602/task/18609/stat : 18609 (java) S 18601 18588 16804 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43176140 889114624 5191 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18610] ppid=18601 vsize=868276 CPUtime=0
/proc/18602/task/18610/stat : 18610 (java) S 18601 18588 16804 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43176140 889114624 5191 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 890372

[startup+3.10227 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 18610
/proc/meminfo: memFree=1760240/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=16740 CPUtime=0.68
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 1297 5001 0 1 6 1 57 4 15 0 1 0 43176059 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18588/statm: 4185 1104 409 3 0 764 0
[pid=18601] ppid=18588 vsize=5356 CPUtime=0
/proc/18601/stat : 18601 (sh) S 18588 18588 16804 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43176136 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18601/statm: 1339 233 193 169 0 50 0
[pid=18602] ppid=18601 vsize=868500 CPUtime=2.29
/proc/18602/stat : 18602 (java) S 18601 18588 16804 0 -1 0 8091 0 1 0 217 12 0 0 18 0 9 0 43176136 889344000 6993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18602/statm: 217125 6993 2565 9 0 211672 0
[pid=18602/tid=18603] ppid=18601 vsize=868500 CPUtime=1.71
/proc/18602/task/18603/stat : 18603 (java) R 18601 18588 16804 0 -1 64 3037 0 1 0 164 7 0 0 25 0 9 0 43176137 889344000 6993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18604] ppid=18601 vsize=868500 CPUtime=0.26
/proc/18602/task/18604/stat : 18604 (java) S 18601 18588 16804 0 -1 64 2840 0 0 0 23 3 0 0 15 0 9 0 43176138 889344000 6993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18605] ppid=18601 vsize=868500 CPUtime=0
/proc/18602/task/18605/stat : 18605 (java) S 18601 18588 16804 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43176138 889344000 6993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18606] ppid=18601 vsize=868500 CPUtime=0
/proc/18602/task/18606/stat : 18606 (java) S 18601 18588 16804 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43176138 889344000 6993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18607] ppid=18601 vsize=868500 CPUtime=0
/proc/18602/task/18607/stat : 18607 (java) S 18601 18588 16804 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43176140 889344000 6993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18608] ppid=18601 vsize=868500 CPUtime=0.3
/proc/18602/task/18608/stat : 18608 (java) S 18601 18588 16804 0 -1 64 1521 0 0 0 29 1 0 0 16 0 9 0 43176140 889344000 6993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18609] ppid=18601 vsize=868500 CPUtime=0
/proc/18602/task/18609/stat : 18609 (java) S 18601 18588 16804 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43176140 889344000 6993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18610] ppid=18601 vsize=868500 CPUtime=0
/proc/18602/task/18610/stat : 18610 (java) S 18601 18588 16804 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43176140 889344000 6993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890596

[startup+6.30137 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 18610
/proc/meminfo: memFree=1726768/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=16740 CPUtime=0.68
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 1297 5001 0 1 6 1 57 4 16 0 1 0 43176059 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18588/statm: 4185 1104 409 3 0 764 0
[pid=18601] ppid=18588 vsize=5356 CPUtime=0
/proc/18601/stat : 18601 (sh) S 18588 18588 16804 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43176136 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18601/statm: 1339 233 193 169 0 50 0
[pid=18602] ppid=18601 vsize=868500 CPUtime=5.44
/proc/18602/stat : 18602 (java) S 18601 18588 16804 0 -1 0 8964 0 1 0 505 39 0 0 18 0 9 0 43176136 889344000 6993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18602/statm: 217125 6993 2565 9 0 211672 0
[pid=18602/tid=18603] ppid=18601 vsize=868500 CPUtime=4.65
/proc/18602/task/18603/stat : 18603 (java) R 18601 18588 16804 0 -1 64 3910 0 1 0 436 29 0 0 25 0 9 0 43176137 889344000 6993 996147200 134512640 134550740 4294955920 18446744073709551615 4127058087 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18604] ppid=18601 vsize=868500 CPUtime=0.47
/proc/18602/task/18604/stat : 18604 (java) S 18601 18588 16804 0 -1 64 2840 0 0 0 39 8 0 0 16 0 9 0 43176138 889344000 6993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18605] ppid=18601 vsize=868500 CPUtime=0
/proc/18602/task/18605/stat : 18605 (java) S 18601 18588 16804 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43176138 889344000 6993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18606] ppid=18601 vsize=868500 CPUtime=0
/proc/18602/task/18606/stat : 18606 (java) S 18601 18588 16804 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43176138 889344000 6993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18607] ppid=18601 vsize=868500 CPUtime=0
/proc/18602/task/18607/stat : 18607 (java) S 18601 18588 16804 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43176140 889344000 6993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18608] ppid=18601 vsize=868500 CPUtime=0.3
/proc/18602/task/18608/stat : 18608 (java) S 18601 18588 16804 0 -1 64 1521 0 0 0 29 1 0 0 16 0 9 0 43176140 889344000 6993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18609] ppid=18601 vsize=868500 CPUtime=0
/proc/18602/task/18609/stat : 18609 (java) S 18601 18588 16804 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43176140 889344000 6993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18602/tid=18610] ppid=18601 vsize=868500 CPUtime=0
/proc/18602/task/18610/stat : 18610 (java) S 18601 18588 16804 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43176140 889344000 6993 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 890596

[startup+12.7028 s]
/proc/loadavg: 2.22 2.05 2.02 3/93 18621
/proc/meminfo: memFree=1567016/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=17004 CPUtime=9.16
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 1644 19045 0 3 7 2 833 74 15 0 1 0 43176059 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18588/statm: 4251 1158 414 3 0 830 0
[pid=18611] ppid=18588 vsize=137704 CPUtime=2.76
/proc/18611/stat : 18611 (minisat-inc) S 18588 18588 16804 0 -1 4194304 34125 0 0 0 252 24 0 0 25 0 1 0 43176977 141008896 34070 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/18611/statm: 34426 34070 80 151 0 34272 0
Current children cumulated CPU time (s) 11.92
Current children cumulated vsize (KiB) 154708

[startup+25.5016 s]
/proc/loadavg: 2.19 2.05 2.01 3/83 18691
/proc/meminfo: memFree=1561144/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=17004 CPUtime=11.69
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 2084 46854 0 10 8 4 1063 94 16 0 1 0 43176059 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18588/statm: 4251 1158 414 3 0 830 0
[pid=18611] ppid=18588 vsize=151072 CPUtime=13.15
/proc/18611/stat : 18611 (minisat-inc) R 18588 18588 16804 0 -1 4194304 37442 0 0 0 1288 27 0 0 25 0 1 0 43176977 154697728 37375 996147200 134512640 135134323 4294956192 18446744073709551615 134528283 0 0 4096 3 0 0 0 17 1 0 0
/proc/18611/statm: 37768 37375 80 151 0 37614 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 168076

[startup+51.1013 s]
/proc/loadavg: 2.12 2.04 2.01 3/83 18691
/proc/meminfo: memFree=1542136/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=17004 CPUtime=11.69
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 2084 46854 0 10 8 4 1063 94 16 0 1 0 43176059 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18588/statm: 4251 1158 414 3 0 830 0
[pid=18611] ppid=18588 vsize=169876 CPUtime=38.5
/proc/18611/stat : 18611 (minisat-inc) R 18588 18588 16804 0 -1 4194304 42152 0 0 0 3820 30 0 0 25 0 1 0 43176977 173953024 42085 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/18611/statm: 42469 42085 80 151 0 42315 0
Current children cumulated CPU time (s) 50.19
Current children cumulated vsize (KiB) 186880

[startup+102.307 s]
/proc/loadavg: 2.05 2.03 2.01 3/83 18691
/proc/meminfo: memFree=1533432/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=17004 CPUtime=11.69
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 2084 46854 0 10 8 4 1063 94 16 0 1 0 43176059 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18588/statm: 4251 1158 414 3 0 830 0
[pid=18611] ppid=18588 vsize=178840 CPUtime=89.22
/proc/18611/stat : 18611 (minisat-inc) R 18588 18588 16804 0 -1 4194304 44272 0 0 0 8889 33 0 0 25 0 1 0 43176977 183132160 44205 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18611/statm: 44710 44205 80 151 0 44556 0
Current children cumulated CPU time (s) 100.91
Current children cumulated vsize (KiB) 195844

[startup+162.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 18691
/proc/meminfo: memFree=1533112/2055920 swapFree=4180348/4192956

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

[pid=18588] ppid=18586 vsize=17004 CPUtime=11.69
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 2084 46854 0 10 8 4 1063 94 16 0 1 0 43176059 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18588/statm: 4251 1158 414 3 0 830 0
[pid=18611] ppid=18588 vsize=524072 CPUtime=2894.61
/proc/18611/stat : 18611 (minisat-inc) R 18588 18588 16804 0 -1 4194304 129102 0 0 0 289335 126 0 0 25 0 1 0 43176977 536649728 129035 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18611/statm: 131018 129035 80 151 0 130864 0
Current children cumulated CPU time (s) 2906.3
Current children cumulated vsize (KiB) 541076

[startup+2982.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 18699
/proc/meminfo: memFree=1187648/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=17004 CPUtime=11.69
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 2084 46854 0 10 8 4 1063 94 16 0 1 0 43176059 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18588/statm: 4251 1158 414 3 0 830 0
[pid=18611] ppid=18588 vsize=528412 CPUtime=2954.59
/proc/18611/stat : 18611 (minisat-inc) R 18588 18588 16804 0 -1 4194304 130215 0 0 0 295332 127 0 0 25 0 1 0 43176977 541093888 130148 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/18611/statm: 132103 130148 80 151 0 131949 0
Current children cumulated CPU time (s) 2966.28
Current children cumulated vsize (KiB) 545416

[startup+3042.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 18740
/proc/meminfo: memFree=1251840/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=17004 CPUtime=11.69
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 2084 46854 0 10 8 4 1063 94 16 0 1 0 43176059 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18588/statm: 4251 1158 414 3 0 830 0
[pid=18611] ppid=18588 vsize=533072 CPUtime=3014.58
/proc/18611/stat : 18611 (minisat-inc) R 18588 18588 16804 0 -1 4194304 131379 0 0 0 301327 131 0 0 25 0 1 0 43176977 545865728 131312 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18611/statm: 133268 131312 80 151 0 133114 0
Current children cumulated CPU time (s) 3026.27
Current children cumulated vsize (KiB) 550076

[startup+3102.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 18740
/proc/meminfo: memFree=1246336/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=17004 CPUtime=11.69
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 2084 46854 0 10 8 4 1063 94 16 0 1 0 43176059 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18588/statm: 4251 1158 414 3 0 830 0
[pid=18611] ppid=18588 vsize=538376 CPUtime=3074.55
/proc/18611/stat : 18611 (minisat-inc) R 18588 18588 16804 0 -1 4194304 132687 0 0 0 307323 132 0 0 25 0 1 0 43176977 551297024 132620 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18611/statm: 134594 132620 80 151 0 134440 0
Current children cumulated CPU time (s) 3086.24
Current children cumulated vsize (KiB) 555380

[startup+3162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 18740
/proc/meminfo: memFree=1241664/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=17004 CPUtime=11.69
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 2084 46854 0 10 8 4 1063 94 16 0 1 0 43176059 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18588/statm: 4251 1158 414 3 0 830 0
[pid=18611] ppid=18588 vsize=543144 CPUtime=3134.54
/proc/18611/stat : 18611 (minisat-inc) R 18588 18588 16804 0 -1 4194304 133868 0 0 0 313320 134 0 0 25 0 1 0 43176977 556179456 133801 996147200 134512640 135134323 4294956192 18446744073709551615 134532056 0 0 4096 3 0 0 0 17 0 0 0
/proc/18611/statm: 135786 133801 80 151 0 135632 0
Current children cumulated CPU time (s) 3146.23
Current children cumulated vsize (KiB) 560148

[startup+3222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 18740
/proc/meminfo: memFree=1237120/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=17004 CPUtime=11.69
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 2084 46854 0 10 8 4 1063 94 16 0 1 0 43176059 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18588/statm: 4251 1158 414 3 0 830 0
[pid=18611] ppid=18588 vsize=547628 CPUtime=3194.51
/proc/18611/stat : 18611 (minisat-inc) R 18588 18588 16804 0 -1 4194304 134975 0 0 0 319316 135 0 0 25 0 1 0 43176977 560771072 134908 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18611/statm: 136907 134908 80 151 0 136753 0
Current children cumulated CPU time (s) 3206.2
Current children cumulated vsize (KiB) 564632

[startup+3282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 18740
/proc/meminfo: memFree=1231232/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=17004 CPUtime=11.69
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 2084 46854 0 10 8 4 1063 94 16 0 1 0 43176059 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18588/statm: 4251 1158 414 3 0 830 0
[pid=18611] ppid=18588 vsize=553708 CPUtime=3254.5
/proc/18611/stat : 18611 (minisat-inc) R 18588 18588 16804 0 -1 4194304 136440 0 0 0 325313 137 0 0 25 0 1 0 43176977 566996992 136373 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18611/statm: 138427 136373 80 151 0 138273 0
Current children cumulated CPU time (s) 3266.19
Current children cumulated vsize (KiB) 570712

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18740
/proc/meminfo: memFree=1211712/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=17004 CPUtime=11.69
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 2084 46854 0 10 8 4 1063 94 16 0 1 0 43176059 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18588/statm: 4251 1158 414 3 0 830 0
[pid=18611] ppid=18588 vsize=573076 CPUtime=3314.48
/proc/18611/stat : 18611 (minisat-inc) R 18588 18588 16804 0 -1 4194304 141344 0 0 0 331307 141 0 0 25 0 1 0 43176977 586829824 141277 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18611/statm: 143269 141277 80 151 0 143115 0
Current children cumulated CPU time (s) 3326.17
Current children cumulated vsize (KiB) 590080

[startup+3402.31 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 18740
/proc/meminfo: memFree=1198912/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=17004 CPUtime=11.69
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 2084 46854 0 10 8 4 1063 94 16 0 1 0 43176059 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18588/statm: 4251 1158 414 3 0 830 0
[pid=18611] ppid=18588 vsize=585788 CPUtime=3374.46
/proc/18611/stat : 18611 (minisat-inc) R 18588 18588 16804 0 -1 4194304 144527 0 0 0 337302 144 0 0 25 0 1 0 43176977 599846912 144460 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18611/statm: 146447 144460 80 151 0 146293 0
Current children cumulated CPU time (s) 3386.15
Current children cumulated vsize (KiB) 602792

[startup+3462.3 s]
/proc/loadavg: 2.18 2.06 2.01 3/83 18740
/proc/meminfo: memFree=1188544/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=17004 CPUtime=11.69
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 2084 46854 0 10 8 4 1063 94 16 0 1 0 43176059 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18588/statm: 4251 1158 414 3 0 830 0
[pid=18611] ppid=18588 vsize=596044 CPUtime=3434.45
/proc/18611/stat : 18611 (minisat-inc) R 18588 18588 16804 0 -1 4194304 147106 0 0 0 343298 147 0 0 25 0 1 0 43176977 610349056 147039 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 0 0 0
/proc/18611/statm: 149011 147039 80 151 0 148857 0
Current children cumulated CPU time (s) 3446.14
Current children cumulated vsize (KiB) 613048

[startup+3522.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/83 18740
/proc/meminfo: memFree=1180416/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=17004 CPUtime=11.69
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 2084 46854 0 10 8 4 1063 94 16 0 1 0 43176059 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18588/statm: 4251 1158 414 3 0 830 0
[pid=18611] ppid=18588 vsize=604184 CPUtime=3494.42
/proc/18611/stat : 18611 (minisat-inc) R 18588 18588 16804 0 -1 4194304 149115 0 0 0 349293 149 0 0 25 0 1 0 43176977 618684416 149048 996147200 134512640 135134323 4294956192 18446744073709551615 134528283 0 0 4096 3 0 0 0 17 0 0 0
/proc/18611/statm: 151046 149048 80 151 0 150892 0
Current children cumulated CPU time (s) 3506.11
Current children cumulated vsize (KiB) 621188

[startup+3582.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/83 18740
/proc/meminfo: memFree=1173888/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=17004 CPUtime=11.69
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 2084 46854 0 10 8 4 1063 94 16 0 1 0 43176059 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18588/statm: 4251 1158 414 3 0 830 0
[pid=18611] ppid=18588 vsize=610592 CPUtime=3554.4
/proc/18611/stat : 18611 (minisat-inc) R 18588 18588 16804 0 -1 4194304 150728 0 0 0 355290 150 0 0 25 0 1 0 43176977 625246208 150661 996147200 134512640 135134323 4294956192 18446744073709551615 134532046 0 0 4096 3 0 0 0 17 0 0 0
/proc/18611/statm: 152648 150661 80 151 0 152494 0
Current children cumulated CPU time (s) 3566.09
Current children cumulated vsize (KiB) 627596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3616.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/83 18740
/proc/meminfo: memFree=1170496/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=17004 CPUtime=11.69
/proc/18588/stat : 18588 (sugar++) S 18586 18588 16804 0 -1 4194304 2084 46854 0 10 8 4 1063 94 16 0 1 0 43176059 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18588/statm: 4251 1158 414 3 0 830 0
[pid=18611] ppid=18588 vsize=613892 CPUtime=3588.39
/proc/18611/stat : 18611 (minisat-inc) R 18588 18588 16804 0 -1 4194304 151562 0 0 0 358688 151 0 0 25 0 1 0 43176977 628625408 151495 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18611/statm: 153473 151495 80 151 0 153319 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 630896

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

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

[startup+3616.41 s]
/proc/loadavg: 2.01 2.03 2.00 4/83 18740
/proc/meminfo: memFree=1170496/2055920 swapFree=4180348/4192956
[pid=18588] ppid=18586 vsize=17004 CPUtime=3600.2
/proc/18588/stat : 18588 (sugar++) R 18586 18588 16804 0 -1 4194304 2107 198416 0 10 8 5 359752 255 16 0 1 0 43176059 17412096 1159 996147200 4194304 4206940 548682068528 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18588/statm: 4251 1159 415 3 0 830 0
Current children cumulated CPU time (s) 3600.2
Current children cumulated vsize (KiB) 17004

Child status: 0
Real time (s): 3616.43
CPU time (s): 3600.24
CPU user time (s): 3597.61
CPU system time (s): 2.6316
CPU usage (%): 99.5523
Max. virtual memory (cumulated for all children) (KiB): 890596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.61
system time used= 2.6316
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200578
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21293
involuntary context switches= 94596

runsolver used 4.23536 second user time and 11.6982 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-12 14:12:23
IDJOB=1112291
IDBENCH=61393
IDSOLVER=367
FILE ID=node30/1112291-1215864743
PBS_JOBID= 7903400
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 67e24fac9a0a2993042f71634a476dbd
RANDOM SEED=329639011

node30.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1782824 kB
Buffers:         45248 kB
Cached:          88964 kB
SwapCached:       6684 kB
Active:         157124 kB
Inactive:        72796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782824 kB
SwapTotal:     4192956 kB
SwapFree:      4180348 kB
Dirty:            1040 kB
Writeback:           0 kB
Mapped:         111532 kB
Slab:            28168 kB
Committed_AS:   355340 kB
PageTables:       1936 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 node30 at 2008-07-12 15:12:42