Trace number 1111510

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM1 8.60969 8.87888

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-40_ext.xml
MD5SUM33c02ad367bd9810ddc348fe60b882c1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark8.5177
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints149
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension149
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.01/0.04	c 0	Sugar v1-13 + HOME/minisat
0.01/0.04	c 0	BEGIN Sat Jul 12 09:30:18 2008
0.01/0.04	c 0	PID 14967
0.01/0.05	c 0	HOST node29.alineos.net
0.01/0.05	c 0	CONVERTING HOME/instance-1111510-1215847818.xml TO HOME/temp.csp
0.01/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111510-1215847818.xml' 'HOME/temp.csp'
1.26/1.33	c 1	15 domains, 108 variables, 0 predicates, 132 relations, 149 constraints
1.26/1.36	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.36	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.30/1.44	c 1	Parsing HOME/temp.csp
3.30/3.47	c 3	parsed 404 expressions
3.30/3.48	c 4	Heap : 39 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.30/3.48	c 4	MAX CSP: 149 constraints
3.30/3.48	c 4	Converting to clausal form CSP
3.40/3.50	c 4	converted 56 (10%) expressions
3.40/3.50	c 4	converted 112 (20%) expressions
3.40/3.51	c 4	converted 167 (30%) expressions
3.50/3.63	c 4	converted 223 (40%) expressions
3.50/3.64	c 4	converted 278 (50%) expressions
3.50/3.65	c 4	converted 334 (60%) expressions
3.50/3.69	c 4	converted 390 (70%) expressions
3.70/3.83	c 4	converted 445 (80%) expressions
3.99/4.10	c 4	converted 501 (90%) expressions
5.19/5.39	c 5	converted 556 (100%) expressions
5.19/5.40	c 5	CSP : 406 integers, 0 booleans, 446 clauses, largest domain size 224
5.19/5.40	c 5	Heap : 91 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.19/5.40	c 5	Propagation in CSP
5.28/5.46	c 5	145 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.28/5.46	c 5	CSP : 406 integers, 0 booleans, 446 clauses, largest domain size 150
5.28/5.46	c 5	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.28/5.46	c 5	Simplifing CSP by introducing new Boolean variables
5.28/5.46	c 5	CSP : 406 integers, 0 booleans, 446 clauses, largest domain size 150
5.28/5.46	c 5	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.58/5.74	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.58/5.75	c 6	41 (10%) CSP integer variables are encoded (136 clauses, 1398 bytes)
5.58/5.75	c 6	82 (20%) CSP integer variables are encoded (232 clauses, 2454 bytes)
5.58/5.75	c 6	122 (30%) CSP integer variables are encoded (316 clauses, 3378 bytes)
5.58/5.75	c 6	163 (40%) CSP integer variables are encoded (316 clauses, 3378 bytes)
5.58/5.75	c 6	203 (50%) CSP integer variables are encoded (316 clauses, 3378 bytes)
5.58/5.76	c 6	244 (60%) CSP integer variables are encoded (316 clauses, 3378 bytes)
5.58/5.76	c 6	285 (70%) CSP integer variables are encoded (553 clauses, 5985 bytes)
5.58/5.76	c 6	325 (80%) CSP integer variables are encoded (722 clauses, 7915 bytes)
5.58/5.76	c 6	366 (90%) CSP integer variables are encoded (1540 clauses, 18549 bytes)
5.58/5.77	c 6	406 (100%) CSP integer variables are encoded (2151 clauses, 26492 bytes)
5.69/5.80	c 6	45 (10%) CSP clauses are encoded (2432 clauses, 31962 bytes)
5.98/6.13	c 6	90 (20%) CSP clauses are encoded (9061 clauses, 238842 bytes)
6.67/6.82	c 7	134 (30%) CSP clauses are encoded (13144 clauses, 346039 bytes)
7.46/7.69	c 8	179 (40%) CSP clauses are encoded (20053 clauses, 601064 bytes)
7.46/7.70	c 8	223 (50%) CSP clauses are encoded (21649 clauses, 624434 bytes)
7.57/7.70	c 8	268 (60%) CSP clauses are encoded (22202 clauses, 632303 bytes)
7.57/7.71	c 8	313 (70%) CSP clauses are encoded (26421 clauses, 704727 bytes)
7.57/7.73	c 8	357 (80%) CSP clauses are encoded (30763 clauses, 776293 bytes)
7.57/7.75	c 8	402 (90%) CSP clauses are encoded (39619 clauses, 935773 bytes)
7.57/7.77	c 8	446 (100%) CSP clauses are encoded (51186 clauses, 1145763 bytes)
7.57/7.77	c 8	446 CSP clauses encoded
7.57/7.77	c 8	Writing map file : HOME/temp.map
7.57/7.78	c 8	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.57/7.78	c 8	SAT : 2557 SAT variables, 51186 SAT clauses, 1145763 bytes
7.57/7.78	c 8	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.65/7.84	c 8	OBJECTIVE minimize _COST
7.65/7.84	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
7.65/7.84	c 8	SEARCHING: _COST <= 75
7.65/7.84	c 8	SOLVING HOME/temp.cnf
7.65/7.84	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.65/7.84	c 8	This is MiniSat 2.0 beta
7.65/7.84	c 8	WARNING: for repeatability, setting FPU to use double precision
7.65/7.84	c 8	============================[ Problem Statistics ]=============================
7.65/7.84	c 8	|                                                                             |
7.65/7.85	c 8	|  Number of variables:  2557                                                 |
7.65/7.85	c 8	|  Number of clauses:    51187                                                |
7.65/7.88	c 8	|  Parsing time:         0.03         s                                       |
7.65/7.88	c 8	============================[ Search Statistics ]==============================
7.65/7.88	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.65/7.88	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.65/7.88	c 8	===============================================================================
7.65/7.88	c 8	|         0 |    1965    39490   197884 |    13163        0    nan |  0.000 % |
7.65/7.89	c 8	===============================================================================
7.65/7.89	c 8	restarts              : 1
7.65/7.89	c 8	conflicts             : 74             (1721 /sec)
7.65/7.89	c 8	decisions             : 266            (1.13 % random) (6187 /sec)
7.65/7.89	c 8	propagations          : 5735           (133394 /sec)
7.65/7.89	c 8	conflict literals     : 532            (14.33 % deleted)
7.65/7.89	c 8	Memory used           : 4.23 MB
7.65/7.89	c 8	CPU time              : 0.042993 s
7.65/7.89	c 8	
7.65/7.89	c 8	SATISFIABLE
7.65/7.89	c 8	FOUND: _COST <= 75
7.65/7.90	s SATISFIABLE
7.65/7.90	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.65/7.90	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.73/7.98	c 8	Decoding HOME/temp.out
7.73/8.04	c 8	OBJECTIVE _COST 15
7.73/8.04	o 15
7.73/8.04	v 6 1 22 5 1 1 1 5 1 1 1 1 0 3 1 1 1 1 1 2 2 1 1 1 21 0 5 1 1 0 1 0 30 9 0 0 0 1 1 2 0 0 1 2 2 1 24 1 1 3 1 1 2 1 1 7 1 1 1 1 0 1 3 1 1 3 0 1 1 2 0 3 3 3 6 0 1 1 1 1 4 1 4 0 0 0 1 1 0 1 0 0 0 0 0 3 3 5 1 0 4 6 6 5 2 8 4 9
7.73/8.05	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.73/8.06	c 8	OBJECTIVE BOUND: 0 <= _COST <= 15
7.73/8.06	c 8	SEARCHING: _COST <= 7
7.73/8.06	c 8	SOLVING HOME/temp.cnf
7.73/8.06	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.73/8.06	c 8	This is MiniSat 2.0 beta
7.73/8.06	c 8	WARNING: for repeatability, setting FPU to use double precision
7.73/8.06	c 8	============================[ Problem Statistics ]=============================
7.73/8.06	c 8	|                                                                             |
7.73/8.06	c 8	|  Number of variables:  2557                                                 |
7.73/8.06	c 8	|  Number of clauses:    51187                                                |
7.87/8.10	c 8	|  Parsing time:         0.03         s                                       |
7.87/8.11	c 8	============================[ Search Statistics ]==============================
7.87/8.11	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.87/8.11	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.87/8.11	c 8	===============================================================================
7.87/8.11	c 8	|         0 |    1145    21924   147578 |     7308        0    nan |  0.000 % |
7.87/8.12	c 8	===============================================================================
7.87/8.12	c 8	restarts              : 1
7.87/8.12	c 8	conflicts             : 98             (2042 /sec)
7.87/8.12	c 8	decisions             : 221            (1.36 % random) (4605 /sec)
7.87/8.12	c 8	propagations          : 5021           (104622 /sec)
7.87/8.12	c 8	conflict literals     : 770            (17.38 % deleted)
7.87/8.12	c 8	Memory used           : 4.23 MB
7.87/8.12	c 8	CPU time              : 0.047992 s
7.87/8.12	c 8	
7.87/8.12	c 8	SATISFIABLE
7.87/8.12	c 8	FOUND: _COST <= 7
7.87/8.12	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.87/8.12	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.93/8.20	c 8	Decoding HOME/temp.out
7.93/8.27	c 8	OBJECTIVE _COST 7
7.93/8.27	o 7
7.93/8.27	v 6 1 9 9 1 1 1 3 1 1 1 1 0 2 1 1 1 1 1 2 2 1 1 1 15 2 3 0 0 1 1 0 30 24 0 1 0 1 1 2 0 0 0 2 2 1 41 0 1 3 1 1 2 2 1 10 1 1 1 0 0 1 2 0 1 2 2 1 1 2 0 9 2 2 2 0 1 1 1 1 6 1 0 0 0 1 1 0 0 0 0 2 0 4 0 3 2 3 1 0 2 2 5 5 3 6 4 3
7.93/8.28	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.93/8.29	c 8	OBJECTIVE BOUND: 0 <= _COST <= 7
7.93/8.29	c 8	SEARCHING: _COST <= 3
7.93/8.29	c 8	SOLVING HOME/temp.cnf
7.93/8.29	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.93/8.29	c 8	This is MiniSat 2.0 beta
7.93/8.29	c 8	WARNING: for repeatability, setting FPU to use double precision
7.93/8.29	c 8	============================[ Problem Statistics ]=============================
7.93/8.29	c 8	|                                                                             |
7.93/8.29	c 8	|  Number of variables:  2557                                                 |
7.93/8.29	c 8	|  Number of clauses:    51187                                                |
8.08/8.33	c 8	|  Parsing time:         0.03         s                                       |
8.08/8.33	c 8	============================[ Search Statistics ]==============================
8.08/8.33	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.08/8.33	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.08/8.33	c 8	===============================================================================
8.08/8.33	c 8	|         0 |     957    19998   142360 |     6666        0    nan |  0.000 % |
8.08/8.34	c 8	|       101 |     957    19998   142360 |     7332      101      8 | 62.573 % |
8.08/8.34	c 8	===============================================================================
8.08/8.34	c 8	restarts              : 2
8.08/8.34	c 8	conflicts             : 105            (2143 /sec)
8.08/8.34	c 8	decisions             : 259            (1.93 % random) (5287 /sec)
8.08/8.34	c 8	propagations          : 6854           (139900 /sec)
8.08/8.34	c 8	conflict literals     : 812            (18.88 % deleted)
8.08/8.34	c 8	Memory used           : 4.23 MB
8.08/8.34	c 8	CPU time              : 0.048992 s
8.08/8.34	c 8	
8.08/8.34	c 8	SATISFIABLE
8.08/8.35	c 8	FOUND: _COST <= 3
8.08/8.35	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.08/8.35	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.14/8.43	c 8	Decoding HOME/temp.out
8.14/8.49	c 9	OBJECTIVE _COST 3
8.14/8.49	o 3
8.14/8.49	v 8 1 28 9 1 0 1 3 1 1 1 0 0 2 1 1 1 1 1 0 2 1 0 1 13 2 5 0 0 0 1 0 30 20 0 0 0 1 1 2 0 0 0 2 3 1 32 0 1 3 1 1 2 1 1 12 1 1 1 0 0 1 2 0 1 2 2 0 1 2 0 7 2 2 5 0 1 1 1 1 6 1 1 0 0 1 1 0 0 0 0 2 0 0 0 3 4 9 1 0 4 8 8 9 8 8 9 8
8.14/8.52	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.14/8.55	c 9	OBJECTIVE BOUND: 0 <= _COST <= 3
8.14/8.55	c 9	SEARCHING: _COST <= 1
8.14/8.55	c 9	SOLVING HOME/temp.cnf
8.14/8.55	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.14/8.56	c 9	This is MiniSat 2.0 beta
8.14/8.56	c 9	WARNING: for repeatability, setting FPU to use double precision
8.14/8.56	c 9	============================[ Problem Statistics ]=============================
8.14/8.56	c 9	|                                                                             |
8.14/8.56	c 9	|  Number of variables:  2557                                                 |
8.14/8.56	c 9	|  Number of clauses:    51187                                                |
8.14/8.59	c 9	|  Parsing time:         0.03         s                                       |
8.31/8.60	c 9	============================[ Search Statistics ]==============================
8.31/8.60	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.31/8.60	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.31/8.60	c 9	===============================================================================
8.31/8.60	c 9	|         0 |     722    18597   138860 |     6199        0    nan |  0.000 % |
8.31/8.61	c 9	===============================================================================
8.31/8.61	c 9	restarts              : 1
8.31/8.61	c 9	conflicts             : 82             (1783 /sec)
8.31/8.61	c 9	decisions             : 159            (0.00 % random) (3457 /sec)
8.31/8.61	c 9	propagations          : 4295           (93384 /sec)
8.31/8.61	c 9	conflict literals     : 637            (16.84 % deleted)
8.31/8.61	c 9	Memory used           : 4.23 MB
8.31/8.61	c 9	CPU time              : 0.045993 s
8.31/8.61	c 9	
8.31/8.61	c 9	SATISFIABLE
8.31/8.61	c 9	FOUND: _COST <= 1
8.31/8.61	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.31/8.61	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.31/8.69	c 9	Decoding HOME/temp.out
8.43/8.76	c 9	OBJECTIVE _COST 1
8.43/8.76	o 1
8.43/8.76	v 6 1 9 9 1 1 1 3 1 1 1 1 0 2 1 1 1 1 1 2 2 1 1 1 15 2 3 0 0 1 1 0 30 24 0 1 0 1 1 2 0 0 0 2 2 1 41 0 1 3 1 1 2 1 1 10 1 1 1 0 0 1 2 0 1 2 2 0 1 2 0 9 2 2 2 0 1 1 1 1 6 1 0 0 0 1 1 0 0 0 0 2 0 4 0 3 2 3 1 0 2 2 5 5 3 6 4 3
8.43/8.77	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.51/8.82	c 9	OBJECTIVE BOUND: 0 <= _COST <= 1
8.51/8.82	c 9	SEARCHING: _COST <= 0
8.51/8.82	c 9	SOLVING HOME/temp.cnf
8.51/8.82	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.51/8.82	c 9	This is MiniSat 2.0 beta
8.51/8.82	c 9	WARNING: for repeatability, setting FPU to use double precision
8.51/8.82	c 9	============================[ Problem Statistics ]=============================
8.51/8.82	c 9	|                                                                             |
8.51/8.82	c 9	|  Number of variables:  2557                                                 |
8.51/8.82	c 9	|  Number of clauses:    51187                                                |
8.51/8.86	c 9	|  Parsing time:         0.03         s                                       |
8.51/8.87	c 9	============================[ Search Statistics ]==============================
8.51/8.87	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.51/8.87	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.51/8.87	c 9	===============================================================================
8.51/8.87	c 9	|         0 |     416    17722   135744 |     5907        0    nan |  0.000 % |
8.51/8.87	c 9	===============================================================================
8.51/8.87	c 9	restarts              : 1
8.51/8.87	c 9	conflicts             : 47             (1119 /sec)
8.51/8.87	c 9	decisions             : 53             (0.00 % random) (1262 /sec)
8.51/8.87	c 9	propagations          : 2653           (63177 /sec)
8.51/8.87	c 9	conflict literals     : 155            (20.51 % deleted)
8.51/8.87	c 9	Memory used           : 4.23 MB
8.51/8.87	c 9	CPU time              : 0.041993 s
8.51/8.87	c 9	
8.51/8.87	c 9	UNSATISFIABLE
8.51/8.87	c 9	NOT FOUND: _COST <= 0
8.51/8.87	c 9	OBJECTIVE _COST 1
8.51/8.87	s OPTIMUM FOUND
8.51/8.87	c 9	CPU 8.19 (0.04 0 8.15 0.39)
8.51/8.87	c 9	END Sat Jul 12 09:30:27 2008

