Trace number 1115196

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+minisatOPTIMUM1 615.293 621.36

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-29_ext.xml
MD5SUM8823420e0241e370f98d21e03c99933a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark615.293
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
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 Sun Jul 13 04:33:29 2008
0.00/0.04	c 0	PID 23408
0.00/0.05	c 0	HOST node7.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1115196-1215916409.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-1115196-1215916409.xml' 'HOME/temp.csp'
0.03/0.71	c 1	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.03/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.76	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.68/0.84	c 1	Parsing HOME/temp.csp
1.49/1.67	c 2	parsed 247 expressions
1.49/1.68	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.49/1.68	c 2	MAX CSP: 103 constraints
1.49/1.68	c 2	Converting to clausal form CSP
1.59/1.70	c 2	converted 36 (10%) expressions
1.59/1.72	c 2	converted 71 (20%) expressions
1.59/1.72	c 2	converted 106 (30%) expressions
1.59/1.73	c 2	converted 142 (40%) expressions
1.69/1.80	c 2	converted 177 (50%) expressions
1.69/1.85	c 2	converted 212 (60%) expressions
1.89/2.04	c 2	converted 248 (70%) expressions
1.99/2.12	c 2	converted 283 (80%) expressions
1.99/2.18	c 2	converted 318 (90%) expressions
2.09/2.28	c 2	converted 353 (100%) expressions
2.09/2.28	c 2	CSP : 246 integers, 0 booleans, 308 clauses, largest domain size 155
2.09/2.28	c 2	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.09/2.28	c 2	Propagation in CSP
2.19/2.30	c 2	98 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.19/2.30	c 2	CSP : 246 integers, 0 booleans, 308 clauses, largest domain size 104
2.19/2.30	c 2	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.30	c 2	Simplifing CSP by introducing new Boolean variables
2.19/2.30	c 2	CSP : 246 integers, 0 booleans, 308 clauses, largest domain size 104
2.19/2.30	c 2	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.39	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.29/2.42	c 3	25 (10%) CSP integer variables are encoded (1950 clauses, 23229 bytes)
2.29/2.42	c 3	50 (20%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.29/2.42	c 3	74 (30%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.29/2.42	c 3	99 (40%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.29/2.42	c 3	123 (50%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.29/2.42	c 3	148 (60%) CSP integer variables are encoded (3228 clauses, 39843 bytes)
2.29/2.42	c 3	173 (70%) CSP integer variables are encoded (3327 clauses, 41130 bytes)
2.29/2.42	c 3	197 (80%) CSP integer variables are encoded (3473 clauses, 43028 bytes)
2.29/2.42	c 3	222 (90%) CSP integer variables are encoded (3572 clauses, 44315 bytes)
2.29/2.42	c 3	246 (100%) CSP integer variables are encoded (4234 clauses, 52921 bytes)
2.58/2.72	c 3	31 (10%) CSP clauses are encoded (36524 clauses, 904028 bytes)
2.78/2.97	c 3	62 (20%) CSP clauses are encoded (68883 clauses, 1782767 bytes)
3.08/3.23	c 3	93 (30%) CSP clauses are encoded (101061 clauses, 2717968 bytes)
3.18/3.31	c 3	124 (40%) CSP clauses are encoded (111646 clauses, 3025133 bytes)
3.18/3.32	c 3	154 (50%) CSP clauses are encoded (112418 clauses, 3038399 bytes)
3.18/3.32	c 3	185 (60%) CSP clauses are encoded (112703 clauses, 3043033 bytes)
3.18/3.33	c 4	216 (70%) CSP clauses are encoded (114832 clauses, 3080957 bytes)
3.18/3.33	c 4	247 (80%) CSP clauses are encoded (115127 clauses, 3085754 bytes)
3.18/3.34	c 4	278 (90%) CSP clauses are encoded (115866 clauses, 3098451 bytes)
3.18/3.36	c 4	308 (100%) CSP clauses are encoded (126955 clauses, 3295811 bytes)
3.18/3.36	c 4	308 CSP clauses encoded
3.18/3.36	c 4	Writing map file : HOME/temp.map
3.18/3.36	c 4	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.18/3.36	c 4	SAT : 4480 SAT variables, 126955 SAT clauses, 3295811 bytes
3.18/3.36	c 4	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.18/3.38	c 4	OBJECTIVE minimize _COST
3.18/3.38	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.18/3.38	c 4	SEARCHING: _COST <= 52
3.18/3.38	c 4	SOLVING HOME/temp.cnf
3.18/3.38	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.18/3.38	c 4	This is MiniSat 2.0 beta
3.18/3.38	c 4	WARNING: for repeatability, setting FPU to use double precision
3.18/3.38	c 4	============================[ Problem Statistics ]=============================
3.18/3.38	c 4	|                                                                             |
3.18/3.38	c 4	|  Number of variables:  4480                                                 |
3.18/3.38	c 4	|  Number of clauses:    126956                                               |
3.27/3.46	c 4	|  Parsing time:         0.07         s                                       |
3.27/3.47	c 4	============================[ Search Statistics ]==============================
3.27/3.47	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.27/3.47	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.27/3.47	c 4	===============================================================================
3.27/3.47	c 4	|         0 |    4123   121206   556883 |    40402        0    nan |  0.000 % |
3.27/3.52	c 4	|       100 |    4123   121206   556883 |    44442      100     29 |  7.969 % |
3.27/3.56	c 4	|       250 |    4123   121206   556883 |    48886      250     27 |  7.969 % |
3.27/3.58	c 4	===============================================================================
3.27/3.58	c 4	restarts              : 3
3.27/3.58	c 4	conflicts             : 267            (1526 /sec)
3.27/3.58	c 4	decisions             : 732            (0.82 % random) (4184 /sec)
3.27/3.58	c 4	propagations          : 72889          (416573 /sec)
3.27/3.58	c 4	conflict literals     : 6925           (30.98 % deleted)
3.27/3.58	c 4	Memory used           : 8.09 MB
3.27/3.58	c 4	CPU time              : 0.174973 s
3.27/3.58	c 4	
3.27/3.58	c 4	SATISFIABLE
3.27/3.58	c 4	FOUND: _COST <= 52
3.27/3.58	s SATISFIABLE
3.27/3.58	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.27/3.58	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.46/3.66	c 4	Decoding HOME/temp.out
3.46/3.72	c 4	OBJECTIVE _COST 52
3.46/3.72	o 52
3.46/3.72	v 79 50 38 74 79 79 63 52 72 79 50 59 68 75 79 78 48 79 79 79 79 53 36 79 75 79 56 68 24 75 52 52 78 62 43 79 67 76 79 79
3.46/3.72	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.46/3.74	c 4	OBJECTIVE BOUND: 0 <= _COST <= 52
3.46/3.74	c 4	SEARCHING: _COST <= 26
3.46/3.74	c 4	SOLVING HOME/temp.cnf
3.46/3.74	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.46/3.74	c 4	This is MiniSat 2.0 beta
3.46/3.74	c 4	WARNING: for repeatability, setting FPU to use double precision
3.46/3.74	c 4	============================[ Problem Statistics ]=============================
3.46/3.74	c 4	|                                                                             |
3.46/3.75	c 4	|  Number of variables:  4480                                                 |
3.46/3.75	c 4	|  Number of clauses:    126956                                               |
3.60/3.83	c 4	|  Parsing time:         0.07         s                                       |
3.60/3.83	c 4	============================[ Search Statistics ]==============================
3.60/3.83	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.60/3.83	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.60/3.83	c 4	===============================================================================
3.60/3.83	c 4	|         0 |    3915   117631   546756 |    39210        0    nan |  0.000 % |
3.60/3.88	c 4	|       100 |    3915   117631   546756 |    43131      100     29 | 12.612 % |
3.60/3.94	c 4	|       252 |    3915   117631   546756 |    47444      252     23 | 12.612 % |
3.60/4.00	c 4	===============================================================================
3.60/4.00	c 4	restarts              : 3
3.60/4.00	c 4	conflicts             : 421            (1733 /sec)
3.60/4.00	c 4	decisions             : 823            (1.58 % random) (3387 /sec)
3.60/4.00	c 4	propagations          : 103185         (424694 /sec)
3.60/4.00	c 4	conflict literals     : 9572           (31.50 % deleted)
3.60/4.00	c 4	Memory used           : 8.09 MB
3.60/4.00	c 4	CPU time              : 0.242963 s
3.60/4.00	c 4	
3.60/4.00	c 4	SATISFIABLE
3.60/4.01	c 4	FOUND: _COST <= 26
3.60/4.01	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.60/4.01	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.60/4.09	c 4	Decoding HOME/temp.out
3.86/4.14	c 4	OBJECTIVE _COST 26
3.86/4.14	o 26
3.86/4.14	v 28 68 12 49 77 79 14 20 41 40 79 48 72 8 0 76 44 21 79 29 62 68 78 41 70 79 35 62 58 63 79 63 12 48 79 78 7 79 79 79
3.86/4.15	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.86/4.17	c 4	OBJECTIVE BOUND: 0 <= _COST <= 26
3.86/4.17	c 4	SEARCHING: _COST <= 13
3.86/4.17	c 4	SOLVING HOME/temp.cnf
3.86/4.17	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.86/4.17	c 4	This is MiniSat 2.0 beta
3.86/4.17	c 4	WARNING: for repeatability, setting FPU to use double precision
3.86/4.17	c 4	============================[ Problem Statistics ]=============================
3.86/4.17	c 4	|                                                                             |
3.86/4.17	c 4	|  Number of variables:  4480                                                 |
3.86/4.17	c 4	|  Number of clauses:    126956                                               |
4.00/4.25	c 4	|  Parsing time:         0.07         s                                       |
4.00/4.26	c 4	============================[ Search Statistics ]==============================
4.00/4.26	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.00/4.26	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.00/4.26	c 4	===============================================================================
4.00/4.26	c 4	|         0 |    3772   114797   538670 |    38265        0    nan |  0.000 % |
4.12/4.31	c 4	|       100 |    3772   114797   538670 |    42092      100     29 | 15.804 % |
4.12/4.36	c 5	|       250 |    3772   114797   538670 |    46301      250     23 | 15.804 % |
4.22/4.46	c 5	|       478 |    3772   114797   538670 |    50931      478     23 | 15.804 % |
4.31/4.59	c 5	|       816 |    3772   114797   538670 |    56024      816     21 | 15.804 % |
4.51/4.77	c 5	|      1322 |    3772   114797   538670 |    61627     1322     22 | 15.804 % |
4.61/4.88	c 5	===============================================================================
4.61/4.88	c 5	restarts              : 6
4.61/4.88	c 5	conflicts             : 1635           (2387 /sec)
4.61/4.88	c 5	decisions             : 2853           (1.37 % random) (4166 /sec)
4.61/4.88	c 5	propagations          : 383758         (560317 /sec)
4.61/4.88	c 5	conflict literals     : 35533          (31.64 % deleted)
4.61/4.88	c 5	Memory used           : 8.22 MB
4.61/4.88	c 5	CPU time              : 0.684895 s
4.61/4.88	c 5	
4.61/4.88	c 5	SATISFIABLE
4.61/4.88	c 5	FOUND: _COST <= 13
4.61/4.88	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.61/4.88	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.70/4.96	c 5	Decoding HOME/temp.out
4.70/5.02	c 5	OBJECTIVE _COST 13
4.70/5.02	o 13
4.70/5.02	v 20 23 79 62 77 41 58 20 22 68 72 44 47 8 61 76 59 75 9 43 48 59 26 59 70 31 14 62 34 63 56 63 70 71 79 70 49 79 47 43
4.70/5.02	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.70/5.04	c 5	OBJECTIVE BOUND: 0 <= _COST <= 13
4.70/5.04	c 5	SEARCHING: _COST <= 6
4.70/5.04	c 5	SOLVING HOME/temp.cnf
4.70/5.04	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.70/5.05	c 5	This is MiniSat 2.0 beta
4.70/5.05	c 5	WARNING: for repeatability, setting FPU to use double precision
4.70/5.05	c 5	============================[ Problem Statistics ]=============================
4.70/5.05	c 5	|                                                                             |
4.70/5.05	c 5	|  Number of variables:  4480                                                 |
4.70/5.05	c 5	|  Number of clauses:    126956                                               |
4.86/5.13	c 5	|  Parsing time:         0.07         s                                       |
4.86/5.13	c 5	============================[ Search Statistics ]==============================
4.86/5.13	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.86/5.13	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.86/5.13	c 5	===============================================================================
4.86/5.13	c 5	|         0 |    3639   112830   533161 |    37610        0    nan |  0.000 % |
4.86/5.18	c 5	|       100 |    3639   112830   533161 |    41371      100     27 | 18.772 % |
4.86/5.23	c 5	|       250 |    3639   112830   533161 |    45508      250     24 | 18.773 % |
4.86/5.33	c 6	|       475 |    3639   112830   533161 |    50058      475     24 | 18.773 % |
5.20/5.43	c 6	|       812 |    3639   112830   533161 |    55064      812     23 | 18.773 % |
5.30/5.57	c 6	|      1318 |    3639   112830   533161 |    60571     1318     22 | 18.773 % |
5.59/5.88	c 6	|      2079 |    3639   112830   533161 |    66628     2079     28 | 18.773 % |
5.99/6.30	c 6	|      3218 |    3639   112830   533161 |    73291     3218     28 | 18.773 % |
6.88/7.14	c 7	|      4928 |    3639   112830   533161 |    80620     4928     28 | 18.773 % |
7.97/8.21	c 8	|      7490 |    3639   112830   533161 |    88682     7490     27 | 18.773 % |
9.86/10.16	c 10	|     11336 |    3639   112830   533161 |    97550    11336     28 | 18.773 % |
11.64/11.92	c 12	===============================================================================
11.64/11.93	c 12	restarts              : 11
11.64/11.93	c 12	conflicts             : 15431          (2270 /sec)
11.64/11.93	c 12	decisions             : 21790          (1.25 % random) (3205 /sec)
11.64/11.93	c 12	propagations          : 3888861        (572062 /sec)
11.64/11.93	c 12	conflict literals     : 432611         (32.85 % deleted)
11.64/11.93	c 12	Memory used           : 10.15 MB
11.64/11.93	c 12	CPU time              : 6.79797 s
11.64/11.93	c 12	
11.64/11.93	c 12	SATISFIABLE
11.64/11.93	c 12	FOUND: _COST <= 6
11.64/11.93	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.64/11.93	c 12	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.73/12.02	c 12	Decoding HOME/temp.out
11.73/12.07	c 12	OBJECTIVE _COST 6
11.73/12.07	o 6
11.73/12.07	v 49 24 39 75 27 63 63 43 67 57 48 45 40 39 11 27 63 79 78 67 38 4 26 57 78 9 32 13 73 72 48 47 68 27 53 8 51 79 37 48
11.73/12.08	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.73/12.09	c 12	OBJECTIVE BOUND: 0 <= _COST <= 6
11.73/12.09	c 12	SEARCHING: _COST <= 3
11.73/12.09	c 12	SOLVING HOME/temp.cnf
11.73/12.09	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.73/12.09	c 12	This is MiniSat 2.0 beta
11.73/12.09	c 12	WARNING: for repeatability, setting FPU to use double precision
11.73/12.09	c 12	============================[ Problem Statistics ]=============================
11.73/12.09	c 12	|                                                                             |
11.73/12.10	c 12	|  Number of variables:  4480                                                 |
11.73/12.10	c 12	|  Number of clauses:    126956                                               |
11.82/12.18	c 12	|  Parsing time:         0.07         s                                       |
11.82/12.18	c 12	============================[ Search Statistics ]==============================
11.82/12.18	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.82/12.18	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.82/12.18	c 12	===============================================================================
11.82/12.18	c 12	|         0 |    3533   111804   530398 |    37268        0    nan |  0.000 % |
11.82/12.23	c 12	|       100 |    3533   111804   530398 |    40994      100     32 | 21.138 % |
11.82/12.28	c 12	|       250 |    3533   111804   530398 |    45094      250     28 | 21.139 % |
11.82/12.39	c 13	|       475 |    3533   111804   530398 |    49603      475     26 | 21.139 % |
11.82/12.51	c 13	|       813 |    3533   111804   530398 |    54564      813     24 | 21.139 % |
11.82/12.66	c 13	|      1319 |    3533   111804   530398 |    60020     1319     23 | 21.139 % |
11.82/12.94	c 13	|      2078 |    3533   111804   530398 |    66022     2078     23 | 21.139 % |
12.99/13.39	c 14	|      3219 |    3533   111804   530398 |    72624     3219     23 | 21.139 % |
13.59/13.99	c 14	|      4927 |    3533   111804   530398 |    79887     4927     24 | 21.139 % |
14.69/15.07	c 15	|      7489 |    3533   111804   530398 |    87875     7489     25 | 21.139 % |
16.47/16.81	c 17	|     11333 |    3533   111804   530398 |    96663    11333     27 | 21.139 % |
18.06/18.45	c 19	|     17099 |    3533   111804   530398 |   106329    17099     26 | 21.139 % |
21.62/22.03	c 22	|     25748 |    3533   111804   530398 |   116962    25748     26 | 21.139 % |
28.55/29.02	c 29	|     38723 |    3533   111804   530398 |   128659    38723     27 | 21.139 % |
39.95/40.51	c 41	|     58184 |    3533   111804   530398 |   141525    58184     28 | 21.139 % |
61.24/62.01	c 62	|     87376 |    3533   111804   530398 |   155677    87376     29 | 21.139 % |
110.26/111.51	c 112	|    131166 |    3533   111804   530398 |   171245   131166     33 | 21.139 % |
171.29/173.14	c 173	|    196850 |    3533   111804   530398 |   188369    40483     27 | 21.139 % |
262.71/265.44	c 266	|    295377 |    3533   111804   530398 |   207206   139010     31 | 21.139 % |
395.15/399.11	c 399	===============================================================================
395.15/399.11	c 399	restarts              : 19
395.15/399.11	c 399	conflicts             : 428235         (1117 /sec)
395.15/399.11	c 399	decisions             : 594206         (1.51 % random) (1550 /sec)
395.15/399.11	c 399	propagations          : 83985847       (219138 /sec)
395.15/399.11	c 399	conflict literals     : 13896516       (27.60 % deleted)
395.15/399.11	c 399	Memory used           : 42.75 MB
395.15/399.11	c 399	CPU time              : 383.256 s
395.15/399.11	c 399	
395.15/399.12	c 399	SATISFIABLE
395.15/399.12	c 399	FOUND: _COST <= 3
395.15/399.12	c 399	DECODING HOME/temp.out WITH HOME/temp.map
395.15/399.12	c 399	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
395.23/399.22	c 399	Decoding HOME/temp.out
395.23/399.27	c 399	OBJECTIVE _COST 3
395.23/399.28	o 3
395.23/399.28	v 55 6 62 7 76 13 72 48 57 45 13 62 41 32 79 65 66 72 15 32 20 55 67 9 72 64 78 44 11 55 16 62 30 5 73 47 66 69 77 8
395.23/399.28	c 399	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
395.23/399.30	c 399	OBJECTIVE BOUND: 0 <= _COST <= 3
395.23/399.30	c 399	SEARCHING: _COST <= 1
395.23/399.30	c 399	SOLVING HOME/temp.cnf
395.23/399.30	c 399	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
395.23/399.30	c 399	This is MiniSat 2.0 beta
395.23/399.30	c 399	WARNING: for repeatability, setting FPU to use double precision
395.23/399.30	c 399	============================[ Problem Statistics ]=============================
395.23/399.30	c 399	|                                                                             |
395.23/399.30	c 399	|  Number of variables:  4480                                                 |
395.23/399.30	c 399	|  Number of clauses:    126956                                               |
395.33/399.38	c 400	|  Parsing time:         0.07         s                                       |
395.33/399.39	c 400	============================[ Search Statistics ]==============================
395.33/399.39	c 400	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
395.33/399.39	c 400	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
395.33/399.39	c 400	===============================================================================
395.33/399.39	c 400	|         0 |    3366   110812   527921 |    36937        0    nan |  0.000 % |
395.33/399.44	c 400	|       100 |    3366   110812   527921 |    40631      100     33 | 24.866 % |
395.33/399.50	c 400	|       251 |    3366   110812   527921 |    44694      251     24 | 24.867 % |
395.33/399.58	c 400	|       477 |    3366   110812   527921 |    49163      477     20 | 24.866 % |
395.33/399.71	c 400	|       814 |    3366   110812   527921 |    54079      814     19 | 24.866 % |
395.33/399.91	c 400	|      1320 |    3366   110812   527921 |    59487     1320     21 | 24.866 % |
395.33/400.19	c 400	|      2080 |    3366   110812   527921 |    65436     2080     22 | 24.866 % |
396.51/400.56	c 401	|      3219 |    3366   110812   527921 |    71980     3219     22 | 24.866 % |
397.21/401.20	c 401	|      4929 |    3366   110812   527921 |    79178     4929     24 | 24.867 % |
398.29/402.37	c 403	|      7491 |    3366   110812   527921 |    87096     7491     25 | 24.866 % |
400.17/404.27	c 404	|     11335 |    3366   110812   527921 |    95805    11335     26 | 24.866 % |
403.63/407.76	c 408	|     17101 |    3366   110812   527921 |   105386    17101     26 | 24.866 % |
406.91/411.04	c 411	===============================================================================
406.91/411.04	c 411	restarts              : 12
406.91/411.04	c 411	conflicts             : 23535          (2029 /sec)
406.91/411.04	c 411	decisions             : 33495          (1.55 % random) (2887 /sec)
406.91/411.04	c 411	propagations          : 5419816        (467176 /sec)
406.91/411.04	c 411	conflict literals     : 629923         (31.03 % deleted)
406.91/411.04	c 411	Memory used           : 11.28 MB
406.91/411.04	c 411	CPU time              : 11.6012 s
406.91/411.04	c 411	
406.91/411.04	c 411	SATISFIABLE
406.91/411.04	c 411	FOUND: _COST <= 1
406.91/411.04	c 411	DECODING HOME/temp.out WITH HOME/temp.map
406.91/411.04	c 411	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
406.96/411.12	c 411	Decoding HOME/temp.out
406.96/411.18	c 411	OBJECTIVE _COST 1
406.96/411.18	o 1
406.96/411.18	v 21 79 35 14 54 74 34 74 68 60 11 19 28 63 43 77 79 4 79 74 27 22 43 55 75 31 75 43 47 17 47 79 56 62 22 25 27 79 47 25
406.96/411.18	c 411	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
406.96/411.20	c 411	OBJECTIVE BOUND: 0 <= _COST <= 1
406.96/411.20	c 411	SEARCHING: _COST <= 0
406.96/411.20	c 411	SOLVING HOME/temp.cnf
406.96/411.20	c 411	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
406.96/411.21	c 411	This is MiniSat 2.0 beta
406.96/411.21	c 411	WARNING: for repeatability, setting FPU to use double precision
406.96/411.21	c 411	============================[ Problem Statistics ]=============================
406.96/411.21	c 411	|                                                                             |
406.96/411.21	c 411	|  Number of variables:  4480                                                 |
406.96/411.21	c 411	|  Number of clauses:    126956                                               |
406.96/411.29	c 411	|  Parsing time:         0.07         s                                       |
406.96/411.30	c 411	============================[ Search Statistics ]==============================
406.96/411.30	c 411	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
406.96/411.30	c 411	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
406.96/411.30	c 411	===============================================================================
406.96/411.30	c 411	|         0 |    3160   110403   526899 |    36801        0    nan |  0.000 % |
407.19/411.36	c 412	|       102 |    3160   110403   526899 |    40481      102     15 | 29.464 % |
407.29/411.41	c 412	|       252 |    3160   110403   526899 |    44529      252     13 | 29.465 % |
407.29/411.50	c 412	|       478 |    3160   110403   526899 |    48982      478     15 | 29.465 % |
407.48/411.61	c 412	|       816 |    3160   110403   526899 |    53880      816     14 | 29.464 % |
407.58/411.79	c 412	|      1322 |    3160   110403   526899 |    59268     1322     13 | 29.465 % |
407.88/412.03	c 412	|      2081 |    3160   110403   526899 |    65195     2081     13 | 29.465 % |
408.27/412.46	c 413	|      3220 |    3159   110336   526643 |    71714     2056     13 | 29.487 % |
408.86/413.06	c 413	|      4929 |    3159   110336   526643 |    78886     3765     13 | 29.487 % |
409.85/414.09	c 414	|      7492 |    3159   110336   526643 |    86774     6328     14 | 29.487 % |
411.25/415.42	c 416	|     11336 |    3159   110336   526643 |    95452    10172     14 | 29.487 % |
413.73/417.92	c 418	|     17102 |    3157   110160   525848 |   104997     9674     13 | 29.531 % |
417.49/421.77	c 422	|     25751 |    3157   110160   525848 |   115497    18323     14 | 29.532 % |
423.73/428.04	c 428	|     38725 |    3155   110021   525270 |   127047    25745     14 | 29.576 % |
435.01/439.46	c 440	|     58186 |    3155   110021   525270 |   139751    45206     15 | 29.577 % |
451.56/456.18	c 456	|     87378 |    3141   108381   517497 |   153726    48750     16 | 29.888 % |
484.55/489.43	c 490	|    131168 |    3118   106832   510183 |   169099    58370     16 | 30.402 % |
537.73/543.10	c 543	|    196852 |    3091   104235   497743 |   186009    94289     16 | 31.004 % |
615.20/621.35	c 622	===============================================================================
615.20/621.35	c 622	restarts              : 18
615.20/621.35	c 622	conflicts             : 260805         (1253 /sec)
615.20/621.35	c 622	decisions             : 358546         (1.70 % random) (1723 /sec)
615.20/621.35	c 622	propagations          : 51325794       (246649 /sec)
615.20/621.35	c 622	conflict literals     : 4477439        (44.67 % deleted)
615.20/621.35	c 622	Memory used           : 22.93 MB
615.20/621.35	c 622	CPU time              : 208.092 s
615.20/621.35	c 622	
615.20/621.35	c 622	UNSATISFIABLE
615.20/621.35	c 622	NOT FOUND: _COST <= 0
615.20/621.35	c 622	OBJECTIVE _COST 1
615.20/621.35	s OPTIMUM FOUND
615.20/621.35	c 622	CPU 614.65 (0.04 0.01 614.61 0.6)
615.20/621.35	c 622	END Sun Jul 13 04:43:51 2008

Verifier Data (download as text)

OK	1	102
1 unsatisfied constraints, 102 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-1115196-1215916409/watcher-1115196-1215916409 -o /tmp/evaluation-result-1115196-1215916409/solver-1115196-1215916409 -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-1115196-1215916409.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.36 2.57 4/81 23408
/proc/meminfo: memFree=1818536/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=12268 CPUtime=0
/proc/23408/stat : 23408 (sugar) R 23406 23408 19899 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 48344137 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 244671281765 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23408/statm: 3067 316 241 3 0 167 0

[startup+0.0895909 s]
/proc/loadavg: 2.00 2.36 2.57 4/81 23408
/proc/meminfo: memFree=1818536/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=0.03
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 48344137 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102593 s]
/proc/loadavg: 2.00 2.36 2.57 4/81 23408
/proc/meminfo: memFree=1818536/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=0.03
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 48344137 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301628 s]
/proc/loadavg: 2.00 2.36 2.57 4/81 23408
/proc/meminfo: memFree=1818536/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=0.03
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 48344137 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702709 s]
/proc/loadavg: 2.00 2.36 2.57 4/81 23408
/proc/meminfo: memFree=1818536/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=0.03
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 48344137 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50185 s]
/proc/loadavg: 2.00 2.36 2.57 3/92 23430
/proc/meminfo: memFree=1808144/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=0.68
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 974 5142 0 1 3 0 61 4 16 0 1 0 48344137 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 797 370 3 0 500 0
[pid=23421] ppid=23408 vsize=5356 CPUtime=0
/proc/23421/stat : 23421 (sh) S 23408 23408 19899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 48344213 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23421/statm: 1339 233 193 169 0 50 0
[pid=23422] ppid=23421 vsize=864012 CPUtime=0.71
/proc/23422/stat : 23422 (java) S 23421 23408 19899 0 -1 0 7531 0 1 0 66 5 0 0 18 0 9 0 48344214 884748288 6812 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23422/statm: 216003 6812 2532 9 0 210585 0
[pid=23422/tid=23423] ppid=23421 vsize=864012 CPUtime=0.43
/proc/23422/task/23423/stat : 23423 (java) R 23421 23408 19899 0 -1 64 2465 0 1 0 42 1 0 0 23 0 9 0 48344215 884748288 6812 996147200 134512640 134550740 4294955936 18446744073709551615 4126425719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23422/tid=23424] ppid=23421 vsize=864012 CPUtime=0.19
/proc/23422/task/23424/stat : 23424 (java) S 23421 23408 19899 0 -1 64 4055 0 0 0 18 1 0 0 16 0 9 0 48344216 884748288 6812 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23422/tid=23425] ppid=23421 vsize=864012 CPUtime=0
/proc/23422/task/23425/stat : 23425 (java) S 23421 23408 19899 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 48344216 884748288 6812 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23422/tid=23426] ppid=23421 vsize=864012 CPUtime=0
/proc/23422/task/23426/stat : 23426 (java) S 23421 23408 19899 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 48344216 884748288 6812 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23422/tid=23427] ppid=23421 vsize=864012 CPUtime=0
/proc/23422/task/23427/stat : 23427 (java) S 23421 23408 19899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 48344218 884748288 6812 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23422/tid=23428] ppid=23421 vsize=864012 CPUtime=0.04
/proc/23422/task/23428/stat : 23428 (java) S 23421 23408 19899 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 48344218 884748288 6812 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23422/tid=23429] ppid=23421 vsize=864012 CPUtime=0
/proc/23422/task/23429/stat : 23429 (java) S 23421 23408 19899 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 48344218 884748288 6812 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23422/tid=23430] ppid=23421 vsize=864012 CPUtime=0
/proc/23422/task/23430/stat : 23430 (java) S 23421 23408 19899 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 48344218 884748288 6812 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 882968

