Trace number 1113189

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM1 4.04738 244.957

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel4-4.xml
MD5SUMec735a00f6ba092d76dd0e448d19a676
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1.43878
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints71
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension71
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)

1.35/186.31	c 0	Sugar++ v1-13 + HOME/minisat-inc
1.41/194.13	c 8	BEGIN Thu Aug  7 20:44:10 2008
1.41/194.15	c 8	PID 28444
1.93/199.36	c 13	HOST node90.alineos.net
1.93/199.36	c 13	CONVERTING HOME/instance-1113189-1218134396.xml TO HOME/temp.csp
1.93/199.36	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113189-1218134396.xml' 'HOME/temp.csp'
2.75/243.55	c 57	1 domains, 23 variables, 1 predicates, 0 relations, 71 constraints
2.75/243.56	c 57	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.75/243.56	c 57	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.81/243.64	c 57	Parsing HOME/temp.csp
2.81/243.66	c 57	parsed 96 expressions
2.81/243.67	c 57	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/243.67	c 57	MAX CSP: 71 constraints
2.81/243.67	c 57	Converting to clausal form CSP
2.81/243.70	c 57	converted 17 (10%) expressions
2.81/243.71	c 57	converted 34 (20%) expressions
2.81/243.71	c 57	converted 51 (30%) expressions
2.81/243.72	c 57	converted 68 (40%) expressions
2.81/243.72	c 57	converted 85 (50%) expressions
2.81/243.72	c 57	converted 102 (60%) expressions
2.81/243.73	c 57	converted 119 (70%) expressions
2.81/243.73	c 57	converted 136 (80%) expressions
2.81/243.74	c 57	converted 153 (90%) expressions
2.81/243.77	c 57	converted 170 (100%) expressions
2.81/243.77	c 57	CSP : 165 integers, 0 booleans, 212 clauses, largest domain size 107
2.81/243.77	c 57	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/243.77	c 57	Propagation in CSP
2.81/243.81	c 57	67 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.81/243.81	c 57	CSP : 165 integers, 0 booleans, 212 clauses, largest domain size 72
2.81/243.81	c 57	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/243.81	c 57	Simplifing CSP by introducing new Boolean variables
2.81/243.82	c 57	CSP : 165 integers, 142 booleans, 354 clauses, largest domain size 72
2.81/243.82	c 57	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/243.83	c 57	Encoding CSP to SAT : HOME/temp.cnf
2.81/243.84	c 57	17 (10%) CSP integer variables are encoded (34 clauses, 358 bytes)
2.81/243.84	c 57	33 (20%) CSP integer variables are encoded (46 clauses, 466 bytes)
2.81/243.84	c 57	50 (30%) CSP integer variables are encoded (46 clauses, 466 bytes)
2.81/243.84	c 57	66 (40%) CSP integer variables are encoded (46 clauses, 466 bytes)
2.81/243.84	c 57	83 (50%) CSP integer variables are encoded (46 clauses, 466 bytes)
2.81/243.85	c 57	99 (60%) CSP integer variables are encoded (124 clauses, 1324 bytes)
2.81/243.85	c 57	116 (70%) CSP integer variables are encoded (183 clauses, 1973 bytes)
2.81/243.85	c 57	132 (80%) CSP integer variables are encoded (272 clauses, 2952 bytes)
2.81/243.85	c 57	149 (90%) CSP integer variables are encoded (331 clauses, 3601 bytes)
2.81/243.85	c 57	165 (100%) CSP integer variables are encoded (775 clauses, 8485 bytes)
2.81/243.85	c 57	36 (10%) CSP clauses are encoded (883 clauses, 9745 bytes)
2.81/243.86	c 57	71 (20%) CSP clauses are encoded (990 clauses, 11015 bytes)
2.81/243.86	c 57	107 (30%) CSP clauses are encoded (1098 clauses, 12427 bytes)
2.81/243.86	c 57	142 (40%) CSP clauses are encoded (1202 clauses, 13850 bytes)
2.81/243.86	c 57	177 (50%) CSP clauses are encoded (1306 clauses, 15273 bytes)
2.81/243.86	c 57	213 (60%) CSP clauses are encoded (1414 clauses, 16749 bytes)
2.81/243.87	c 57	248 (70%) CSP clauses are encoded (1875 clauses, 23172 bytes)
2.81/243.87	c 57	284 (80%) CSP clauses are encoded (3053 clauses, 40389 bytes)
2.81/243.87	c 57	319 (90%) CSP clauses are encoded (3514 clauses, 46803 bytes)
2.81/243.88	c 57	354 (100%) CSP clauses are encoded (9138 clauses, 129277 bytes)
2.81/243.88	c 57	354 CSP clauses encoded
2.81/243.89	c 57	Writing map file : HOME/temp.map
2.81/243.89	c 57	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.81/243.89	c 57	SAT : 1082 SAT variables, 9138 SAT clauses, 129277 bytes
2.81/243.89	c 57	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.81/243.92	c 57	OBJECTIVE minimize _COST
2.81/243.93	c 57	SOLVING HOME/temp.cnf
2.81/243.93	c 57	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.81/243.93	c 57	This is MiniSat 2.0 beta incremental
2.81/243.93	c 57	WARNING: for repeatability, setting FPU to use double precision
2.81/243.93	c 57	============================[ Problem Statistics ]=============================
2.81/243.93	c 57	|                                                                             |
2.81/243.93	c 57	|  Number of variables:  1082                                                 |
2.81/243.93	c 57	|  Number of clauses:    9138                                                 |
2.81/243.93	c 57	|  Parsing time:         0.00         s                                       |
2.81/243.93	c 57	OK
2.81/243.93	c 57	OBJECTIVE BOUND: 0 <= _COST <= 
2.81/243.93	c 57	SEARCHING: _COST <= 36
2.81/243.93	c 57	============================[ Search Statistics ]==============================
2.81/243.93	c 57	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.81/243.93	c 57	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.81/243.93	c 57	===============================================================================
2.81/243.93	c 57	|         0 |    1082     9138    24826 |     3046        0    nan |  0.000 % |
2.81/243.93	c 57	===============================================================================
2.81/243.93	c 57	restarts              : 1
2.81/243.93	c 57	conflicts             : 0             (0 /sec)
2.81/243.93	c 57	decisions             : 112           (0.00 % random) (22404 /sec)
2.81/243.93	c 57	propagations          : 1082           (216443 /sec)
2.81/243.93	c 57	conflict literals     : 0              ( nan % deleted)
2.81/243.93	c 57	Memory used           : 2.18 MB
2.81/243.93	c 57	CPU time              : 0.004999 s
2.81/243.93	c 57	
2.81/243.93	c 57	SATISFIABLE
2.81/243.93	c 57	OK
2.81/243.93	c 57	FOUND: _COST <= 36
2.81/243.93	s SATISFIABLE
2.81/243.93	c 57	DECODING HOME/temp.out WITH HOME/temp.map
2.81/243.93	c 57	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.18/244.03	c 58	Decoding HOME/temp.out
3.18/244.06	c 58	OBJECTIVE _COST 36
3.18/244.06	o 36
3.18/244.06	v 2 0 1 1 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
3.18/244.07	c 58	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.33/244.10	c 58	OK
3.33/244.10	c 58	OBJECTIVE BOUND: 0 <= _COST <= 36
3.33/244.10	c 58	SEARCHING: _COST <= 18
3.33/244.10	c 58	============================[ Search Statistics ]==============================
3.33/244.10	c 58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.33/244.10	c 58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.33/244.10	c 58	===============================================================================
3.33/244.10	c 58	|         0 |    1082     9138    24826 |     3046        0    nan |  0.000 % |
3.33/244.10	c 58	===============================================================================
3.33/244.10	c 58	restarts              : 2
3.33/244.10	c 58	conflicts             : 1             (143 /sec)
3.33/244.10	c 58	decisions             : 191           (0.00 % random) (27294 /sec)
3.33/244.10	c 58	propagations          : 2202           (314661 /sec)
3.33/244.10	c 58	conflict literals     : 6              (0.00 % deleted)
3.33/244.10	c 58	Memory used           : 2.18 MB
3.33/244.10	c 58	CPU time              : 0.006998 s
3.33/244.10	c 58	
3.33/244.10	c 58	SATISFIABLE
3.33/244.10	c 58	OK
3.33/244.10	c 58	FOUND: _COST <= 18
3.33/244.10	c 58	DECODING HOME/temp.out WITH HOME/temp.map
3.33/244.10	c 58	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.33/244.17	c 58	Decoding HOME/temp.out
3.33/244.20	c 58	OBJECTIVE _COST 18
3.33/244.20	o 18
3.33/244.20	v 3 2 1 1 0 0 2 1 2 2 3 3 2 3 2 3 3 2 3 2 3 3 3
3.33/244.20	c 58	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.33/244.25	c 58	OK
3.33/244.25	c 58	OBJECTIVE BOUND: 0 <= _COST <= 18
3.33/244.25	c 58	SEARCHING: _COST <= 9
3.33/244.25	c 58	============================[ Search Statistics ]==============================
3.33/244.25	c 58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.33/244.25	c 58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.33/244.25	c 58	===============================================================================
3.33/244.25	c 58	|         1 |     837     9138    24826 |     3046        1      6 |  0.000 % |
3.33/244.25	c 58	===============================================================================
3.33/244.25	c 58	restarts              : 3
3.33/244.25	c 58	conflicts             : 2             (250 /sec)
3.33/244.25	c 58	decisions             : 226           (0.44 % random) (28257 /sec)
3.33/244.25	c 58	propagations          : 3059           (382471 /sec)
3.33/244.25	c 58	conflict literals     : 15             (0.00 % deleted)
3.33/244.25	c 58	Memory used           : 2.18 MB
3.33/244.25	c 58	CPU time              : 0.007998 s
3.33/244.25	c 58	
3.33/244.25	c 58	SATISFIABLE
3.33/244.25	c 58	OK
3.33/244.25	c 58	FOUND: _COST <= 9
3.33/244.25	c 58	DECODING HOME/temp.out WITH HOME/temp.map
3.33/244.25	c 58	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.44/244.32	c 58	Decoding HOME/temp.out
3.44/244.35	c 58	OBJECTIVE _COST 9
3.44/244.35	o 9
3.44/244.35	v 3 0 0 0 3 2 2 2 2 2 0 1 3 1 1 1 1 1 1 1 3 3 2
3.44/244.35	c 58	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.54/244.41	c 58	OK
3.54/244.41	c 58	OBJECTIVE BOUND: 0 <= _COST <= 9
3.54/244.41	c 58	SEARCHING: _COST <= 4
3.54/244.41	c 58	============================[ Search Statistics ]==============================
3.54/244.41	c 58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.54/244.41	c 58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.54/244.41	c 58	===============================================================================
3.54/244.41	c 58	|         2 |     693     9138    24826 |     3046        2      8 |  0.000 % |
3.54/244.41	c 58	===============================================================================
3.54/244.41	c 58	restarts              : 4
3.54/244.41	c 58	conflicts             : 2             (200 /sec)
3.54/244.41	c 58	decisions             : 255           (0.39 % random) (25505 /sec)
3.54/244.41	c 58	propagations          : 3752           (375275 /sec)
3.54/244.41	c 58	conflict literals     : 15             (0.00 % deleted)
3.54/244.41	c 58	Memory used           : 2.18 MB
3.54/244.41	c 58	CPU time              : 0.009998 s
3.54/244.41	c 58	
3.54/244.41	c 58	SATISFIABLE
3.54/244.41	c 58	OK
3.54/244.41	c 58	FOUND: _COST <= 4
3.54/244.41	c 58	DECODING HOME/temp.out WITH HOME/temp.map
3.54/244.41	c 58	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.54/244.48	c 58	Decoding HOME/temp.out
3.56/244.51	c 58	OBJECTIVE _COST 4
3.56/244.51	o 4
3.56/244.51	v 2 3 2 3 1 2 0 2 3 3 1 2 1 2 0 1 2 0 0 0 0 1 3
3.56/244.51	c 58	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.56/244.56	c 58	OK
3.56/244.56	c 58	OBJECTIVE BOUND: 0 <= _COST <= 4
3.56/244.56	c 58	SEARCHING: _COST <= 2
3.56/244.56	c 58	============================[ Search Statistics ]==============================
3.56/244.56	c 58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.56/244.56	c 58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.56/244.56	c 58	===============================================================================
3.56/244.56	c 58	|         2 |     594     9138    24826 |     3046        2      8 |  0.000 % |
3.56/244.56	c 58	===============================================================================
3.56/244.56	c 58	restarts              : 5
3.56/244.56	c 58	conflicts             : 3             (300 /sec)
3.56/244.56	c 58	decisions             : 278           (0.36 % random) (27806 /sec)
3.56/244.56	c 58	propagations          : 4467           (446789 /sec)
3.56/244.56	c 58	conflict literals     : 48             (0.00 % deleted)
3.56/244.56	c 58	Memory used           : 2.18 MB
3.56/244.56	c 58	CPU time              : 0.009998 s
3.56/244.56	c 58	
3.56/244.56	c 58	SATISFIABLE
3.56/244.56	c 58	OK
3.56/244.56	c 58	FOUND: _COST <= 2
3.56/244.56	c 58	DECODING HOME/temp.out WITH HOME/temp.map
3.56/244.56	c 58	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.69/244.63	c 58	Decoding HOME/temp.out
3.69/244.66	c 58	OBJECTIVE _COST 2
3.69/244.66	o 2
3.69/244.66	v 0 1 0 2 3 3 2 2 2 3 1 3 1 1 2 3 3 3 2 2 3 1 0
3.69/244.66	c 58	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.69/244.72	c 58	OK
3.69/244.72	c 58	OBJECTIVE BOUND: 0 <= _COST <= 2
3.69/244.72	c 58	SEARCHING: _COST <= 1
3.69/244.72	c 58	============================[ Search Statistics ]==============================
3.69/244.72	c 58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.69/244.72	c 58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.69/244.72	c 58	===============================================================================
3.69/244.72	c 58	|         3 |     497     9138    24826 |     3046        3     16 |  0.000 % |
3.69/244.72	c 58	===============================================================================
3.69/244.72	c 58	restarts              : 6
3.69/244.72	c 58	conflicts             : 10            (909 /sec)
3.69/244.72	c 58	decisions             : 315           (0.32 % random) (28642 /sec)
3.69/244.72	c 58	propagations          : 5544           (504092 /sec)
3.69/244.72	c 58	conflict literals     : 192            (0.52 % deleted)
3.69/244.72	c 58	Memory used           : 2.18 MB
3.69/244.72	c 58	CPU time              : 0.010998 s
3.69/244.72	c 58	
3.69/244.72	c 58	SATISFIABLE
3.69/244.72	c 58	OK
3.69/244.72	c 58	FOUND: _COST <= 1
3.69/244.72	c 58	DECODING HOME/temp.out WITH HOME/temp.map
3.69/244.72	c 58	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.69/244.79	c 58	Decoding HOME/temp.out
3.82/244.82	c 58	OBJECTIVE _COST 1
3.82/244.82	o 1
3.82/244.82	v 0 3 0 3 3 2 2 2 2 2 3 1 1 1 1 1 2 2 2 2 2 1 3
3.82/244.82	c 58	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.82/244.87	c 58	OK
3.82/244.87	c 58	OBJECTIVE BOUND: 0 <= _COST <= 1
3.82/244.87	c 58	SEARCHING: _COST <= 0
3.82/244.87	c 58	============================[ Search Statistics ]==============================
3.82/244.87	c 58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.82/244.87	c 58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.82/244.87	c 58	===============================================================================
3.82/244.87	c 58	|        10 |     424     9138    24826 |     3046       10     19 |  0.000 % |
3.82/244.88	c 58	|       111 |     424     9138    24826 |     3350      111     26 | 67.387 % |
3.82/244.88	c 58	|       261 |     424     9138    24826 |     3685      261     25 | 67.387 % |
3.82/244.89	c 58	|       487 |     424     9138    24826 |     4054      487     28 | 67.387 % |
3.96/244.91	c 58	|       824 |     353      966     2427 |     4459      824     31 | 67.387 % |
3.96/244.93	c 58	|      1330 |     353      966     2427 |     4905     1330     33 | 67.388 % |
3.96/244.95	c 58	===============================================================================
3.96/244.95	c 58	restarts              : 12
3.96/244.95	c 58	conflicts             : 1675          (19256 /sec)
3.96/244.95	c 58	decisions             : 2253          (1.07 % random) (25901 /sec)
3.96/244.95	c 58	propagations          : 130243         (1497287 /sec)
3.96/244.95	c 58	conflict literals     : 54804          (1.34 % deleted)
3.96/244.95	c 58	Memory used           : 2.31 MB
3.96/244.95	c 58	CPU time              : 0.086986 s
3.96/244.95	c 58	
3.96/244.95	c 58	UNSATISFIABLE
3.96/244.95	c 58	OK
3.96/244.95	c 58	NOT FOUND: _COST <= 0
3.96/244.95	c 58	OK
3.96/244.95	c 58	OBJECTIVE _COST 1
3.96/244.95	s OPTIMUM FOUND
3.96/244.95	c 58	CPU 2.11 (0.76 0.76 1.35 1.15)
3.96/244.95	c 58	END Thu Aug  7 20:45:08 2008