Verifier Data (download as text)

OK	1	148
1 unsatisfied constraints, 148 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-1111510-1215847818/watcher-1111510-1215847818 -o /tmp/evaluation-result-1111510-1215847818/solver-1111510-1215847818 -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-1111510-1215847818.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.21 2.09 2.02 4/80 14967
/proc/meminfo: memFree=1775456/2055920 swapFree=4180012/4192956
[pid=14967] ppid=14965 vsize=18572 CPUtime=0
/proc/14967/stat : 14967 (runsolver) R 14965 14967 14600 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 41483511 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 221780700455 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14967/statm: 4643 292 257 25 0 2626 0

[startup+0.0271221 s]
/proc/loadavg: 2.21 2.09 2.02 4/80 14967
/proc/meminfo: memFree=1775456/2055920 swapFree=4180012/4192956
[pid=14967] ppid=14965 vsize=12808 CPUtime=0.01
/proc/14967/stat : 14967 (sugar) R 14965 14967 14600 0 -1 4194304 565 0 0 0 1 0 0 0 20 0 1 0 41483511 13115392 533 996147200 4194304 4206940 548682068592 18446744073709551615 221794209154 0 0 4224 0 0 0 0 17 1 0 0
/proc/14967/statm: 3202 533 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.101129 s]
/proc/loadavg: 2.21 2.09 2.02 4/80 14967
/proc/meminfo: memFree=1775456/2055920 swapFree=4180012/4192956
[pid=14967] ppid=14965 vsize=13600 CPUtime=0.03
/proc/14967/stat : 14967 (sugar) S 14965 14967 14600 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 41483511 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14967/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301143 s]
/proc/loadavg: 2.21 2.09 2.02 4/80 14967
/proc/meminfo: memFree=1775456/2055920 swapFree=4180012/4192956
[pid=14967] ppid=14965 vsize=13600 CPUtime=0.03
/proc/14967/stat : 14967 (sugar) S 14965 14967 14600 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 41483511 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14967/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701166 s]
/proc/loadavg: 2.21 2.09 2.02 4/80 14967
/proc/meminfo: memFree=1775456/2055920 swapFree=4180012/4192956
[pid=14967] ppid=14965 vsize=13600 CPUtime=0.03
/proc/14967/stat : 14967 (sugar) S 14965 14967 14600 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 41483511 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14967/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50122 s]
/proc/loadavg: 2.21 2.09 2.02 3/91 14979
/proc/meminfo: memFree=1741320/2055920 swapFree=4180012/4192956
[pid=14967] ppid=14965 vsize=13600 CPUtime=1.3
/proc/14967/stat : 14967 (sugar) S 14965 14967 14600 0 -1 4194304 974 11875 0 1 3 0 119 8 16 0 1 0 41483511 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14967/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 13600

