Trace number 1063706

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.13+picosatSAT 7.74882 8.12565

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-ran10x10b.xml
MD5SUM5be72a08ec3eec9a193ba5c4e6721a83
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.35879
Satisfiable
(Un)Satisfiability was proved
Number of variables3100
Number of constraints140
Maximum constraint arity300
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension140
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 04:29:01 2008
0.00/0.04	c 0	PID 19492
0.03/0.05	c 0	HOST node55.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1063706-1215138541.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063706-1215138541.xml' 'HOME/temp.csp'
0.03/0.69	c 1	2 domains, 3100 variables, 4 predicates, 0 relations, 140 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.65/0.81	c 1	Parsing HOME/temp.csp
1.00/1.11	c 1	parsed 3246 expressions
1.00/1.12	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.12	c 1	Converting to clausal form CSP
1.00/1.14	c 1	converted 325 (10%) expressions
1.00/1.15	c 1	converted 650 (20%) expressions
1.00/1.15	c 1	converted 974 (30%) expressions
1.00/1.16	c 1	converted 1299 (40%) expressions
1.00/1.17	c 1	converted 1623 (50%) expressions
1.00/1.17	c 1	converted 1948 (60%) expressions
1.00/1.17	c 1	converted 2273 (70%) expressions
1.00/1.17	c 1	converted 2597 (80%) expressions
1.00/1.17	c 1	converted 2922 (90%) expressions
2.29/2.49	c 3	converted 3246 (100%) expressions
2.39/2.50	c 3	CSP : 17920 integers, 0 booleans, 27872 clauses, largest domain size 81
2.39/2.50	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.39/2.50	c 3	Propagation in CSP
2.69/2.83	c 3	17522 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.69/2.83	c 3	CSP : 17920 integers, 0 booleans, 27872 clauses, largest domain size 81
2.69/2.83	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.69/2.85	c 3	Simplifing CSP by introducing new Boolean variables
2.69/2.87	c 3	CSP : 17920 integers, 0 booleans, 27872 clauses, largest domain size 81
2.69/2.87	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.78/2.98	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.88/3.01	c 3	1792 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.88/3.02	c 3	3584 (20%) CSP integer variables are encoded (1115 clauses, 14559 bytes)
2.88/3.03	c 3	5376 (30%) CSP integer variables are encoded (6061 clauses, 78857 bytes)
2.88/3.04	c 3	7168 (40%) CSP integer variables are encoded (9524 clauses, 130760 bytes)
2.88/3.05	c 3	8960 (50%) CSP integer variables are encoded (12030 clauses, 168350 bytes)
2.88/3.05	c 3	10752 (60%) CSP integer variables are encoded (14553 clauses, 206195 bytes)
2.88/3.06	c 3	12544 (70%) CSP integer variables are encoded (17072 clauses, 243980 bytes)
2.88/3.06	c 3	14336 (80%) CSP integer variables are encoded (19598 clauses, 281870 bytes)
2.88/3.07	c 3	16128 (90%) CSP integer variables are encoded (22139 clauses, 319985 bytes)
2.88/3.07	c 3	17920 (100%) CSP integer variables are encoded (24641 clauses, 357515 bytes)
2.98/3.18	c 4	2788 (10%) CSP clauses are encoded (46169 clauses, 702978 bytes)
3.08/3.25	c 4	5575 (20%) CSP clauses are encoded (69926 clauses, 1105155 bytes)
3.17/3.35	c 4	8362 (30%) CSP clauses are encoded (112000 clauses, 1947993 bytes)
3.27/3.43	c 4	11149 (40%) CSP clauses are encoded (145847 clauses, 2625955 bytes)
3.37/3.53	c 4	13936 (50%) CSP clauses are encoded (185112 clauses, 3416016 bytes)
3.48/3.61	c 4	16724 (60%) CSP clauses are encoded (219984 clauses, 4116731 bytes)
3.57/3.71	c 4	19511 (70%) CSP clauses are encoded (258701 clauses, 4895523 bytes)
3.57/3.79	c 4	22298 (80%) CSP clauses are encoded (292752 clauses, 5578286 bytes)
3.67/3.89	c 4	25085 (90%) CSP clauses are encoded (332853 clauses, 6385300 bytes)
3.77/3.98	c 4	27872 (100%) CSP clauses are encoded (366680 clauses, 7065480 bytes)
3.77/3.98	c 4	27872 CSP clauses encoded
3.77/3.99	c 4	Writing map file : HOME/temp.map
3.87/4.04	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.87/4.04	c 4	SAT : 40137 SAT variables, 366680 SAT clauses, 7065480 bytes
3.87/4.04	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.87/4.09	c 4	SOLVING HOME/temp.cnf
3.87/4.09	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
7.10/7.30	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.10/7.30	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.10/7.38	c 8	Decoding HOME/temp.out
7.59/7.80	s SATISFIABLE
7.68/7.92	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
7.68/7.92	c 8	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.68/7.94	c 8	CPU 5.81 (0.05 0.02 5.76 1.9)
7.68/7.94	c 8	END Fri Jul  4 04:29:09 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063706-1215138541/watcher-1063706-1215138541 -o /tmp/evaluation-result-1063706-1215138541/solver-1063706-1215138541 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1063706-1215138541.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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.99 4/80 19492
/proc/meminfo: memFree=1753080/2055920 swapFree=4180408/4192956
[pid=19492] ppid=19490 vsize=12132 CPUtime=0
/proc/19492/stat : 19492 (sugar) R 19490 19492 18537 0 -1 4194304 217 0 0 0 0 0 0 0 20 0 1 0 1543520941 12423168 185 996147200 4194304 4206940 548682068608 18446744073709551615 248761455329 0 0 4224 0 0 0 0 17 1 0 0
/proc/19492/statm: 3033 185 142 3 0 133 0

