Trace number 2086207

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 20.8918 21.146

General information on the benchmark

Namecsp/bibd10-11/
normalized-bibd-11-55-15-3-3_glb.xml
MD5SUM62723a5181062bdfc10a2938ae554d82
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.316951
Satisfiable
(Un)Satisfiability was proved
Number of variables3630
Number of constraints3146
Maximum constraint arity55
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3025
Global constraints used (with number of constraints)weightedsum(121)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.07	c 0	BEGIN Sun Jul 12 09:21:35 2009
0.03/0.07	c 0	PID 25583
0.03/0.07	c 0	HOST node89.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2086207-1247383295.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2086207-1247383295.xml' 'HOME/temp.csp'
0.06/0.90	c 1	1 domains, 3630 variables, 1 predicates, 0 relations, 3146 constraints
0.06/0.95	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.95	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.92/1.02	c 1	Parsing HOME/temp.csp
1.11/1.20	c 1	parsed 6778 expressions
1.11/1.21	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.21	c 1	Converting to clausal form CSP
1.11/1.24	c 1	converted 678 (10%) expressions
1.11/1.25	c 1	converted 1356 (20%) expressions
1.11/1.26	c 1	converted 2034 (30%) expressions
1.11/1.26	c 1	converted 2712 (40%) expressions
1.11/1.26	c 1	converted 3389 (50%) expressions
1.51/1.62	c 2	converted 4067 (60%) expressions
1.70/1.85	c 2	converted 4745 (70%) expressions
1.91/2.10	c 2	converted 5423 (80%) expressions
2.11/2.25	c 2	converted 6101 (90%) expressions
2.60/2.77	c 3	converted 6778 (100%) expressions
2.60/2.77	c 3	CSP : 10868 integers, 6050 booleans, 32868 clauses, largest domain size 20
2.60/2.77	c 3	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.60/2.77	c 3	Propagation in CSP
2.80/2.92	c 3	2035 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.80/2.92	c 3	CSP : 10868 integers, 6050 booleans, 32868 clauses, largest domain size 20
2.80/2.93	c 3	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.80/2.94	c 3	Simplifing CSP by introducing new Boolean variables
2.80/2.96	c 3	CSP : 10868 integers, 6050 booleans, 32868 clauses, largest domain size 20
2.80/2.96	c 3	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.90/3.09	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.00/3.12	c 3	1087 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.00/3.12	c 3	2174 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.00/3.13	c 3	3261 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.00/3.13	c 3	4348 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.00/3.13	c 3	5434 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.00/3.13	c 3	6521 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.00/3.13	c 3	7608 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.00/3.13	c 3	8695 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.00/3.14	c 3	9782 (90%) CSP integer variables are encoded (1086 clauses, 15771 bytes)
3.00/3.15	c 3	10868 (100%) CSP integer variables are encoded (8657 clauses, 129336 bytes)
3.09/3.21	c 3	3287 (10%) CSP clauses are encoded (11944 clauses, 176361 bytes)
3.09/3.24	c 3	6574 (20%) CSP clauses are encoded (15231 clauses, 223994 bytes)
3.09/3.26	c 3	9861 (30%) CSP clauses are encoded (18518 clauses, 272140 bytes)
3.09/3.28	c 3	13148 (40%) CSP clauses are encoded (21805 clauses, 321452 bytes)
3.20/3.31	c 3	16434 (50%) CSP clauses are encoded (25091 clauses, 370740 bytes)
3.20/3.33	c 3	19721 (60%) CSP clauses are encoded (28378 clauses, 420040 bytes)
3.20/3.35	c 3	23008 (70%) CSP clauses are encoded (31665 clauses, 469352 bytes)
3.20/3.38	c 4	26295 (80%) CSP clauses are encoded (34952 clauses, 518652 bytes)
3.28/3.40	c 4	29582 (90%) CSP clauses are encoded (38239 clauses, 567959 bytes)
17.21/17.48	c 18	32868 (100%) CSP clauses are encoded (771848 clauses, 22534792 bytes)
17.21/17.49	c 18	32868 CSP clauses encoded
17.21/17.49	c 18	Writing map file : HOME/temp.map
17.32/17.52	c 18	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.32/17.52	c 18	SAT : 25575 SAT variables, 771848 SAT clauses, 22534792 bytes
17.32/17.52	c 18	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.32/17.56	c 18	SOLVING HOME/temp.cnf
17.32/17.56	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.32/17.56	c 18	This is MiniSat 2.0 beta
17.32/17.56	c 18	WARNING: for repeatability, setting FPU to use double precision
17.32/17.56	c 18	============================[ Problem Statistics ]=============================
17.32/17.56	c 18	|                                                                             |
17.32/17.56	c 18	|  Number of variables:  25575                                                |
17.32/17.56	c 18	|  Number of clauses:    771848                                               |
17.35/18.03	c 18	|  Parsing time:         0.41         s                                       |
17.35/18.06	c 18	============================[ Search Statistics ]==============================
17.35/18.06	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.35/18.06	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.35/18.06	c 18	===============================================================================
17.35/18.06	c 18	|         0 |   25575   771848  3933028 |   257282        0    nan |  0.000 % |
17.35/18.08	c 18	|       103 |   25575   771848  3933028 |   283010      103     29 |  0.000 % |
17.35/18.31	c 18	|       253 |   25575   771848  3933028 |   311312      253     25 |  0.000 % |
18.37/18.66	c 19	|       478 |   25575   771848  3933028 |   342443      478     24 |  0.000 % |
18.87/19.16	c 19	|       815 |   25575   771848  3933028 |   376687      815     25 |  0.000 % |
19.17/19.44	c 20	|      1322 |   25575   771848  3933028 |   414356     1322     31 |  0.000 % |
19.76/20.04	c 20	|      2081 |   25575   771848  3933028 |   455791     2081     33 |  0.000 % |
20.26/20.55	c 21	===============================================================================
20.26/20.56	c 21	restarts              : 7
20.26/20.56	c 21	conflicts             : 2357           (808 /sec)
20.26/20.56	c 21	decisions             : 21610          (1.10 % random) (7404 /sec)
20.26/20.56	c 21	propagations          : 2022802        (693083 /sec)
20.26/20.56	c 21	conflict literals     : 75326          (5.71 % deleted)
20.26/20.56	c 21	Memory used           : 46.30 MB
20.26/20.56	c 21	CPU time              : 2.91856 s
20.26/20.56	c 21	
20.26/20.57	c 21	SATISFIABLE
20.26/20.57	c 21	DECODING HOME/temp.out WITH HOME/temp.map
20.26/20.57	c 21	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'
20.35/20.65	c 21	Decoding HOME/temp.out
20.66/20.97	s SATISFIABLE
20.76/21.08	v 0 1 1 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 1 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 1 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 1 1 0 1 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 1 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 1 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 1 1 1 1 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 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 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 1 0 0 1 0 1 0 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 1 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 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 1 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 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 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 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 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 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 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 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 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 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 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 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 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 1 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 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 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 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 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 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 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 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 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 1 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 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 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 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 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 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 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 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 1 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 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 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 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 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 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 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 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 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 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 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 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 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 1 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 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 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 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 1 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 1 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 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 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 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 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 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 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 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 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 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 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 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 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 1 0 0
20.76/21.08	c 21	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.84/21.14	c 21	CPU 20.86 (0.07 0.03 20.38 0.38)
20.84/21.14	c 21	END Sun Jul 12 09:21:56 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-2086207-1247383295/watcher-2086207-1247383295 -o /tmp/evaluation-result-2086207-1247383295/solver-2086207-1247383295 -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-2086207-1247383295.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: 1.85 1.97 2.00 4/82 25583
/proc/meminfo: memFree=1891896/2055920 swapFree=4192812/4192956
[pid=25583] ppid=25581 vsize=12272 CPUtime=0
/proc/25583/stat : 25583 (sugar) R 25581 25583 25546 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 25394682 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 249070058085 0 0 4224 0 0 0 0 17 0 0 0
/proc/25583/statm: 3068 327 246 3 0 168 0