Verifier Data (download as text)

OK	1	70
1 unsatisfied constraints, 70 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-1113189-1218134396/watcher-1113189-1218134396 -o /tmp/evaluation-result-1113189-1218134396/solver-1113189-1218134396 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1113189-1218134396.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: 5.64 5.28 4.34 2/82 28444
/proc/meminfo: memFree=866408/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=18572 CPUtime=0
/proc/28444/stat : 28444 (runsolver) D 28442 28444 28308 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140530829 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 256364834087 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/28444/statm: 4643 292 257 25 0 2626 0

[startup+0.0831231 s]
/proc/loadavg: 5.64 5.28 4.34 2/82 28444
/proc/meminfo: memFree=866408/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=18572 CPUtime=0
/proc/28444/stat : 28444 (runsolver) D 28442 28444 28308 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140530829 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 256364834087 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/28444/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101083 s]
/proc/loadavg: 5.64 5.28 4.34 2/82 28444
/proc/meminfo: memFree=866408/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=18572 CPUtime=0
/proc/28444/stat : 28444 (runsolver) D 28442 28444 28308 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140530829 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 256364834087 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/28444/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.301121 s]
/proc/loadavg: 5.64 5.28 4.34 2/82 28444
/proc/meminfo: memFree=866408/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=18572 CPUtime=0
/proc/28444/stat : 28444 (runsolver) D 28442 28444 28308 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140530829 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 256364834087 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/28444/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.701194 s]
/proc/loadavg: 5.64 5.28 4.34 2/82 28444
/proc/meminfo: memFree=866408/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=18572 CPUtime=0
/proc/28444/stat : 28444 (runsolver) D 28442 28444 28308 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140530829 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 256364834087 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/28444/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+1.50134 s]
/proc/loadavg: 5.64 5.28 4.34 1/83 28445
/proc/meminfo: memFree=868128/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=18572 CPUtime=0
/proc/28444/stat : 28444 (runsolver) D 28442 28444 28308 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140530829 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 256364834087 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/28444/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+3.10163 s]
/proc/loadavg: 5.64 5.28 4.34 1/83 28445
/proc/meminfo: memFree=868128/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=18572 CPUtime=0
/proc/28444/stat : 28444 (runsolver) D 28442 28444 28308 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140530829 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 256364834087 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/28444/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+6.30107 s]
/proc/loadavg: 5.59 5.27 4.35 1/83 28445
/proc/meminfo: memFree=868192/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=18572 CPUtime=0
/proc/28444/stat : 28444 (runsolver) D 28442 28444 28308 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140530829 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 256364834087 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/28444/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+12.7012 s]
/proc/loadavg: 5.62 5.28 4.35 1/83 28445
/proc/meminfo: memFree=873504/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=124 CPUtime=0.02
/proc/28444/stat : 28444 (sugar++) D 28442 28444 28308 0 -1 4194304 38 0 0 0 0 2 0 0 18 0 1 0 140530829 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 256362214889 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/28444/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 124

