Trace number 2087208

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.14.6+minisatSAT 24.7692 25.0302

General information on the benchmark

Namecsp/bibd12-13/
normalized-bibd-12-88-22-3-4_glb.xml
MD5SUM83e7dace3e98d97ebd040351147b0e7a
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.6236
Satisfiable
(Un)Satisfiability was proved
Number of variables6864
Number of constraints5974
Maximum constraint arity88
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5808
Global constraints used (with number of constraints)weightedsum(166)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 09:59:22 2009
0.00/0.07	c 0	PID 28633
0.05/0.08	c 0	HOST node74.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2087208-1247385562.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2087208-1247385562.xml' 'HOME/temp.csp'
0.05/0.86	c 1	1 domains, 6864 variables, 1 predicates, 0 relations, 5974 constraints
0.05/0.91	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/0.91	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.05/0.98	c 1	Parsing HOME/temp.csp
1.02/1.17	c 1	parsed 10000 expressions
1.11/1.26	c 1	parsed 12840 expressions
1.11/1.27	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.27	c 1	Converting to clausal form CSP
1.21/1.30	c 2	converted 1284 (10%) expressions
1.21/1.32	c 2	converted 2568 (20%) expressions
1.21/1.32	c 2	converted 3852 (30%) expressions
1.21/1.32	c 2	converted 5136 (40%) expressions
1.21/1.32	c 2	converted 6420 (50%) expressions
1.71/1.82	c 2	converted 7704 (60%) expressions
2.01/2.19	c 2	converted 8988 (70%) expressions
2.51/2.61	c 3	converted 10272 (80%) expressions
2.71/2.89	c 3	converted 11556 (90%) expressions
3.80/3.92	c 4	converted 12840 (100%) expressions
3.80/3.93	c 4	CSP : 22284 integers, 11616 booleans, 66020 clauses, largest domain size 31
3.80/3.93	c 4	Heap : 41 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.80/3.93	c 4	Propagation in CSP
4.10/4.22	c 4	6864 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.10/4.22	c 4	CSP : 22284 integers, 11616 booleans, 66020 clauses, largest domain size 31
4.10/4.22	c 4	Heap : 41 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.10/4.25	c 4	Simplifing CSP by introducing new Boolean variables
4.10/4.28	c 4	CSP : 22284 integers, 11616 booleans, 66020 clauses, largest domain size 31
4.10/4.28	c 4	Heap : 42 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.39/4.53	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.39/4.56	c 5	2229 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.39/4.56	c 5	4457 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.39/4.57	c 5	6686 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.39/4.57	c 5	8914 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.39/4.57	c 5	11142 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.39/4.58	c 5	13371 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.39/4.58	c 5	15599 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.39/4.58	c 5	17828 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.49/4.60	c 5	20056 (90%) CSP integer variables are encoded (10825 clauses, 162439 bytes)
4.49/4.62	c 5	22284 (100%) CSP integer variables are encoded (27084 clauses, 406324 bytes)
4.59/4.70	c 5	6602 (10%) CSP clauses are encoded (33686 clauses, 502390 bytes)
4.59/4.75	c 5	13204 (20%) CSP clauses are encoded (40288 clauses, 599878 bytes)
4.69/4.81	c 5	19806 (30%) CSP clauses are encoded (46890 clauses, 702425 bytes)
4.69/4.86	c 5	26408 (40%) CSP clauses are encoded (53492 clauses, 806966 bytes)
4.79/4.91	c 5	33010 (50%) CSP clauses are encoded (60094 clauses, 911478 bytes)
4.79/4.97	c 5	39612 (60%) CSP clauses are encoded (66696 clauses, 1016042 bytes)
4.88/5.02	c 5	46214 (70%) CSP clauses are encoded (73298 clauses, 1120583 bytes)
4.88/5.07	c 5	52816 (80%) CSP clauses are encoded (79900 clauses, 1225351 bytes)
5.09/5.29	c 6	59418 (90%) CSP clauses are encoded (117770 clauses, 1955832 bytes)
10.55/10.70	c 11	66020 (100%) CSP clauses are encoded (875352 clauses, 21789341 bytes)
10.55/10.70	c 11	66020 CSP clauses encoded
10.55/10.70	c 11	Writing map file : HOME/temp.map
10.55/10.74	c 11	Heap : 39 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.55/10.74	c 11	SAT : 60984 SAT variables, 875352 SAT clauses, 21789341 bytes
10.55/10.74	c 11	Heap : 39 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.55/10.77	c 11	SOLVING HOME/temp.cnf
10.55/10.77	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.55/10.78	c 11	This is MiniSat 2.0 beta
10.55/10.78	c 11	WARNING: for repeatability, setting FPU to use double precision
10.55/10.78	c 11	============================[ Problem Statistics ]=============================
10.55/10.78	c 11	|                                                                             |
10.55/10.78	c 11	|  Number of variables:  60984                                                |
10.55/10.78	c 11	|  Number of clauses:    875352                                               |
11.13/11.31	c 12	|  Parsing time:         0.46         s                                       |
11.13/11.35	c 12	============================[ Search Statistics ]==============================
11.13/11.35	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.13/11.35	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.13/11.35	c 12	===============================================================================
11.13/11.35	c 12	|         0 |   60984   875352  3502380 |   291784        0    nan |  0.000 % |
11.13/11.39	c 12	|       102 |   60984   875352  3502380 |   320962      102     32 |  0.000 % |
11.23/11.48	c 12	|       252 |   60984   875352  3502380 |   353058      252     33 |  0.000 % |
11.63/11.85	c 12	|       477 |   60984   875352  3502380 |   388364      477     32 |  0.000 % |
12.03/12.23	c 12	|       814 |   60984   875352  3502380 |   427200      814     26 |  0.000 % |
12.83/13.01	c 13	|      1321 |   60984   875352  3502380 |   469921     1321     24 |  0.000 % |
13.52/13.77	c 14	|      2082 |   60984   875352  3502380 |   516913     2082     22 |  0.000 % |
14.62/14.82	c 15	|      3221 |   60984   875352  3502380 |   568604     3221     21 |  0.000 % |
17.21/17.49	c 18	|      4929 |   60984   875352  3502380 |   625464     4929     21 |  0.000 % |
20.49/20.77	c 21	|      7491 |   60984   875352  3502380 |   688011     7491     24 |  0.000 % |
24.08/24.39	c 25	===============================================================================
24.08/24.39	c 25	restarts              : 10
24.08/24.39	c 25	conflicts             : 11197          (832 /sec)
24.08/24.39	c 25	decisions             : 120766         (1.25 % random) (8975 /sec)
24.08/24.39	c 25	propagations          : 14500829       (1077651 /sec)
24.08/24.39	c 25	conflict literals     : 418720         (7.88 % deleted)
24.08/24.39	c 25	Memory used           : 51.11 MB
24.08/24.39	c 25	CPU time              : 13.456 s
24.08/24.39	c 25	
24.18/24.42	c 25	SATISFIABLE
24.18/24.43	c 25	DECODING HOME/temp.out WITH HOME/temp.map
24.18/24.43	c 25	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
24.21/24.51	c 25	Decoding HOME/temp.out
24.21/24.78	s SATISFIABLE
24.22/24.95	v 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 1 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 1 1 0 0 0 1 0 1 1 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1 1 0 1 0 0 0 0 1 0 1 0 0 0 1 1 0 1 0 0 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 1 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
24.22/24.96	c 25	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
24.22/25.02	c 25	CPU 24.73 (0.07 0.02 24.2 0.44)
24.22/25.02	c 25	END Sun Jul 12 09:59:47 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2087208-1247385562/watcher-2087208-1247385562 -o /tmp/evaluation-result-2087208-1247385562/solver-2087208-1247385562 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2087208-1247385562.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 28633
/proc/meminfo: memFree=1521576/2055920 swapFree=4192812/4192956
[pid=28633] ppid=28631 vsize=18576 CPUtime=0
/proc/28633/stat : 28633 (runsolver) R 28631 28633 27544 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 25622011 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228774702375 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28633/statm: 4644 284 249 26 0 2626 0