[startup+0.043756 s]
/proc/loadavg: 1.85 1.97 2.00 4/82 25583
/proc/meminfo: memFree=1891896/2055920 swapFree=4192812/4192956
[pid=25583] ppid=25581 vsize=14644 CPUtime=0.03
/proc/25583/stat : 25583 (sugar) R 25581 25583 25546 0 -1 4194304 833 0 0 0 3 0 0 0 18 0 1 0 25394682 14995456 801 996147200 4194304 4206940 548682068608 18446744073709551615 249069736673 0 0 4224 0 0 0 0 17 0 0 0
/proc/25583/statm: 3661 802 378 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14644

[startup+0.109767 s]
/proc/loadavg: 1.85 1.97 2.00 4/82 25583
/proc/meminfo: memFree=1891896/2055920 swapFree=4192812/4192956
[pid=25583] ppid=25581 vsize=16868 CPUtime=0.06
/proc/25583/stat : 25583 (sugar) S 25581 25583 25546 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25394682 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25583/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302781 s]
/proc/loadavg: 1.85 1.97 2.00 4/82 25583
/proc/meminfo: memFree=1891896/2055920 swapFree=4192812/4192956
[pid=25583] ppid=25581 vsize=16868 CPUtime=0.06
/proc/25583/stat : 25583 (sugar) S 25581 25583 25546 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25394682 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25583/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702842 s]
/proc/loadavg: 1.85 1.97 2.00 4/82 25583
/proc/meminfo: memFree=1891896/2055920 swapFree=4192812/4192956
[pid=25583] ppid=25581 vsize=16868 CPUtime=0.06
/proc/25583/stat : 25583 (sugar) S 25581 25583 25546 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25394682 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25583/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5019 s]
/proc/loadavg: 1.85 1.97 2.00 5/93 25605
/proc/meminfo: memFree=1885344/2055920 swapFree=4192812/4192956
[pid=25583] ppid=25581 vsize=16868 CPUtime=0.88
/proc/25583/stat : 25583 (sugar) S 25581 25583 25546 0 -1 4194304 1309 7339 0 1 5 1 78 4 15 0 1 0 25394682 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25583/statm: 4217 1111 409 3 0 796 0
[pid=25596] ppid=25583 vsize=5356 CPUtime=0
/proc/25596/stat : 25596 (sh) S 25583 25583 25546 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25394777 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25596/statm: 1339 233 193 169 0 50 0
[pid=25597] ppid=25596 vsize=868512 CPUtime=0.53
/proc/25597/stat : 25597 (java) S 25596 25583 25546 0 -1 0 5889 0 1 0 51 2 0 0 20 0 9 0 25394778 889356288 5320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25597/statm: 217128 5320 1741 9 0 211633 0
[pid=25597/tid=25598] ppid=25596 vsize=868512 CPUtime=0.32
/proc/25597/task/25598/stat : 25598 (java) R 25596 25583 25546 0 -1 64 2666 0 1 0 32 0 0 0 25 0 9 0 25394778 889356288 5320 996147200 134512640 134550932 4294955936 18446744073709551615 4126515334 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25599] ppid=25596 vsize=868512 CPUtime=0.03
/proc/25597/task/25599/stat : 25599 (java) S 25596 25583 25546 0 -1 64 1055 0 0 0 3 0 0 0 16 0 9 0 25394779 889356288 5320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25600] ppid=25596 vsize=868512 CPUtime=0
/proc/25597/task/25600/stat : 25600 (java) S 25596 25583 25546 0 -1 64 11 0 0 0 0 0 0 0 24 0 9 0 25394780 889356288 5320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25601] ppid=25596 vsize=868512 CPUtime=0
/proc/25597/task/25601/stat : 25601 (java) S 25596 25583 25546 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 25394780 889356288 5320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25602] ppid=25596 vsize=868512 CPUtime=0
/proc/25597/task/25602/stat : 25602 (java) S 25596 25583 25546 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25394782 889356288 5320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25603] ppid=25596 vsize=868512 CPUtime=0.14
/proc/25597/task/25603/stat : 25603 (java) S 25596 25583 25546 0 -1 64 1474 0 0 0 14 0 0 0 16 0 9 0 25394782 889356288 5320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25604] ppid=25596 vsize=868512 CPUtime=0
/proc/25597/task/25604/stat : 25604 (java) S 25596 25583 25546 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25394782 889356288 5320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25605] ppid=25596 vsize=868512 CPUtime=0
/proc/25597/task/25605/stat : 25605 (java) S 25596 25583 25546 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25394782 889356288 5320 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) 890736