[startup+3.10215 s]
/proc/loadavg: 2.00 2.36 2.57 3/92 23430
/proc/meminfo: memFree=1784912/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=0.68
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 974 5142 0 1 3 0 61 4 15 0 1 0 48344137 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 797 370 3 0 500 0
[pid=23421] ppid=23408 vsize=5356 CPUtime=0
/proc/23421/stat : 23421 (sh) S 23408 23408 19899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 48344213 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23421/statm: 1339 233 193 169 0 50 0
[pid=23422] ppid=23421 vsize=864280 CPUtime=2.3
/proc/23422/stat : 23422 (java) S 23421 23408 19899 0 -1 0 11982 0 1 0 221 9 0 0 18 0 9 0 48344214 885022720 11146 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23422/statm: 216070 11146 2565 9 0 210617 0
[pid=23422/tid=23423] ppid=23421 vsize=864280 CPUtime=1.41
/proc/23422/task/23423/stat : 23423 (java) R 23421 23408 19899 0 -1 64 3012 0 1 0 137 4 0 0 25 0 9 0 48344215 885022720 11146 996147200 134512640 134550740 4294955936 18446744073709551615 102064864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23422/tid=23424] ppid=23421 vsize=864280 CPUtime=0.73
/proc/23422/task/23424/stat : 23424 (java) S 23421 23408 19899 0 -1 64 7909 0 0 0 70 3 0 0 16 0 9 0 48344216 885022720 11146 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23422/tid=23425] ppid=23421 vsize=864280 CPUtime=0
/proc/23422/task/23425/stat : 23425 (java) S 23421 23408 19899 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 48344216 885022720 11146 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23422/tid=23426] ppid=23421 vsize=864280 CPUtime=0
/proc/23422/task/23426/stat : 23426 (java) S 23421 23408 19899 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 48344216 885022720 11146 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23422/tid=23427] ppid=23421 vsize=864280 CPUtime=0
/proc/23422/task/23427/stat : 23427 (java) S 23421 23408 19899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 48344218 885022720 11146 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23422/tid=23428] ppid=23421 vsize=864280 CPUtime=0.13
/proc/23422/task/23428/stat : 23428 (java) S 23421 23408 19899 0 -1 64 365 0 0 0 13 0 0 0 15 0 9 0 48344218 885022720 11146 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23422/tid=23429] ppid=23421 vsize=864280 CPUtime=0
/proc/23422/task/23429/stat : 23429 (java) S 23421 23408 19899 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 48344218 885022720 11146 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23422/tid=23430] ppid=23421 vsize=864280 CPUtime=0
/proc/23422/task/23430/stat : 23430 (java) S 23421 23408 19899 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 48344218 885022720 11146 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883236