[startup+0.0499811 s]
/proc/loadavg: 1.93 1.98 1.99 4/80 19492
/proc/meminfo: memFree=1753080/2055920 swapFree=4180408/4192956
[pid=19492] ppid=19490 vsize=13600 CPUtime=0.03
/proc/19492/stat : 19492 (sugar) S 19490 19492 18537 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1543520941 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19492/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103655 s]
/proc/loadavg: 1.93 1.98 1.99 4/80 19492
/proc/meminfo: memFree=1753080/2055920 swapFree=4180408/4192956
[pid=19492] ppid=19490 vsize=13600 CPUtime=0.03
/proc/19492/stat : 19492 (sugar) S 19490 19492 18537 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1543520941 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19492/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301111 s]
/proc/loadavg: 1.93 1.98 1.99 4/80 19492
/proc/meminfo: memFree=1753080/2055920 swapFree=4180408/4192956
[pid=19492] ppid=19490 vsize=13600 CPUtime=0.03
/proc/19492/stat : 19492 (sugar) S 19490 19492 18537 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1543520941 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19492/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701183 s]
/proc/loadavg: 1.93 1.98 1.99 4/80 19492
/proc/meminfo: memFree=1753080/2055920 swapFree=4180408/4192956
[pid=19492] ppid=19490 vsize=13600 CPUtime=0.03
/proc/19492/stat : 19492 (sugar) S 19490 19492 18537 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 1543520941 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19492/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50233 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 19514
/proc/meminfo: memFree=1744544/2055920 swapFree=4180408/4192956
[pid=19492] ppid=19490 vsize=13600 CPUtime=0.66
/proc/19492/stat : 19492 (sugar) S 19490 19492 18537 0 -1 4194304 973 5078 0 1 3 1 58 4 15 0 1 0 1543520941 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19492/statm: 3400 797 370 3 0 500 0
[pid=19505] ppid=19492 vsize=5356 CPUtime=0
/proc/19505/stat : 19505 (sh) S 19492 19492 18537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543521015 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19505/statm: 1339 233 193 169 0 50 0
[pid=19506] ppid=19505 vsize=868272 CPUtime=0.74
/proc/19506/stat : 19506 (java) S 19505 19492 18537 0 -1 0 7092 0 1 0 70 4 0 0 18 0 9 0 1543521015 889110528 6320 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19506/statm: 217068 6320 2540 9 0 211643 0
[pid=19506/tid=19507] ppid=19505 vsize=868272 CPUtime=0.43
/proc/19506/task/19507/stat : 19507 (java) R 19505 19492 18537 0 -1 64 2674 0 1 0 42 1 0 0 19 0 9 0 1543521016 889110528 6320 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19506/tid=19508] ppid=19505 vsize=868272 CPUtime=0.1
/proc/19506/task/19508/stat : 19508 (java) R 19505 19492 18537 0 -1 64 2255 0 0 0 9 1 0 0 16 0 9 0 1543521017 889110528 6320 996147200 134512640 134550740 4294955952 18446744073709551615 103829569 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19506/tid=19509] ppid=19505 vsize=868272 CPUtime=0
/proc/19506/task/19509/stat : 19509 (java) S 19505 19492 18537 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543521017 889110528 6320 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19506/tid=19510] ppid=19505 vsize=868272 CPUtime=0
/proc/19506/task/19510/stat : 19510 (java) S 19505 19492 18537 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1543521017 889110528 6320 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19506/tid=19511] ppid=19505 vsize=868272 CPUtime=0
/proc/19506/task/19511/stat : 19511 (java) S 19505 19492 18537 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1543521019 889110528 6320 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19506/tid=19512] ppid=19505 vsize=868272 CPUtime=0.18
/proc/19506/task/19512/stat : 19512 (java) S 19505 19492 18537 0 -1 64 1470 0 0 0 18 0 0 0 16 0 9 0 1543521019 889110528 6320 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19506/tid=19513] ppid=19505 vsize=868272 CPUtime=0
/proc/19506/task/19513/stat : 19513 (java) S 19505 19492 18537 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543521019 889110528 6320 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19506/tid=19514] ppid=19505 vsize=868272 CPUtime=0
/proc/19506/task/19514/stat : 19514 (java) S 19505 19492 18537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543521019 889110528 6320 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887228