[startup+0.0761391 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 28633
/proc/meminfo: memFree=1521576/2055920 swapFree=4192812/4192956
[pid=28633] ppid=28631 vsize=16740 CPUtime=0.05
/proc/28633/stat : 28633 (sugar) S 28631 28633 27544 0 -1 4194304 1152 0 0 0 5 0 0 0 18 0 1 0 25622011 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28633/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.100789 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 28633
/proc/meminfo: memFree=1521576/2055920 swapFree=4192812/4192956
[pid=28633] ppid=28631 vsize=16868 CPUtime=0.05
/proc/28633/stat : 28633 (sugar) S 28631 28633 27544 0 -1 4194304 1227 128 0 0 5 0 0 0 18 0 1 0 25622011 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28633/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.301811 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 28633
/proc/meminfo: memFree=1521576/2055920 swapFree=4192812/4192956
[pid=28633] ppid=28631 vsize=16868 CPUtime=0.05
/proc/28633/stat : 28633 (sugar) S 28631 28633 27544 0 -1 4194304 1227 128 0 0 5 0 0 0 18 0 1 0 25622011 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28633/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.70186 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 28633
/proc/meminfo: memFree=1521576/2055920 swapFree=4192812/4192956
[pid=28633] ppid=28631 vsize=16868 CPUtime=0.05
/proc/28633/stat : 28633 (sugar) S 28631 28633 27544 0 -1 4194304 1227 128 0 0 5 0 0 0 18 0 1 0 25622011 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28633/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+1.50195 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 28655
/proc/meminfo: memFree=1513808/2055920 swapFree=4192812/4192956
[pid=28633] ppid=28631 vsize=16868 CPUtime=0.84
/proc/28633/stat : 28633 (sugar) S 28631 28633 27544 0 -1 4194304 1309 8898 0 1 5 1 73 5 15 0 1 0 25622011 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28633/statm: 4217 1111 409 3 0 796 0
[pid=28646] ppid=28633 vsize=5356 CPUtime=0
/proc/28646/stat : 28646 (sh) S 28633 28633 27544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25622103 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28646/statm: 1339 233 193 169 0 50 0
[pid=28647] ppid=28646 vsize=868496 CPUtime=0.57
/proc/28647/stat : 28647 (java) S 28646 28633 27544 0 -1 0 7547 0 1 0 53 4 0 0 18 0 9 0 25622103 889339904 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28647/statm: 217124 6771 2568 9 0 211629 0
[pid=28647/tid=28648] ppid=28646 vsize=868496 CPUtime=0.33
/proc/28647/task/28648/stat : 28648 (java) R 28646 28633 27544 0 -1 64 2572 0 1 0 33 0 0 0 25 0 9 0 25622104 889339904 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28649] ppid=28646 vsize=868496 CPUtime=0.08
/proc/28647/task/28649/stat : 28649 (java) S 28646 28633 27544 0 -1 64 2822 0 0 0 7 1 0 0 16 0 9 0 25622105 889339904 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28650] ppid=28646 vsize=868496 CPUtime=0
/proc/28647/task/28650/stat : 28650 (java) S 28646 28633 27544 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25622105 889339904 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28651] ppid=28646 vsize=868496 CPUtime=0
/proc/28647/task/28651/stat : 28651 (java) S 28646 28633 27544 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25622105 889339904 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28652] ppid=28646 vsize=868496 CPUtime=0
/proc/28647/task/28652/stat : 28652 (java) S 28646 28633 27544 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25622107 889339904 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28653] ppid=28646 vsize=868496 CPUtime=0.12
/proc/28647/task/28653/stat : 28653 (java) R 28646 28633 27544 0 -1 64 1451 0 0 0 12 0 0 0 16 0 9 0 25622107 889339904 6771 996147200 134512640 134550932 4294955936 18446744073709551615 102123576 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28654] ppid=28646 vsize=868496 CPUtime=0
/proc/28647/task/28654/stat : 28654 (java) S 28646 28633 27544 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25622107 889339904 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28655] ppid=28646 vsize=868496 CPUtime=0
/proc/28647/task/28655/stat : 28655 (java) S 28646 28633 27544 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25622107 889339904 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890720