[startup+6.30174 s]
/proc/loadavg: 2.00 2.35 2.57 3/84 23468
/proc/meminfo: memFree=1804112/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=4.86
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 1407 35465 0 5 4 1 452 29 15 0 1 0 48344137 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 806 374 3 0 500 0
[pid=23467] ppid=23408 vsize=5356 CPUtime=0
/proc/23467/stat : 23467 (sh) S 23408 23408 19899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48344641 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23467/statm: 1339 232 193 169 0 50 0
[pid=23468] ppid=23467 vsize=8676 CPUtime=1.23
/proc/23468/stat : 23468 (minisat) R 23467 23408 19899 0 -1 4194304 2051 0 0 0 123 0 0 0 25 0 1 0 48344642 8884224 2037 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/23468/statm: 2169 2037 75 150 0 2016 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 27632

[startup+12.7019 s]
/proc/loadavg: 2.00 2.34 2.57 3/92 23478
/proc/meminfo: memFree=1807504/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=11.82
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 1521 41996 0 6 4 1 1144 33 15 0 1 0 48344137 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 11.82
Current children cumulated vsize (KiB) 13600

[startup+25.5023 s]
/proc/loadavg: 2.00 2.33 2.56 3/84 23480
/proc/meminfo: memFree=1799760/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=11.82
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 1521 41996 0 6 4 1 1144 33 16 0 1 0 48344137 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 806 374 3 0 500 0
[pid=23479] ppid=23408 vsize=5356 CPUtime=0
/proc/23479/stat : 23479 (sh) S 23408 23408 19899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48345346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23479/statm: 1339 232 193 169 0 50 0
[pid=23480] ppid=23479 vsize=12724 CPUtime=13.27
/proc/23480/stat : 23480 (minisat) R 23479 23408 19899 0 -1 4194304 3069 0 0 0 1325 2 0 0 25 0 1 0 48345347 13029376 3055 996147200 134512640 135127466 4294956256 18446744073709551615 134528246 0 0 4096 3 0 0 0 17 1 0 0
/proc/23480/statm: 3181 3055 75 150 0 3028 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 31680