[startup+3.10261 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 19514
/proc/meminfo: memFree=1727072/2055920 swapFree=4180408/4192956
[pid=19492] ppid=19490 vsize=13600 CPUtime=0.66
/proc/19492/stat : 19492 (sugar) S 19490 19492 18537 0 -1 4194304 974 5078 0 1 3 1 58 4 15 0 1 0 1543520941 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19492/statm: 3400 797 370 3 0 500 0
[pid=19505] ppid=19492 vsize=5356 CPUtime=0
/proc/19505/stat : 19505 (sh) S 19492 19492 18537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543521015 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19505/statm: 1339 233 193 169 0 50 0
[pid=19506] ppid=19505 vsize=868500 CPUtime=2.32
/proc/19506/stat : 19506 (java) S 19505 19492 18537 0 -1 0 11321 0 1 0 225 7 0 0 18 0 9 0 1543521015 889344000 10182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19506/statm: 217125 10182 2565 9 0 211672 0
[pid=19506/tid=19507] ppid=19505 vsize=868500 CPUtime=1.52
/proc/19506/task/19507/stat : 19507 (java) R 19505 19492 18537 0 -1 64 2960 0 1 0 150 2 0 0 24 0 9 0 1543521016 889344000 10182 996147200 134512640 134550740 4294955952 18446744073709551615 4127047328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19506/tid=19508] ppid=19505 vsize=868500 CPUtime=0.52
/proc/19506/task/19508/stat : 19508 (java) S 19505 19492 18537 0 -1 64 6165 0 0 0 49 3 0 0 16 0 9 0 1543521017 889344000 10182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19506/tid=19509] ppid=19505 vsize=868500 CPUtime=0
/proc/19506/task/19509/stat : 19509 (java) S 19505 19492 18537 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543521017 889344000 10182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19506/tid=19510] ppid=19505 vsize=868500 CPUtime=0
/proc/19506/task/19510/stat : 19510 (java) S 19505 19492 18537 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1543521017 889344000 10182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19506/tid=19511] ppid=19505 vsize=868500 CPUtime=0
/proc/19506/task/19511/stat : 19511 (java) S 19505 19492 18537 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1543521019 889344000 10182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19506/tid=19512] ppid=19505 vsize=868500 CPUtime=0.25
/proc/19506/task/19512/stat : 19512 (java) S 19505 19492 18537 0 -1 64 1503 0 0 0 24 1 0 0 16 0 9 0 1543521019 889344000 10182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19506/tid=19513] ppid=19505 vsize=868500 CPUtime=0
/proc/19506/task/19513/stat : 19513 (java) S 19505 19492 18537 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543521019 889344000 10182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19506/tid=19514] ppid=19505 vsize=868500 CPUtime=0
/proc/19506/task/19514/stat : 19514 (java) S 19505 19492 18537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543521019 889344000 10182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887456

