Trace number 2087439

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 7.53485 7.72053

General information on the benchmark

Namecsp/bibd9/
normalized-bibd-9-72-24-3-6_glb.xml
MD5SUM326a98bcc691891668964095e821d10d
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.206967
Satisfiable
(Un)Satisfiability was proved
Number of variables3240
Number of constraints2709
Maximum constraint arity72
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2592
Global constraints used (with number of constraints)weightedsum(117)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 10:10:56 2009
0.05/0.08	c 0	PID 25354
0.05/0.09	c 0	HOST node31.alineos.net
0.05/0.09	c 0	CONVERTING HOME/instance-2087439-1247386256.xml TO HOME/temp.csp
0.05/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2087439-1247386256.xml' 'HOME/temp.csp'
0.06/0.71	c 1	1 domains, 3240 variables, 1 predicates, 0 relations, 2709 constraints
0.06/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.72	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.68/0.80	c 1	Parsing HOME/temp.csp
0.94/1.08	c 1	parsed 5951 expressions
0.94/1.09	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.09	c 1	Converting to clausal form CSP
1.04/1.12	c 1	converted 596 (10%) expressions
1.04/1.12	c 1	converted 1191 (20%) expressions
1.04/1.13	c 1	converted 1786 (30%) expressions
1.04/1.13	c 1	converted 2381 (40%) expressions
1.04/1.13	c 1	converted 2976 (50%) expressions
1.33/1.49	c 2	converted 3571 (60%) expressions
1.63/1.74	c 2	converted 4166 (70%) expressions
1.73/1.89	c 2	converted 4761 (80%) expressions
2.03/2.14	c 2	converted 5356 (90%) expressions
2.42/2.58	c 3	converted 5951 (100%) expressions
2.42/2.58	c 3	CSP : 10314 integers, 5184 booleans, 29934 clauses, largest domain size 25
2.42/2.58	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.42/2.58	c 3	Propagation in CSP
2.62/2.70	c 3	1296 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.62/2.71	c 3	CSP : 10314 integers, 5184 booleans, 29934 clauses, largest domain size 25
2.62/2.71	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.62/2.72	c 3	Simplifing CSP by introducing new Boolean variables
2.62/2.74	c 3	CSP : 10314 integers, 5184 booleans, 29934 clauses, largest domain size 25
2.62/2.74	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.71/2.88	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.82/2.91	c 3	1032 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.91	c 3	2063 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.92	c 3	3095 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.92	c 3	4126 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.92	c 3	5157 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.92	c 3	6189 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.92	c 3	7220 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.93	c 3	8252 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.94	c 3	9283 (90%) CSP integer variables are encoded (6905 clauses, 100796 bytes)
2.82/2.95	c 3	10314 (100%) CSP integer variables are encoded (14310 clauses, 211871 bytes)
2.92/3.01	c 3	2994 (10%) CSP clauses are encoded (17304 clauses, 254813 bytes)
2.92/3.03	c 3	5987 (20%) CSP clauses are encoded (20297 clauses, 298190 bytes)
2.92/3.05	c 3	8981 (30%) CSP clauses are encoded (23291 clauses, 342425 bytes)
2.92/3.07	c 3	11974 (40%) CSP clauses are encoded (26284 clauses, 387325 bytes)
2.92/3.10	c 3	14967 (50%) CSP clauses are encoded (29277 clauses, 432225 bytes)
3.02/3.12	c 3	17961 (60%) CSP clauses are encoded (32271 clauses, 477125 bytes)
3.02/3.14	c 3	20954 (70%) CSP clauses are encoded (35264 clauses, 522025 bytes)
3.02/3.16	c 3	23948 (80%) CSP clauses are encoded (38258 clauses, 566937 bytes)
3.51/3.63	c 4	26941 (90%) CSP clauses are encoded (119457 clauses, 2207315 bytes)
4.30/4.47	c 5	29934 (100%) CSP clauses are encoded (298782 clauses, 6315116 bytes)
4.30/4.47	c 5	29934 CSP clauses encoded
4.30/4.48	c 5	Writing map file : HOME/temp.map
4.40/4.51	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.40/4.51	c 5	SAT : 29808 SAT variables, 298782 SAT clauses, 6315116 bytes
4.40/4.51	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.40/4.59	c 5	SOLVING HOME/temp.cnf
4.40/4.59	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.40/4.59	c 5	This is MiniSat 2.0 beta
4.40/4.59	c 5	WARNING: for repeatability, setting FPU to use double precision
4.40/4.59	c 5	============================[ Problem Statistics ]=============================
4.40/4.59	c 5	|                                                                             |
4.40/4.59	c 5	|  Number of variables:  29808                                                |
4.40/4.59	c 5	|  Number of clauses:    298782                                               |
4.43/4.77	c 5	|  Parsing time:         0.16         s                                       |
4.43/4.79	c 5	============================[ Search Statistics ]==============================
4.43/4.79	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.43/4.79	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.43/4.79	c 5	===============================================================================
4.43/4.79	c 5	|         0 |   29808   298782  1005804 |    99594        0    nan |  0.000 % |
4.43/4.80	c 5	|       102 |   29808   298782  1005804 |   109553      102     29 |  0.000 % |
4.43/4.83	c 5	|       252 |   29808   298782  1005804 |   120508      252     27 |  0.000 % |
4.43/4.89	c 5	|       477 |   29808   298782  1005804 |   132559      477     27 |  0.000 % |
4.43/5.07	c 5	|       814 |   29808   298782  1005804 |   145815      814     23 |  0.000 % |
5.33/5.52	c 6	|      1321 |   29808   298782  1005804 |   160397     1321     29 |  0.000 % |
5.82/6.07	c 6	|      2081 |   29808   298782  1005804 |   176436     2081     31 |  0.000 % |
6.32/6.56	c 7	|      3220 |   29808   298782  1005804 |   194080     3220     45 |  0.000 % |
7.01/7.26	c 8	===============================================================================
7.01/7.26	c 8	restarts              : 8
7.01/7.26	c 8	conflicts             : 4178           (1591 /sec)
7.01/7.26	c 8	decisions             : 31128          (1.09 % random) (11856 /sec)
7.01/7.26	c 8	propagations          : 3651912        (1390887 /sec)
7.01/7.26	c 8	conflict literals     : 167530         (7.06 % deleted)
7.01/7.26	c 8	Memory used           : 18.51 MB
7.01/7.26	c 8	CPU time              : 2.6256 s
7.01/7.26	c 8	
7.01/7.28	c 8	SATISFIABLE
7.01/7.28	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.01/7.28	c 8	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'
7.09/7.36	c 8	Decoding HOME/temp.out
7.09/7.58	s SATISFIABLE
7.39/7.69	v 0 1 0 0 1 0 0 1 1 0 1 1 1 1 1 0 0 1 0 0 1 0 1 1 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 1 0 0 1 1 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 1 1 1 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 1 1 1 0 0 1 1 0 1 0 0 1 1 1 1 0 1 0 1 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 1 1 0 1 0 0 0 0 0 1 1 0 1 0 0 1 0 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 0 0 1 1 1 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 1 1 0 1 1 1 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 1 0 0 0 1 1 1 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 1 0 1 1 1 1 0 0 0 0 1 0 1 1 0 0 0 1 0 0 0 0 0 1 1 1 1 1 0 0 1 0 0 0 0 0 0 0 1 1 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 1 0 0 1 0 1 1 1 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 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 1 0 0 0 0 0 1 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 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 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 1 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 1 0 0 0 0 0 0 0 0 0 0 1 1 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 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 1 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 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 1 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 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 1 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 1 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 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 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 1 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 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 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 1 0 0 1 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 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 1 1 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 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 1 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 1 0 1 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 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 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 1 0 0 1 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 1 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 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 1 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 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 1 0 0 0 0 1 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 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 1 0 0 0 0 1 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 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 1 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 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 1 0 0 0 0 1 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 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 1 0 0 0 0 0 0 1 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 1 0 0 0 1 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 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 1 1 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 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 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 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 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 1 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 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 1 0 0 1 0 0 0 0 1 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 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 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 1 0 0 0 0 0 0 1 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 1 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 1 0 0 1 0 0 0 0 0 0 0 0 1 1 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 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 1 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 1 1 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 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 1 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 1 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 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 1 1 0 1 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 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 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 1 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 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 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 1 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 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 1 0 0 0 0 0 0 0 0
7.39/7.70	c 8	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.49/7.72	c 8	CPU 7.51 (0.06 0.05 7.17 0.23)
7.49/7.72	c 8	END Sun Jul 12 10:11:04 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-2087439-1247386256/watcher-2087439-1247386256 -o /tmp/evaluation-result-2087439-1247386256/solver-2087439-1247386256 -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-2087439-1247386256.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.00 2.04 2.03 4/81 25354
/proc/meminfo: memFree=1477808/2055920 swapFree=4192812/4192956
[pid=25354] ppid=25352 vsize=18576 CPUtime=0
/proc/25354/stat : 25354 (runsolver) R 25352 25354 24774 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25691747 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 225612197159 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25354/statm: 4644 284 249 26 0 2626 0