[startup+51.103 s]
/proc/loadavg: 2.00 2.30 2.54 3/84 23480
/proc/meminfo: memFree=1793616/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=11.82
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 1521 41996 0 6 4 1 1144 33 16 0 1 0 48344137 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 806 374 3 0 500 0
[pid=23479] ppid=23408 vsize=5356 CPUtime=0
/proc/23479/stat : 23479 (sh) S 23408 23408 19899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48345346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23479/statm: 1339 232 193 169 0 50 0
[pid=23480] ppid=23479 vsize=19144 CPUtime=38.62
/proc/23480/stat : 23480 (minisat) R 23479 23408 19899 0 -1 4194304 4650 0 0 0 3859 3 0 0 25 0 1 0 48345347 19603456 4636 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23480/statm: 4786 4636 75 150 0 4633 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 38100

[startup+102.307 s]
/proc/loadavg: 2.00 2.25 2.51 3/84 23480
/proc/meminfo: memFree=1783952/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=11.82
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 1521 41996 0 6 4 1 1144 33 16 0 1 0 48344137 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 806 374 3 0 500 0
[pid=23479] ppid=23408 vsize=5356 CPUtime=0
/proc/23479/stat : 23479 (sh) S 23408 23408 19899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48345346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23479/statm: 1339 232 193 169 0 50 0
[pid=23480] ppid=23479 vsize=28512 CPUtime=89.34
/proc/23480/stat : 23480 (minisat) R 23479 23408 19899 0 -1 4194304 6995 0 0 0 8928 6 0 0 25 0 1 0 48345347 29196288 6981 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/23480/statm: 7128 6981 75 150 0 6975 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 47468