[startup+3.10106 s]
/proc/loadavg: 1.85 1.97 2.00 4/93 25605
/proc/meminfo: memFree=1863904/2055920 swapFree=4192812/4192956
[pid=25583] ppid=25581 vsize=16868 CPUtime=0.88
/proc/25583/stat : 25583 (sugar) S 25581 25583 25546 0 -1 4194304 1310 7339 0 1 5 1 78 4 15 0 1 0 25394682 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25583/statm: 4217 1111 409 3 0 796 0
[pid=25596] ppid=25583 vsize=5356 CPUtime=0
/proc/25596/stat : 25596 (sh) S 25583 25583 25546 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25394777 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25596/statm: 1339 233 193 169 0 50 0
[pid=25597] ppid=25596 vsize=868712 CPUtime=2.12
/proc/25597/stat : 25597 (java) S 25596 25583 25546 0 -1 0 12264 0 1 0 207 5 0 0 20 0 9 0 25394778 889561088 10899 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25597/statm: 217178 10899 2587 9 0 211655 0
[pid=25597/tid=25598] ppid=25596 vsize=868712 CPUtime=1.23
/proc/25597/task/25598/stat : 25598 (java) R 25596 25583 25546 0 -1 64 3031 0 1 0 122 1 0 0 25 0 9 0 25394778 889561088 10899 996147200 134512640 134550932 4294955936 18446744073709551615 4125978275 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25599] ppid=25596 vsize=868712 CPUtime=0.65
/proc/25597/task/25599/stat : 25599 (java) S 25596 25583 25546 0 -1 64 7015 0 0 0 63 2 0 0 16 0 9 0 25394779 889561088 10899 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25600] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25600/stat : 25600 (java) S 25596 25583 25546 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25394780 889561088 10899 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25601] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25601/stat : 25601 (java) S 25596 25583 25546 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25394780 889561088 10899 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25602] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25602/stat : 25602 (java) S 25596 25583 25546 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25394782 889561088 10899 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25603] ppid=25596 vsize=868712 CPUtime=0.21
/proc/25597/task/25603/stat : 25603 (java) S 25596 25583 25546 0 -1 64 1519 0 0 0 20 1 0 0 16 0 9 0 25394782 889561088 10899 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25604] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25604/stat : 25604 (java) S 25596 25583 25546 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25394782 889561088 10899 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25605] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25605/stat : 25605 (java) S 25596 25583 25546 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25394782 889561088 10899 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) 890936