[startup+3.10233 s]
/proc/loadavg: 2.21 2.09 2.02 4/91 14989
/proc/meminfo: memFree=1750984/2055920 swapFree=4180012/4192956
[pid=14967] ppid=14965 vsize=13600 CPUtime=1.3
/proc/14967/stat : 14967 (sugar) S 14965 14967 14600 0 -1 4194304 974 11875 0 1 3 0 119 8 16 0 1 0 41483511 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14967/statm: 3400 797 370 3 0 500 0
[pid=14980] ppid=14967 vsize=5356 CPUtime=0
/proc/14980/stat : 14980 (sh) S 14967 14967 14600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41483648 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14980/statm: 1339 233 193 169 0 50 0
[pid=14981] ppid=14980 vsize=864076 CPUtime=1.71
/proc/14981/stat : 14981 (java) S 14980 14967 14600 0 -1 0 13887 0 1 0 164 7 0 0 18 0 9 0 41483648 884813824 12799 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14981/statm: 216019 12799 2532 9 0 210601 0
[pid=14981/tid=14982] ppid=14980 vsize=864076 CPUtime=0.98
/proc/14981/task/14982/stat : 14982 (java) R 14980 14967 14600 0 -1 64 2749 0 1 0 96 2 0 0 25 0 9 0 41483649 884813824 12799 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14983] ppid=14980 vsize=864076 CPUtime=0.65
/proc/14981/task/14983/stat : 14983 (java) R 14980 14967 14600 0 -1 64 10117 0 0 0 62 3 0 0 16 0 9 0 41483650 884813824 12799 996147200 134512640 134550740 4294955936 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14984] ppid=14980 vsize=864076 CPUtime=0
/proc/14981/task/14984/stat : 14984 (java) S 14980 14967 14600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41483650 884813824 12799 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14985] ppid=14980 vsize=864076 CPUtime=0
/proc/14981/task/14985/stat : 14985 (java) S 14980 14967 14600 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41483650 884813824 12799 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14986] ppid=14980 vsize=864076 CPUtime=0
/proc/14981/task/14986/stat : 14986 (java) S 14980 14967 14600 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41483652 884813824 12799 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14987] ppid=14980 vsize=864076 CPUtime=0.05
/proc/14981/task/14987/stat : 14987 (java) S 14980 14967 14600 0 -1 64 324 0 0 0 5 0 0 0 16 0 9 0 41483652 884813824 12799 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14988] ppid=14980 vsize=864076 CPUtime=0
/proc/14981/task/14988/stat : 14988 (java) S 14980 14967 14600 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41483653 884813824 12799 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14989] ppid=14980 vsize=864076 CPUtime=0
/proc/14981/task/14989/stat : 14989 (java) S 14980 14967 14600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41483653 884813824 12799 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883032

