Trace number 1116604

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM 614.688 617.034

General information on the benchmark

Namemaxcsp/randomMaxCSP/sparseLoose/
normalized-vcsp-80-10-6-60-4_ext.xml
MD5SUM8b58af8a11048fc0317c03e7cc22b2a6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints4
Best CPU time to get the best result obtained on this benchmark183.963
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints190
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension190
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 Mon Jul 14 18:22:36 2008
0.00/0.04	c 0	PID 22231
0.00/0.05	c 0	HOST node12.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1116604-1216052556.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-1116604-1216052556.xml' 'HOME/temp.csp'
0.03/0.52	c 0	1 domains, 80 variables, 0 predicates, 190 relations, 190 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.50/0.66	c 0	Parsing HOME/temp.csp
0.50/0.97	c 1	parsed 461 expressions
0.50/0.99	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/0.99	c 1	MAX CSP: 190 constraints
0.50/0.99	c 1	Converting to clausal form CSP
0.90/1.02	c 1	converted 66 (10%) expressions
0.90/1.03	c 1	converted 131 (20%) expressions
0.90/1.03	c 1	converted 197 (30%) expressions
0.90/1.03	c 1	converted 262 (40%) expressions
0.90/1.05	c 1	converted 327 (50%) expressions
0.90/1.06	c 1	converted 393 (60%) expressions
0.90/1.07	c 1	converted 458 (70%) expressions
0.90/1.08	c 1	converted 524 (80%) expressions
0.90/1.09	c 1	converted 589 (90%) expressions
1.09/1.23	c 1	converted 654 (100%) expressions
1.09/1.23	c 1	CSP : 460 integers, 0 booleans, 569 clauses, largest domain size 286
1.09/1.23	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.09/1.23	c 1	Propagation in CSP
1.09/1.25	c 1	184 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.09/1.25	c 1	CSP : 460 integers, 0 booleans, 569 clauses, largest domain size 191
1.09/1.25	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.09/1.25	c 1	Simplifing CSP by introducing new Boolean variables
1.09/1.25	c 1	CSP : 460 integers, 0 booleans, 569 clauses, largest domain size 191
1.09/1.25	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.09/1.28	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.19/1.30	c 1	46 (10%) CSP integer variables are encoded (368 clauses, 3920 bytes)
1.19/1.30	c 1	92 (20%) CSP integer variables are encoded (640 clauses, 6912 bytes)
1.19/1.30	c 1	138 (30%) CSP integer variables are encoded (640 clauses, 6912 bytes)
1.19/1.30	c 1	184 (40%) CSP integer variables are encoded (640 clauses, 6912 bytes)
1.19/1.30	c 1	230 (50%) CSP integer variables are encoded (640 clauses, 6912 bytes)
1.19/1.31	c 1	276 (60%) CSP integer variables are encoded (840 clauses, 9335 bytes)
1.19/1.31	c 1	322 (70%) CSP integer variables are encoded (1060 clauses, 12195 bytes)
1.19/1.31	c 1	368 (80%) CSP integer variables are encoded (2516 clauses, 31123 bytes)
1.19/1.31	c 1	414 (90%) CSP integer variables are encoded (2739 clauses, 34022 bytes)
1.19/1.31	c 1	460 (100%) CSP integer variables are encoded (3051 clauses, 38078 bytes)
1.19/1.36	c 1	57 (10%) CSP clauses are encoded (4498 clauses, 67085 bytes)
1.19/1.38	c 1	114 (20%) CSP clauses are encoded (5928 clauses, 98182 bytes)
1.19/1.39	c 1	171 (30%) CSP clauses are encoded (7334 clauses, 128942 bytes)
1.29/1.40	c 1	228 (40%) CSP clauses are encoded (8121 clauses, 144275 bytes)
1.29/1.41	c 1	285 (50%) CSP clauses are encoded (10620 clauses, 188119 bytes)
1.29/1.41	c 1	342 (60%) CSP clauses are encoded (11461 clauses, 202114 bytes)
1.29/1.49	c 1	399 (70%) CSP clauses are encoded (47584 clauses, 853124 bytes)
1.29/1.49	c 1	456 (80%) CSP clauses are encoded (48503 clauses, 868474 bytes)
1.29/1.49	c 1	513 (90%) CSP clauses are encoded (50584 clauses, 904917 bytes)
1.40/1.51	c 1	569 (100%) CSP clauses are encoded (57764 clauses, 1033813 bytes)
1.40/1.51	c 1	569 CSP clauses encoded
1.40/1.51	c 1	Writing map file : HOME/temp.map
1.40/1.52	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.52	c 1	SAT : 3511 SAT variables, 57764 SAT clauses, 1033813 bytes
1.40/1.52	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.53	c 1	OBJECTIVE minimize _COST
1.40/1.53	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.40/1.53	c 1	SEARCHING: _COST <= 95
1.40/1.53	c 1	SOLVING HOME/temp.cnf
1.40/1.53	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.40/1.53	c 1	This is MiniSat 2.0 beta
1.40/1.53	c 1	WARNING: for repeatability, setting FPU to use double precision
1.40/1.53	c 1	============================[ Problem Statistics ]=============================
1.40/1.53	c 1	|                                                                             |
1.40/1.53	c 1	|  Number of variables:  3511                                                 |
1.40/1.53	c 1	|  Number of clauses:    57765                                                |
1.40/1.56	c 1	|  Parsing time:         0.03         s                                       |
1.40/1.57	c 1	============================[ Search Statistics ]==============================
1.40/1.57	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.40/1.57	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.40/1.57	c 1	===============================================================================
1.40/1.57	c 1	|         0 |    2751    39112   117657 |    13037        0    nan |  0.000 % |
1.40/1.58	c 1	===============================================================================
1.40/1.58	c 1	restarts              : 1
1.40/1.58	c 1	conflicts             : 6              (150 /sec)
1.40/1.58	c 1	decisions             : 143            (0.00 % random) (3576 /sec)
1.40/1.58	c 1	propagations          : 4336           (108419 /sec)
1.40/1.58	c 1	conflict literals     : 27             (10.00 % deleted)
1.40/1.58	c 1	Memory used           : 4.24 MB
1.40/1.58	c 1	CPU time              : 0.039993 s
1.40/1.58	c 1	
1.40/1.58	c 1	SATISFIABLE
1.40/1.58	c 1	FOUND: _COST <= 95
1.40/1.58	s SATISFIABLE
1.40/1.58	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.40/1.58	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.48/1.78	c 2	Decoding HOME/temp.out
1.48/1.85	c 2	OBJECTIVE _COST 95
1.48/1.85	o 95
1.48/1.85	v 9 5 9 7 4 1 0 9 9 5 9 6 9 6 9 7 5 5 9 7 6 7 5 6 8 5 9 9 6 8 9 9 8 1 1 9 7 5 9 8 9 9 3 5 8 9 9 7 8 7 7 9 9 7 9 9 7 9 9 9 8 9 9 9 9 9 2 9 9 9 5 8 7 9 9 9 9 9 9 9
1.48/1.86	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.48/1.91	c 2	OBJECTIVE BOUND: 0 <= _COST <= 95
1.48/1.91	c 2	SEARCHING: _COST <= 47
1.48/1.91	c 2	SOLVING HOME/temp.cnf
1.48/1.91	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.48/1.92	c 2	This is MiniSat 2.0 beta
1.48/1.92	c 2	WARNING: for repeatability, setting FPU to use double precision
1.48/1.92	c 2	============================[ Problem Statistics ]=============================
1.48/1.92	c 2	|                                                                             |
1.48/1.92	c 2	|  Number of variables:  3511                                                 |
1.48/1.92	c 2	|  Number of clauses:    57765                                                |
1.48/1.95	c 2	|  Parsing time:         0.02         s                                       |
1.48/1.95	c 2	============================[ Search Statistics ]==============================
1.48/1.95	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.48/1.95	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.48/1.96	c 2	===============================================================================
1.48/1.96	c 2	|         0 |    2317    27516    84123 |     9172        0    nan |  0.000 % |
1.48/1.96	c 2	===============================================================================
1.48/1.96	c 2	restarts              : 1
1.48/1.96	c 2	conflicts             : 55             (1448 /sec)
1.48/1.96	c 2	decisions             : 222            (1.35 % random) (5843 /sec)
1.48/1.96	c 2	propagations          : 6668           (175501 /sec)
1.48/1.96	c 2	conflict literals     : 634            (9.04 % deleted)
1.48/1.96	c 2	Memory used           : 4.24 MB
1.48/1.96	c 2	CPU time              : 0.037994 s
1.48/1.96	c 2	
1.48/1.96	c 2	SATISFIABLE
1.48/1.96	c 2	FOUND: _COST <= 47
1.48/1.96	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.48/1.96	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.71/2.04	c 2	Decoding HOME/temp.out
1.71/2.10	c 2	OBJECTIVE _COST 47
1.71/2.10	o 47
1.84/2.10	v 9 0 1 3 0 0 5 8 9 9 9 6 4 6 8 7 2 0 7 2 4 3 8 6 8 5 9 9 9 9 9 9 9 0 1 1 4 4 9 8 9 9 9 9 8 2 9 8 7 5 1 8 7 7 4 9 7 9 9 5 9 9 6 9 9 2 2 6 6 9 9 5 7 2 7 9 7 8 9 9
1.84/2.11	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.84/2.12	c 2	OBJECTIVE BOUND: 0 <= _COST <= 47
1.84/2.12	c 2	SEARCHING: _COST <= 23
1.84/2.12	c 2	SOLVING HOME/temp.cnf
1.84/2.12	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.84/2.12	c 2	This is MiniSat 2.0 beta
1.84/2.12	c 2	WARNING: for repeatability, setting FPU to use double precision
1.84/2.12	c 2	============================[ Problem Statistics ]=============================
1.84/2.12	c 2	|                                                                             |
1.84/2.12	c 2	|  Number of variables:  3511                                                 |
1.84/2.12	c 2	|  Number of clauses:    57765                                                |
1.84/2.15	c 2	|  Parsing time:         0.03         s                                       |
1.84/2.16	c 2	============================[ Search Statistics ]==============================
1.84/2.16	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.84/2.16	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.84/2.16	c 2	===============================================================================
1.84/2.16	c 2	|         0 |    2023    18322    57399 |     6107        0    nan |  0.000 % |
1.84/2.17	c 2	|       100 |    2023    18322    57399 |     6718      100     17 | 42.381 % |
1.84/2.18	c 2	|       250 |    2023    18322    57399 |     7389      250     18 | 42.381 % |
1.84/2.18	c 2	===============================================================================
1.84/2.18	c 2	restarts              : 3
1.84/2.18	c 2	conflicts             : 341            (5983 /sec)
1.84/2.18	c 2	decisions             : 919            (0.98 % random) (16125 /sec)
1.84/2.18	c 2	propagations          : 38559          (676581 /sec)
1.84/2.18	c 2	conflict literals     : 5934           (12.28 % deleted)
1.84/2.18	c 2	Memory used           : 4.24 MB
1.84/2.18	c 2	CPU time              : 0.056991 s
1.84/2.18	c 2	
1.84/2.18	c 2	SATISFIABLE
1.84/2.18	c 2	FOUND: _COST <= 23
1.84/2.18	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.84/2.18	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.92/2.26	c 2	Decoding HOME/temp.out
1.92/2.32	c 2	OBJECTIVE _COST 23
1.92/2.32	o 23
1.92/2.33	v 9 3 7 4 5 4 9 6 8 9 3 6 1 8 7 9 3 1 9 2 5 9 8 9 9 9 9 4 9 8 8 6 7 9 9 7 9 9 9 5 9 1 7 8 5 4 8 7 5 8 9 9 6 2 9 2 9 4 7 1 8 9 9 8 9 8 7 3 9 8 9 3 2 7 8 9 7 2 9 2
1.92/2.33	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.92/2.34	c 2	OBJECTIVE BOUND: 0 <= _COST <= 23
1.92/2.34	c 2	SEARCHING: _COST <= 11
1.92/2.34	c 2	SOLVING HOME/temp.cnf
1.92/2.34	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.92/2.35	c 2	This is MiniSat 2.0 beta
1.92/2.35	c 2	WARNING: for repeatability, setting FPU to use double precision
1.92/2.35	c 2	============================[ Problem Statistics ]=============================
1.92/2.35	c 2	|                                                                             |
1.92/2.35	c 2	|  Number of variables:  3511                                                 |
1.92/2.35	c 2	|  Number of clauses:    57765                                                |
1.92/2.38	c 2	|  Parsing time:         0.03         s                                       |
1.92/2.39	c 2	============================[ Search Statistics ]==============================
1.92/2.39	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.92/2.39	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.92/2.39	c 2	===============================================================================
1.92/2.39	c 2	|         0 |    1781    12654    41109 |     4218        0    nan |  0.000 % |
2.07/2.40	c 2	|       102 |    1781    12654    41109 |     4639      102     18 | 49.274 % |
2.07/2.41	c 2	|       252 |    1781    12654    41109 |     5103      252     17 | 49.274 % |
2.07/2.43	c 2	|       477 |    1781    12654    41109 |     5614      477     18 | 49.274 % |
2.07/2.45	c 2	|       814 |    1781    12654    41109 |     6175      814     22 | 49.274 % |
2.07/2.50	c 2	|      1321 |    1781    12654    41109 |     6793     1321     22 | 49.274 % |
2.07/2.56	c 2	|      2080 |    1781    12654    41109 |     7472     2080     23 | 49.274 % |
2.07/2.68	c 2	|      3219 |    1781    12654    41109 |     8219     3219     23 | 49.274 % |
2.07/2.73	c 3	===============================================================================
2.07/2.73	c 3	restarts              : 8
2.07/2.73	c 3	conflicts             : 3833           (10250 /sec)
2.07/2.73	c 3	decisions             : 4926           (0.77 % random) (13173 /sec)
2.07/2.73	c 3	propagations          : 840455         (2247548 /sec)
2.07/2.73	c 3	conflict literals     : 92839          (25.57 % deleted)
2.07/2.73	c 3	Memory used           : 4.24 MB
2.07/2.73	c 3	CPU time              : 0.373943 s
2.07/2.73	c 3	
2.07/2.73	c 3	SATISFIABLE
2.07/2.73	c 3	FOUND: _COST <= 11
2.07/2.73	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.07/2.73	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.45/2.81	c 3	Decoding HOME/temp.out
2.45/2.88	c 3	OBJECTIVE _COST 11
2.45/2.88	o 11
2.45/2.89	v 9 0 9 9 9 4 9 6 8 9 9 8 1 5 7 2 2 0 9 2 5 9 8 9 7 8 9 3 9 6 8 7 8 8 4 4 4 9 9 6 7 8 7 8 0 4 6 3 7 3 2 8 5 5 3 6 2 1 9 7 7 9 6 9 9 8 3 6 9 0 7 5 3 5 8 9 7 6 9 9
2.45/2.89	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.45/2.97	c 3	OBJECTIVE BOUND: 0 <= _COST <= 11
2.45/2.97	c 3	SEARCHING: _COST <= 5
2.45/2.97	c 3	SOLVING HOME/temp.cnf
2.45/2.97	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.45/2.97	c 3	This is MiniSat 2.0 beta
2.45/2.97	c 3	WARNING: for repeatability, setting FPU to use double precision
2.45/2.97	c 3	============================[ Problem Statistics ]=============================
2.45/2.97	c 3	|                                                                             |
2.45/2.97	c 3	|  Number of variables:  3511                                                 |
2.45/2.97	c 3	|  Number of clauses:    57765                                                |
2.63/3.00	c 3	|  Parsing time:         0.03         s                                       |
2.63/3.01	c 3	============================[ Search Statistics ]==============================
2.63/3.01	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.63/3.01	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.63/3.01	c 3	===============================================================================
2.63/3.01	c 3	|         0 |    1547     9295    31728 |     3098        0    nan |  0.000 % |
2.63/3.02	c 3	|       101 |    1547     9295    31728 |     3408      101     18 | 55.938 % |
2.63/3.03	c 3	|       251 |    1547     9295    31728 |     3748      251     15 | 55.939 % |
2.63/3.05	c 3	|       477 |    1547     9295    31728 |     4123      477     18 | 55.939 % |
2.63/3.07	c 3	|       814 |    1547     9295    31728 |     4536      814     18 | 55.939 % |
2.63/3.11	c 3	|      1320 |    1547     9295    31728 |     4989     1320     18 | 55.939 % |
2.63/3.17	c 3	|      2079 |    1547     9295    31728 |     5488     2079     17 | 55.939 % |
2.85/3.28	c 3	|      3220 |    1547     9295    31728 |     6037     3220     20 | 55.939 % |
3.04/3.47	c 3	|      4928 |    1547     9295    31728 |     6641     4928     21 | 55.939 % |
3.34/3.74	c 4	|      7490 |    1547     9295    31728 |     7305     7490     21 | 55.939 % |
3.74/4.18	c 4	|     11335 |    1547     9295    31728 |     8036     6518     22 | 55.939 % |
4.54/4.92	c 5	|     17101 |    1547     9295    31728 |     8839     7116     20 | 55.939 % |
5.64/6.00	c 6	|     25750 |    1547     9295    31728 |     9723    10212     20 | 55.939 % |
7.44/7.81	c 8	|     38724 |    1547     9295    31728 |    10696    11239     24 | 55.939 % |
10.04/10.45	c 10	|     58186 |    1547     9295    31728 |    11765    11309     24 | 55.938 % |
14.04/14.45	c 14	|     87378 |    1547     9295    31728 |    12942    12470     22 | 55.939 % |
20.24/20.63	c 20	|    131168 |    1547     9295    31728 |    14236    10628     19 | 55.939 % |
30.03/30.44	c 30	|    196852 |    1547     9295    31728 |    15660    10600     22 | 55.939 % |
46.02/46.48	c 46	|    295378 |    1547     9295    31728 |    17226    10401     19 | 55.939 % |
70.81/71.26	c 71	|    443167 |    1547     9295    31728 |    18949    12301     22 | 55.939 % |
112.10/112.59	c 112	|    664851 |    1547     9295    31728 |    20844    11809     27 | 55.939 % |
174.18/174.63	c 174	|    997380 |    1547     9295    31728 |    22928    20319     23 | 55.939 % |
260.15/260.61	c 260	===============================================================================
260.15/260.61	c 260	restarts              : 22
260.15/260.61	c 260	conflicts             : 1419846        (5514 /sec)
260.15/260.61	c 260	decisions             : 1553359        (1.19 % random) (6032 /sec)
260.15/260.61	c 260	propagations          : 351522648      (1365063 /sec)
260.15/260.61	c 260	conflict literals     : 36652032       (32.55 % deleted)
260.15/260.61	c 260	Memory used           : 11.05 MB
260.15/260.61	c 260	CPU time              : 257.514 s
260.15/260.61	c 260	
260.15/260.61	c 260	SATISFIABLE
260.15/260.62	c 260	FOUND: _COST <= 5
260.15/260.62	c 260	DECODING HOME/temp.out WITH HOME/temp.map
260.15/260.62	c 260	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
260.17/260.74	c 261	Decoding HOME/temp.out
260.17/260.81	c 261	OBJECTIVE _COST 5
260.17/260.81	o 5
260.17/260.81	v 9 4 9 3 9 4 4 6 8 3 9 3 1 2 7 2 6 5 1 6 5 9 6 9 2 0 4 4 9 8 8 8 8 1 1 7 3 2 9 5 9 1 7 8 5 4 6 7 2 5 9 8 8 7 1 3 7 9 2 9 8 9 9 4 4 2 9 6 1 4 7 4 2 5 8 7 7 2 9 9
260.17/260.82	c 261	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
260.17/260.82	c 261	OBJECTIVE BOUND: 0 <= _COST <= 5
260.17/260.82	c 261	SEARCHING: _COST <= 2
260.17/260.82	c 261	SOLVING HOME/temp.cnf
260.17/260.82	c 261	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
260.17/260.82	c 261	This is MiniSat 2.0 beta
260.17/260.82	c 261	WARNING: for repeatability, setting FPU to use double precision
260.17/260.83	c 261	============================[ Problem Statistics ]=============================
260.17/260.83	c 261	|                                                                             |
260.17/260.83	c 261	|  Number of variables:  3511                                                 |
260.17/260.83	c 261	|  Number of clauses:    57765                                                |
260.17/260.86	c 261	|  Parsing time:         0.03         s                                       |
260.17/260.87	c 261	============================[ Search Statistics ]==============================
260.17/260.87	c 261	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
260.17/260.87	c 261	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
260.17/260.87	c 261	===============================================================================
260.17/260.87	c 261	|         0 |    1290     7170    26121 |     2390        0    nan |  0.000 % |
260.17/260.87	c 261	|       100 |    1290     7170    26121 |     2629      100     18 | 63.258 % |
260.17/260.88	c 261	|       250 |    1290     7170    26121 |     2891      250     15 | 63.258 % |
260.33/260.90	c 261	|       475 |    1290     7170    26121 |     3181      475     14 | 63.258 % |
260.33/260.92	c 261	|       813 |    1290     7170    26121 |     3499      813     15 | 63.258 % |
260.33/260.96	c 261	|      1319 |    1290     7170    26121 |     3849     1319     15 | 63.258 % |
260.33/261.02	c 261	|      2078 |    1290     7170    26121 |     4234     2078     15 | 63.258 % |
260.33/261.11	c 261	|      3218 |    1290     7170    26121 |     4657     3218     17 | 63.258 % |
260.33/261.26	c 261	|      4928 |    1290     7170    26121 |     5123     4928     17 | 63.258 % |
260.33/261.52	c 261	|      7492 |    1290     7170    26121 |     5635     3798     16 | 63.258 % |
261.39/261.90	c 262	|     11337 |    1287     7118    25916 |     6199     5209     18 | 63.344 % |
261.99/262.55	c 262	|     17103 |    1282     7101    25875 |     6818     6524     19 | 63.486 % |
262.59/263.16	c 263	===============================================================================
262.59/263.16	c 263	restarts              : 12
262.59/263.16	c 263	conflicts             : 22560          (9701 /sec)
262.59/263.16	c 263	decisions             : 25067          (1.46 % random) (10779 /sec)
262.59/263.16	c 263	propagations          : 5316565        (2286059 /sec)
262.59/263.16	c 263	conflict literals     : 434913         (34.64 % deleted)
262.59/263.16	c 263	Memory used           : 4.24 MB
262.59/263.16	c 263	CPU time              : 2.32565 s
262.59/263.16	c 263	
262.59/263.16	c 263	UNSATISFIABLE
262.59/263.16	c 263	NOT FOUND: _COST <= 2
262.59/263.16	c 263	OBJECTIVE BOUND: 3 <= _COST <= 5
262.59/263.16	c 263	SEARCHING: _COST <= 4
262.59/263.16	c 263	SOLVING HOME/temp.cnf
262.59/263.16	c 263	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
262.59/263.16	c 263	This is MiniSat 2.0 beta
262.59/263.16	c 263	WARNING: for repeatability, setting FPU to use double precision
262.59/263.16	c 263	============================[ Problem Statistics ]=============================
262.59/263.16	c 263	|                                                                             |
262.59/263.17	c 263	|  Number of variables:  3511                                                 |
262.59/263.17	c 263	|  Number of clauses:    57765                                                |
262.66/263.25	c 263	|  Parsing time:         0.02         s                                       |
262.66/263.26	c 263	============================[ Search Statistics ]==============================
262.66/263.26	c 263	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
262.66/263.26	c 263	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
262.66/263.26	c 263	===============================================================================
262.66/263.26	c 263	|         0 |    1482     8641    29960 |     2880        0    nan |  0.000 % |
262.66/263.27	c 263	|       101 |    1482     8641    29960 |     3168      101     20 | 57.790 % |
262.66/263.28	c 263	|       251 |    1482     8641    29960 |     3485      251     16 | 57.790 % |
262.66/263.29	c 263	|       476 |    1482     8641    29960 |     3833      476     18 | 57.790 % |
262.66/263.32	c 263	|       813 |    1482     8641    29960 |     4217      813     17 | 57.790 % |
262.66/263.36	c 263	|      1323 |    1482     8641    29960 |     4638     1323     17 | 57.790 % |
262.66/263.43	c 263	|      2082 |    1482     8641    29960 |     5102     2082     17 | 57.790 % |
262.66/263.53	c 263	|      3221 |    1482     8641    29960 |     5612     3221     21 | 57.790 % |
262.66/263.70	c 263	|      4930 |    1482     8641    29960 |     6174     4930     20 | 57.790 % |
263.32/263.97	c 264	|      7492 |    1482     8641    29960 |     6791     7492     22 | 57.790 % |
263.82/264.40	c 264	|     11338 |    1482     8641    29960 |     7470     6805     21 | 57.790 % |
264.42/265.09	c 265	|     17105 |    1482     8641    29960 |     8217     7700     20 | 57.790 % |
265.51/266.11	c 266	|     25754 |    1482     8641    29960 |     9039     5836     19 | 57.790 % |
267.10/267.79	c 268	|     38728 |    1482     8641    29960 |     9943     7471     24 | 57.790 % |
269.69/270.35	c 270	|     58189 |    1482     8641    29960 |    10938     8534     25 | 57.790 % |
273.87/274.51	c 274	|     87381 |    1482     8641    29960 |    12031    11132     26 | 57.790 % |
280.14/280.82	c 281	|    131173 |    1482     8641    29960 |    13235    11993     23 | 57.790 % |
289.49/290.26	c 290	|    196857 |    1482     8641    29960 |    14558    15394     25 | 57.790 % |
304.41/305.22	c 305	|    295383 |    1482     8641    29960 |    16014    12841     21 | 57.790 % |
328.20/329.15	c 329	|    443172 |    1481     8625    29902 |    17615    15954     21 | 57.818 % |
366.11/367.28	c 367	|    664855 |    1480     8608    29841 |    19377    18859     21 | 57.847 % |
425.02/426.48	c 426	|    997381 |    1478     8580    29742 |    21315    12100     27 | 57.904 % |
517.86/519.77	c 520	|   1496169 |    1475     8535    29563 |    23446    15407     28 | 57.989 % |
589.10/591.35	c 591	===============================================================================
589.10/591.35	c 591	restarts              : 23
589.10/591.35	c 591	conflicts             : 1851181        (5670 /sec)
589.10/591.35	c 591	decisions             : 2027598        (1.24 % random) (6210 /sec)
589.10/591.35	c 591	propagations          : 452450109      (1385774 /sec)
589.10/591.35	c 591	conflict literals     : 47674088       (33.04 % deleted)
589.10/591.35	c 591	Memory used           : 11.66 MB
589.10/591.35	c 591	CPU time              : 326.496 s
589.10/591.35	c 591	
589.10/591.36	c 591	SATISFIABLE
589.10/591.36	c 591	FOUND: _COST <= 4
589.10/591.36	c 591	DECODING HOME/temp.out WITH HOME/temp.map
589.10/591.36	c 591	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
589.20/591.45	c 591	Decoding HOME/temp.out
589.20/591.51	c 591	OBJECTIVE _COST 4
589.20/591.51	o 4
589.20/591.51	v 9 4 9 5 9 4 4 6 8 3 9 3 1 2 7 2 6 5 1 6 5 9 9 9 2 0 4 4 9 8 8 8 8 1 1 2 3 2 9 8 9 1 7 8 5 4 6 7 2 5 4 8 8 3 1 3 7 9 2 9 8 9 9 4 4 2 9 6 1 4 7 4 2 5 8 7 7 2 9 9
589.20/591.52	c 591	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
589.20/591.57	c 591	OBJECTIVE BOUND: 3 <= _COST <= 4
589.20/591.57	c 591	SEARCHING: _COST <= 3
589.20/591.57	c 591	SOLVING HOME/temp.cnf
589.20/591.57	c 591	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
589.20/591.57	c 591	This is MiniSat 2.0 beta
589.20/591.57	c 591	WARNING: for repeatability, setting FPU to use double precision
589.20/591.57	c 591	============================[ Problem Statistics ]=============================
589.20/591.58	c 591	|                                                                             |
589.20/591.58	c 591	|  Number of variables:  3511                                                 |
589.20/591.58	c 591	|  Number of clauses:    57765                                                |
589.34/591.61	c 591	|  Parsing time:         0.02         s                                       |
589.34/591.62	c 591	============================[ Search Statistics ]==============================
589.34/591.62	c 591	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
589.34/591.62	c 591	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
589.34/591.62	c 591	===============================================================================
589.34/591.62	c 591	|         0 |    1417     8046    28369 |     2682        0    nan |  0.000 % |
589.34/591.62	c 591	|       100 |    1417     8046    28369 |     2950      100     18 | 59.641 % |
589.34/591.63	c 591	|       252 |    1417     8046    28369 |     3245      252     16 | 59.641 % |
589.34/591.65	c 591	|       478 |    1417     8046    28369 |     3569      478     16 | 59.641 % |
589.34/591.68	c 591	|       815 |    1417     8046    28369 |     3926      815     16 | 59.641 % |
589.45/591.71	c 592	|      1321 |    1417     8046    28369 |     4319     1321     16 | 59.641 % |
589.45/591.78	c 592	|      2081 |    1417     8046    28369 |     4751     2081     18 | 59.641 % |
589.55/591.87	c 592	|      3221 |    1417     8046    28369 |     5226     3221     17 | 59.641 % |
589.75/592.02	c 592	|      4929 |    1417     8046    28369 |     5749     4929     16 | 59.641 % |
589.95/592.27	c 592	|      7491 |    1417     8046    28369 |     6324     7491     16 | 59.641 % |
590.34/592.68	c 592	|     11336 |    1417     8046    28369 |     6956     6921     21 | 59.641 % |
591.04/593.33	c 593	|     17102 |    1417     8046    28369 |     7652     8109     23 | 59.641 % |
592.04/594.33	c 594	|     25752 |    1417     8046    28369 |     8417     6882     20 | 59.641 % |
593.63/595.91	c 596	|     38726 |    1417     8046    28369 |     9258     9210     21 | 59.641 % |
596.02/598.39	c 598	|     58187 |    1416     8031    28319 |    10184     9995     20 | 59.670 % |
599.80/602.14	c 602	|     87379 |    1416     8031    28319 |    11203     8072     18 | 59.670 % |
605.27/607.62	c 607	|    131168 |    1410     7912    27829 |    12323     7215     21 | 59.841 % |
614.03/616.48	c 616	|    196852 |    1401     7705    26930 |    13556    13305     20 | 60.097 % |
614.63/617.03	c 617	===============================================================================
614.63/617.03	c 617	restarts              : 18
614.63/617.03	c 617	conflicts             : 200353         (7915 /sec)
614.63/617.03	c 617	decisions             : 221281         (1.25 % random) (8741 /sec)
614.63/617.03	c 617	propagations          : 49374651       (1950476 /sec)
614.63/617.03	c 617	conflict literals     : 4178301        (36.26 % deleted)
614.63/617.03	c 617	Memory used           : 5.67 MB
614.63/617.03	c 617	CPU time              : 25.3142 s
614.63/617.03	c 617	
614.63/617.03	c 617	UNSATISFIABLE
614.63/617.03	c 617	NOT FOUND: _COST <= 3
614.63/617.03	c 617	OBJECTIVE _COST 4
614.63/617.03	s OPTIMUM FOUND
614.63/617.03	c 617	CPU 614.3 (0.05 0.02 614.25 0.35)
614.63/617.03	c 617	END Mon Jul 14 18:32:53 2008