[startup+0.0725469 s]
/proc/loadavg: 2.00 2.04 2.03 4/81 25354
/proc/meminfo: memFree=1477808/2055920 swapFree=4192812/4192956
[pid=25354] ppid=25352 vsize=16476 CPUtime=0.05
/proc/25354/stat : 25354 (sugar) R 25352 25354 24774 0 -1 4194304 1021 0 0 0 3 2 0 0 18 0 1 0 25691747 16871424 989 996147200 4194304 4206940 548682068608 18446744073709551615 225631748704 0 0 4224 0 0 0 0 17 1 0 0
/proc/25354/statm: 4119 989 380 3 0 698 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16476

[startup+0.101545 s]
/proc/loadavg: 2.00 2.04 2.03 4/81 25354
/proc/meminfo: memFree=1477808/2055920 swapFree=4192812/4192956
[pid=25354] ppid=25352 vsize=16868 CPUtime=0.06
/proc/25354/stat : 25354 (sugar) S 25352 25354 24774 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 25691747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25354/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301555 s]
/proc/loadavg: 2.00 2.04 2.03 4/81 25354
/proc/meminfo: memFree=1477808/2055920 swapFree=4192812/4192956
[pid=25354] ppid=25352 vsize=16868 CPUtime=0.06
/proc/25354/stat : 25354 (sugar) S 25352 25354 24774 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 25691747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25354/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70159 s]
/proc/loadavg: 2.00 2.04 2.03 4/81 25354
/proc/meminfo: memFree=1477808/2055920 swapFree=4192812/4192956
[pid=25354] ppid=25352 vsize=16868 CPUtime=0.06
/proc/25354/stat : 25354 (sugar) S 25352 25354 24774 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 25691747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25354/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50166 s]
/proc/loadavg: 2.00 2.04 2.03 4/92 25376
/proc/meminfo: memFree=1468824/2055920 swapFree=4192812/4192956
[pid=25354] ppid=25352 vsize=16868 CPUtime=0.68
/proc/25354/stat : 25354 (sugar) S 25352 25354 24774 0 -1 4194304 1309 7080 0 1 4 2 58 4 15 0 1 0 25691747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25354/statm: 4217 1111 409 3 0 796 0
[pid=25367] ppid=25354 vsize=5356 CPUtime=0
/proc/25367/stat : 25367 (sh) S 25354 25354 24774 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25691819 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25367/statm: 1339 233 193 169 0 50 0
[pid=25368] ppid=25367 vsize=868600 CPUtime=0.74
/proc/25368/stat : 25368 (java) S 25367 25354 24774 0 -1 0 7192 0 1 0 71 3 0 0 18 0 9 0 25691819 889446400 6445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25368/statm: 217150 6445 2566 9 0 211655 0
[pid=25368/tid=25369] ppid=25367 vsize=868600 CPUtime=0.47
/proc/25368/task/25369/stat : 25369 (java) R 25367 25354 24774 0 -1 64 2674 0 1 0 46 1 0 0 19 0 9 0 25691820 889446400 6445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25368/tid=25370] ppid=25367 vsize=868600 CPUtime=0.07
/proc/25368/task/25370/stat : 25370 (java) R 25367 25354 24774 0 -1 64 2343 0 0 0 7 0 0 0 16 0 9 0 25691821 889446400 6445 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25368/tid=25371] ppid=25367 vsize=868600 CPUtime=0
/proc/25368/task/25371/stat : 25371 (java) S 25367 25354 24774 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25691821 889446400 6445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25368/tid=25372] ppid=25367 vsize=868600 CPUtime=0
/proc/25368/task/25372/stat : 25372 (java) S 25367 25354 24774 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25691821 889446400 6445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25368/tid=25373] ppid=25367 vsize=868600 CPUtime=0
/proc/25368/task/25373/stat : 25373 (java) S 25367 25354 24774 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25691824 889446400 6445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25368/tid=25374] ppid=25367 vsize=868600 CPUtime=0.17
/proc/25368/task/25374/stat : 25374 (java) S 25367 25354 24774 0 -1 64 1475 0 0 0 17 0 0 0 16 0 9 0 25691824 889446400 6445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25368/tid=25375] ppid=25367 vsize=868600 CPUtime=0
/proc/25368/task/25375/stat : 25375 (java) S 25367 25354 24774 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25691824 889446400 6445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25368/tid=25376] ppid=25367 vsize=868600 CPUtime=0
/proc/25368/task/25376/stat : 25376 (java) S 25367 25354 24774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25691824 889446400 6445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890824

