Trace number 1108348

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+minisatOPTIMUM2 3044.97 3061.35

General information on the benchmark

Namecsp/langford/
normalized-slangford-3-11-ext.xml
MD5SUM540723c3977a7f4946311e21f518088e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark3044.97
Satisfiable
(Un)Satisfiability was proved
Number of variables33
Number of constraints572
Maximum constraint arity2
Maximum domain size33
Number of constraints which are defined in extension572
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul 11 18:39:23 2008
0.00/0.04	c 0	PID 14840
0.00/0.05	c 0	HOST node74.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1108348-1215794363.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108348-1215794363.xml' 'HOME/temp.csp'
0.03/0.44	c 0	1 domains, 33 variables, 0 predicates, 13 relations, 572 constraints
0.03/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/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.49/0.66	c 0	Parsing HOME/temp.csp
0.49/0.79	c 1	parsed 619 expressions
0.49/0.90	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.49/0.91	c 1	MAX CSP: 572 constraints
0.49/0.91	c 1	Converting to clausal form CSP
0.49/0.96	c 1	converted 120 (10%) expressions
0.49/0.97	c 1	converted 239 (20%) expressions
0.49/0.99	c 1	converted 359 (30%) expressions
0.49/1.00	c 1	converted 478 (40%) expressions
0.79/1.02	c 1	converted 597 (50%) expressions
0.79/1.04	c 1	converted 717 (60%) expressions
0.79/1.06	c 1	converted 836 (70%) expressions
0.79/1.06	c 1	converted 956 (80%) expressions
0.89/1.14	c 1	converted 1075 (90%) expressions
1.00/1.29	c 1	converted 1194 (100%) expressions
1.00/1.29	c 1	CSP : 1177 integers, 0 booleans, 1715 clauses, largest domain size 859
1.00/1.29	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.29	c 1	Propagation in CSP
1.09/1.34	c 1	567 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.09/1.34	c 1	CSP : 1177 integers, 0 booleans, 1715 clauses, largest domain size 573
1.09/1.34	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.09/1.34	c 1	Simplifing CSP by introducing new Boolean variables
1.09/1.35	c 1	CSP : 1177 integers, 0 booleans, 1715 clauses, largest domain size 573
1.09/1.35	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.09/1.39	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.19/1.41	c 1	118 (10%) CSP integer variables are encoded (1023 clauses, 11220 bytes)
1.19/1.41	c 1	236 (20%) CSP integer variables are encoded (1023 clauses, 11220 bytes)
1.19/1.41	c 1	354 (30%) CSP integer variables are encoded (1023 clauses, 11220 bytes)
1.19/1.42	c 1	471 (40%) CSP integer variables are encoded (1023 clauses, 11220 bytes)
1.19/1.42	c 1	589 (50%) CSP integer variables are encoded (1023 clauses, 11220 bytes)
1.19/1.42	c 1	707 (60%) CSP integer variables are encoded (2060 clauses, 24701 bytes)
1.19/1.43	c 1	824 (70%) CSP integer variables are encoded (7163 clauses, 91040 bytes)
1.19/1.43	c 1	942 (80%) CSP integer variables are encoded (8425 clauses, 107446 bytes)
1.19/1.43	c 1	1060 (90%) CSP integer variables are encoded (9208 clauses, 118108 bytes)
1.19/1.43	c 1	1177 (100%) CSP integer variables are encoded (10301 clauses, 134503 bytes)
1.29/1.53	c 1	172 (10%) CSP clauses are encoded (16125 clauses, 273520 bytes)
1.29/1.58	c 1	343 (20%) CSP clauses are encoded (21864 clauses, 418152 bytes)
1.39/1.64	c 1	515 (30%) CSP clauses are encoded (27726 clauses, 564900 bytes)
1.39/1.67	c 1	686 (40%) CSP clauses are encoded (31751 clauses, 650479 bytes)
1.79/2.04	c 2	858 (50%) CSP clauses are encoded (203853 clauses, 3777970 bytes)
1.79/2.06	c 2	1029 (60%) CSP clauses are encoded (210055 clauses, 3887264 bytes)
2.09/2.33	c 2	1201 (70%) CSP clauses are encoded (371272 clauses, 6855474 bytes)
2.09/2.34	c 2	1372 (80%) CSP clauses are encoded (378425 clauses, 6981746 bytes)
2.09/2.37	c 2	1544 (90%) CSP clauses are encoded (395169 clauses, 7303711 bytes)
2.19/2.48	c 2	1715 (100%) CSP clauses are encoded (457143 clauses, 8619904 bytes)
2.19/2.48	c 2	1715 CSP clauses encoded
2.19/2.48	c 2	Writing map file : HOME/temp.map
2.19/2.49	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.49	c 2	SAT : 11478 SAT variables, 457143 SAT clauses, 8619904 bytes
2.19/2.49	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.28/2.54	c 2	OBJECTIVE minimize _COST
2.28/2.54	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.28/2.54	c 2	SEARCHING: _COST <= 286
2.28/2.54	c 2	SOLVING HOME/temp.cnf
2.28/2.54	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.28/2.57	c 2	This is MiniSat 2.0 beta
2.28/2.57	c 2	WARNING: for repeatability, setting FPU to use double precision
2.28/2.57	c 2	============================[ Problem Statistics ]=============================
2.28/2.57	c 2	|                                                                             |
2.28/2.57	c 2	|  Number of variables:  11478                                                |
2.28/2.57	c 2	|  Number of clauses:    457144                                               |
2.32/2.78	c 3	|  Parsing time:         0.19         s                                       |
2.32/2.91	c 3	============================[ Search Statistics ]==============================
2.32/2.91	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.32/2.91	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.32/2.91	c 3	===============================================================================
2.32/2.91	c 3	|         0 |    8618   299078   910397 |    99692        0    nan |  0.000 % |
2.32/2.94	c 3	===============================================================================
2.32/2.94	c 3	restarts              : 1
2.32/2.94	c 3	conflicts             : 1              (3 /sec)
2.32/2.94	c 3	decisions             : 29             (0.00 % random) (84 /sec)
2.32/2.94	c 3	propagations          : 11481          (33187 /sec)
2.32/2.94	c 3	conflict literals     : 6              (0.00 % deleted)
2.32/2.94	c 3	Memory used           : 20.35 MB
2.32/2.94	c 3	CPU time              : 0.345947 s
2.32/2.94	c 3	
2.32/2.94	c 3	SATISFIABLE
2.32/2.95	c 3	FOUND: _COST <= 286
2.32/2.95	s SATISFIABLE
2.32/2.95	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.32/2.95	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.69/3.08	c 3	Decoding HOME/temp.out
2.88/3.21	c 3	OBJECTIVE _COST 286
2.88/3.21	o 286
2.88/3.21	v 22 20 22 17 21 20 23 26 21 16 8 23 24 24 22 27 27 29 22 26 27 20 25 27 28 29 29 30 30 31 31 32 32
2.88/3.21	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.88/3.30	c 3	OBJECTIVE BOUND: 0 <= _COST <= 286
2.88/3.30	c 3	SEARCHING: _COST <= 143
2.88/3.30	c 3	SOLVING HOME/temp.cnf
2.88/3.30	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.88/3.30	c 3	This is MiniSat 2.0 beta
2.88/3.30	c 3	WARNING: for repeatability, setting FPU to use double precision
2.88/3.30	c 3	============================[ Problem Statistics ]=============================
2.88/3.30	c 3	|                                                                             |
2.91/3.30	c 3	|  Number of variables:  11478                                                |
2.91/3.30	c 3	|  Number of clauses:    457144                                               |
2.91/3.54	c 3	|  Parsing time:         0.20         s                                       |
2.91/3.73	c 4	============================[ Search Statistics ]==============================
2.91/3.73	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.91/3.73	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.91/3.73	c 4	===============================================================================
2.91/3.73	c 4	|         0 |    7045   202553   625398 |    67517        0    nan |  0.000 % |
2.91/3.75	c 4	===============================================================================
2.91/3.75	c 4	restarts              : 1
2.91/3.75	c 4	conflicts             : 7              (17 /sec)
2.91/3.75	c 4	decisions             : 44             (0.00 % random) (108 /sec)
2.91/3.75	c 4	propagations          : 11651          (28491 /sec)
2.91/3.75	c 4	conflict literals     : 38             (2.56 % deleted)
2.91/3.75	c 4	Memory used           : 20.64 MB
2.91/3.75	c 4	CPU time              : 0.408937 s
2.91/3.75	c 4	
2.91/3.76	c 4	SATISFIABLE
2.91/3.76	c 4	FOUND: _COST <= 143
2.91/3.76	c 4	DECODING HOME/temp.out WITH HOME/temp.map
2.91/3.76	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.36/3.84	c 4	Decoding HOME/temp.out
3.36/3.95	c 4	OBJECTIVE _COST 143
3.36/3.95	o 143
3.36/3.95	v 22 13 9 18 19 15 16 12 10 17 8 24 14 11 23 25 22 19 21 20 28 20 26 17 15 28 31 29 27 30 30 31 32
3.36/3.95	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.36/3.99	c 4	OBJECTIVE BOUND: 0 <= _COST <= 143
3.36/3.99	c 4	SEARCHING: _COST <= 71
3.36/3.99	c 4	SOLVING HOME/temp.cnf
3.36/3.99	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.36/3.99	c 4	This is MiniSat 2.0 beta
3.36/3.99	c 4	WARNING: for repeatability, setting FPU to use double precision
3.36/3.99	c 4	============================[ Problem Statistics ]=============================
3.36/3.99	c 4	|                                                                             |
3.36/3.99	c 4	|  Number of variables:  11478                                                |
3.36/3.99	c 4	|  Number of clauses:    457144                                               |
3.55/4.22	c 4	|  Parsing time:         0.20         s                                       |
3.86/4.40	c 4	============================[ Search Statistics ]==============================
3.86/4.40	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.86/4.40	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.86/4.40	c 4	===============================================================================
3.86/4.40	c 4	|         0 |    6033   124749   394950 |    41583        0    nan |  0.000 % |
3.96/4.42	c 4	===============================================================================
3.96/4.42	c 4	restarts              : 1
3.96/4.42	c 4	conflicts             : 25             (62 /sec)
3.96/4.42	c 4	decisions             : 64             (0.00 % random) (159 /sec)
3.96/4.42	c 4	propagations          : 12270          (30451 /sec)
3.96/4.42	c 4	conflict literals     : 179            (1.10 % deleted)
3.96/4.42	c 4	Memory used           : 20.74 MB
3.96/4.42	c 4	CPU time              : 0.402938 s
3.96/4.42	c 4	
3.96/4.43	c 4	SATISFIABLE
3.96/4.43	c 4	FOUND: _COST <= 71
3.96/4.43	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.96/4.43	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.00/4.58	c 4	Decoding HOME/temp.out
4.00/4.70	c 4	OBJECTIVE _COST 71
4.00/4.70	o 71
4.00/4.70	v 22 1 2 18 5 15 16 12 9 14 8 24 4 6 23 11 22 19 21 19 25 20 26 7 10 28 17 29 27 30 29 31 32
4.00/4.70	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.00/4.71	c 4	OBJECTIVE BOUND: 0 <= _COST <= 71
4.00/4.71	c 4	SEARCHING: _COST <= 35
4.00/4.71	c 4	SOLVING HOME/temp.cnf
4.00/4.71	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.00/4.71	c 5	This is MiniSat 2.0 beta
4.00/4.71	c 5	WARNING: for repeatability, setting FPU to use double precision
4.00/4.71	c 5	============================[ Problem Statistics ]=============================
4.00/4.71	c 5	|                                                                             |
4.00/4.71	c 5	|  Number of variables:  11478                                                |
4.00/4.71	c 5	|  Number of clauses:    457144                                               |
4.20/4.94	c 5	|  Parsing time:         0.20         s                                       |
4.20/5.13	c 5	============================[ Search Statistics ]==============================
4.20/5.13	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.20/5.13	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.20/5.13	c 5	===============================================================================
4.20/5.13	c 5	|         0 |    5265    77939   256788 |    25979        0    nan |  0.000 % |
4.20/5.16	c 5	|       101 |    5265    77939   256788 |    28577      101     41 | 54.130 % |
4.20/5.17	c 5	===============================================================================
4.20/5.18	c 5	restarts              : 2
4.20/5.18	c 5	conflicts             : 187            (428 /sec)
4.20/5.18	c 5	decisions             : 428            (0.93 % random) (980 /sec)
4.20/5.18	c 5	propagations          : 34434          (78808 /sec)
4.20/5.18	c 5	conflict literals     : 7501           (4.15 % deleted)
4.20/5.18	c 5	Memory used           : 20.35 MB
4.20/5.18	c 5	CPU time              : 0.436933 s
4.20/5.18	c 5	
4.20/5.18	c 5	SATISFIABLE
4.20/5.18	c 5	FOUND: _COST <= 35
4.20/5.18	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.20/5.18	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.68/5.29	c 5	Decoding HOME/temp.out
4.86/5.41	c 5	OBJECTIVE _COST 35
4.86/5.42	o 35
4.86/5.42	v 23 7 9 18 17 12 0 13 10 3 15 32 13 11 21 23 19 8 22 20 14 27 32 15 32 24 29 26 16 31 30 25 28
4.86/5.42	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.86/5.50	c 5	OBJECTIVE BOUND: 0 <= _COST <= 35
4.86/5.50	c 5	SEARCHING: _COST <= 17
4.86/5.50	c 5	SOLVING HOME/temp.cnf
4.86/5.50	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.89/5.50	c 5	This is MiniSat 2.0 beta
4.89/5.50	c 5	WARNING: for repeatability, setting FPU to use double precision
4.89/5.50	c 5	============================[ Problem Statistics ]=============================
4.89/5.50	c 5	|                                                                             |
4.89/5.51	c 5	|  Number of variables:  11478                                                |
4.89/5.51	c 5	|  Number of clauses:    457144                                               |
4.89/5.75	c 6	|  Parsing time:         0.22         s                                       |
4.89/5.96	c 6	============================[ Search Statistics ]==============================
4.89/5.96	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.89/5.96	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.89/5.96	c 6	===============================================================================
4.89/5.96	c 6	|         0 |    4589    51888   180645 |    17296        0    nan |  0.000 % |
4.89/5.99	c 6	|       101 |    4589    51888   180645 |    19025      101     31 | 60.019 % |
4.89/6.00	c 6	===============================================================================
4.89/6.00	c 6	restarts              : 2
4.89/6.00	c 6	conflicts             : 138            (303 /sec)
4.89/6.00	c 6	decisions             : 340            (1.18 % random) (746 /sec)
4.89/6.00	c 6	propagations          : 28522          (62558 /sec)
4.89/6.00	c 6	conflict literals     : 4284           (3.34 % deleted)
4.89/6.00	c 6	Memory used           : 20.39 MB
4.89/6.00	c 6	CPU time              : 0.45593 s
4.89/6.00	c 6	
4.89/6.00	c 6	SATISFIABLE
4.89/6.01	c 6	FOUND: _COST <= 17
4.89/6.01	c 6	DECODING HOME/temp.out WITH HOME/temp.map
4.89/6.01	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.89/6.08	c 6	Decoding HOME/temp.out
5.38/6.26	c 6	OBJECTIVE _COST 17
5.38/6.26	o 17
5.38/6.28	v 2 22 10 8 3 11 17 14 11 5 12 4 25 19 13 9 19 20 23 21 16 24 6 28 20 18 15 30 29 32 31 27 26
5.38/6.31	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.38/6.32	c 6	OBJECTIVE BOUND: 0 <= _COST <= 17
5.38/6.32	c 6	SEARCHING: _COST <= 8
5.38/6.32	c 6	SOLVING HOME/temp.cnf
5.38/6.32	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.38/6.33	c 6	This is MiniSat 2.0 beta
5.38/6.33	c 6	WARNING: for repeatability, setting FPU to use double precision
5.38/6.33	c 6	============================[ Problem Statistics ]=============================
5.38/6.33	c 6	|                                                                             |
5.38/6.33	c 6	|  Number of variables:  11478                                                |
5.38/6.33	c 6	|  Number of clauses:    457144                                               |
5.85/6.56	c 6	|  Parsing time:         0.21         s                                       |
6.04/6.74	c 7	============================[ Search Statistics ]==============================
6.04/6.74	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.04/6.74	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.04/6.74	c 7	===============================================================================
6.04/6.74	c 7	|         0 |    3926    37466   139359 |    12488        0    nan |  0.000 % |
6.04/6.77	c 7	|       100 |    3926    37466   139359 |    13737      100     39 | 65.795 % |
6.04/6.78	c 7	===============================================================================
6.04/6.78	c 7	restarts              : 2
6.04/6.78	c 7	conflicts             : 158            (377 /sec)
6.04/6.78	c 7	decisions             : 434            (0.46 % random) (1036 /sec)
6.04/6.78	c 7	propagations          : 28527          (68094 /sec)
6.04/6.78	c 7	conflict literals     : 5607           (2.71 % deleted)
6.04/6.78	c 7	Memory used           : 20.51 MB
6.04/6.78	c 7	CPU time              : 0.418936 s
6.04/6.78	c 7	
6.04/6.78	c 7	SATISFIABLE
6.04/6.78	c 7	FOUND: _COST <= 8
6.04/6.78	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.04/6.78	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'
6.14/6.92	c 7	Decoding HOME/temp.out
6.14/7.03	c 7	OBJECTIVE _COST 8
6.14/7.03	o 8
6.14/7.03	v 5 0 12 19 2 17 14 13 10 4 11 7 3 16 24 8 25 21 22 20 15 23 9 6 18 29 20 32 28 31 30 26 27
6.14/7.03	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.14/7.05	c 7	OBJECTIVE BOUND: 0 <= _COST <= 8
6.14/7.05	c 7	SEARCHING: _COST <= 4
6.14/7.05	c 7	SOLVING HOME/temp.cnf
6.14/7.05	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.33/7.10	c 7	This is MiniSat 2.0 beta
6.33/7.10	c 7	WARNING: for repeatability, setting FPU to use double precision
6.33/7.10	c 7	============================[ Problem Statistics ]=============================
6.33/7.10	c 7	|                                                                             |
6.33/7.11	c 7	|  Number of variables:  11478                                                |
6.33/7.11	c 7	|  Number of clauses:    457144                                               |
6.33/7.34	c 7	|  Parsing time:         0.21         s                                       |
6.33/7.51	c 7	============================[ Search Statistics ]==============================
6.33/7.51	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.33/7.51	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.33/7.51	c 7	===============================================================================
6.33/7.51	c 7	|         0 |    3346    30220   119357 |    10073        0    nan |  0.000 % |
6.33/7.54	c 7	|       100 |    3346    30220   119357 |    11080      100     32 | 70.849 % |
6.33/7.56	c 7	|       250 |    3346    30220   119357 |    12188      250     38 | 70.851 % |
6.33/7.57	c 7	===============================================================================
6.33/7.57	c 7	restarts              : 3
6.33/7.57	c 7	conflicts             : 384            (863 /sec)
6.33/7.57	c 7	decisions             : 662            (0.15 % random) (1488 /sec)
6.33/7.57	c 7	propagations          : 53216          (119605 /sec)
6.33/7.57	c 7	conflict literals     : 18993          (3.71 % deleted)
6.33/7.57	c 7	Memory used           : 20.48 MB
6.33/7.57	c 7	CPU time              : 0.444932 s
6.33/7.57	c 7	
6.33/7.58	c 7	SATISFIABLE
6.33/7.58	c 7	FOUND: _COST <= 4
6.33/7.58	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.33/7.58	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'
6.82/7.69	c 7	Decoding HOME/temp.out
6.82/7.83	c 8	OBJECTIVE _COST 4
6.82/7.83	o 4
6.82/7.83	v 2 0 3 9 18 1 12 13 16 10 5 4 23 7 14 24 8 20 22 26 21 17 6 25 11 19 30 15 28 31 27 32 29
6.82/7.83	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.82/7.90	c 8	OBJECTIVE BOUND: 0 <= _COST <= 4
6.82/7.90	c 8	SEARCHING: _COST <= 2
6.82/7.90	c 8	SOLVING HOME/temp.cnf
6.82/7.90	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.82/7.91	c 8	This is MiniSat 2.0 beta
6.82/7.91	c 8	WARNING: for repeatability, setting FPU to use double precision
6.82/7.91	c 8	============================[ Problem Statistics ]=============================
6.82/7.91	c 8	|                                                                             |
6.82/7.91	c 8	|  Number of variables:  11478                                                |
6.82/7.91	c 8	|  Number of clauses:    457144                                               |
7.02/8.16	c 8	|  Parsing time:         0.23         s                                       |
7.02/8.35	c 8	============================[ Search Statistics ]==============================
7.02/8.35	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.02/8.35	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.02/8.35	c 8	===============================================================================
7.02/8.35	c 8	|         0 |    2772    25723   107586 |     8574        0    nan |  0.000 % |
7.02/8.38	c 8	|       101 |    2772    25723   107586 |     9431      101     37 | 75.849 % |
7.02/8.40	c 8	|       253 |    2772    25723   107586 |    10374      253     35 | 75.849 % |
7.02/8.42	c 8	|       478 |    2772    25723   107586 |    11412      478     41 | 75.850 % |
7.02/8.46	c 8	|       815 |    2772    25723   107586 |    12553      815     48 | 75.849 % |
7.02/8.47	c 8	===============================================================================
7.02/8.47	c 8	restarts              : 5
7.02/8.47	c 8	conflicts             : 878            (1663 /sec)
7.02/8.47	c 8	decisions             : 1516           (0.66 % random) (2872 /sec)
7.02/8.47	c 8	propagations          : 97797          (185250 /sec)
7.02/8.47	c 8	conflict literals     : 41307          (4.49 % deleted)
7.02/8.47	c 8	Memory used           : 20.48 MB
7.02/8.47	c 8	CPU time              : 0.527919 s
7.02/8.47	c 8	
7.02/8.47	c 8	SATISFIABLE
7.02/8.48	c 8	FOUND: _COST <= 2
7.02/8.48	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.02/8.48	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.59/8.56	c 8	Decoding HOME/temp.out
7.59/8.66	c 8	OBJECTIVE _COST 2
7.59/8.66	o 2
7.59/8.66	v 1 5 0 16 19 15 12 14 7 2 6 3 8 4 21 25 22 20 23 17 13 18 10 11 9 26 31 29 28 32 27 24 30
7.59/8.67	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.59/8.69	c 8	OBJECTIVE BOUND: 0 <= _COST <= 2
7.59/8.69	c 8	SEARCHING: _COST <= 1
7.59/8.69	c 8	SOLVING HOME/temp.cnf
7.59/8.69	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.59/8.70	c 8	This is MiniSat 2.0 beta
7.59/8.70	c 8	WARNING: for repeatability, setting FPU to use double precision
7.59/8.70	c 8	============================[ Problem Statistics ]=============================
7.59/8.70	c 8	|                                                                             |
7.59/8.70	c 8	|  Number of variables:  11478                                                |
7.59/8.70	c 8	|  Number of clauses:    457144                                               |
7.98/8.94	c 9	|  Parsing time:         0.19         s                                       |
8.18/9.11	c 9	============================[ Search Statistics ]==============================
8.18/9.11	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.18/9.11	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.18/9.11	c 9	===============================================================================
8.18/9.11	c 9	|         0 |    2200    22614    99974 |     7538        0    nan |  0.000 % |
8.18/9.14	c 9	|       101 |    2200    22614    99974 |     8291      101     37 | 80.833 % |
8.18/9.15	c 9	|       252 |    2200    22614    99974 |     9120      252     34 | 80.833 % |
8.18/9.18	c 9	|       478 |    2200    22614    99974 |    10033      478     39 | 80.833 % |
8.27/9.22	c 9	|       815 |    2200    22614    99974 |    11036      815     48 | 80.834 % |
8.27/9.27	c 9	|      1321 |    2200    22614    99974 |    12140     1321     53 | 80.833 % |
8.37/9.36	c 9	|      2080 |    2200    22614    99974 |    13354     2080     55 | 80.833 % |
8.47/9.49	c 9	|      3221 |    2200    22614    99974 |    14689     3221     56 | 80.833 % |
8.77/9.70	c 9	|      4930 |    2200    22614    99974 |    16158     4930     55 | 80.833 % |
9.07/10.06	c 10	|      7493 |    2200    22614    99974 |    17774     7493     55 | 80.833 % |
9.77/10.72	c 11	|     11338 |    2200    22614    99974 |    19551    11338     64 | 80.833 % |
10.76/11.72	c 12	|     17104 |    2200    22614    99974 |    21506    17104     59 | 80.833 % |
12.65/13.68	c 13	|     25754 |    2200    22614    99974 |    23657    25754     61 | 80.833 % |
16.43/17.46	c 17	|     38728 |    2200    22614    99974 |    26023    17583     76 | 80.833 % |
22.80/23.83	c 24	|     58189 |    2200    22614    99974 |    28625    13774     63 | 80.833 % |
31.75/32.82	c 33	|     87381 |    2200    22614    99974 |    31488    17790     74 | 80.833 % |
46.57/47.77	c 48	|    131170 |    2200    22614    99974 |    34636    33707     71 | 80.833 % |
71.56/72.85	c 73	|    196854 |    2200    22614    99974 |    38100    37754     55 | 80.834 % |
113.84/115.30	c 115	|    295380 |    2200    22614    99974 |    41910    36659     87 | 80.833 % |
179.71/181.54	c 181	|    443169 |    2200    22614    99974 |    46101    36219     83 | 80.833 % |
286.57/288.93	c 289	|    664853 |    2188    22184    97969 |    50711    48490     78 | 80.937 % |
447.06/450.21	c 450	|    997378 |    2154    21084    92914 |    55783    21811     81 | 81.234 % |
744.84/749.56	c 749	|   1496167 |    2154    21084    92914 |    61361    34019    108 | 81.234 % |
1195.36/1202.38	c 1202	|   2244350 |    2105    19528    85631 |    67497    50197    100 | 81.661 % |
1924.81/1935.55	c 1935	|   3366625 |    2076    18674    81730 |    74247    72182    119 | 81.913 % |
3044.89/3061.32	c 3061	===============================================================================
3044.89/3061.32	c 3061	restarts              : 25
3044.89/3061.32	c 3061	conflicts             : 5016687        (1652 /sec)
3044.89/3061.32	c 3061	decisions             : 5706092        (0.50 % random) (1879 /sec)
3044.89/3061.32	c 3061	propagations          : 1170763972     (385512 /sec)
3044.89/3061.32	c 3061	conflict literals     : 557235960      (17.55 % deleted)
3044.89/3061.32	c 3061	Memory used           : 72.54 MB
3044.89/3061.32	c 3061	CPU time              : 3036.91 s
3044.89/3061.32	c 3061	
3044.89/3061.32	c 3061	UNSATISFIABLE
3044.89/3061.34	c 3061	NOT FOUND: _COST <= 1
3044.89/3061.34	c 3061	OBJECTIVE _COST 2
3044.89/3061.34	s OPTIMUM FOUND
3044.89/3061.34	c 3061	CPU 3044.05 (0.05 0.02 3044 0.88)
3044.89/3061.34	c 3061	END Fri Jul 11 19:30:24 2008