Verifier Data (download as text)

OK	4	186
4 unsatisfied constraints, 186 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-1116604-1216052556/watcher-1116604-1216052556 -o /tmp/evaluation-result-1116604-1216052556/solver-1116604-1216052556 -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-1116604-1216052556.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.57 2.58 2.57 4/80 22231
/proc/meminfo: memFree=1741776/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=18572 CPUtime=0
/proc/22231/stat : 22231 (runsolver) R 22229 22231 22078 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 61958380 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 0 0 0
/proc/22231/statm: 4643 292 257 25 0 2626 0

[startup+0.095667 s]
/proc/loadavg: 2.57 2.58 2.57 4/80 22231
/proc/meminfo: memFree=1741776/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=0.03
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 61958380 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22231/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101664 s]
/proc/loadavg: 2.57 2.58 2.57 4/80 22231
/proc/meminfo: memFree=1741776/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=0.03
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 61958380 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22231/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301688 s]
/proc/loadavg: 2.57 2.58 2.57 4/80 22231
/proc/meminfo: memFree=1741776/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=0.03
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 61958380 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22231/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701723 s]
/proc/loadavg: 2.57 2.58 2.57 4/80 22231
/proc/meminfo: memFree=1741776/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=0.5
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 974 4595 0 1 3 0 44 3 16 0 1 0 61958380 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22231/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13600