[startup+6.30252 s]
/proc/loadavg: 2.27 2.10 2.02 3/91 14989
/proc/meminfo: memFree=1672968/2055920 swapFree=4180012/4192956
[pid=14967] ppid=14965 vsize=13600 CPUtime=1.31
/proc/14967/stat : 14967 (sugar) S 14965 14967 14600 0 -1 4194304 974 11875 0 1 4 0 119 8 15 0 1 0 41483511 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14967/statm: 3400 797 370 3 0 500 0
[pid=14980] ppid=14967 vsize=5356 CPUtime=0
/proc/14980/stat : 14980 (sh) S 14967 14967 14600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41483648 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14980/statm: 1339 233 193 169 0 50 0
[pid=14981] ppid=14980 vsize=864300 CPUtime=4.87
/proc/14981/stat : 14981 (java) S 14980 14967 14600 0 -1 0 29210 0 1 0 472 15 0 0 18 0 9 0 41483648 885043200 27390 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14981/statm: 216075 27390 2565 9 0 210622 0
[pid=14981/tid=14982] ppid=14980 vsize=864300 CPUtime=2.45
/proc/14981/task/14982/stat : 14982 (java) R 14980 14967 14600 0 -1 64 3706 0 1 0 242 3 0 0 25 0 9 0 41483649 885043200 27390 996147200 134512640 134550740 4294955936 18446744073709551615 4126689718 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14983] ppid=14980 vsize=864300 CPUtime=2.25
/proc/14981/task/14983/stat : 14983 (java) S 14980 14967 14600 0 -1 64 24428 0 0 0 215 10 0 0 16 0 9 0 41483650 885043200 27390 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14984] ppid=14980 vsize=864300 CPUtime=0
/proc/14981/task/14984/stat : 14984 (java) S 14980 14967 14600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41483650 885043200 27390 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14985] ppid=14980 vsize=864300 CPUtime=0
/proc/14981/task/14985/stat : 14985 (java) S 14980 14967 14600 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41483650 885043200 27390 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14986] ppid=14980 vsize=864300 CPUtime=0
/proc/14981/task/14986/stat : 14986 (java) S 14980 14967 14600 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41483652 885043200 27390 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14987] ppid=14980 vsize=864300 CPUtime=0.14
/proc/14981/task/14987/stat : 14987 (java) S 14980 14967 14600 0 -1 64 379 0 0 0 14 0 0 0 16 0 9 0 41483652 885043200 27390 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14988] ppid=14980 vsize=864300 CPUtime=0
/proc/14981/task/14988/stat : 14988 (java) S 14980 14967 14600 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41483653 885043200 27390 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14989] ppid=14980 vsize=864300 CPUtime=0
/proc/14981/task/14989/stat : 14989 (java) S 14980 14967 14600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41483653 885043200 27390 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883256

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