[startup+25.5016 s]
/proc/loadavg: 5.70 5.32 4.38 2/83 28445
/proc/meminfo: memFree=879776/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=12268 CPUtime=0.07
/proc/28444/stat : 28444 (sugar++) D 28442 28444 28308 0 -1 4194304 348 0 0 0 1 6 0 0 18 0 1 0 140530829 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 256373734398 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/28444/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12268

[startup+51.1014 s]
/proc/loadavg: 5.68 5.34 4.41 1/83 28445
/proc/meminfo: memFree=899424/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=12272 CPUtime=0.46
/proc/28444/stat : 28444 (sugar++) D 28442 28444 28308 0 -1 4194304 396 0 0 0 19 27 0 0 18 0 1 0 140530829 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/28444/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 12272

[startup+102.302 s]
/proc/loadavg: 5.71 5.39 4.48 2/83 28445
/proc/meminfo: memFree=935648/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=13336 CPUtime=0.92
/proc/28444/stat : 28444 (sugar++) D 28442 28444 28308 0 -1 4194304 733 0 0 0 46 46 0 0 18 0 1 0 140530829 13656064 701 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/28444/statm: 3334 701 338 3 0 434 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 13336

[startup+162.306 s]
/proc/loadavg: 5.80 5.48 4.57 2/83 28445
/proc/meminfo: memFree=980384/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=15948 CPUtime=1.26
/proc/28444/stat : 28444 (sugar++) D 28442 28444 28308 0 -1 4194304 912 0 2 0 67 59 0 0 18 0 1 0 140530829 16330752 882 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/28444/statm: 3987 882 380 3 0 566 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 15948