[startup+1.5018 s]
/proc/loadavg: 2.68 2.60 2.58 5/91 22253
/proc/meminfo: memFree=1732984/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=0.51
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 974 4595 0 1 4 0 44 3 15 0 1 0 61958380 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22231/statm: 3400 797 370 3 0 500 0
[pid=22244] ppid=22231 vsize=5356 CPUtime=0
/proc/22244/stat : 22244 (sh) S 22231 22231 22078 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 61958439 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22244/statm: 1339 233 193 169 0 50 0
[pid=22245] ppid=22244 vsize=869504 CPUtime=0.89
/proc/22245/stat : 22245 (java) S 22244 22231 22078 0 -1 0 6669 0 1 0 83 6 0 0 18 0 9 0 61958439 890372096 5875 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22245/statm: 217376 5875 2564 9 0 211923 0
[pid=22245/tid=22246] ppid=22244 vsize=869504 CPUtime=0.6
/proc/22245/task/22246/stat : 22246 (java) R 22244 22231 22078 0 -1 64 2739 0 1 0 57 3 0 0 18 0 9 0 61958440 890372096 5875 996147200 134512640 134550740 4294955936 18446744073709551615 4126858617 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22247] ppid=22244 vsize=869504 CPUtime=0.06
/proc/22245/task/22247/stat : 22247 (java) S 22244 22231 22078 0 -1 64 1774 0 0 0 6 0 0 0 16 0 9 0 61958441 890372096 5875 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22248] ppid=22244 vsize=869504 CPUtime=0
/proc/22245/task/22248/stat : 22248 (java) S 22244 22231 22078 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 61958441 890372096 5875 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22249] ppid=22244 vsize=869504 CPUtime=0
/proc/22245/task/22249/stat : 22249 (java) S 22244 22231 22078 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 61958441 890372096 5875 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22250] ppid=22244 vsize=869504 CPUtime=0
/proc/22245/task/22250/stat : 22250 (java) S 22244 22231 22078 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 61958443 890372096 5875 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22251] ppid=22244 vsize=869504 CPUtime=0.2
/proc/22245/task/22251/stat : 22251 (java) S 22244 22231 22078 0 -1 64 1462 0 0 0 19 1 0 0 16 0 9 0 61958443 890372096 5875 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22252] ppid=22244 vsize=869504 CPUtime=0
/proc/22245/task/22252/stat : 22252 (java) S 22244 22231 22078 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 61958443 890372096 5875 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22245/tid=22253] ppid=22244 vsize=869504 CPUtime=0
/proc/22245/task/22253/stat : 22253 (java) S 22244 22231 22078 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 61958443 890372096 5875 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 888460