[startup+3.10279 s]
/proc/loadavg: 2.00 2.04 2.03 3/92 25376
/proc/meminfo: memFree=1448856/2055920 swapFree=4192812/4192956
[pid=25354] ppid=25352 vsize=16868 CPUtime=0.69
/proc/25354/stat : 25354 (sugar) S 25352 25354 24774 0 -1 4194304 1310 7080 0 1 5 2 58 4 15 0 1 0 25691747 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25354/statm: 4217 1111 409 3 0 796 0
[pid=25367] ppid=25354 vsize=5356 CPUtime=0
/proc/25367/stat : 25367 (sh) S 25354 25354 24774 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25691819 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25367/statm: 1339 233 193 169 0 50 0
[pid=25368] ppid=25367 vsize=868736 CPUtime=2.33
/proc/25368/stat : 25368 (java) S 25367 25354 24774 0 -1 0 11705 0 1 0 227 6 0 0 18 0 9 0 25691819 889585664 10527 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25368/statm: 217184 10527 2590 9 0 211661 0
[pid=25368/tid=25369] ppid=25367 vsize=868736 CPUtime=1.5
/proc/25368/task/25369/stat : 25369 (java) R 25367 25354 24774 0 -1 64 2986 0 1 0 148 2 0 0 25 0 9 0 25691820 889585664 10527 996147200 134512640 134550932 4294955936 18446744073709551615 4127064592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25368/tid=25370] ppid=25367 vsize=868736 CPUtime=0.53
/proc/25368/task/25370/stat : 25370 (java) S 25367 25354 24774 0 -1 64 6476 0 0 0 51 2 0 0 16 0 9 0 25691821 889585664 10527 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25368/tid=25371] ppid=25367 vsize=868736 CPUtime=0
/proc/25368/task/25371/stat : 25371 (java) S 25367 25354 24774 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25691821 889585664 10527 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25368/tid=25372] ppid=25367 vsize=868736 CPUtime=0
/proc/25368/task/25372/stat : 25372 (java) S 25367 25354 24774 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25691821 889585664 10527 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25368/tid=25373] ppid=25367 vsize=868736 CPUtime=0
/proc/25368/task/25373/stat : 25373 (java) S 25367 25354 24774 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25691824 889585664 10527 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25368/tid=25374] ppid=25367 vsize=868736 CPUtime=0.26
/proc/25368/task/25374/stat : 25374 (java) S 25367 25354 24774 0 -1 64 1543 0 0 0 26 0 0 0 16 0 9 0 25691824 889585664 10527 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25368/tid=25375] ppid=25367 vsize=868736 CPUtime=0
/proc/25368/task/25375/stat : 25375 (java) S 25367 25354 24774 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25691824 889585664 10527 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25368/tid=25376] ppid=25367 vsize=868736 CPUtime=0
/proc/25368/task/25376/stat : 25376 (java) S 25367 25354 24774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25691824 889585664 10527 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890960

