Trace number 2087438

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+picosatSAT 10.9743 11.1374

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/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 10:10:55 2009
0.05/0.08	c 0	PID 24475
0.05/0.08	c 0	HOST node55.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2087438-1247386255.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2087438-1247386255.xml' 'HOME/temp.csp'
0.07/0.71	c 1	1 domains, 3240 variables, 1 predicates, 0 relations, 2709 constraints
0.07/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/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.68/0.94	c 1	parsed 5951 expressions
0.68/0.95	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.68/0.95	c 1	Converting to clausal form CSP
0.68/0.98	c 1	converted 596 (10%) expressions
0.68/0.98	c 1	converted 1191 (20%) expressions
0.68/1.00	c 1	converted 1786 (30%) expressions
0.68/1.00	c 1	converted 2381 (40%) expressions
0.94/1.00	c 1	converted 2976 (50%) expressions
1.24/1.35	c 1	converted 3571 (60%) expressions
1.53/1.60	c 1	converted 4166 (70%) expressions
1.63/1.75	c 2	converted 4761 (80%) expressions
1.83/1.99	c 2	converted 5356 (90%) expressions
2.32/2.42	c 2	converted 5951 (100%) expressions
2.32/2.42	c 2	CSP : 10314 integers, 5184 booleans, 29934 clauses, largest domain size 25
2.32/2.42	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.32/2.42	c 2	Propagation in CSP
2.42/2.54	c 2	1296 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.42/2.54	c 2	CSP : 10314 integers, 5184 booleans, 29934 clauses, largest domain size 25
2.42/2.54	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.42/2.56	c 2	Simplifing CSP by introducing new Boolean variables
2.42/2.58	c 2	CSP : 10314 integers, 5184 booleans, 29934 clauses, largest domain size 25
2.42/2.58	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.61/2.71	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.61/2.74	c 3	1032 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.61/2.75	c 3	2063 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.61/2.75	c 3	3095 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.61/2.75	c 3	4126 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.61/2.75	c 3	5157 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.61/2.76	c 3	6189 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.61/2.76	c 3	7220 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.61/2.76	c 3	8252 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.61/2.77	c 3	9283 (90%) CSP integer variables are encoded (6905 clauses, 100796 bytes)
2.61/2.78	c 3	10314 (100%) CSP integer variables are encoded (14310 clauses, 211871 bytes)
2.72/2.84	c 3	2994 (10%) CSP clauses are encoded (17304 clauses, 254813 bytes)
2.72/2.86	c 3	5987 (20%) CSP clauses are encoded (20297 clauses, 298190 bytes)
2.72/2.88	c 3	8981 (30%) CSP clauses are encoded (23291 clauses, 342425 bytes)
2.82/2.90	c 3	11974 (40%) CSP clauses are encoded (26284 clauses, 387325 bytes)
2.82/2.93	c 3	14967 (50%) CSP clauses are encoded (29277 clauses, 432225 bytes)
2.82/2.95	c 3	17961 (60%) CSP clauses are encoded (32271 clauses, 477125 bytes)
2.82/2.97	c 3	20954 (70%) CSP clauses are encoded (35264 clauses, 522025 bytes)
2.82/2.99	c 3	23948 (80%) CSP clauses are encoded (38258 clauses, 566937 bytes)
3.31/3.44	c 3	26941 (90%) CSP clauses are encoded (119457 clauses, 2207315 bytes)
4.10/4.26	c 4	29934 (100%) CSP clauses are encoded (298782 clauses, 6315116 bytes)
4.10/4.27	c 4	29934 CSP clauses encoded
4.10/4.27	c 4	Writing map file : HOME/temp.map
4.10/4.29	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.10/4.29	c 4	SAT : 29808 SAT variables, 298782 SAT clauses, 6315116 bytes
4.10/4.29	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.20/4.32	c 4	SOLVING HOME/temp.cnf
4.20/4.32	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
10.52/10.70	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.52/10.70	c 11	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'
10.52/10.78	c 11	Decoding HOME/temp.out
10.71/11.00	s SATISFIABLE
10.91/11.11	v 0 1 0 0 0 0 0 1 1 1 1 0 1 1 0 0 1 0 1 1 1 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 1 1 1 1 0 0 0 1 1 1 1 0 0 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 1 0 1 0 0 0 0 1 0 1 1 0 1 1 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 1 1 1 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 1 0 1 0 0 0 0 0 0 1 1 1 0 1 0 0 0 0 1 0 0 1 0 1 1 0 1 0 0 0 0 0 0 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 0 0 1 1 1 1 0 0 1 0 1 0 0 1 0 0 1 0 1 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 1 0 1 1 0 1 0 0 0 0 1 0 0 1 0 1 1 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 1 1 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 1 1 1 1 0 0 0 1 0 1 0 0 0 1 1 0 1 1 1 1 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 1 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 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 1 0 1 1 0 1 1 0 0 1 0 0 0 0 0 1 0 1 0 0 1 1 0 1 1 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 1 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 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 1 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 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 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 1 1 1 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 1 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 1 0 0 0 1 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 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 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 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 0 0 0 1 0 0 0 1 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 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 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 1 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 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 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 1 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 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 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 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 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 1 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 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 1 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 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 1 1 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 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 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 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 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 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 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 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 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 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
10.91/11.12	c 11	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.91/11.13	c 11	CPU 10.95 (0.06 0.04 9.04 1.81)
10.91/11.13	c 11	END Sun Jul 12 10:11:06 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-2087438-1247386255/watcher-2087438-1247386255 -o /tmp/evaluation-result-2087438-1247386255/solver-2087438-1247386255 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2087438-1247386255.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.92 2.00 1.99 4/74 24475
/proc/meminfo: memFree=1801264/2055920 swapFree=4192812/4192956
[pid=24475] ppid=24473 vsize=18576 CPUtime=0
/proc/24475/stat : 24475 (runsolver) R 24473 24475 23345 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25688796 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 248761609511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24475/statm: 4644 284 249 26 0 2626 0