[startup+3.10214 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 28655
/proc/meminfo: memFree=1491024/2055920 swapFree=4192812/4192956
[pid=28633] ppid=28631 vsize=16868 CPUtime=0.85
/proc/28633/stat : 28633 (sugar) S 28631 28633 27544 0 -1 4194304 1309 8898 0 1 6 1 73 5 16 0 1 0 25622011 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28633/statm: 4217 1111 409 3 0 796 0
[pid=28646] ppid=28633 vsize=5356 CPUtime=0
/proc/28646/stat : 28646 (sh) S 28633 28633 27544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25622103 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28646/statm: 1339 233 193 169 0 50 0
[pid=28647] ppid=28646 vsize=869084 CPUtime=2.15
/proc/28647/stat : 28647 (java) S 28646 28633 27544 0 -1 0 15141 0 1 0 207 8 0 0 18 0 9 0 25622103 889942016 14078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28647/statm: 217271 14078 2566 9 0 211776 0
[pid=28647/tid=28648] ppid=28646 vsize=869084 CPUtime=1.23
/proc/28647/task/28648/stat : 28648 (java) R 28646 28633 27544 0 -1 64 2910 0 1 0 122 1 0 0 25 0 9 0 25622104 889942016 14078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28649] ppid=28646 vsize=869084 CPUtime=0.72
/proc/28647/task/28649/stat : 28649 (java) R 28646 28633 27544 0 -1 64 10033 0 0 0 67 5 0 0 16 0 9 0 25622105 889942016 14078 996147200 134512640 134550932 4294955936 18446744073709551615 102499744 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28650] ppid=28646 vsize=869084 CPUtime=0
/proc/28647/task/28650/stat : 28650 (java) S 28646 28633 27544 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25622105 889942016 14078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28651] ppid=28646 vsize=869084 CPUtime=0
/proc/28647/task/28651/stat : 28651 (java) S 28646 28633 27544 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25622105 889942016 14078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28652] ppid=28646 vsize=869084 CPUtime=0
/proc/28647/task/28652/stat : 28652 (java) S 28646 28633 27544 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25622107 889942016 14078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28653] ppid=28646 vsize=869084 CPUtime=0.17
/proc/28647/task/28653/stat : 28653 (java) S 28646 28633 27544 0 -1 64 1496 0 0 0 17 0 0 0 16 0 9 0 25622107 889942016 14078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28654] ppid=28646 vsize=869084 CPUtime=0
/proc/28647/task/28654/stat : 28654 (java) S 28646 28633 27544 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25622107 889942016 14078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28655] ppid=28646 vsize=869084 CPUtime=0
/proc/28647/task/28655/stat : 28655 (java) S 28646 28633 27544 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25622107 889942016 14078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 891308