[startup+6.30237 s]
/proc/loadavg: 1.86 1.97 2.00 3/93 25605
/proc/meminfo: memFree=1851680/2055920 swapFree=4192812/4192956
[pid=25583] ppid=25581 vsize=16868 CPUtime=0.88
/proc/25583/stat : 25583 (sugar) S 25581 25583 25546 0 -1 4194304 1310 7339 0 1 5 1 78 4 15 0 1 0 25394682 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25583/statm: 4217 1111 409 3 0 796 0
[pid=25596] ppid=25583 vsize=5356 CPUtime=0
/proc/25596/stat : 25596 (sh) S 25583 25583 25546 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25394777 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25596/statm: 1339 233 193 169 0 50 0
[pid=25597] ppid=25596 vsize=868712 CPUtime=5.3
/proc/25597/stat : 25597 (java) S 25596 25583 25546 0 -1 0 12414 0 1 0 521 9 0 0 20 0 9 0 25394778 889561088 10927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25597/statm: 217178 10927 2590 9 0 211655 0
[pid=25597/tid=25598] ppid=25596 vsize=868712 CPUtime=4.33
/proc/25597/task/25598/stat : 25598 (java) R 25596 25583 25546 0 -1 64 3153 0 1 0 429 4 0 0 25 0 9 0 25394778 889561088 10927 996147200 134512640 134550932 4294955936 18446744073709551615 4126553872 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25599] ppid=25596 vsize=868712 CPUtime=0.7
/proc/25597/task/25599/stat : 25599 (java) S 25596 25583 25546 0 -1 64 7015 0 0 0 67 3 0 0 16 0 9 0 25394779 889561088 10927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25600] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25600/stat : 25600 (java) S 25596 25583 25546 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25394780 889561088 10927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25601] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25601/stat : 25601 (java) S 25596 25583 25546 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25394780 889561088 10927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25602] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25602/stat : 25602 (java) S 25596 25583 25546 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25394782 889561088 10927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25603] ppid=25596 vsize=868712 CPUtime=0.25
/proc/25597/task/25603/stat : 25603 (java) S 25596 25583 25546 0 -1 64 1547 0 0 0 24 1 0 0 16 0 9 0 25394782 889561088 10927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25604] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25604/stat : 25604 (java) S 25596 25583 25546 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25394782 889561088 10927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25605] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25605/stat : 25605 (java) S 25596 25583 25546 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25394782 889561088 10927 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) 890936