[startup+222.302 s]
/proc/loadavg: 5.85 5.55 4.64 1/86 28449
/proc/meminfo: memFree=1020488/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=16740 CPUtime=1.95
/proc/28444/stat : 28444 (sugar++) S 28442 28444 28308 0 -1 4194304 1217 128 2 0 76 75 3 41 17 0 1 0 140530829 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28444/statm: 4185 1104 409 3 0 764 0
[pid=28447] ppid=28444 vsize=5356 CPUtime=0.01
/proc/28447/stat : 28447 (sh) S 28444 28444 28308 0 -1 4194304 277 0 0 0 0 1 0 0 18 0 1 0 140550765 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 233 193 169 0 50 0
[pid=28448] ppid=28447 vsize=10196 CPUtime=0.29
/proc/28448/stat : 28448 (java) D 28447 28444 28308 0 -1 0 356 0 0 0 1 28 0 0 18 0 1 0 140550773 10440704 161 996147200 134512640 134550740 4294956000 18446744073709551615 10261412 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/28448/statm: 2549 161 134 9 0 1102 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 32292

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

[startup+232.802 s]
/proc/loadavg: 5.71 5.54 4.65 1/86 28450
/proc/meminfo: memFree=1022600/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=16740 CPUtime=1.95
/proc/28444/stat : 28444 (sugar++) S 28442 28444 28308 0 -1 4194304 1217 128 2 0 76 75 3 41 17 0 1 0 140530829 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28444/statm: 4185 1104 409 3 0 764 0
[pid=28447] ppid=28444 vsize=5356 CPUtime=0.01
/proc/28447/stat : 28447 (sh) S 28444 28444 28308 0 -1 4194304 277 0 0 0 0 1 0 0 18 0 1 0 140550765 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 233 193 169 0 50 0
[pid=28448] ppid=28447 vsize=10864 CPUtime=0.52
/proc/28448/stat : 28448 (java) S 28447 28444 28308 0 -1 0 785 0 0 0 9 43 0 0 18 0 2 0 140550773 11124736 547 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/28448/statm: 2716 547 262 9 0 1198 0
[pid=28448/tid=28450] ppid=28447 vsize=10864 CPUtime=0.2
/proc/28448/task/28450/stat : 28450 (java) D 28447 28444 28308 0 -1 64 111 0 0 0 8 12 0 0 18 0 2 0 140553791 11124736 547 996147200 134512640 134550740 4294956000 18446744073709551615 10263181 0 0 0 16784584 18446744072099202260 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 32960