[startup+6.3025 s]
/proc/loadavg: 2.15 2.03 2.01 3/92 28655
/proc/meminfo: memFree=1458704/2055920 swapFree=4192812/4192956
[pid=28633] ppid=28631 vsize=16868 CPUtime=0.85
/proc/28633/stat : 28633 (sugar) S 28631 28633 27544 0 -1 4194304 1310 8898 0 1 6 1 73 5 15 0 1 0 25622011 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28633/statm: 4217 1111 409 3 0 796 0
[pid=28646] ppid=28633 vsize=5356 CPUtime=0
/proc/28646/stat : 28646 (sh) S 28633 28633 27544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25622103 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28646/statm: 1339 233 193 169 0 50 0
[pid=28647] ppid=28646 vsize=868728 CPUtime=5.33
/proc/28647/stat : 28647 (java) S 28646 28633 27544 0 -1 0 18472 0 1 0 521 12 0 0 18 0 9 0 25622103 889577472 16707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28647/statm: 217182 16707 2590 9 0 211659 0
[pid=28647/tid=28648] ppid=28646 vsize=868728 CPUtime=3.84
/proc/28647/task/28648/stat : 28648 (java) R 28646 28633 27544 0 -1 64 3291 0 1 0 380 4 0 0 25 0 9 0 25622104 889577472 16707 996147200 134512640 134550932 4294955936 18446744073709551615 4126796077 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28649] ppid=28646 vsize=868728 CPUtime=1.21
/proc/28647/task/28649/stat : 28649 (java) S 28646 28633 27544 0 -1 64 12930 0 0 0 115 6 0 0 16 0 9 0 25622105 889577472 16707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28650] ppid=28646 vsize=868728 CPUtime=0
/proc/28647/task/28650/stat : 28650 (java) S 28646 28633 27544 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25622105 889577472 16707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28651] ppid=28646 vsize=868728 CPUtime=0
/proc/28647/task/28651/stat : 28651 (java) S 28646 28633 27544 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25622105 889577472 16707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28652] ppid=28646 vsize=868728 CPUtime=0
/proc/28647/task/28652/stat : 28652 (java) S 28646 28633 27544 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25622107 889577472 16707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28653] ppid=28646 vsize=868728 CPUtime=0.25
/proc/28647/task/28653/stat : 28653 (java) S 28646 28633 27544 0 -1 64 1549 0 0 0 24 1 0 0 15 0 9 0 25622107 889577472 16707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28654] ppid=28646 vsize=868728 CPUtime=0
/proc/28647/task/28654/stat : 28654 (java) S 28646 28633 27544 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25622107 889577472 16707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28647/tid=28655] ppid=28646 vsize=868728 CPUtime=0
/proc/28647/task/28655/stat : 28655 (java) S 28646 28633 27544 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25622107 889577472 16707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890952