Verifier Data (download as text)

OK	2	570
2 unsatisfied constraints, 570 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-1108348-1215794363/watcher-1108348-1215794363 -o /tmp/evaluation-result-1108348-1215794363/solver-1108348-1215794363 -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-1108348-1215794363.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.76 2.40 2.15 5/87 14840
/proc/meminfo: memFree=1821576/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=18572 CPUtime=0
/proc/14840/stat : 14840 (runsolver) R 14838 14840 13735 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 36134194 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 228774702375 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14840/statm: 4643 292 257 25 0 2626 0

[startup+0.098534 s]
/proc/loadavg: 2.76 2.40 2.15 5/87 14840
/proc/meminfo: memFree=1821576/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13600 CPUtime=0.03
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 36134194 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14840/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102531 s]
/proc/loadavg: 2.76 2.40 2.15 5/87 14840
/proc/meminfo: memFree=1821576/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13600 CPUtime=0.03
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 36134194 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14840/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301573 s]
/proc/loadavg: 2.76 2.40 2.15 5/87 14840
/proc/meminfo: memFree=1821576/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13600 CPUtime=0.03
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 36134194 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14840/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702647 s]
/proc/loadavg: 2.76 2.40 2.15 5/87 14840
/proc/meminfo: memFree=1821576/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13600 CPUtime=0.49
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 974 4536 0 1 3 0 44 2 15 0 1 0 36134194 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13600