[startup+239.202 s]
/proc/loadavg: 5.58 5.51 4.65 1/89 28453
/proc/meminfo: memFree=1025392/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=16740 CPUtime=1.95
/proc/28444/stat : 28444 (sugar++) S 28442 28444 28308 0 -1 4194304 1217 128 2 0 76 75 3 41 17 0 1 0 140530829 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28444/statm: 4185 1104 409 3 0 764 0
[pid=28447] ppid=28444 vsize=5356 CPUtime=0.01
/proc/28447/stat : 28447 (sh) S 28444 28444 28308 0 -1 4194304 277 0 0 0 0 1 0 0 18 0 1 0 140550765 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 233 193 169 0 50 0
[pid=28448] ppid=28447 vsize=859832 CPUtime=0.55
/proc/28448/stat : 28448 (java) S 28447 28444 28308 0 -1 0 1895 0 1 0 11 44 0 0 18 0 5 0 140550773 880467968 1503 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/28448/statm: 214958 1503 858 9 0 209937 0
[pid=28448/tid=28450] ppid=28447 vsize=859832 CPUtime=0.24
/proc/28448/task/28450/stat : 28450 (java) D 28447 28444 28308 0 -1 64 1205 0 1 0 10 14 0 0 18 0 5 0 140553791 880467968 1503 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800971 18446744071563608240 0 0 -1 0 0 0
[pid=28448/tid=28451] ppid=28447 vsize=859832 CPUtime=0
/proc/28448/task/28451/stat : 28451 (java) S 28447 28444 28308 0 -1 64 3 0 0 0 0 0 0 0 16 0 5 0 140554415 880467968 1503 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800971 0 0 0 -1 1 0 0
[pid=28448/tid=28452] ppid=28447 vsize=859832 CPUtime=0
/proc/28448/task/28452/stat : 28452 (java) S 28447 28444 28308 0 -1 64 9 0 0 0 0 0 0 0 19 0 5 0 140554415 880467968 1503 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
[pid=28448/tid=28453] ppid=28447 vsize=859832 CPUtime=0
/proc/28448/task/28453/stat : 28453 (java) S 28447 28444 28308 0 -1 64 4 0 0 0 0 0 0 0 20 0 5 0 140554415 880467968 1503 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 881928