[startup+12.7013 s]
/proc/loadavg: 2.14 2.03 2.01 3/84 28657
/proc/meminfo: memFree=1449808/2055920 swapFree=4192812/4192956
[pid=28633] ppid=28631 vsize=16868 CPUtime=10.63
/proc/28633/stat : 28633 (sugar) S 28631 28633 27544 0 -1 4194304 1376 27814 0 2 7 1 1026 29 15 0 1 0 25622011 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28633/statm: 4217 1113 409 3 0 796 0
[pid=28656] ppid=28633 vsize=5356 CPUtime=0
/proc/28656/stat : 28656 (sh) S 28633 28633 27544 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25623089 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28656/statm: 1339 232 193 169 0 50 0
[pid=28657] ppid=28656 vsize=48520 CPUtime=1.9
/proc/28657/stat : 28657 (minisat) R 28656 28633 27544 0 -1 4194304 11804 0 0 0 183 7 0 0 25 0 1 0 25623089 49684480 11790 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28657/statm: 12130 11790 76 150 0 11977 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 70744

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

[startup+19.102 s]
/proc/loadavg: 2.13 2.03 2.01 3/84 28657
/proc/meminfo: memFree=1447184/2055920 swapFree=4192812/4192956
[pid=28633] ppid=28631 vsize=16868 CPUtime=10.63
/proc/28633/stat : 28633 (sugar) S 28631 28633 27544 0 -1 4194304 1376 27814 0 2 7 1 1026 29 16 0 1 0 25622011 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28633/statm: 4217 1113 409 3 0 796 0
[pid=28656] ppid=28633 vsize=5356 CPUtime=0
/proc/28656/stat : 28656 (sh) S 28633 28633 27544 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25623089 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28656/statm: 1339 232 193 169 0 50 0
[pid=28657] ppid=28656 vsize=50472 CPUtime=8.26
/proc/28657/stat : 28657 (minisat) R 28656 28633 27544 0 -1 4194304 12309 0 0 0 818 8 0 0 25 0 1 0 25623089 51683328 12295 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/28657/statm: 12618 12295 76 150 0 12465 0
Current children cumulated CPU time (s) 18.89
Current children cumulated vsize (KiB) 72696

[startup+22.3024 s]
/proc/loadavg: 2.12 2.03 2.01 3/84 28657
/proc/meminfo: memFree=1446352/2055920 swapFree=4192812/4192956
[pid=28633] ppid=28631 vsize=16868 CPUtime=10.63
/proc/28633/stat : 28633 (sugar) S 28631 28633 27544 0 -1 4194304 1376 27814 0 2 7 1 1026 29 16 0 1 0 25622011 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28633/statm: 4217 1113 409 3 0 796 0
[pid=28656] ppid=28633 vsize=5356 CPUtime=0
/proc/28656/stat : 28656 (sh) S 28633 28633 27544 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25623089 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28656/statm: 1339 232 193 169 0 50 0
[pid=28657] ppid=28656 vsize=51400 CPUtime=11.45
/proc/28657/stat : 28657 (minisat) R 28656 28633 27544 0 -1 4194304 12539 0 0 0 1137 8 0 0 25 0 1 0 25623089 52633600 12525 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28657/statm: 12850 12525 76 150 0 12697 0
Current children cumulated CPU time (s) 22.08
Current children cumulated vsize (KiB) 73624