[startup+1.50181 s]
/proc/loadavg: 2.76 2.40 2.15 4/98 14862
/proc/meminfo: memFree=1812144/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13600 CPUtime=0.5
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 974 4536 0 1 3 1 44 2 15 0 1 0 36134194 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3400 797 370 3 0 500 0
[pid=14853] ppid=14840 vsize=5356 CPUtime=0
/proc/14853/stat : 14853 (sh) S 14840 14840 13735 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 36134253 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14853/statm: 1339 233 193 169 0 50 0
[pid=14854] ppid=14853 vsize=868468 CPUtime=0.79
/proc/14854/stat : 14854 (java) S 14853 14840 13735 0 -1 0 7372 0 1 0 76 3 0 0 21 0 9 0 36134253 889311232 6584 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14854/statm: 217117 6584 2565 9 0 211664 0
[pid=14854/tid=14855] ppid=14853 vsize=868468 CPUtime=0.39
/proc/14854/task/14855/stat : 14855 (java) R 14853 14840 13735 0 -1 64 2731 0 1 0 38 1 0 0 25 0 9 0 36134254 889311232 6584 996147200 134512640 134550740 4294955936 18446744073709551615 4126566348 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14856] ppid=14853 vsize=868468 CPUtime=0.14
/proc/14854/task/14856/stat : 14856 (java) S 14853 14840 13735 0 -1 64 2456 0 0 0 14 0 0 0 16 0 9 0 36134255 889311232 6584 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14857] ppid=14853 vsize=868468 CPUtime=0
/proc/14854/task/14857/stat : 14857 (java) S 14853 14840 13735 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 36134255 889311232 6584 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14858] ppid=14853 vsize=868468 CPUtime=0
/proc/14854/task/14858/stat : 14858 (java) S 14853 14840 13735 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 36134255 889311232 6584 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14859] ppid=14853 vsize=868468 CPUtime=0
/proc/14854/task/14859/stat : 14859 (java) S 14853 14840 13735 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 36134257 889311232 6584 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14860] ppid=14853 vsize=868468 CPUtime=0.24
/proc/14854/task/14860/stat : 14860 (java) S 14853 14840 13735 0 -1 64 1493 0 0 0 23 1 0 0 16 0 9 0 36134257 889311232 6584 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14861] ppid=14853 vsize=868468 CPUtime=0
/proc/14854/task/14861/stat : 14861 (java) S 14853 14840 13735 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 36134257 889311232 6584 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14854/tid=14862] ppid=14853 vsize=868468 CPUtime=0
/proc/14854/task/14862/stat : 14862 (java) S 14853 14840 13735 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 36134257 889311232 6584 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 887424