[startup+6.30215 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 19516
/proc/meminfo: memFree=1736096/2055920 swapFree=4180408/4192956
[pid=19492] ppid=19490 vsize=13600 CPUtime=3.93
/proc/19492/stat : 19492 (sugar) S 19490 19492 18537 0 -1 4194304 1024 16849 0 2 4 1 371 17 16 0 1 0 1543520941 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19492/statm: 3400 799 370 3 0 500 0
[pid=19515] ppid=19492 vsize=5356 CPUtime=0
/proc/19515/stat : 19515 (sh) S 19492 19492 18537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543521350 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19515/statm: 1339 232 193 169 0 50 0
[pid=19516] ppid=19515 vsize=12592 CPUtime=2.17
/proc/19516/stat : 19516 (picosat) R 19515 19492 18537 0 -1 4194304 2612 0 0 0 97 120 0 0 25 0 1 0 1543521350 12894208 2598 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19516/statm: 3148 2598 40 102 0 3043 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 31548

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

[startup+7.10129 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 19516
/proc/meminfo: memFree=1732320/2055920 swapFree=4180408/4192956
[pid=19492] ppid=19490 vsize=13600 CPUtime=3.93
/proc/19492/stat : 19492 (sugar) S 19490 19492 18537 0 -1 4194304 1024 16849 0 2 4 1 371 17 16 0 1 0 1543520941 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19492/statm: 3400 799 370 3 0 500 0
[pid=19515] ppid=19492 vsize=5356 CPUtime=0
/proc/19515/stat : 19515 (sh) S 19492 19492 18537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543521350 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19515/statm: 1339 232 193 169 0 50 0
[pid=19516] ppid=19515 vsize=15100 CPUtime=2.97
/proc/19516/stat : 19516 (picosat) R 19515 19492 18537 0 -1 4194304 3317 0 0 0 134 163 0 0 25 0 1 0 1543521350 15462400 3303 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19516/statm: 3775 3303 40 102 0 3670 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 34056

[startup+7.90143 s]
/proc/loadavg: 1.93 1.98 1.99 4/91 19526
/proc/meminfo: memFree=1737632/2055920 swapFree=4180408/4192956
[pid=19492] ppid=19490 vsize=13600 CPUtime=7.12
/proc/19492/stat : 19492 (sugar) S 19490 19492 18537 0 -1 4194304 1092 20676 0 2 4 1 521 186 15 0 1 0 1543520941 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19492/statm: 3400 799 370 3 0 500 0
[pid=19517] ppid=19492 vsize=5356 CPUtime=0
/proc/19517/stat : 19517 (sh) S 19492 19492 18537 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 1543521672 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19517/statm: 1339 233 193 169 0 50 0
[pid=19518] ppid=19517 vsize=863996 CPUtime=0.56
/proc/19518/stat : 19518 (java) S 19517 19492 18537 0 -1 0 3701 0 1 0 54 2 0 0 18 0 9 0 1543521672 884731904 3172 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19518/statm: 215999 3172 1672 9 0 210581 0
[pid=19518/tid=19519] ppid=19517 vsize=863996 CPUtime=0.44
/proc/19518/task/19519/stat : 19519 (java) R 19517 19492 18537 0 -1 64 2466 0 1 0 43 1 0 0 21 0 9 0 1543521673 884731904 3172 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19518/tid=19520] ppid=19517 vsize=863996 CPUtime=0
/proc/19518/task/19520/stat : 19520 (java) S 19517 19492 18537 0 -1 64 195 0 0 0 0 0 0 0 16 0 9 0 1543521674 884731904 3172 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19518/tid=19521] ppid=19517 vsize=863996 CPUtime=0
/proc/19518/task/19521/stat : 19521 (java) S 19517 19492 18537 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1543521674 884731904 3172 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19518/tid=19522] ppid=19517 vsize=863996 CPUtime=0
/proc/19518/task/19522/stat : 19522 (java) S 19517 19492 18537 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1543521674 884731904 3172 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19518/tid=19523] ppid=19517 vsize=863996 CPUtime=0
/proc/19518/task/19523/stat : 19523 (java) S 19517 19492 18537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543521676 884731904 3172 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19518/tid=19524] ppid=19517 vsize=863996 CPUtime=0.09
/proc/19518/task/19524/stat : 19524 (java) S 19517 19492 18537 0 -1 64 349 0 0 0 9 0 0 0 18 0 9 0 1543521676 884731904 3172 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19518/tid=19525] ppid=19517 vsize=863996 CPUtime=0
/proc/19518/task/19525/stat : 19525 (java) S 19517 19492 18537 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1543521676 884731904 3172 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19518/tid=19526] ppid=19517 vsize=863996 CPUtime=0
/proc/19518/task/19526/stat : 19526 (java) S 19517 19492 18537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1543521676 884731904 3172 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 882952