[startup+6.30208 s]
/proc/loadavg: 2.08 2.06 2.03 3/84 25378
/proc/meminfo: memFree=1450584/2055920 swapFree=4192812/4192956
[pid=25354] ppid=25352 vsize=16868 CPUtime=4.43
/proc/25354/stat : 25354 (sugar) S 25352 25354 24774 0 -1 4194304 1376 19213 0 2 5 2 420 16 15 0 1 0 25691747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25354/statm: 4217 1113 409 3 0 796 0
[pid=25377] ppid=25354 vsize=5356 CPUtime=0
/proc/25377/stat : 25377 (sh) S 25354 25354 24774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25692206 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25377/statm: 1339 232 193 169 0 50 0
[pid=25378] ppid=25377 vsize=18392 CPUtime=1.69
/proc/25378/stat : 25378 (minisat) R 25377 25354 24774 0 -1 4194304 4431 0 0 0 167 2 0 0 25 0 1 0 25692206 18833408 4417 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/25378/statm: 4598 4417 76 150 0 4445 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 40616

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

[startup+7.10214 s]
/proc/loadavg: 2.08 2.06 2.03 3/84 25378
/proc/meminfo: memFree=1449880/2055920 swapFree=4192812/4192956
[pid=25354] ppid=25352 vsize=16868 CPUtime=4.43
/proc/25354/stat : 25354 (sugar) S 25352 25354 24774 0 -1 4194304 1376 19213 0 2 5 2 420 16 15 0 1 0 25691747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25354/statm: 4217 1113 409 3 0 796 0
[pid=25377] ppid=25354 vsize=5356 CPUtime=0
/proc/25377/stat : 25377 (sh) S 25354 25354 24774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25692206 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25377/statm: 1339 232 193 169 0 50 0
[pid=25378] ppid=25377 vsize=18788 CPUtime=2.48
/proc/25378/stat : 25378 (minisat) R 25377 25354 24774 0 -1 4194304 4534 0 0 0 246 2 0 0 25 0 1 0 25692206 19238912 4520 996147200 134512640 135127466 4294956256 18446744073709551615 134527089 0 0 4096 3 0 0 0 17 1 0 0
/proc/25378/statm: 4697 4520 76 150 0 4544 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 41012