[startup+3.10111 s]
/proc/loadavg: 2.76 2.40 2.15 3/98 14862
/proc/meminfo: memFree=1798512/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=2.69
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1137 17891 0 2 4 1 247 17 15 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 13732

[startup+6.30174 s]
/proc/loadavg: 2.78 2.41 2.16 5/98 14910
/proc/meminfo: memFree=1804720/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=5.38
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1597 55133 0 6 4 1 490 43 15 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14840/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 5.38
Current children cumulated vsize (KiB) 13732

[startup+12.702 s]
/proc/loadavg: 2.72 2.40 2.16 3/90 14960
/proc/meminfo: memFree=1789872/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=7.79
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1991 86928 0 10 5 2 708 64 16 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3433 819 374 3 0 533 0
[pid=14959] ppid=14840 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14840 14840 13735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36135064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=21012 CPUtime=3.97
/proc/14960/stat : 14960 (minisat) R 14959 14840 13735 0 -1 4194304 5157 0 0 0 393 4 0 0 25 0 1 0 36135064 21516288 5143 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14960/statm: 5253 5143 75 150 0 5100 0
Current children cumulated CPU time (s) 11.76
Current children cumulated vsize (KiB) 40100

[startup+25.5025 s]
/proc/loadavg: 2.71 2.41 2.16 3/90 14960
/proc/meminfo: memFree=1787376/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=7.79
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1991 86928 0 10 5 2 708 64 16 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3433 819 374 3 0 533 0
[pid=14959] ppid=14840 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14840 14840 13735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36135064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=23684 CPUtime=16.7
/proc/14960/stat : 14960 (minisat) R 14959 14840 13735 0 -1 4194304 5819 0 0 0 1666 4 0 0 25 0 1 0 36135064 24252416 5805 996147200 134512640 135127466 4294956256 18446744073709551615 134528963 0 0 4096 3 0 0 0 17 0 0 0
/proc/14960/statm: 5921 5805 75 150 0 5768 0
Current children cumulated CPU time (s) 24.49
Current children cumulated vsize (KiB) 42772