[startup+12.702 s]
/proc/loadavg: 1.87 1.97 2.00 3/93 25605
/proc/meminfo: memFree=1840608/2055920 swapFree=4192812/4192956
[pid=25583] ppid=25581 vsize=16868 CPUtime=0.88
/proc/25583/stat : 25583 (sugar) S 25581 25583 25546 0 -1 4194304 1310 7339 0 1 5 1 78 4 15 0 1 0 25394682 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25583/statm: 4217 1111 409 3 0 796 0
[pid=25596] ppid=25583 vsize=5356 CPUtime=0
/proc/25596/stat : 25596 (sh) S 25583 25583 25546 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25394777 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25596/statm: 1339 233 193 169 0 50 0
[pid=25597] ppid=25596 vsize=868712 CPUtime=11.66
/proc/25597/stat : 25597 (java) S 25596 25583 25546 0 -1 0 12641 0 1 0 1150 16 0 0 20 0 9 0 25394778 889561088 10932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25597/statm: 217178 10932 2590 9 0 211655 0
[pid=25597/tid=25598] ppid=25596 vsize=868712 CPUtime=10.6
/proc/25597/task/25598/stat : 25598 (java) R 25596 25583 25546 0 -1 64 3375 0 1 0 1051 9 0 0 25 0 9 0 25394778 889561088 10932 996147200 134512640 134550932 4294955936 18446744073709551615 4126795945 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25599] ppid=25596 vsize=868712 CPUtime=0.79
/proc/25597/task/25599/stat : 25599 (java) S 25596 25583 25546 0 -1 64 7015 0 0 0 74 5 0 0 16 0 9 0 25394779 889561088 10932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25600] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25600/stat : 25600 (java) S 25596 25583 25546 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25394780 889561088 10932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25601] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25601/stat : 25601 (java) S 25596 25583 25546 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25394780 889561088 10932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25602] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25602/stat : 25602 (java) S 25596 25583 25546 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25394782 889561088 10932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25603] ppid=25596 vsize=868712 CPUtime=0.25
/proc/25597/task/25603/stat : 25603 (java) S 25596 25583 25546 0 -1 64 1552 0 0 0 24 1 0 0 16 0 9 0 25394782 889561088 10932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25604] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25604/stat : 25604 (java) S 25596 25583 25546 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25394782 889561088 10932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25605] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25605/stat : 25605 (java) S 25596 25583 25546 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25394782 889561088 10932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 890936

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