[startup+7.50218 s]
/proc/loadavg: 2.08 2.06 2.03 3/84 25378
/proc/meminfo: memFree=1449880/2055920 swapFree=4192812/4192956
[pid=25354] ppid=25352 vsize=16868 CPUtime=7.09
/proc/25354/stat : 25354 (sugar) S 25352 25354 24774 0 -1 4194304 1448 24082 0 2 5 2 683 19 16 0 1 0 25691747 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25354/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 16868

[startup+7.70719 s]
/proc/loadavg: 2.08 2.06 2.03 3/92 25388
/proc/meminfo: memFree=1461272/2055920 swapFree=4192812/4192956
[pid=25354] ppid=25352 vsize=16868 CPUtime=7.13
/proc/25354/stat : 25354 (sugar) S 25352 25354 24774 0 -1 4194304 1453 24082 0 2 6 5 683 19 15 0 1 0 25691747 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25354/statm: 4217 1115 409 3 0 796 0
[pid=25379] ppid=25354 vsize=5356 CPUtime=0
/proc/25379/stat : 25379 (sh) S 25354 25354 24774 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25692475 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25379/statm: 1339 233 193 169 0 50 0
[pid=25380] ppid=25379 vsize=864152 CPUtime=0.36
/proc/25380/stat : 25380 (java) S 25379 25354 24774 0 -1 0 3839 0 1 0 33 3 0 0 18 0 9 0 25692475 884891648 3299 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25380/statm: 216038 3299 1719 9 0 210543 0
[pid=25380/tid=25381] ppid=25379 vsize=864152 CPUtime=0.23
/proc/25380/task/25381/stat : 25381 (java) S 25379 25354 24774 0 -1 64 2569 0 1 0 21 2 0 0 21 0 9 0 25692476 884891648 3299 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25380/tid=25382] ppid=25379 vsize=864152 CPUtime=0
/proc/25380/task/25382/stat : 25382 (java) S 25379 25354 24774 0 -1 64 213 0 0 0 0 0 0 0 16 0 9 0 25692477 884891648 3299 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25380/tid=25383] ppid=25379 vsize=864152 CPUtime=0
/proc/25380/task/25383/stat : 25383 (java) S 25379 25354 24774 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 25692478 884891648 3299 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25380/tid=25384] ppid=25379 vsize=864152 CPUtime=0
/proc/25380/task/25384/stat : 25384 (java) S 25379 25354 24774 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25692478 884891648 3299 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25380/tid=25385] ppid=25379 vsize=864152 CPUtime=0
/proc/25380/task/25385/stat : 25385 (java) S 25379 25354 24774 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25692480 884891648 3299 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25380/tid=25386] ppid=25379 vsize=864152 CPUtime=0.1
/proc/25380/task/25386/stat : 25386 (java) S 25379 25354 24774 0 -1 64 361 0 0 0 10 0 0 0 16 0 9 0 25692480 884891648 3299 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25380/tid=25387] ppid=25379 vsize=864152 CPUtime=0
/proc/25380/task/25387/stat : 25387 (java) S 25379 25354 24774 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25692480 884891648 3299 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25380/tid=25388] ppid=25379 vsize=864152 CPUtime=0
/proc/25380/task/25388/stat : 25388 (java) S 25379 25354 24774 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25692480 884891648 3299 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 886376