[startup+51.1025 s]
/proc/loadavg: 2.75 2.44 2.18 4/90 14960
/proc/meminfo: memFree=1786416/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=7.79
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1991 86928 0 10 5 2 708 64 16 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3433 819 374 3 0 533 0
[pid=14959] ppid=14840 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14840 14840 13735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36135064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=24556 CPUtime=42.17
/proc/14960/stat : 14960 (minisat) R 14959 14840 13735 0 -1 4194304 6033 0 0 0 4213 4 0 0 25 0 1 0 36135064 25145344 6019 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/14960/statm: 6139 6019 75 150 0 5986 0
Current children cumulated CPU time (s) 49.96
Current children cumulated vsize (KiB) 43644

[startup+102.307 s]
/proc/loadavg: 2.64 2.46 2.20 3/90 14960
/proc/meminfo: memFree=1779952/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=7.79
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1991 86928 0 10 5 2 708 64 16 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3433 819 374 3 0 533 0
[pid=14959] ppid=14840 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14840 14840 13735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36135064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=31024 CPUtime=93.13
/proc/14960/stat : 14960 (minisat) R 14959 14840 13735 0 -1 4194304 7634 0 0 0 9307 6 0 0 25 0 1 0 36135064 31768576 7620 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14960/statm: 7756 7620 75 150 0 7603 0
Current children cumulated CPU time (s) 100.92
Current children cumulated vsize (KiB) 50112