[startup+162.303 s]
/proc/loadavg: 2.00 2.20 2.47 3/84 23480
/proc/meminfo: memFree=1776144/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=11.82
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 1521 41996 0 6 4 1 1144 33 16 0 1 0 48344137 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 806 374 3 0 500 0
[pid=23479] ppid=23408 vsize=5356 CPUtime=0
/proc/23479/stat : 23479 (sh) S 23408 23408 19899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48345346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23479/statm: 1339 232 193 169 0 50 0
[pid=23480] ppid=23479 vsize=36400 CPUtime=148.77
/proc/23480/stat : 23480 (minisat) R 23479 23408 19899 0 -1 4194304 8932 0 0 0 14869 8 0 0 25 0 1 0 48345347 37273600 8918 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23480/statm: 9100 8918 75 150 0 8947 0
Current children cumulated CPU time (s) 160.59

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

/proc/23492/statm: 2268 2152 75 150 0 2115 0
Current children cumulated CPU time (s) 398.29
Current children cumulated vsize (KiB) 28028

[startup+462.302 s]
/proc/loadavg: 2.00 2.07 2.33 3/84 23504
/proc/meminfo: memFree=1798224/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=407.11
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 1749 63541 0 8 4 1 40652 54 16 0 1 0 48344137 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 806 374 3 0 500 0
[pid=23503] ppid=23408 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23408 23408 19899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48385258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=13900 CPUtime=50.59
/proc/23504/stat : 23504 (minisat) R 23503 23408 19899 0 -1 4194304 3367 0 0 0 5057 2 0 0 25 0 1 0 48385258 14233600 3353 996147200 134512640 135127466 4294956256 18446744073709551615 134528448 0 0 4096 3 0 0 0 17 1 0 0
/proc/23504/statm: 3475 3353 75 150 0 3322 0
Current children cumulated CPU time (s) 457.7
Current children cumulated vsize (KiB) 32856