[startup+0.0720189 s]
/proc/loadavg: 1.92 2.00 1.99 4/74 24475
/proc/meminfo: memFree=1801264/2055920 swapFree=4192812/4192956
[pid=24475] ppid=24473 vsize=16344 CPUtime=0.05
/proc/24475/stat : 24475 (sugar) R 24473 24475 23345 0 -1 4194304 1012 0 0 0 4 1 0 0 18 0 1 0 25688796 16736256 980 996147200 4194304 4206940 548682068608 18446744073709551615 248779385370 0 0 4224 0 0 0 0 17 1 0 0
/proc/24475/statm: 4086 980 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.100695 s]
/proc/loadavg: 1.92 2.00 1.99 4/74 24475
/proc/meminfo: memFree=1801264/2055920 swapFree=4192812/4192956
[pid=24475] ppid=24473 vsize=16868 CPUtime=0.07
/proc/24475/stat : 24475 (sugar) S 24473 24475 23345 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25688796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24475/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301714 s]
/proc/loadavg: 1.92 2.00 1.99 4/74 24475
/proc/meminfo: memFree=1801264/2055920 swapFree=4192812/4192956
[pid=24475] ppid=24473 vsize=16868 CPUtime=0.07
/proc/24475/stat : 24475 (sugar) S 24473 24475 23345 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25688796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24475/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70175 s]
/proc/loadavg: 1.92 2.00 1.99 4/74 24475
/proc/meminfo: memFree=1801264/2055920 swapFree=4192812/4192956
[pid=24475] ppid=24473 vsize=16868 CPUtime=0.07
/proc/24475/stat : 24475 (sugar) S 24473 24475 23345 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25688796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24475/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50282 s]
/proc/loadavg: 1.92 2.00 1.99 3/85 24497
/proc/meminfo: memFree=1789720/2055920 swapFree=4192812/4192956
[pid=24475] ppid=24473 vsize=16868 CPUtime=0.68
/proc/24475/stat : 24475 (sugar) S 24473 24475 23345 0 -1 4194304 1309 7080 0 1 5 2 56 5 16 0 1 0 25688796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24475/statm: 4217 1111 409 3 0 796 0
[pid=24488] ppid=24475 vsize=5356 CPUtime=0
/proc/24488/stat : 24488 (sh) S 24475 24475 23345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25688868 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24488/statm: 1339 233 193 169 0 50 0
[pid=24489] ppid=24488 vsize=868592 CPUtime=0.75
/proc/24489/stat : 24489 (java) S 24488 24475 23345 0 -1 0 7731 0 1 0 70 5 0 0 18 0 9 0 25688868 889438208 6972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24489/statm: 217148 6972 2567 9 0 211653 0
[pid=24489/tid=24490] ppid=24488 vsize=868592 CPUtime=0.44
/proc/24489/task/24490/stat : 24490 (java) R 24488 24475 23345 0 -1 64 2680 0 1 0 42 2 0 0 23 0 9 0 25688869 889438208 6972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24489/tid=24491] ppid=24488 vsize=868592 CPUtime=0.1
/proc/24489/task/24491/stat : 24491 (java) S 24488 24475 23345 0 -1 64 2855 0 0 0 9 1 0 0 16 0 9 0 25688870 889438208 6972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24489/tid=24492] ppid=24488 vsize=868592 CPUtime=0
/proc/24489/task/24492/stat : 24492 (java) S 24488 24475 23345 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25688871 889438208 6972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24489/tid=24493] ppid=24488 vsize=868592 CPUtime=0
/proc/24489/task/24493/stat : 24493 (java) S 24488 24475 23345 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25688871 889438208 6972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24489/tid=24494] ppid=24488 vsize=868592 CPUtime=0
/proc/24489/task/24494/stat : 24494 (java) S 24488 24475 23345 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25688873 889438208 6972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24489/tid=24495] ppid=24488 vsize=868592 CPUtime=0.18
/proc/24489/task/24495/stat : 24495 (java) S 24488 24475 23345 0 -1 64 1497 0 0 0 18 0 0 0 16 0 9 0 25688873 889438208 6972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24489/tid=24496] ppid=24488 vsize=868592 CPUtime=0
/proc/24489/task/24496/stat : 24496 (java) S 24488 24475 23345 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25688873 889438208 6972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24489/tid=24497] ppid=24488 vsize=868592 CPUtime=0
/proc/24489/task/24497/stat : 24497 (java) S 24488 24475 23345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25688873 889438208 6972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890816