[startup+7.90162 s]
/proc/loadavg: 2.25 2.10 2.02 3/91 14989
/proc/meminfo: memFree=1669576/2055920 swapFree=4180012/4192956
[pid=14967] ppid=14965 vsize=13600 CPUtime=7.73
/proc/14967/stat : 14967 (sugar) S 14965 14967 14600 0 -1 4194304 1107 42719 0 2 4 0 742 27 16 0 1 0 41483511 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14967/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 13600

[startup+8.30164 s]
/proc/loadavg: 2.25 2.10 2.02 3/91 14989
/proc/meminfo: memFree=1669576/2055920 swapFree=4180012/4192956
[pid=14967] ppid=14965 vsize=13600 CPUtime=8.08
/proc/14967/stat : 14967 (sugar) S 14965 14967 14600 0 -1 4194304 1292 51535 0 4 4 0 772 32 16 0 1 0 41483511 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14967/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 8.08
Current children cumulated vsize (KiB) 13600

[startup+8.70167 s]
/proc/loadavg: 2.25 2.10 2.02 4/91 15037
/proc/meminfo: memFree=1764360/2055920 swapFree=4180012/4192956
[pid=14967] ppid=14965 vsize=13600 CPUtime=8.36
/proc/14967/stat : 14967 (sugar) S 14965 14967 14600 0 -1 4194304 1468 57894 0 5 4 0 796 36 16 0 1 0 41483511 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14967/statm: 3400 806 374 3 0 500 0
[pid=15028] ppid=14967 vsize=5356 CPUtime=0
/proc/15028/stat : 15028 (sh) S 14967 14967 14600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41484373 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15028/statm: 1339 233 193 169 0 50 0
[pid=15029] ppid=15028 vsize=863720 CPUtime=0.07
/proc/15029/stat : 15029 (java) S 15028 14967 14600 0 -1 0 3187 0 1 0 6 1 0 0 18 0 9 0 41484373 884449280 2664 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15029/statm: 215930 2664 1616 9 0 210512 0
[pid=15029/tid=15030] ppid=15028 vsize=863720 CPUtime=0.05
/proc/15029/task/15030/stat : 15030 (java) R 15028 14967 14600 0 -1 64 2288 0 1 0 5 0 0 0 18 0 9 0 41484374 884449280 2664 996147200 134512640 134550740 4294955984 18446744073709551615 104176573 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15029/tid=15031] ppid=15028 vsize=863720 CPUtime=0
/proc/15029/task/15031/stat : 15031 (java) S 15028 14967 14600 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 41484375 884449280 2664 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15029/tid=15032] ppid=15028 vsize=863720 CPUtime=0
/proc/15029/task/15032/stat : 15032 (java) S 15028 14967 14600 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 41484376 884449280 2664 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15029/tid=15033] ppid=15028 vsize=863720 CPUtime=0
/proc/15029/task/15033/stat : 15033 (java) S 15028 14967 14600 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 41484376 884449280 2664 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15029/tid=15034] ppid=15028 vsize=863720 CPUtime=0
/proc/15029/task/15034/stat : 15034 (java) S 15028 14967 14600 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41484377 884449280 2664 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15029/tid=15035] ppid=15028 vsize=863720 CPUtime=0
/proc/15029/task/15035/stat : 15035 (java) R 15028 14967 14600 0 -1 64 203 0 0 0 0 0 0 0 19 0 9 0 41484378 884449280 2664 996147200 134512640 134550740 4294955984 18446744073709551615 103774219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15029/tid=15036] ppid=15028 vsize=863720 CPUtime=0
/proc/15029/task/15036/stat : 15036 (java) S 15028 14967 14600 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41484378 884449280 2664 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15029/tid=15037] ppid=15028 vsize=863720 CPUtime=0
/proc/15029/task/15037/stat : 15037 (java) S 15028 14967 14600 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 41484378 884449280 2664 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 882676