[startup+3.10196 s]
/proc/loadavg: 2.68 2.60 2.58 5/91 22277
/proc/meminfo: memFree=1733368/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=2.63
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 1522 31791 0 6 4 1 236 22 16 0 1 0 61958380 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22231/statm: 3400 807 374 3 0 500 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 13600

[startup+6.30128 s]
/proc/loadavg: 2.63 2.59 2.57 3/83 22303
/proc/meminfo: memFree=1734392/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=2.63
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 1522 31791 0 6 4 1 236 22 16 0 1 0 61958380 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22231/statm: 3400 807 374 3 0 500 0
[pid=22302] ppid=22231 vsize=5356 CPUtime=0
/proc/22302/stat : 22302 (sh) S 22231 22231 22078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61958677 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22302/statm: 1339 232 193 169 0 50 0
[pid=22303] ppid=22302 vsize=4732 CPUtime=3.31
/proc/22303/stat : 22303 (minisat) R 22302 22231 22078 0 -1 4194304 1104 0 0 0 331 0 0 0 25 0 1 0 61958678 4845568 1090 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22303/statm: 1183 1090 75 150 0 1030 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 23688

[startup+12.7019 s]
/proc/loadavg: 2.66 2.60 2.57 3/83 22303
/proc/meminfo: memFree=1733624/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=2.63
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 1522 31791 0 6 4 1 236 22 16 0 1 0 61958380 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22231/statm: 3400 807 374 3 0 500 0
[pid=22302] ppid=22231 vsize=5356 CPUtime=0
/proc/22302/stat : 22302 (sh) S 22231 22231 22078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61958677 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22302/statm: 1339 232 193 169 0 50 0
[pid=22303] ppid=22302 vsize=5460 CPUtime=9.71
/proc/22303/stat : 22303 (minisat) R 22302 22231 22078 0 -1 4194304 1264 0 0 0 970 1 0 0 25 0 1 0 61958678 5591040 1250 996147200 134512640 135127466 4294956256 18446744073709551615 134523101 0 0 4096 3 0 0 0 17 0 0 0
/proc/22303/statm: 1365 1250 75 150 0 1212 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 24416