[startup+3.10297 s]
/proc/loadavg: 1.92 2.00 1.99 3/85 24497
/proc/meminfo: memFree=1769048/2055920 swapFree=4192812/4192956
[pid=24475] ppid=24473 vsize=16868 CPUtime=0.68
/proc/24475/stat : 24475 (sugar) S 24473 24475 23345 0 -1 4194304 1310 7080 0 1 5 2 56 5 15 0 1 0 25688796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24475/statm: 4217 1111 409 3 0 796 0
[pid=24488] ppid=24475 vsize=5356 CPUtime=0
/proc/24488/stat : 24488 (sh) S 24475 24475 23345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25688868 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24488/statm: 1339 233 193 169 0 50 0
[pid=24489] ppid=24488 vsize=868704 CPUtime=2.33
/proc/24489/stat : 24489 (java) S 24488 24475 23345 0 -1 0 11707 0 1 0 225 8 0 0 18 0 9 0 25688868 889552896 10517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24489/statm: 217176 10517 2590 9 0 211653 0
[pid=24489/tid=24490] ppid=24488 vsize=868704 CPUtime=1.51
/proc/24489/task/24490/stat : 24490 (java) R 24488 24475 23345 0 -1 64 2991 0 1 0 148 3 0 0 25 0 9 0 25688869 889552896 10517 996147200 134512640 134550932 4294955936 18446744073709551615 4126554160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24489/tid=24491] ppid=24488 vsize=868704 CPUtime=0.53
/proc/24489/task/24491/stat : 24491 (java) S 24488 24475 23345 0 -1 64 6465 0 0 0 50 3 0 0 16 0 9 0 25688870 889552896 10517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24489/tid=24492] ppid=24488 vsize=868704 CPUtime=0
/proc/24489/task/24492/stat : 24492 (java) S 24488 24475 23345 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25688871 889552896 10517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24489/tid=24493] ppid=24488 vsize=868704 CPUtime=0
/proc/24489/task/24493/stat : 24493 (java) S 24488 24475 23345 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25688871 889552896 10517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24489/tid=24494] ppid=24488 vsize=868704 CPUtime=0
/proc/24489/task/24494/stat : 24494 (java) S 24488 24475 23345 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25688873 889552896 10517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24489/tid=24495] ppid=24488 vsize=868704 CPUtime=0.27
/proc/24489/task/24495/stat : 24495 (java) S 24488 24475 23345 0 -1 64 1552 0 0 0 26 1 0 0 16 0 9 0 25688873 889552896 10517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24489/tid=24496] ppid=24488 vsize=868704 CPUtime=0
/proc/24489/task/24496/stat : 24496 (java) S 24488 24475 23345 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25688873 889552896 10517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24489/tid=24497] ppid=24488 vsize=868704 CPUtime=0
/proc/24489/task/24497/stat : 24497 (java) S 24488 24475 23345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25688873 889552896 10517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890928