[startup+522.301 s]
/proc/loadavg: 2.00 2.05 2.31 3/84 23504
/proc/meminfo: memFree=1795472/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=407.11
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 1749 63541 0 8 4 1 40652 54 16 0 1 0 48344137 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 806 374 3 0 500 0
[pid=23503] ppid=23408 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23408 23408 19899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48385258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=16664 CPUtime=110.03
/proc/23504/stat : 23504 (minisat) R 23503 23408 19899 0 -1 4194304 4043 0 0 0 11000 3 0 0 25 0 1 0 48385258 17063936 4029 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 1 0 0
/proc/23504/statm: 4166 4029 75 150 0 4013 0
Current children cumulated CPU time (s) 517.14
Current children cumulated vsize (KiB) 35620

[startup+582.301 s]
/proc/loadavg: 2.00 2.04 2.29 3/84 23504
/proc/meminfo: memFree=1790928/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=407.11
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 1749 63541 0 8 4 1 40652 54 16 0 1 0 48344137 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 806 374 3 0 500 0
[pid=23503] ppid=23408 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23408 23408 19899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48385258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=21224 CPUtime=169.45
/proc/23504/stat : 23504 (minisat) R 23503 23408 19899 0 -1 4194304 5176 0 0 0 16941 4 0 0 25 0 1 0 48385258 21733376 5162 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23504/statm: 5306 5162 75 150 0 5153 0
Current children cumulated CPU time (s) 576.56
Current children cumulated vsize (KiB) 40180

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