[startup+242.401 s]
/proc/loadavg: 5.45 5.48 4.64 1/89 28453
/proc/meminfo: memFree=1026544/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=16740 CPUtime=1.95
/proc/28444/stat : 28444 (sugar++) S 28442 28444 28308 0 -1 4194304 1217 128 2 0 76 75 3 41 17 0 1 0 140530829 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28444/statm: 4185 1104 409 3 0 764 0
[pid=28447] ppid=28444 vsize=5356 CPUtime=0.01
/proc/28447/stat : 28447 (sh) S 28444 28444 28308 0 -1 4194304 277 0 0 0 0 1 0 0 18 0 1 0 140550765 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28447/statm: 1339 233 193 169 0 50 0
[pid=28448] ppid=28447 vsize=859832 CPUtime=0.55
/proc/28448/stat : 28448 (java) S 28447 28444 28308 0 -1 0 1895 0 1 0 11 44 0 0 18 0 5 0 140550773 880467968 1503 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/28448/statm: 214958 1503 858 9 0 209937 0
[pid=28448/tid=28450] ppid=28447 vsize=859832 CPUtime=0.24
/proc/28448/task/28450/stat : 28450 (java) D 28447 28444 28308 0 -1 64 1205 0 1 0 10 14 0 0 18 0 5 0 140553791 880467968 1503 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800971 18446744071563608240 0 0 -1 0 0 0
[pid=28448/tid=28451] ppid=28447 vsize=859832 CPUtime=0
/proc/28448/task/28451/stat : 28451 (java) S 28447 28444 28308 0 -1 64 3 0 0 0 0 0 0 0 16 0 5 0 140554415 880467968 1503 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800971 0 0 0 -1 1 0 0
[pid=28448/tid=28452] ppid=28447 vsize=859832 CPUtime=0
/proc/28448/task/28452/stat : 28452 (java) S 28447 28444 28308 0 -1 64 9 0 0 0 0 0 0 0 19 0 5 0 140554415 880467968 1503 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
[pid=28448/tid=28453] ppid=28447 vsize=859832 CPUtime=0
/proc/28448/task/28453/stat : 28453 (java) S 28447 28444 28308 0 -1 64 4 0 0 0 0 0 0 0 20 0 5 0 140554415 880467968 1503 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 881928