[startup+25.5022 s]
/proc/loadavg: 2.63 2.60 2.57 3/83 22303
/proc/meminfo: memFree=1733176/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=2.63
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 1522 31791 0 6 4 1 236 22 16 0 1 0 61958380 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22231/statm: 3400 807 374 3 0 500 0
[pid=22302] ppid=22231 vsize=5356 CPUtime=0
/proc/22302/stat : 22302 (sh) S 22231 22231 22078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61958677 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22302/statm: 1339 232 193 169 0 50 0
[pid=22303] ppid=22302 vsize=6004 CPUtime=22.51
/proc/22303/stat : 22303 (minisat) R 22302 22231 22078 0 -1 4194304 1391 0 0 0 2250 1 0 0 25 0 1 0 61958678 6148096 1377 996147200 134512640 135127466 4294956256 18446744073709551615 134527703 0 0 4096 3 0 0 0 17 0 0 0
/proc/22303/statm: 1501 1377 75 150 0 1348 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 24960

[startup+51.1027 s]
/proc/loadavg: 2.52 2.57 2.56 4/83 22303
/proc/meminfo: memFree=1731960/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=2.63
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 1522 31791 0 6 4 1 236 22 16 0 1 0 61958380 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22231/statm: 3400 807 374 3 0 500 0
[pid=22302] ppid=22231 vsize=5356 CPUtime=0
/proc/22302/stat : 22302 (sh) S 22231 22231 22078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61958677 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22302/statm: 1339 232 193 169 0 50 0
[pid=22303] ppid=22302 vsize=7212 CPUtime=48.09
/proc/22303/stat : 22303 (minisat) R 22302 22231 22078 0 -1 4194304 1686 0 0 0 4808 1 0 0 25 0 1 0 61958678 7385088 1672 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22303/statm: 1803 1672 75 150 0 1650 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 26168