Child status: 0
Real time (s): 7.72053
CPU time (s): 7.53485
CPU user time (s): 7.2389
CPU system time (s): 0.295955
CPU usage (%): 97.5951
Max. virtual memory (cumulated for all children) (KiB): 891352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.2389
system time used= 0.295955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29750
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= 7951
involuntary context switches= 7988

runsolver used 0.015997 second user time and 0.035994 second system time

The end

Launcher Data

Begin job on node31 at 2009-07-12 10:10:56
IDJOB=2087439
IDBENCH=58725
IDSOLVER=739
FILE ID=node31/2087439-1247386256
PBS_JOBID= 9507286
Free space on /tmp= 66324 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibd9/normalized-bibd-9-72-24-3-6_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-2087439-1247386256/watcher-2087439-1247386256 -o /tmp/evaluation-result-2087439-1247386256/solver-2087439-1247386256 -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-2087439-1247386256.xml

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

MD5SUM BENCH= 326a98bcc691891668964095e821d10d
RANDOM SEED=1419249198

node31.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.216
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.216
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:       1478288 kB
Buffers:         15684 kB
Cached:         184508 kB
SwapCached:          0 kB
Active:         453388 kB
Inactive:        69528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1478288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2088 kB
Writeback:           0 kB
Mapped:         335384 kB
Slab:            38312 kB
Committed_AS:   490580 kB
PageTables:       3356 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= 66324 MiB
End job on node31 at 2009-07-12 10:11:04