[startup+162.302 s]
/proc/loadavg: 2.51 2.46 2.21 3/90 14960
/proc/meminfo: memFree=1777840/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=7.79
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1991 86928 0 10 5 2 708 64 16 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3433 819 374 3 0 533 0
[pid=14959] ppid=14840 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14840 14840 13735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36135064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=33020 CPUtime=152.81
/proc/14960/stat : 14960 (minisat) R 14959 14840 13735 0 -1 4194304 8142 0 0 0 15275 6 0 0 25 0 1 0 36135064 33812480 8128 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14960/statm: 8255 8128 75 150 0 8102 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 52108

[startup+222.302 s]
/proc/loadavg: 2.58 2.48 2.23 3/90 14960
/proc/meminfo: memFree=1773744/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=7.79
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1991 86928 0 10 5 2 708 64 16 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3433 819 374 3 0 533 0
[pid=14959] ppid=14840 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14840 14840 13735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36135064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=37136 CPUtime=212.52
/proc/14960/stat : 14960 (minisat) R 14959 14840 13735 0 -1 4194304 9174 0 0 0 21244 8 0 0 25 0 1 0 36135064 38027264 9160 996147200 134512640 135127466 4294956256 18446744073709551615 134527131 0 0 4096 3 0 0 0 17 0 0 0
/proc/14960/statm: 9284 9160 75 150 0 9131 0
Current children cumulated CPU time (s) 220.31
Current children cumulated vsize (KiB) 56224