[startup+23.9025 s]
/proc/loadavg: 2.12 2.03 2.01 3/84 28657
/proc/meminfo: memFree=1446160/2055920 swapFree=4192812/4192956
[pid=28633] ppid=28631 vsize=16868 CPUtime=10.63
/proc/28633/stat : 28633 (sugar) S 28631 28633 27544 0 -1 4194304 1376 27814 0 2 7 1 1026 29 16 0 1 0 25622011 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28633/statm: 4217 1113 409 3 0 796 0
[pid=28656] ppid=28633 vsize=5356 CPUtime=0
/proc/28656/stat : 28656 (sh) S 28633 28633 27544 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25623089 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28656/statm: 1339 232 193 169 0 50 0
[pid=28657] ppid=28656 vsize=52060 CPUtime=13.05
/proc/28657/stat : 28657 (minisat) R 28656 28633 27544 0 -1 4194304 12689 0 0 0 1296 9 0 0 25 0 1 0 25623089 53309440 12675 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/28657/statm: 13015 12675 76 150 0 12862 0
Current children cumulated CPU time (s) 23.68
Current children cumulated vsize (KiB) 74284

[startup+24.7026 s]
/proc/loadavg: 2.12 2.03 2.01 3/84 28657
/proc/meminfo: memFree=1445648/2055920 swapFree=4192812/4192956
[pid=28633] ppid=28631 vsize=16868 CPUtime=24.21
/proc/28633/stat : 28633 (sugar) S 28631 28633 27544 0 -1 4194304 1448 40868 0 2 7 1 2374 39 16 0 1 0 25622011 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28633/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 24.21
Current children cumulated vsize (KiB) 16868

[startup+24.9027 s]
/proc/loadavg: 2.12 2.03 2.01 3/84 28657
/proc/meminfo: memFree=1445648/2055920 swapFree=4192812/4192956
[pid=28633] ppid=28631 vsize=16868 CPUtime=24.22
/proc/28633/stat : 28633 (sugar) S 28631 28633 27544 0 -1 4194304 1451 40868 0 2 7 2 2374 39 15 0 1 0 25622011 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28633/statm: 4217 1115 409 3 0 796 0
Current children cumulated CPU time (s) 24.22
Current children cumulated vsize (KiB) 16868

[startup+25.0028 s]
/proc/loadavg: 2.12 2.03 2.01 3/84 28657
/proc/meminfo: memFree=1445648/2055920 swapFree=4192812/4192956
[pid=28633] ppid=28631 vsize=16868 CPUtime=24.22
/proc/28633/stat : 28633 (sugar) S 28631 28633 27544 0 -1 4194304 1458 40868 0 2 7 2 2374 39 15 0 1 0 25622011 17272832 1120 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28633/statm: 4217 1120 409 3 0 796 0
Current children cumulated CPU time (s) 24.22
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 25.0302
CPU time (s): 24.7692
CPU user time (s): 24.2793
CPU system time (s): 0.489925
CPU usage (%): 98.9576
Max. virtual memory (cumulated for all children) (KiB): 891844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.2793
system time used= 0.489925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46737
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12724
involuntary context switches= 13156

runsolver used 0.042993 second user time and 0.085986 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-12 09:59:22
IDJOB=2087208
IDBENCH=58702
IDSOLVER=739
FILE ID=node74/2087208-1247385562
PBS_JOBID= 9507200
Free space on /tmp= 103108 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibd12-13/normalized-bibd-12-88-22-3-4_glb.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087208-1247385562/watcher-2087208-1247385562 -o /tmp/evaluation-result-2087208-1247385562/solver-2087208-1247385562 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2087208-1247385562.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 83e7dace3e98d97ebd040351147b0e7a
RANDOM SEED=124301646

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
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.234
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:       1522056 kB
Buffers:         13500 kB
Cached:         112368 kB
SwapCached:          0 kB
Active:         442740 kB
Inactive:        38264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1522056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2720 kB
Writeback:           0 kB
Mapped:         373032 kB
Slab:            37176 kB
Committed_AS:   960388 kB
PageTables:       2512 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103108 MiB
End job on node74 at 2009-07-12 09:59:47