[startup+102.307 s]
/proc/loadavg: 2.53 2.57 2.56 3/83 22303
/proc/meminfo: memFree=1730744/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=2.63
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 1522 31791 0 6 4 1 236 22 16 0 1 0 61958380 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22231/statm: 3400 807 374 3 0 500 0
[pid=22302] ppid=22231 vsize=5356 CPUtime=0
/proc/22302/stat : 22302 (sh) S 22231 22231 22078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61958677 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22302/statm: 1339 232 193 169 0 50 0
[pid=22303] ppid=22302 vsize=8472 CPUtime=99.27
/proc/22303/stat : 22303 (minisat) R 22302 22231 22078 0 -1 4194304 1991 0 0 0 9926 1 0 0 25 0 1 0 61958678 8675328 1977 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22303/statm: 2118 1977 75 150 0 1965 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 27428

[startup+162.303 s]
/proc/loadavg: 2.58 2.57 2.56 3/83 22303
/proc/meminfo: memFree=1729720/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=2.63
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 1522 31791 0 6 4 1 236 22 16 0 1 0 61958380 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22231/statm: 3400 807 374 3 0 500 0
[pid=22302] ppid=22231 vsize=5356 CPUtime=0
/proc/22302/stat : 22302 (sh) S 22231 22231 22078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61958677 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22302/statm: 1339 232 193 169 0 50 0
[pid=22303] ppid=22302 vsize=9296 CPUtime=159.25
/proc/22303/stat : 22303 (minisat) R 22302 22231 22078 0 -1 4194304 2215 0 0 0 15923 2 0 0 25 0 1 0 61958678 9519104 2201 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/22303/statm: 2324 2201 75 150 0 2171 0
Current children cumulated CPU time (s) 161.88
Current children cumulated vsize (KiB) 28252