[startup+282.302 s]
/proc/loadavg: 2.65 2.53 2.26 3/90 14960
/proc/meminfo: memFree=1773616/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=7.79
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1991 86928 0 10 5 2 708 64 16 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

/proc/14960/statm: 18571 18437 75 150 0 18418 0
Current children cumulated CPU time (s) 2787.21
Current children cumulated vsize (KiB) 93372

[startup+2862.3 s]
/proc/loadavg: 2.68 2.65 2.59 3/90 14968
/proc/meminfo: memFree=1734448/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=7.79
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1991 86928 0 10 5 2 708 64 16 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3433 819 374 3 0 533 0
[pid=14959] ppid=14840 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14840 14840 13735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36135064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=74280 CPUtime=2839.12
/proc/14960/stat : 14960 (minisat) R 14959 14840 13735 0 -1 4194304 18745 0 0 0 283890 22 0 0 25 0 1 0 36135064 76062720 18436 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14960/statm: 18570 18436 75 150 0 18417 0
Current children cumulated CPU time (s) 2846.91
Current children cumulated vsize (KiB) 93368

[startup+2922.3 s]
/proc/loadavg: 2.79 2.68 2.60 3/90 14968
/proc/meminfo: memFree=1734256/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=7.79
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1991 86928 0 10 5 2 708 64 16 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3433 819 374 3 0 533 0
[pid=14959] ppid=14840 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14840 14840 13735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36135064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=74280 CPUtime=2898.81
/proc/14960/stat : 14960 (minisat) R 14959 14840 13735 0 -1 4194304 18745 0 0 0 289859 22 0 0 25 0 1 0 36135064 76062720 18436 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/14960/statm: 18570 18436 75 150 0 18417 0
Current children cumulated CPU time (s) 2906.6
Current children cumulated vsize (KiB) 93368

[startup+2982.3 s]
/proc/loadavg: 2.71 2.68 2.60 3/90 14968
/proc/meminfo: memFree=1734128/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=7.79
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1991 86928 0 10 5 2 708 64 16 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3433 819 374 3 0 533 0
[pid=14959] ppid=14840 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14840 14840 13735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36135064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=74280 CPUtime=2958.51
/proc/14960/stat : 14960 (minisat) R 14959 14840 13735 0 -1 4194304 18745 0 0 0 295829 22 0 0 25 0 1 0 36135064 76062720 18436 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14960/statm: 18570 18436 75 150 0 18417 0
Current children cumulated CPU time (s) 2966.3
Current children cumulated vsize (KiB) 93368

[startup+3042.3 s]
/proc/loadavg: 2.83 2.72 2.62 3/90 14968
/proc/meminfo: memFree=1734192/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=7.79
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1991 86928 0 10 5 2 708 64 16 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3433 819 374 3 0 533 0
[pid=14959] ppid=14840 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14840 14840 13735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36135064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=74280 CPUtime=3018.19
/proc/14960/stat : 14960 (minisat) R 14959 14840 13735 0 -1 4194304 18745 0 0 0 301797 22 0 0 25 0 1 0 36135064 76062720 18436 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/14960/statm: 18570 18436 75 150 0 18417 0
Current children cumulated CPU time (s) 3025.98
Current children cumulated vsize (KiB) 93368

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

[startup+3046.3 s]
/proc/loadavg: 2.85 2.72 2.62 3/90 14968
/proc/meminfo: memFree=1734192/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=7.79
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1991 86928 0 10 5 2 708 64 16 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3433 819 374 3 0 533 0
[pid=14959] ppid=14840 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14840 14840 13735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36135064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=74280 CPUtime=3022.17
/proc/14960/stat : 14960 (minisat) R 14959 14840 13735 0 -1 4194304 18745 0 0 0 302195 22 0 0 25 0 1 0 36135064 76062720 18436 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/14960/statm: 18570 18436 75 150 0 18417 0
Current children cumulated CPU time (s) 3029.96
Current children cumulated vsize (KiB) 93368