[startup+15.9023 s]
/proc/loadavg: 1.88 1.97 2.00 3/93 25605
/proc/meminfo: memFree=1835360/2055920 swapFree=4192812/4192956
[pid=25583] ppid=25581 vsize=16868 CPUtime=0.88
/proc/25583/stat : 25583 (sugar) S 25581 25583 25546 0 -1 4194304 1310 7339 0 1 5 1 78 4 15 0 1 0 25394682 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25583/statm: 4217 1111 409 3 0 796 0
[pid=25596] ppid=25583 vsize=5356 CPUtime=0
/proc/25596/stat : 25596 (sh) S 25583 25583 25546 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25394777 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25596/statm: 1339 233 193 169 0 50 0
[pid=25597] ppid=25596 vsize=868712 CPUtime=14.83
/proc/25597/stat : 25597 (java) S 25596 25583 25546 0 -1 0 12748 0 1 0 1464 19 0 0 20 0 9 0 25394778 889561088 10932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25597/statm: 217178 10932 2590 9 0 211655 0
[pid=25597/tid=25598] ppid=25596 vsize=868712 CPUtime=13.71
/proc/25597/task/25598/stat : 25598 (java) R 25596 25583 25546 0 -1 64 3482 0 1 0 1360 11 0 0 25 0 9 0 25394778 889561088 10932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25599] ppid=25596 vsize=868712 CPUtime=0.84
/proc/25597/task/25599/stat : 25599 (java) S 25596 25583 25546 0 -1 64 7015 0 0 0 78 6 0 0 16 0 9 0 25394779 889561088 10932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25600] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25600/stat : 25600 (java) S 25596 25583 25546 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25394780 889561088 10932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25601] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25601/stat : 25601 (java) S 25596 25583 25546 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25394780 889561088 10932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25602] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25602/stat : 25602 (java) S 25596 25583 25546 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25394782 889561088 10932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25603] ppid=25596 vsize=868712 CPUtime=0.25
/proc/25597/task/25603/stat : 25603 (java) S 25596 25583 25546 0 -1 64 1552 0 0 0 24 1 0 0 16 0 9 0 25394782 889561088 10932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25604] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25604/stat : 25604 (java) S 25596 25583 25546 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25394782 889561088 10932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25597/tid=25605] ppid=25596 vsize=868712 CPUtime=0
/proc/25597/task/25605/stat : 25605 (java) S 25596 25583 25546 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25394782 889561088 10932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.71
Current children cumulated vsize (KiB) 890936

[startup+19.1016 s]
/proc/loadavg: 1.89 1.97 2.00 3/85 25607
/proc/meminfo: memFree=1822432/2055920 swapFree=4192812/4192956
[pid=25583] ppid=25581 vsize=16868 CPUtime=17.35
/proc/25583/stat : 25583 (sugar) S 25581 25583 25546 0 -1 4194304 1376 20454 0 2 6 1 1702 26 15 0 1 0 25394682 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25583/statm: 4217 1113 409 3 0 796 0
[pid=25606] ppid=25583 vsize=5356 CPUtime=0
/proc/25606/stat : 25606 (sh) S 25583 25583 25546 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25396439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25606/statm: 1339 232 193 169 0 50 0
[pid=25607] ppid=25606 vsize=46216 CPUtime=1.52
/proc/25607/stat : 25607 (minisat) R 25606 25583 25546 0 -1 4194304 11151 0 0 0 146 6 0 0 25 0 1 0 25396439 47325184 11137 996147200 134512640 135127466 4294956256 18446744073709551615 134522966 0 0 4096 3 0 0 0 17 0 0 0
/proc/25607/statm: 11554 11137 76 150 0 11401 0
Current children cumulated CPU time (s) 18.87
Current children cumulated vsize (KiB) 68440

[startup+19.9017 s]
/proc/loadavg: 1.89 1.97 2.00 3/85 25607
/proc/meminfo: memFree=1820896/2055920 swapFree=4192812/4192956
[pid=25583] ppid=25581 vsize=16868 CPUtime=17.35
/proc/25583/stat : 25583 (sugar) S 25581 25583 25546 0 -1 4194304 1376 20454 0 2 6 1 1702 26 15 0 1 0 25394682 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25583/statm: 4217 1113 409 3 0 796 0
[pid=25606] ppid=25583 vsize=5356 CPUtime=0
/proc/25606/stat : 25606 (sh) S 25583 25583 25546 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25396439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25606/statm: 1339 232 193 169 0 50 0
[pid=25607] ppid=25606 vsize=46876 CPUtime=2.32
/proc/25607/stat : 25607 (minisat) R 25606 25583 25546 0 -1 4194304 11319 0 0 0 226 6 0 0 25 0 1 0 25396439 48001024 11305 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25607/statm: 11719 11305 76 150 0 11566 0
Current children cumulated CPU time (s) 19.67
Current children cumulated vsize (KiB) 69100

[startup+20.7018 s]
/proc/loadavg: 1.89 1.97 2.00 3/85 25607
/proc/meminfo: memFree=1820896/2055920 swapFree=4192812/4192956
[pid=25583] ppid=25581 vsize=16868 CPUtime=20.35
/proc/25583/stat : 25583 (sugar) S 25581 25583 25546 0 -1 4194304 1448 32207 0 2 6 1 1995 33 16 0 1 0 25394682 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25583/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 20.35
Current children cumulated vsize (KiB) 16868