[startup+222.303 s]
/proc/loadavg: 2.58 2.56 2.55 3/83 22303
/proc/meminfo: memFree=1728120/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=2.63
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 1522 31791 0 6 4 1 236 22 16 0 1 0 61958380 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22231/statm: 3400 807 374 3 0 500 0
[pid=22302] ppid=22231 vsize=5356 CPUtime=0
/proc/22302/stat : 22302 (sh) S 22231 22231 22078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61958677 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22302/statm: 1339 232 193 169 0 50 0
[pid=22303] ppid=22302 vsize=10908 CPUtime=219.23
/proc/22303/stat : 22303 (minisat) R 22302 22231 22078 0 -1 4194304 2614 0 0 0 21921 2 0 0 25 0 1 0 61958678 11169792 2600 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/22303/statm: 2727 2600 75 150 0 2574 0
Current children cumulated CPU time (s) 221.86
Current children cumulated vsize (KiB) 29864

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

/proc/22317/statm: 2451 2308 75 150 0 2298 0
Current children cumulated CPU time (s) 460.75
Current children cumulated vsize (KiB) 28760

[startup+522.302 s]
/proc/loadavg: 2.47 2.52 2.53 3/83 22317
/proc/meminfo: memFree=1728440/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=262.66
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 1691 39863 0 7 5 1 26232 28 16 0 1 0 61958380 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22231/statm: 3400 807 374 3 0 500 0
[pid=22316] ppid=22231 vsize=5356 CPUtime=0
/proc/22316/stat : 22316 (sh) S 22231 22231 22078 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 61984697 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22316/statm: 1339 232 193 169 0 50 0
[pid=22317] ppid=22316 vsize=10480 CPUtime=257.79
/proc/22317/stat : 22317 (minisat) R 22316 22231 22078 0 -1 4194304 2498 0 0 0 25778 1 0 0 25 0 1 0 61984697 10731520 2484 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/22317/statm: 2620 2484 75 150 0 2467 0
Current children cumulated CPU time (s) 520.45
Current children cumulated vsize (KiB) 29436

[startup+582.302 s]
/proc/loadavg: 2.46 2.51 2.53 3/83 22317
/proc/meminfo: memFree=1727032/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=262.66
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 1691 39863 0 7 5 1 26232 28 16 0 1 0 61958380 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22231/statm: 3400 807 374 3 0 500 0
[pid=22316] ppid=22231 vsize=5356 CPUtime=0
/proc/22316/stat : 22316 (sh) S 22231 22231 22078 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 61984697 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22316/statm: 1339 232 193 169 0 50 0
[pid=22317] ppid=22316 vsize=11800 CPUtime=317.49
/proc/22317/stat : 22317 (minisat) R 22316 22231 22078 0 -1 4194304 2840 0 0 0 31748 1 0 0 25 0 1 0 61984697 12083200 2826 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/22317/statm: 2950 2826 75 150 0 2797 0
Current children cumulated CPU time (s) 580.15
Current children cumulated vsize (KiB) 30756

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

[startup+588.702 s]
/proc/loadavg: 2.50 2.52 2.53 3/83 22317
/proc/meminfo: memFree=1726968/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=262.66
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 1691 39863 0 7 5 1 26232 28 16 0 1 0 61958380 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22231/statm: 3400 807 374 3 0 500 0
[pid=22316] ppid=22231 vsize=5356 CPUtime=0
/proc/22316/stat : 22316 (sh) S 22231 22231 22078 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 61984697 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22316/statm: 1339 232 193 169 0 50 0
[pid=22317] ppid=22316 vsize=11936 CPUtime=323.86
/proc/22317/stat : 22317 (minisat) R 22316 22231 22078 0 -1 4194304 2849 0 0 0 32385 1 0 0 25 0 1 0 61984697 12222464 2835 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22317/statm: 2984 2835 75 150 0 2831 0
Current children cumulated CPU time (s) 586.52
Current children cumulated vsize (KiB) 30892

[startup+601.502 s]
/proc/loadavg: 2.54 2.53 2.53 3/83 22329
/proc/meminfo: memFree=1733552/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=589.34
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 1804 46773 0 8 5 2 58893 34 16 0 1 0 61958380 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22231/statm: 3400 807 374 3 0 500 0
[pid=22328] ppid=22231 vsize=5356 CPUtime=0
/proc/22328/stat : 22328 (sh) S 22231 22231 22078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 62017537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22328/statm: 1339 232 193 169 0 50 0
[pid=22329] ppid=22328 vsize=4996 CPUtime=9.86
/proc/22329/stat : 22329 (minisat) R 22328 22231 22078 0 -1 4194304 1172 0 0 0 986 0 0 0 25 0 1 0 62017538 5115904 1158 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22329/statm: 1249 1158 75 150 0 1096 0
Current children cumulated CPU time (s) 599.2
Current children cumulated vsize (KiB) 23952

[startup+607.901 s]
/proc/loadavg: 2.49 2.52 2.53 3/83 22329
/proc/meminfo: memFree=1733360/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=589.34
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 1804 46773 0 8 5 2 58893 34 16 0 1 0 61958380 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22231/statm: 3400 807 374 3 0 500 0
[pid=22328] ppid=22231 vsize=5356 CPUtime=0
/proc/22328/stat : 22328 (sh) S 22231 22231 22078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 62017537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22328/statm: 1339 232 193 169 0 50 0
[pid=22329] ppid=22328 vsize=5264 CPUtime=16.22
/proc/22329/stat : 22329 (minisat) R 22328 22231 22078 0 -1 4194304 1229 0 0 0 1622 0 0 0 25 0 1 0 62017538 5390336 1215 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/22329/statm: 1316 1215 75 150 0 1163 0
Current children cumulated CPU time (s) 605.56
Current children cumulated vsize (KiB) 24220