[startup+8.80668 s]
/proc/loadavg: 2.25 2.10 2.02 4/91 15037
/proc/meminfo: memFree=1764360/2055920 swapFree=4180012/4192956
[pid=14967] ppid=14965 vsize=13600 CPUtime=8.36
/proc/14967/stat : 14967 (sugar) S 14965 14967 14600 0 -1 4194304 1469 57894 0 5 4 0 796 36 15 0 1 0 41483511 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14967/statm: 3400 806 374 3 0 500 0
[pid=15028] ppid=14967 vsize=5356 CPUtime=0
/proc/15028/stat : 15028 (sh) S 14967 14967 14600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41484373 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15028/statm: 1339 233 193 169 0 50 0
[pid=15029] ppid=15028 vsize=864068 CPUtime=0.15
/proc/15029/stat : 15029 (java) S 15028 14967 14600 0 -1 0 3469 0 1 0 14 1 0 0 18 0 9 0 41484373 884805632 2939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15029/statm: 216017 2939 1688 9 0 210592 0
[pid=15029/tid=15030] ppid=15028 vsize=864068 CPUtime=0.12
/proc/15029/task/15030/stat : 15030 (java) S 15028 14967 14600 0 -1 64 2488 0 1 0 11 1 0 0 18 0 9 0 41484374 884805632 2939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15029/tid=15031] ppid=15028 vsize=864068 CPUtime=0
/proc/15029/task/15031/stat : 15031 (java) S 15028 14967 14600 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 41484375 884805632 2939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15029/tid=15032] ppid=15028 vsize=864068 CPUtime=0
/proc/15029/task/15032/stat : 15032 (java) S 15028 14967 14600 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 41484376 884805632 2939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15029/tid=15033] ppid=15028 vsize=864068 CPUtime=0
/proc/15029/task/15033/stat : 15033 (java) S 15028 14967 14600 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 41484376 884805632 2939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15029/tid=15034] ppid=15028 vsize=864068 CPUtime=0
/proc/15029/task/15034/stat : 15034 (java) S 15028 14967 14600 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41484377 884805632 2939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15029/tid=15035] ppid=15028 vsize=864068 CPUtime=0.02
/proc/15029/task/15035/stat : 15035 (java) S 15028 14967 14600 0 -1 64 285 0 0 0 2 0 0 0 19 0 9 0 41484378 884805632 2939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15029/tid=15036] ppid=15028 vsize=864068 CPUtime=0
/proc/15029/task/15036/stat : 15036 (java) S 15028 14967 14600 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41484378 884805632 2939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15029/tid=15037] ppid=15028 vsize=864068 CPUtime=0
/proc/15029/task/15037/stat : 15037 (java) S 15028 14967 14600 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 41484378 884805632 2939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (KiB) 883024