[startup+244.002 s]
/proc/loadavg: 5.45 5.48 4.64 4/93 28457
/proc/meminfo: memFree=1024528/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=16740 CPUtime=3.18
/proc/28444/stat : 28444 (sugar++) S 28442 28444 28308 0 -1 4194304 1507 9426 2 13 76 76 66 100 17 0 1 0 140530829 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28444/statm: 4185 1115 414 3 0 764 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 16740

[startup+244.402 s]
/proc/loadavg: 5.45 5.48 4.64 1/94 28498
/proc/meminfo: memFree=1022200/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=16740 CPUtime=3.44
/proc/28444/stat : 28444 (sugar++) S 28442 28444 28308 0 -1 4194304 1665 16862 2 16 76 76 87 105 16 0 1 0 140530829 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28444/statm: 4185 1115 414 3 0 764 0
[pid=28468] ppid=28444 vsize=2232 CPUtime=0
/proc/28468/stat : 28468 (minisat-inc) S 28444 28444 28308 0 -1 4194304 299 0 0 0 0 0 0 0 16 0 1 0 140555222 2285568 241 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/28468/statm: 558 241 78 151 0 404 0
[pid=28489] ppid=28444 vsize=5356 CPUtime=0
/proc/28489/stat : 28489 (sh) S 28444 28444 28308 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140555254 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28489/statm: 1339 233 193 169 0 50 0
[pid=28490] ppid=28489 vsize=196508 CPUtime=0.1
/proc/28490/stat : 28490 (java) S 28489 28444 28308 0 -1 0 3426 0 1 0 9 1 0 0 19 0 9 0 140555254 201224192 2896 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28490/statm: 49127 2896 1684 9 0 43702 0
[pid=28490/tid=28491] ppid=28489 vsize=196508 CPUtime=0.08
/proc/28490/task/28491/stat : 28491 (java) S 28489 28444 28308 0 -1 64 2448 0 1 0 7 1 0 0 17 0 9 0 140555255 201224192 2896 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28490/tid=28492] ppid=28489 vsize=196508 CPUtime=0
/proc/28490/task/28492/stat : 28492 (java) S 28489 28444 28308 0 -1 64 3 0 0 0 0 0 0 0 22 0 9 0 140555256 201224192 2896 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28490/tid=28493] ppid=28489 vsize=196508 CPUtime=0
/proc/28490/task/28493/stat : 28493 (java) S 28489 28444 28308 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 140555257 201224192 2896 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28490/tid=28494] ppid=28489 vsize=196508 CPUtime=0
/proc/28490/task/28494/stat : 28494 (java) S 28489 28444 28308 0 -1 64 3 0 0 0 0 0 0 0 24 0 9 0 140555257 201224192 2896 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28490/tid=28495] ppid=28489 vsize=196508 CPUtime=0
/proc/28490/task/28495/stat : 28495 (java) S 28489 28444 28308 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140555258 201224192 2896 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28490/tid=28496] ppid=28489 vsize=196508 CPUtime=0.01
/proc/28490/task/28496/stat : 28496 (java) S 28489 28444 28308 0 -1 64 284 0 0 0 1 0 0 0 16 0 9 0 140555258 201224192 2896 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28490/tid=28497] ppid=28489 vsize=196508 CPUtime=0
/proc/28490/task/28497/stat : 28497 (java) S 28489 28444 28308 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140555258 201224192 2896 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28490/tid=28498] ppid=28489 vsize=196508 CPUtime=0
/proc/28490/task/28498/stat : 28498 (java) R 28489 28444 28308 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140555258 201224192 2896 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 220836