[startup+611.102 s]
/proc/loadavg: 2.45 2.51 2.53 3/83 22329
/proc/meminfo: memFree=1732912/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=589.34
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 1804 46773 0 8 5 2 58893 34 16 0 1 0 61958380 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22231/statm: 3400 807 374 3 0 500 0
[pid=22328] ppid=22231 vsize=5356 CPUtime=0
/proc/22328/stat : 22328 (sh) S 22231 22231 22078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 62017537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22328/statm: 1339 232 193 169 0 50 0
[pid=22329] ppid=22328 vsize=5660 CPUtime=19.41
/proc/22329/stat : 22329 (minisat) R 22328 22231 22078 0 -1 4194304 1339 0 0 0 1941 0 0 0 25 0 1 0 62017538 5795840 1325 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22329/statm: 1415 1325 75 150 0 1262 0
Current children cumulated CPU time (s) 608.75
Current children cumulated vsize (KiB) 24616

[startup+614.303 s]
/proc/loadavg: 2.45 2.51 2.53 3/83 22329
/proc/meminfo: memFree=1732848/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=589.34
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 1804 46773 0 8 5 2 58893 34 16 0 1 0 61958380 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22231/statm: 3400 807 374 3 0 500 0
[pid=22328] ppid=22231 vsize=5356 CPUtime=0
/proc/22328/stat : 22328 (sh) S 22231 22231 22078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 62017537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22328/statm: 1339 232 193 169 0 50 0
[pid=22329] ppid=22328 vsize=5800 CPUtime=22.59
/proc/22329/stat : 22329 (minisat) R 22328 22231 22078 0 -1 4194304 1357 0 0 0 2259 0 0 0 25 0 1 0 62017538 5939200 1343 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/22329/statm: 1450 1343 75 150 0 1297 0
Current children cumulated CPU time (s) 611.93
Current children cumulated vsize (KiB) 24756

[startup+615.903 s]
/proc/loadavg: 2.42 2.50 2.53 3/83 22329
/proc/meminfo: memFree=1732848/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=589.34
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 1804 46773 0 8 5 2 58893 34 16 0 1 0 61958380 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22231/statm: 3400 807 374 3 0 500 0
[pid=22328] ppid=22231 vsize=5356 CPUtime=0
/proc/22328/stat : 22328 (sh) S 22231 22231 22078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 62017537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22328/statm: 1339 232 193 169 0 50 0
[pid=22329] ppid=22328 vsize=5800 CPUtime=24.19
/proc/22329/stat : 22329 (minisat) R 22328 22231 22078 0 -1 4194304 1357 0 0 0 2419 0 0 0 25 0 1 0 62017538 5939200 1343 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/22329/statm: 1450 1343 75 150 0 1297 0
Current children cumulated CPU time (s) 613.53
Current children cumulated vsize (KiB) 24756

[startup+616.701 s]
/proc/loadavg: 2.42 2.50 2.53 3/83 22329
/proc/meminfo: memFree=1732848/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=589.34
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 1804 46773 0 8 5 2 58893 34 16 0 1 0 61958380 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22231/statm: 3400 807 374 3 0 500 0
[pid=22328] ppid=22231 vsize=5356 CPUtime=0
/proc/22328/stat : 22328 (sh) S 22231 22231 22078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 62017537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22328/statm: 1339 232 193 169 0 50 0
[pid=22329] ppid=22328 vsize=5800 CPUtime=24.98
/proc/22329/stat : 22329 (minisat) R 22328 22231 22078 0 -1 4194304 1366 0 0 0 2498 0 0 0 25 0 1 0 62017538 5939200 1352 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/22329/statm: 1450 1352 75 150 0 1297 0
Current children cumulated CPU time (s) 614.32
Current children cumulated vsize (KiB) 24756

[startup+616.901 s]
/proc/loadavg: 2.42 2.50 2.53 3/83 22329
/proc/meminfo: memFree=1732848/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=589.34
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 1804 46773 0 8 5 2 58893 34 16 0 1 0 61958380 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22231/statm: 3400 807 374 3 0 500 0
[pid=22328] ppid=22231 vsize=5356 CPUtime=0
/proc/22328/stat : 22328 (sh) S 22231 22231 22078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 62017537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22328/statm: 1339 232 193 169 0 50 0
[pid=22329] ppid=22328 vsize=5800 CPUtime=25.18
/proc/22329/stat : 22329 (minisat) R 22328 22231 22078 0 -1 4194304 1367 0 0 0 2518 0 0 0 25 0 1 0 62017538 5939200 1353 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/22329/statm: 1450 1353 75 150 0 1297 0
Current children cumulated CPU time (s) 614.52
Current children cumulated vsize (KiB) 24756

[startup+617.001 s]
/proc/loadavg: 2.42 2.50 2.53 3/83 22329
/proc/meminfo: memFree=1732784/2055920 swapFree=4192812/4192956
[pid=22231] ppid=22229 vsize=13600 CPUtime=589.34
/proc/22231/stat : 22231 (sugar) S 22229 22231 22078 0 -1 4194304 1804 46773 0 8 5 2 58893 34 16 0 1 0 61958380 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22231/statm: 3400 807 374 3 0 500 0
[pid=22328] ppid=22231 vsize=5356 CPUtime=0
/proc/22328/stat : 22328 (sh) S 22231 22231 22078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 62017537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22328/statm: 1339 232 193 169 0 50 0
[pid=22329] ppid=22328 vsize=5800 CPUtime=25.29
/proc/22329/stat : 22329 (minisat) R 22328 22231 22078 0 -1 4194304 1367 0 0 0 2529 0 0 0 25 0 1 0 62017538 5939200 1353 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22329/statm: 1450 1353 75 150 0 1297 0
Current children cumulated CPU time (s) 614.63
Current children cumulated vsize (KiB) 24756

Child status: 0
Real time (s): 617.034
CPU time (s): 614.688
CPU user time (s): 614.31
CPU system time (s): 0.377942
CPU usage (%): 99.6197
Max. virtual memory (cumulated for all children) (KiB): 888460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 614.31
system time used= 0.377942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50309
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= 2982
involuntary context switches= 15580

runsolver used 0.817875 second user time and 1.89971 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-14 18:22:36
IDJOB=1116604
IDBENCH=62015
IDSOLVER=368
FILE ID=node12/1116604-1216052556
PBS_JOBID= 7904996
Free space on /tmp= 66368 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/randomMaxCSP/sparseLoose/normalized-vcsp-80-10-6-60-4_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-1116604-1216052556/watcher-1116604-1216052556 -o /tmp/evaluation-result-1116604-1216052556/solver-1116604-1216052556 -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-1116604-1216052556.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8b58af8a11048fc0317c03e7cc22b2a6
RANDOM SEED=664012819

node12.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.212
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	: 5931.00
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.212
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:       1742256 kB
Buffers:         41124 kB
Cached:         122620 kB
SwapCached:          0 kB
Active:         209300 kB
Inactive:        44264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742256 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1336 kB
Writeback:           0 kB
Mapped:         110172 kB
Slab:            45216 kB
Committed_AS:  1008740 kB
PageTables:       1984 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= 66368 MiB
End job on node12 at 2008-07-14 18:32:53