[startup+3052.7 s]
/proc/loadavg: 2.87 2.73 2.63 3/90 14968
/proc/meminfo: memFree=1734192/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=7.79
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1991 86928 0 10 5 2 708 64 16 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3433 819 374 3 0 533 0
[pid=14959] ppid=14840 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14840 14840 13735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36135064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=74280 CPUtime=3028.54
/proc/14960/stat : 14960 (minisat) R 14959 14840 13735 0 -1 4194304 18745 0 0 0 302832 22 0 0 25 0 1 0 36135064 76062720 18436 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/14960/statm: 18570 18436 75 150 0 18417 0
Current children cumulated CPU time (s) 3036.33
Current children cumulated vsize (KiB) 93368

[startup+3055.9 s]
/proc/loadavg: 2.87 2.73 2.63 3/90 14968
/proc/meminfo: memFree=1734192/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=7.79
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1991 86928 0 10 5 2 708 64 16 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3433 819 374 3 0 533 0
[pid=14959] ppid=14840 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14840 14840 13735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36135064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=74280 CPUtime=3031.73
/proc/14960/stat : 14960 (minisat) R 14959 14840 13735 0 -1 4194304 18745 0 0 0 303151 22 0 0 25 0 1 0 36135064 76062720 18436 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/14960/statm: 18570 18436 75 150 0 18417 0
Current children cumulated CPU time (s) 3039.52
Current children cumulated vsize (KiB) 93368

[startup+3059.11 s]
/proc/loadavg: 2.80 2.72 2.63 4/90 14968
/proc/meminfo: memFree=1734192/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=7.79
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1991 86928 0 10 5 2 708 64 16 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3433 819 374 3 0 533 0
[pid=14959] ppid=14840 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14840 14840 13735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36135064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=74280 CPUtime=3034.91
/proc/14960/stat : 14960 (minisat) R 14959 14840 13735 0 -1 4194304 18745 0 0 0 303469 22 0 0 25 0 1 0 36135064 76062720 18436 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14960/statm: 18570 18436 75 150 0 18417 0
Current children cumulated CPU time (s) 3042.7
Current children cumulated vsize (KiB) 93368

[startup+3060.7 s]
/proc/loadavg: 2.80 2.72 2.63 3/90 14968
/proc/meminfo: memFree=1734192/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=7.79
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1991 86928 0 10 5 2 708 64 16 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3433 819 374 3 0 533 0
[pid=14959] ppid=14840 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14840 14840 13735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36135064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=74280 CPUtime=3036.5
/proc/14960/stat : 14960 (minisat) R 14959 14840 13735 0 -1 4194304 18745 0 0 0 303628 22 0 0 25 0 1 0 36135064 76062720 18436 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14960/statm: 18570 18436 75 150 0 18417 0
Current children cumulated CPU time (s) 3044.29
Current children cumulated vsize (KiB) 93368

[startup+3061.1 s]
/proc/loadavg: 2.80 2.72 2.63 3/90 14968
/proc/meminfo: memFree=1734192/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=7.79
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1991 86928 0 10 5 2 708 64 16 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3433 819 374 3 0 533 0
[pid=14959] ppid=14840 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14840 14840 13735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36135064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=74280 CPUtime=3036.9
/proc/14960/stat : 14960 (minisat) R 14959 14840 13735 0 -1 4194304 18745 0 0 0 303668 22 0 0 25 0 1 0 36135064 76062720 18436 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/14960/statm: 18570 18436 75 150 0 18417 0
Current children cumulated CPU time (s) 3044.69
Current children cumulated vsize (KiB) 93368

[startup+3061.31 s]
/proc/loadavg: 2.80 2.72 2.63 3/90 14968
/proc/meminfo: memFree=1734192/2055920 swapFree=4190156/4192956
[pid=14840] ppid=14838 vsize=13732 CPUtime=7.79
/proc/14840/stat : 14840 (sugar) S 14838 14840 13735 0 -1 4194304 1991 86928 0 10 5 2 708 64 16 0 1 0 36134194 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14840/statm: 3433 819 374 3 0 533 0
[pid=14959] ppid=14840 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14840 14840 13735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36135064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=74280 CPUtime=3037.1
/proc/14960/stat : 14960 (minisat) R 14959 14840 13735 0 -1 4194304 18745 0 0 0 303688 22 0 0 25 0 1 0 36135064 76062720 18436 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14960/statm: 18570 18436 75 150 0 18417 0
Current children cumulated CPU time (s) 3044.89
Current children cumulated vsize (KiB) 93368

Child status: 0
Real time (s): 3061.35
CPU time (s): 3044.97
CPU user time (s): 3044.06
CPU system time (s): 0.910861
CPU usage (%): 99.465
Max. virtual memory (cumulated for all children) (KiB): 887424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3044.06
system time used= 0.910861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108029
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= 5724
involuntary context switches= 106642

runsolver used 3.52746 second user time and 10.4104 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-11 18:39:23
IDJOB=1108348
IDBENCH=60708
IDSOLVER=368
FILE ID=node74/1108348-1215794363
PBS_JOBID= 7903065
Free space on /tmp= 103236 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/langford/normalized-slangford-3-11-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-1108348-1215794363/watcher-1108348-1215794363 -o /tmp/evaluation-result-1108348-1215794363/solver-1108348-1215794363 -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-1108348-1215794363.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 540723c3977a7f4946311e21f518088e
RANDOM SEED=1708033285

node74.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.261
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.261
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:       1822056 kB
Buffers:         13000 kB
Cached:          67376 kB
SwapCached:          0 kB
Active:         152304 kB
Inactive:        22468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822056 kB
SwapTotal:     4192956 kB
SwapFree:      4190156 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:         116028 kB
Slab:            43372 kB
Committed_AS:   976052 kB
PageTables:       2596 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103232 MiB
End job on node74 at 2008-07-11 19:30:24