[startup+8.10146 s]
/proc/loadavg: 1.93 1.98 1.99 4/91 19526
/proc/meminfo: memFree=1737632/2055920 swapFree=4180408/4192956
[pid=19492] ppid=19490 vsize=13600 CPUtime=7.73
/proc/19492/stat : 19492 (sugar) D 19490 19492 18537 0 -1 4194304 1121 24726 0 3 5 2 576 190 15 0 1 0 1543520941 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/19492/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 8.12565
CPU time (s): 7.74882
CPU user time (s): 5.81912
CPU system time (s): 1.92971
CPU usage (%): 95.3625
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.81912
system time used= 1.92971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25877
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= 7387
involuntary context switches= 7355

runsolver used 0.009998 second user time and 0.040993 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-04 04:29:01
IDJOB=1063706
IDBENCH=54831
IDSOLVER=345
FILE ID=node55/1063706-1215138541
PBS_JOBID= 7877340
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-ran10x10b.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063706-1215138541/watcher-1063706-1215138541 -o /tmp/evaluation-result-1063706-1215138541/solver-1063706-1215138541 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1063706-1215138541.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5be72a08ec3eec9a193ba5c4e6721a83
RANDOM SEED=333663889

node55.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.261
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.261
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:       1753560 kB
Buffers:         32916 kB
Cached:         144764 kB
SwapCached:       6804 kB
Active:         171716 kB
Inactive:        78060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1753560 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:          88100 kB
Slab:            37728 kB
Committed_AS:  3788640 kB
PageTables:       1888 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= 66556 MiB
End job on node55 at 2008-07-04 04:29:10