[startup+21.1028 s]
/proc/loadavg: 1.89 1.97 2.00 4/93 25617
/proc/meminfo: memFree=1860576/2055920 swapFree=4192812/4192956
[pid=25583] ppid=25581 vsize=16868 CPUtime=20.38
/proc/25583/stat : 25583 (sugar) S 25581 25583 25546 0 -1 4194304 1455 32207 0 2 7 3 1995 33 15 0 1 0 25394682 17272832 1117 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25583/statm: 4217 1117 409 3 0 796 0
[pid=25608] ppid=25583 vsize=5356 CPUtime=0
/proc/25608/stat : 25608 (sh) S 25583 25583 25546 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25396740 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25608/statm: 1339 233 193 169 0 50 0
[pid=25609] ppid=25608 vsize=864284 CPUtime=0.46
/proc/25609/stat : 25609 (java) S 25608 25583 25546 0 -1 0 3864 0 1 0 43 3 0 0 18 0 9 0 25396740 885026816 3324 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25609/statm: 216071 3324 1719 9 0 210576 0
[pid=25609/tid=25610] ppid=25608 vsize=864284 CPUtime=0.33
/proc/25609/task/25610/stat : 25610 (java) S 25608 25583 25546 0 -1 64 2572 0 1 0 32 1 0 0 21 0 9 0 25396741 885026816 3324 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25609/tid=25611] ppid=25608 vsize=864284 CPUtime=0
/proc/25609/task/25611/stat : 25611 (java) S 25608 25583 25546 0 -1 64 236 0 0 0 0 0 0 0 16 0 9 0 25396742 885026816 3324 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25609/tid=25612] ppid=25608 vsize=864284 CPUtime=0
/proc/25609/task/25612/stat : 25612 (java) S 25608 25583 25546 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 25396743 885026816 3324 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25609/tid=25613] ppid=25608 vsize=864284 CPUtime=0
/proc/25609/task/25613/stat : 25613 (java) S 25608 25583 25546 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25396743 885026816 3324 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25609/tid=25614] ppid=25608 vsize=864284 CPUtime=0
/proc/25609/task/25614/stat : 25614 (java) S 25608 25583 25546 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25396744 885026816 3324 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25609/tid=25615] ppid=25608 vsize=864284 CPUtime=0.09
/proc/25609/task/25615/stat : 25615 (java) S 25608 25583 25546 0 -1 64 359 0 0 0 9 0 0 0 16 0 9 0 25396744 885026816 3324 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25609/tid=25616] ppid=25608 vsize=864284 CPUtime=0
/proc/25609/task/25616/stat : 25616 (java) S 25608 25583 25546 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25396745 885026816 3324 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25609/tid=25617] ppid=25608 vsize=864284 CPUtime=0
/proc/25609/task/25617/stat : 25617 (java) S 25608 25583 25546 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25396745 885026816 3324 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.84
Current children cumulated vsize (KiB) 886508

Child status: 0
Real time (s): 21.146
CPU time (s): 20.8918
CPU user time (s): 20.4589
CPU system time (s): 0.432934
CPU usage (%): 98.798
Max. virtual memory (cumulated for all children) (KiB): 891328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.4589
system time used= 0.432934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37902
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= 11590
involuntary context switches= 12063

runsolver used 0.027995 second user time and 0.081987 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-12 09:21:35
IDJOB=2086207
IDBENCH=58571
IDSOLVER=739
FILE ID=node89/2086207-1247383295
PBS_JOBID= 9507319
Free space on /tmp= 66264 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibd10-11/normalized-bibd-11-55-15-3-3_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-2086207-1247383295/watcher-2086207-1247383295 -o /tmp/evaluation-result-2086207-1247383295/solver-2086207-1247383295 -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-2086207-1247383295.xml

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

MD5SUM BENCH= 62723a5181062bdfc10a2938ae554d82
RANDOM SEED=199717175

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1892376 kB
Buffers:         10464 kB
Cached:          66308 kB
SwapCached:          0 kB
Active:          88168 kB
Inactive:        24692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1892376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2056 kB
Writeback:           0 kB
Mapped:          56508 kB
Slab:            35840 kB
Committed_AS:   214840 kB
PageTables:       1864 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= 66264 MiB
End job on node89 at 2009-07-12 09:21:56