Child status: 0
Real time (s): 8.87888
CPU time (s): 8.60969
CPU user time (s): 8.20275
CPU system time (s): 0.406938
CPU usage (%): 96.9682
Max. virtual memory (cumulated for all children) (KiB): 883664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.20275
system time used= 0.406938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64536
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4156
involuntary context switches= 4315

runsolver used 0.020996 second user time and 0.040993 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-12 09:30:18
IDJOB=1111510
IDBENCH=61285
IDSOLVER=368
FILE ID=node29/1111510-1215847818
PBS_JOBID= 7903416
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-40_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-1111510-1215847818/watcher-1111510-1215847818 -o /tmp/evaluation-result-1111510-1215847818/solver-1111510-1215847818 -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-1111510-1215847818.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 33c02ad367bd9810ddc348fe60b882c1
RANDOM SEED=21313603

node29.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.242
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
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:       1775936 kB
Buffers:         34660 kB
Cached:          91264 kB
SwapCached:       6744 kB
Active:         162804 kB
Inactive:        74316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775936 kB
SwapTotal:     4192956 kB
SwapFree:      4180012 kB
Dirty:            4364 kB
Writeback:           0 kB
Mapped:         127348 kB
Slab:            27776 kB
Committed_AS:   971848 kB
PageTables:       2104 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= 66488 MiB
End job on node29 at 2008-07-12 09:30:27