[startup+244.802 s]
/proc/loadavg: 5.45 5.48 4.64 1/94 28498
/proc/meminfo: memFree=1022200/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=16740 CPUtime=3.81
/proc/28444/stat : 28444 (sugar++) S 28442 28444 28308 0 -1 4194304 1870 28020 2 19 76 76 117 112 16 0 1 0 140530829 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28444/statm: 4185 1115 414 3 0 764 0
[pid=28468] ppid=28444 vsize=2232 CPUtime=0.01
/proc/28468/stat : 28468 (minisat-inc) S 28444 28444 28308 0 -1 4194304 306 0 0 0 1 0 0 0 16 0 1 0 140555222 2285568 242 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/28468/statm: 558 242 78 151 0 404 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 18972

[startup+244.902 s]
/proc/loadavg: 5.45 5.48 4.64 1/94 28498
/proc/meminfo: memFree=1022200/2055920 swapFree=4175792/4192956
[pid=28444] ppid=28442 vsize=16740 CPUtime=3.93
/proc/28444/stat : 28444 (sugar++) S 28442 28444 28308 0 -1 4194304 1888 31735 2 20 76 76 126 115 16 0 1 0 140530829 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28444/statm: 4185 1115 414 3 0 764 0
[pid=28468] ppid=28444 vsize=2364 CPUtime=0.03
/proc/28468/stat : 28468 (minisat-inc) R 28444 28444 28308 0 -1 4194304 324 0 0 0 3 0 0 0 17 0 1 0 140555222 2420736 260 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 1 0 0
/proc/28468/statm: 591 260 79 151 0 437 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 19104

Child status: 0
Real time (s): 244.957
CPU time (s): 4.04738
CPU user time (s): 2.12568
CPU system time (s): 1.92171
CPU usage (%): 1.65228
Max. virtual memory (cumulated for all children) (KiB): 886700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.12568
system time used= 1.92171
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34035
page faults= 22
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1556
involuntary context switches= 768

runsolver used 0.889864 second user time and 2.11668 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-08-07 20:40:19
IDJOB=1113189
IDBENCH=61541
IDSOLVER=367
FILE ID=node90/1113189-1218134396
PBS_JOBID= 8000797
Free space on /tmp= 64736 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ec735a00f6ba092d76dd0e448d19a676
RANDOM SEED=1883011068

node90.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.265
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.265
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        867216 kB
Buffers:          2628 kB
Cached:        1009400 kB
SwapCached:      11100 kB
Active:         735164 kB
Inactive:       344372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        867216 kB
SwapTotal:     4192956 kB
SwapFree:      4175792 kB
Dirty:          767220 kB
Writeback:           0 kB
Mapped:          84568 kB
Slab:            94304 kB
Committed_AS:   247184 kB
PageTables:       2052 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= 64736 MiB
End job on node90 at 2008-08-07 20:45:08