[startup+6.30125 s]
/proc/loadavg: 1.93 2.00 1.99 3/77 24499
/proc/meminfo: memFree=1785048/2055920 swapFree=4192812/4192956
[pid=24475] ppid=24473 vsize=16868 CPUtime=4.22
/proc/24475/stat : 24475 (sugar) S 24473 24475 23345 0 -1 4194304 1365 19203 0 2 5 2 396 19 16 0 1 0 25688796 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24475/statm: 4217 1113 409 3 0 796 0
[pid=24498] ppid=24475 vsize=5356 CPUtime=0
/proc/24498/stat : 24498 (sh) S 24475 24475 23345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25689229 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24498/statm: 1339 232 193 169 0 50 0
[pid=24499] ppid=24498 vsize=9588 CPUtime=1.94
/proc/24499/stat : 24499 (picosat) R 24498 24475 23345 0 -1 4194304 2179 0 0 0 91 103 0 0 25 0 1 0 25689229 9818112 2165 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24499/statm: 2397 2165 40 102 0 2292 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 31812

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

[startup+9.50156 s]
/proc/loadavg: 1.93 2.00 1.99 3/77 24499
/proc/meminfo: memFree=1777688/2055920 swapFree=4192812/4192956
[pid=24475] ppid=24473 vsize=16868 CPUtime=4.22
/proc/24475/stat : 24475 (sugar) S 24473 24475 23345 0 -1 4194304 1365 19203 0 2 5 2 396 19 16 0 1 0 25688796 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24475/statm: 4217 1113 409 3 0 796 0
[pid=24498] ppid=24475 vsize=5356 CPUtime=0
/proc/24498/stat : 24498 (sh) S 24475 24475 23345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25689229 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24498/statm: 1339 232 193 169 0 50 0
[pid=24499] ppid=24498 vsize=13348 CPUtime=5.11
/proc/24499/stat : 24499 (picosat) R 24498 24475 23345 0 -1 4194304 3194 0 0 0 354 157 0 0 25 0 1 0 25689229 13668352 3158 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/24499/statm: 3337 3158 42 102 0 3232 0
Current children cumulated CPU time (s) 9.33
Current children cumulated vsize (KiB) 35572

[startup+10.3016 s]
/proc/loadavg: 1.93 2.00 1.99 3/77 24499
/proc/meminfo: memFree=1777560/2055920 swapFree=4192812/4192956
[pid=24475] ppid=24473 vsize=16868 CPUtime=4.22
/proc/24475/stat : 24475 (sugar) S 24473 24475 23345 0 -1 4194304 1365 19203 0 2 5 2 396 19 16 0 1 0 25688796 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24475/statm: 4217 1113 409 3 0 796 0
[pid=24498] ppid=24475 vsize=5356 CPUtime=0
/proc/24498/stat : 24498 (sh) S 24475 24475 23345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25689229 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24498/statm: 1339 232 193 169 0 50 0
[pid=24499] ppid=24498 vsize=13480 CPUtime=5.9
/proc/24499/stat : 24499 (picosat) R 24498 24475 23345 0 -1 4194304 3226 0 0 0 433 157 0 0 25 0 1 0 25689229 13803520 3190 996147200 134512640 134931368 4294956256 18446744073709551615 134529916 0 0 4096 0 0 0 0 17 1 0 0
/proc/24499/statm: 3370 3190 42 102 0 3265 0
Current children cumulated CPU time (s) 10.12
Current children cumulated vsize (KiB) 35704

[startup+10.7018 s]
/proc/loadavg: 1.93 2.00 1.99 3/77 24499
/proc/meminfo: memFree=1777560/2055920 swapFree=4192812/4192956
[pid=24475] ppid=24473 vsize=16868 CPUtime=4.22
/proc/24475/stat : 24475 (sugar) S 24473 24475 23345 0 -1 4194304 1365 19203 0 2 5 2 396 19 16 0 1 0 25688796 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24475/statm: 4217 1113 409 3 0 796 0
[pid=24498] ppid=24475 vsize=5356 CPUtime=0
/proc/24498/stat : 24498 (sh) S 24475 24475 23345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25689229 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24498/statm: 1339 232 193 169 0 50 0
[pid=24499] ppid=24498 vsize=12300 CPUtime=6.3
/proc/24499/stat : 24499 (picosat) R 24498 24475 23345 0 -1 4194304 3254 0 0 0 473 157 0 0 25 0 1 0 25689229 12595200 2752 996147200 134512640 134931368 4294956256 18446744073709551615 134608241 0 0 4096 0 0 0 0 17 1 0 0
/proc/24499/statm: 3075 2752 47 102 0 2970 0
Current children cumulated CPU time (s) 10.52
Current children cumulated vsize (KiB) 34524