[startup+588.701 s]
/proc/loadavg: 2.00 2.04 2.28 3/84 23504
/proc/meminfo: memFree=1790288/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=407.11
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 1749 63541 0 8 4 1 40652 54 16 0 1 0 48344137 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 806 374 3 0 500 0
[pid=23503] ppid=23408 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23408 23408 19899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48385258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=21752 CPUtime=175.8
/proc/23504/stat : 23504 (minisat) R 23503 23408 19899 0 -1 4194304 5329 0 0 0 17575 5 0 0 25 0 1 0 48385258 22274048 5315 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23504/statm: 5438 5315 75 150 0 5285 0
Current children cumulated CPU time (s) 582.91
Current children cumulated vsize (KiB) 40708

[startup+601.502 s]
/proc/loadavg: 2.00 2.04 2.28 3/84 23504
/proc/meminfo: memFree=1789392/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=407.11
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 1749 63541 0 8 4 1 40652 54 16 0 1 0 48344137 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 806 374 3 0 500 0
[pid=23503] ppid=23408 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23408 23408 19899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48385258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=22548 CPUtime=188.48
/proc/23504/stat : 23504 (minisat) R 23503 23408 19899 0 -1 4194304 5540 0 0 0 18843 5 0 0 25 0 1 0 48385258 23089152 5526 996147200 134512640 135127466 4294956256 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 1 0 0
/proc/23504/statm: 5637 5526 75 150 0 5484 0
Current children cumulated CPU time (s) 595.59
Current children cumulated vsize (KiB) 41504

[startup+614.302 s]
/proc/loadavg: 2.00 2.03 2.27 3/84 23504
/proc/meminfo: memFree=1789200/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=407.11
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 1749 63541 0 8 4 1 40652 54 16 0 1 0 48344137 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 806 374 3 0 500 0
[pid=23503] ppid=23408 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23408 23408 19899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48385258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=22816 CPUtime=201.16
/proc/23504/stat : 23504 (minisat) R 23503 23408 19899 0 -1 4194304 5596 0 0 0 20111 5 0 0 25 0 1 0 48385258 23363584 5582 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23504/statm: 5704 5582 75 150 0 5551 0
Current children cumulated CPU time (s) 608.27
Current children cumulated vsize (KiB) 41772

[startup+617.502 s]
/proc/loadavg: 2.00 2.03 2.27 3/84 23504
/proc/meminfo: memFree=1789072/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=407.11
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 1749 63541 0 8 4 1 40652 54 16 0 1 0 48344137 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 806 374 3 0 500 0
[pid=23503] ppid=23408 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23408 23408 19899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48385258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=22948 CPUtime=204.32
/proc/23504/stat : 23504 (minisat) R 23503 23408 19899 0 -1 4194304 5639 0 0 0 20427 5 0 0 25 0 1 0 48385258 23498752 5625 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23504/statm: 5737 5625 75 150 0 5584 0
Current children cumulated CPU time (s) 611.43
Current children cumulated vsize (KiB) 41904

[startup+619.101 s]
/proc/loadavg: 2.00 2.03 2.27 3/84 23504
/proc/meminfo: memFree=1788944/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=407.11
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 1749 63541 0 8 4 1 40652 54 16 0 1 0 48344137 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 806 374 3 0 500 0
[pid=23503] ppid=23408 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23408 23408 19899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48385258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=23348 CPUtime=205.91
/proc/23504/stat : 23504 (minisat) R 23503 23408 19899 0 -1 4194304 5665 0 0 0 20586 5 0 0 25 0 1 0 48385258 23908352 5651 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/23504/statm: 5837 5651 75 150 0 5684 0
Current children cumulated CPU time (s) 613.02
Current children cumulated vsize (KiB) 42304

[startup+620.702 s]
/proc/loadavg: 2.00 2.03 2.27 3/84 23504
/proc/meminfo: memFree=1788816/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=407.11
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 1749 63541 0 8 4 1 40652 54 16 0 1 0 48344137 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 806 374 3 0 500 0
[pid=23503] ppid=23408 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23408 23408 19899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48385258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=23480 CPUtime=207.49
/proc/23504/stat : 23504 (minisat) R 23503 23408 19899 0 -1 4194304 5690 0 0 0 20744 5 0 0 25 0 1 0 48385258 24043520 5676 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23504/statm: 5870 5676 75 150 0 5717 0
Current children cumulated CPU time (s) 614.6
Current children cumulated vsize (KiB) 42436

[startup+621.101 s]
/proc/loadavg: 2.00 2.03 2.27 3/84 23504
/proc/meminfo: memFree=1788816/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=407.11
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 1749 63541 0 8 4 1 40652 54 16 0 1 0 48344137 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 806 374 3 0 500 0
[pid=23503] ppid=23408 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23408 23408 19899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48385258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=23480 CPUtime=207.89
/proc/23504/stat : 23504 (minisat) R 23503 23408 19899 0 -1 4194304 5695 0 0 0 20784 5 0 0 25 0 1 0 48385258 24043520 5681 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/23504/statm: 5870 5681 75 150 0 5717 0
Current children cumulated CPU time (s) 615
Current children cumulated vsize (KiB) 42436

[startup+621.301 s]
/proc/loadavg: 2.00 2.03 2.27 3/84 23504
/proc/meminfo: memFree=1788816/2055920 swapFree=4192812/4192956
[pid=23408] ppid=23406 vsize=13600 CPUtime=407.11
/proc/23408/stat : 23408 (sugar) S 23406 23408 19899 0 -1 4194304 1749 63541 0 8 4 1 40652 54 16 0 1 0 48344137 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23408/statm: 3400 806 374 3 0 500 0
[pid=23503] ppid=23408 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23408 23408 19899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48385258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=23480 CPUtime=208.09
/proc/23504/stat : 23504 (minisat) R 23503 23408 19899 0 -1 4194304 5695 0 0 0 20804 5 0 0 25 0 1 0 48385258 24043520 5681 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23504/statm: 5870 5681 75 150 0 5717 0
Current children cumulated CPU time (s) 615.2
Current children cumulated vsize (KiB) 42436

Child status: 0
Real time (s): 621.36
CPU time (s): 615.293
CPU user time (s): 614.669
CPU system time (s): 0.624905
CPU usage (%): 99.0237
Max. virtual memory (cumulated for all children) (KiB): 883236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 614.669
system time used= 0.624905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71352
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4165
involuntary context switches= 28701

runsolver used 0.759884 second user time and 2.09368 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-13 04:33:29
IDJOB=1115196
IDBENCH=61828
IDSOLVER=368
FILE ID=node7/1115196-1215916409
PBS_JOBID= 7903774
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-29_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-1115196-1215916409/watcher-1115196-1215916409 -o /tmp/evaluation-result-1115196-1215916409/solver-1115196-1215916409 -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-1115196-1215916409.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8823420e0241e370f98d21e03c99933a
RANDOM SEED=318720581

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
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.259
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:       1819016 kB
Buffers:         29820 kB
Cached:         122568 kB
SwapCached:          0 kB
Active:         122660 kB
Inactive:        60520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2048 kB
Writeback:           0 kB
Mapped:          50896 kB
Slab:            38740 kB
Committed_AS:   333956 kB
PageTables:       2004 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= 66520 MiB
End job on node7 at 2008-07-13 04:43:51