[startup+11.1027 s]
/proc/loadavg: 1.93 2.00 1.99 3/85 24509
/proc/meminfo: memFree=1784280/2055920 swapFree=4192812/4192956
[pid=24475] ppid=24473 vsize=16868 CPUtime=10.56
/proc/24475/stat : 24475 (sugar) S 24473 24475 23345 0 -1 4194304 1450 22743 0 2 5 4 870 177 15 0 1 0 25688796 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24475/statm: 4217 1115 409 3 0 796 0
[pid=24500] ppid=24475 vsize=5356 CPUtime=0
/proc/24500/stat : 24500 (sh) S 24475 24475 23345 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 25689867 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24500/statm: 1339 233 193 169 0 50 0
[pid=24501] ppid=24500 vsize=862316 CPUtime=0.35
/proc/24501/stat : 24501 (java) S 24500 24475 23345 0 -1 0 3319 0 1 0 32 3 0 0 18 0 9 0 25689867 883011584 2784 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24501/statm: 215579 2784 1285 9 0 210492 0
[pid=24501/tid=24502] ppid=24500 vsize=862316 CPUtime=0.22
/proc/24501/task/24502/stat : 24502 (java) R 24500 24475 23345 0 -1 64 2047 0 1 0 20 2 0 0 20 0 9 0 25689868 883011584 2784 996147200 134512640 134550932 4294955984 18446744073709551615 4294960145 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24501/tid=24503] ppid=24500 vsize=862316 CPUtime=0.01
/proc/24501/task/24503/stat : 24503 (java) S 24500 24475 23345 0 -1 64 214 0 0 0 1 0 0 0 16 0 9 0 25689869 883011584 2784 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24501/tid=24504] ppid=24500 vsize=862316 CPUtime=0
/proc/24501/task/24504/stat : 24504 (java) S 24500 24475 23345 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 25689869 883011584 2784 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24501/tid=24505] ppid=24500 vsize=862316 CPUtime=0
/proc/24501/task/24505/stat : 24505 (java) S 24500 24475 23345 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25689869 883011584 2784 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24501/tid=24506] ppid=24500 vsize=862316 CPUtime=0
/proc/24501/task/24506/stat : 24506 (java) S 24500 24475 23345 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25689871 883011584 2784 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24501/tid=24507] ppid=24500 vsize=862316 CPUtime=0.1
/proc/24501/task/24507/stat : 24507 (java) S 24500 24475 23345 0 -1 64 361 0 0 0 10 0 0 0 16 0 9 0 25689871 883011584 2784 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24501/tid=24508] ppid=24500 vsize=862316 CPUtime=0
/proc/24501/task/24508/stat : 24508 (java) S 24500 24475 23345 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25689871 883011584 2784 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24501/tid=24509] ppid=24500 vsize=862316 CPUtime=0
/proc/24501/task/24509/stat : 24509 (java) S 24500 24475 23345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25689871 883011584 2784 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.91
Current children cumulated vsize (KiB) 884540

Child status: 0
Real time (s): 11.1374
CPU time (s): 10.9743
CPU user time (s): 9.10562
CPU system time (s): 1.86871
CPU usage (%): 98.5357
Max. virtual memory (cumulated for all children) (KiB): 891572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.10562
system time used= 1.86871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28414
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= 8067
involuntary context switches= 8179

runsolver used 0.022996 second user time and 0.044993 second system time

The end

Launcher Data

Begin job on node55 at 2009-07-12 10:10:55
IDJOB=2087438
IDBENCH=58725
IDSOLVER=738
FILE ID=node55/2087438-1247386255
PBS_JOBID= 9507192
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087438-1247386255/watcher-2087438-1247386255 -o /tmp/evaluation-result-2087438-1247386255/solver-2087438-1247386255 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2087438-1247386255.xml

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

MD5SUM BENCH= 326a98bcc691891668964095e821d10d
RANDOM SEED=617681501

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.231
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.231
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:       1801744 kB
Buffers:         12976 kB
Cached:         108948 kB
SwapCached:          0 kB
Active:         151068 kB
Inactive:        51432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1960 kB
Writeback:           0 kB
Mapped:          91692 kB
Slab:            36848 kB
Committed_AS:   244752 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= 66372 MiB
End job on node55 at 2009-07-12 10:11:06