Trace number 1049328

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 8.33673 8.56546

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-1-12-16.xml
MD5SUM96f1337b79f3da95716c335bb7a66475
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 benchmark7.41687
Satisfiable
(Un)Satisfiability was proved
Number of variables4662
Number of constraints31899
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension31899
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 Thu Jul  3 02:24:30 2008
0.00/0.04	c 0	PID 8383
0.03/0.05	c 0	HOST node16.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1049328-1215044670.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-1049328-1215044670.xml' 'HOME/temp.csp'
1.95/2.09	c 2	1 domains, 4662 variables, 11 predicates, 0 relations, 31899 constraints
2.03/2.14	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.03/2.14	c 2	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'
2.07/2.22	c 2	Parsing HOME/temp.csp
2.07/2.58	c 3	parsed 10000 expressions
2.07/2.90	c 3	parsed 20000 expressions
2.07/3.14	c 3	parsed 30000 expressions
3.30/3.43	c 3	parsed 36573 expressions
3.30/3.43	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.30/3.43	c 3	Converting to clausal form CSP
3.30/3.48	c 4	converted 3658 (10%) expressions
3.59/3.74	c 4	converted 7315 (20%) expressions
3.70/3.84	c 4	converted 10972 (30%) expressions
3.79/3.95	c 4	converted 14630 (40%) expressions
3.98/4.19	c 4	converted 18287 (50%) expressions
4.08/4.30	c 4	converted 21944 (60%) expressions
4.28/4.40	c 4	converted 25602 (70%) expressions
4.38/4.51	c 5	converted 29259 (80%) expressions
4.47/4.61	c 5	converted 32916 (90%) expressions
5.17/5.34	c 5	converted 36573 (100%) expressions
5.17/5.34	c 5	CSP : 10392 integers, 0 booleans, 43359 clauses, largest domain size 48
5.17/5.34	c 5	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.17/5.34	c 5	Propagation in CSP
5.46/5.69	c 6	15911 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.46/5.69	c 6	CSP : 10392 integers, 0 booleans, 43359 clauses, largest domain size 11
5.46/5.69	c 6	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.56/5.71	c 6	Simplifing CSP by introducing new Boolean variables
5.56/5.73	c 6	CSP : 10392 integers, 0 booleans, 43359 clauses, largest domain size 11
5.56/5.73	c 6	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.66/5.88	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.75/5.90	c 6	1040 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.75/5.91	c 6	2079 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.75/5.91	c 6	3118 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.75/5.92	c 6	4157 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.75/5.93	c 6	5196 (50%) CSP integer variables are encoded (596 clauses, 7812 bytes)
5.75/5.93	c 6	6236 (60%) CSP integer variables are encoded (1777 clauses, 23165 bytes)
5.75/5.93	c 6	7275 (70%) CSP integer variables are encoded (2964 clauses, 38852 bytes)
5.75/5.94	c 6	8314 (80%) CSP integer variables are encoded (4146 clauses, 56582 bytes)
5.75/5.94	c 6	9353 (90%) CSP integer variables are encoded (7978 clauses, 114062 bytes)
5.75/5.95	c 6	10392 (100%) CSP integer variables are encoded (13123 clauses, 191237 bytes)
5.86/6.04	c 6	4336 (10%) CSP clauses are encoded (17459 clauses, 257697 bytes)
5.86/6.08	c 6	8672 (20%) CSP clauses are encoded (21795 clauses, 327073 bytes)
5.95/6.12	c 6	13008 (30%) CSP clauses are encoded (26131 clauses, 396449 bytes)
5.95/6.17	c 6	17344 (40%) CSP clauses are encoded (30467 clauses, 472709 bytes)
6.05/6.21	c 6	21680 (50%) CSP clauses are encoded (34803 clauses, 550757 bytes)
6.05/6.26	c 6	26016 (60%) CSP clauses are encoded (39139 clauses, 628805 bytes)
6.15/6.30	c 6	30352 (70%) CSP clauses are encoded (43475 clauses, 706853 bytes)
6.25/6.44	c 6	34688 (80%) CSP clauses are encoded (68847 clauses, 1048020 bytes)
6.35/6.52	c 7	39024 (90%) CSP clauses are encoded (86797 clauses, 1338129 bytes)
6.45/6.65	c 7	43359 (100%) CSP clauses are encoded (138678 clauses, 2301273 bytes)
6.45/6.65	c 7	43359 CSP clauses encoded
6.45/6.65	c 7	Writing map file : HOME/temp.map
6.55/6.70	c 7	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.55/6.70	c 7	SAT : 23515 SAT variables, 138678 SAT clauses, 2301273 bytes
6.55/6.70	c 7	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.55/6.75	c 7	SOLVING HOME/temp.cnf
6.55/6.75	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
7.78/8.08	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.78/8.08	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.88/8.16	c 8	Decoding HOME/temp.out
7.88/8.38	s SATISFIABLE
7.90/8.51	v 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 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 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 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 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 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 1 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 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 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 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 1 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 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 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 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 1 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 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 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 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 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 1 0 1 0 0 0 0 0 0 0 1 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 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 1 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 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 1 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 1 1 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 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 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 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 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 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 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 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 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 1 0 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 0 1 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 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 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 1 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 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 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 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 1 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 0 0 0 1 0 0 0 0 0 1 0 0 0 1 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 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 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 1 0 0 0 0 1 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 1 0 0 0 1 0 0 0 0 1 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 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 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 1 1 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 1 1 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 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 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 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 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 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 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 1 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 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 1 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 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 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 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 1 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 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 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 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 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 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1
7.90/8.51	c 9	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.90/8.56	c 9	CPU 7.36 (0.04 0.02 7.32 0.93)
7.90/8.56	c 9	END Thu Jul  3 02:24:39 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-1049328-1215044670/watcher-1049328-1215044670 -o /tmp/evaluation-result-1049328-1215044670/solver-1049328-1215044670 -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-1049328-1215044670.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: 2.07 2.06 2.00 3/81 8383
/proc/meminfo: memFree=1850296/2055920 swapFree=4180096/4192956
[pid=8383] ppid=8381 vsize=4708 CPUtime=0
/proc/8383/stat : 8383 (sugar) R 8381 8383 6618 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1983441595 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 231959754121 0 0 4096 0 0 0 0 17 1 0 0
/proc/8383/statm: 1177 43 33 3 0 8 0

[startup+0.0501059 s]
/proc/loadavg: 2.07 2.06 2.00 3/81 8383
/proc/meminfo: memFree=1850296/2055920 swapFree=4180096/4192956
[pid=8383] ppid=8381 vsize=13600 CPUtime=0.03
/proc/8383/stat : 8383 (sugar) S 8381 8383 6618 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1983441595 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8383/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101461 s]
/proc/loadavg: 2.07 2.06 2.00 3/81 8383
/proc/meminfo: memFree=1850296/2055920 swapFree=4180096/4192956
[pid=8383] ppid=8381 vsize=13600 CPUtime=0.03
/proc/8383/stat : 8383 (sugar) S 8381 8383 6618 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983441595 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8383/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30141 s]
/proc/loadavg: 2.07 2.06 2.00 3/81 8383
/proc/meminfo: memFree=1850296/2055920 swapFree=4180096/4192956
[pid=8383] ppid=8381 vsize=13600 CPUtime=0.03
/proc/8383/stat : 8383 (sugar) S 8381 8383 6618 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983441595 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8383/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701306 s]
/proc/loadavg: 2.07 2.06 2.00 3/81 8383
/proc/meminfo: memFree=1850296/2055920 swapFree=4180096/4192956
[pid=8383] ppid=8381 vsize=13600 CPUtime=0.03
/proc/8383/stat : 8383 (sugar) S 8381 8383 6618 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983441595 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8383/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5038 s]
/proc/loadavg: 2.07 2.06 2.00 3/92 8395
/proc/meminfo: memFree=1816800/2055920 swapFree=4180096/4192956
[pid=8383] ppid=8381 vsize=13600 CPUtime=0.03
/proc/8383/stat : 8383 (sugar) S 8381 8383 6618 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983441595 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8383/statm: 3400 796 370 3 0 500 0
[pid=8386] ppid=8383 vsize=5356 CPUtime=0
/proc/8386/stat : 8386 (sh) S 8383 8383 6618 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 1983441600 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8386/statm: 1339 233 193 169 0 50 0
[pid=8387] ppid=8386 vsize=864676 CPUtime=1.42
/proc/8387/stat : 8387 (java) S 8386 8383 6618 0 -1 0 17443 0 1 0 133 9 0 0 18 0 9 0 1983441601 885428224 14525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8387/statm: 216169 14525 2529 9 0 210751 0
[pid=8387/tid=8388] ppid=8386 vsize=864676 CPUtime=0.63
/proc/8387/task/8388/stat : 8388 (java) R 8386 8383 6618 0 -1 64 3021 0 1 0 60 3 0 0 25 0 9 0 1983441602 885428224 14525 996147200 134512640 134550740 4294956016 18446744073709551615 4126661850 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8387/tid=8389] ppid=8386 vsize=864676 CPUtime=0.65
/proc/8387/task/8389/stat : 8389 (java) S 8386 8383 6618 0 -1 64 13221 0 0 0 60 5 0 0 17 0 9 0 1983441603 885428224 14525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8387/tid=8390] ppid=8386 vsize=864676 CPUtime=0
/proc/8387/task/8390/stat : 8390 (java) S 8386 8383 6618 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983441603 885428224 14525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8387/tid=8391] ppid=8386 vsize=864676 CPUtime=0
/proc/8387/task/8391/stat : 8391 (java) S 8386 8383 6618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983441603 885428224 14525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8387/tid=8392] ppid=8386 vsize=864676 CPUtime=0
/proc/8387/task/8392/stat : 8392 (java) S 8386 8383 6618 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983441605 885428224 14525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8387/tid=8393] ppid=8386 vsize=864676 CPUtime=0.12
/proc/8387/task/8393/stat : 8393 (java) S 8386 8383 6618 0 -1 64 501 0 0 0 12 0 0 0 16 0 9 0 1983441605 885428224 14525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8387/tid=8394] ppid=8386 vsize=864676 CPUtime=0
/proc/8387/task/8394/stat : 8394 (java) S 8386 8383 6618 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983441605 885428224 14525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8387/tid=8395] ppid=8386 vsize=864676 CPUtime=0
/proc/8387/task/8395/stat : 8395 (java) S 8386 8383 6618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983441605 885428224 14525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10273 s]
/proc/loadavg: 2.07 2.06 2.00 2/92 8395
/proc/meminfo: memFree=1791392/2055920 swapFree=4180096/4192956
[pid=8383] ppid=8381 vsize=13600 CPUtime=2.07
/proc/8383/stat : 8383 (sugar) S 8381 8383 6618 0 -1 4194304 973 19595 0 1 3 1 191 12 15 0 1 0 1983441595 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8383/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 13600

[startup+6.30253 s]
/proc/loadavg: 2.14 2.07 2.01 3/92 8405
/proc/meminfo: memFree=1797344/2055920 swapFree=4180096/4192956
[pid=8383] ppid=8381 vsize=13600 CPUtime=2.07
/proc/8383/stat : 8383 (sugar) S 8381 8383 6618 0 -1 4194304 974 19595 0 1 3 1 191 12 15 0 1 0 1983441595 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8383/statm: 3400 797 370 3 0 500 0
[pid=8396] ppid=8383 vsize=5356 CPUtime=0
/proc/8396/stat : 8396 (sh) S 8383 8383 6618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983441810 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8396/statm: 1339 233 193 169 0 50 0
[pid=8397] ppid=8396 vsize=868528 CPUtime=4.08
/proc/8397/stat : 8397 (java) S 8396 8383 6618 0 -1 0 16740 0 1 0 397 11 0 0 18 0 9 0 1983441810 889372672 14907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8397/statm: 217132 14907 2565 9 0 211679 0
[pid=8397/tid=8398] ppid=8396 vsize=868528 CPUtime=2.66
/proc/8397/task/8398/stat : 8398 (java) R 8396 8383 6618 0 -1 64 3349 0 1 0 263 3 0 0 25 0 9 0 1983441811 889372672 14907 996147200 134512640 134550740 4294955952 18446744073709551615 4127066071 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8397/tid=8399] ppid=8396 vsize=868528 CPUtime=1.13
/proc/8397/task/8399/stat : 8399 (java) S 8396 8383 6618 0 -1 64 11170 0 0 0 106 7 0 0 16 0 9 0 1983441812 889372672 14907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8397/tid=8400] ppid=8396 vsize=868528 CPUtime=0
/proc/8397/task/8400/stat : 8400 (java) S 8396 8383 6618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983441812 889372672 14907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8397/tid=8401] ppid=8396 vsize=868528 CPUtime=0
/proc/8397/task/8401/stat : 8401 (java) S 8396 8383 6618 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983441812 889372672 14907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8397/tid=8402] ppid=8396 vsize=868528 CPUtime=0
/proc/8397/task/8402/stat : 8402 (java) S 8396 8383 6618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983441814 889372672 14907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8397/tid=8403] ppid=8396 vsize=868528 CPUtime=0.26
/proc/8397/task/8403/stat : 8403 (java) S 8396 8383 6618 0 -1 64 1524 0 0 0 26 0 0 0 16 0 9 0 1983441814 889372672 14907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8397/tid=8404] ppid=8396 vsize=868528 CPUtime=0
/proc/8397/task/8404/stat : 8404 (java) S 8396 8383 6618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983441814 889372672 14907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8397/tid=8405] ppid=8396 vsize=868528 CPUtime=0
/proc/8397/task/8405/stat : 8405 (java) S 8396 8383 6618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983441814 889372672 14907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887484

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

[startup+7.90144 s]
/proc/loadavg: 2.14 2.07 2.01 3/84 8407
/proc/meminfo: memFree=1839648/2055920 swapFree=4180096/4192956
[pid=8383] ppid=8381 vsize=13600 CPUtime=6.56
/proc/8383/stat : 8383 (sugar) S 8381 8383 6618 0 -1 4194304 1023 36666 0 2 3 1 626 26 16 0 1 0 1983441595 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8383/statm: 3400 799 370 3 0 500 0
[pid=8406] ppid=8383 vsize=5356 CPUtime=0
/proc/8406/stat : 8406 (sh) S 8383 8383 6618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983442271 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8406/statm: 1339 232 193 169 0 50 0
[pid=8407] ppid=8406 vsize=7088 CPUtime=1.12
/proc/8407/stat : 8407 (picosat) R 8406 8383 6618 0 -1 4194304 1495 0 0 0 51 61 0 0 25 0 1 0 1983442271 7258112 1466 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/8407/statm: 1772 1466 42 102 0 1667 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 26044

[startup+8.30133 s]
/proc/loadavg: 2.14 2.07 2.01 3/84 8407
/proc/meminfo: memFree=1839648/2055920 swapFree=4180096/4192956
[pid=8383] ppid=8381 vsize=13600 CPUtime=7.88
/proc/8383/stat : 8383 (sugar) S 8381 8383 6618 0 -1 4194304 1090 38458 0 2 3 1 696 88 16 0 1 0 1983441595 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8383/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 13600

[startup+8.50128 s]
/proc/loadavg: 2.14 2.07 2.01 3/84 8407
/proc/meminfo: memFree=1839648/2055920 swapFree=4180096/4192956
[pid=8383] ppid=8381 vsize=13600 CPUtime=7.9
/proc/8383/stat : 8383 (sugar) S 8381 8383 6618 0 -1 4194304 1091 38458 0 2 4 2 696 88 15 0 1 0 1983441595 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8383/statm: 3400 800 370 3 0 500 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 8.56546
CPU time (s): 8.33673
CPU user time (s): 7.37388
CPU system time (s): 0.962853
CPU usage (%): 97.3296
Max. virtual memory (cumulated for all children) (KiB): 887876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.37388
system time used= 0.962853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43739
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= 9646
involuntary context switches= 9758

runsolver used 0.019996 second user time and 0.050992 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-03 02:24:30
IDJOB=1049328
IDBENCH=54671
IDSOLVER=345
FILE ID=node16/1049328-1215044670
PBS_JOBID= 7875141
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/ppp/normalized-ppp-1-12-16.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-1049328-1215044670/watcher-1049328-1215044670 -o /tmp/evaluation-result-1049328-1215044670/solver-1049328-1215044670 -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-1049328-1215044670.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 96f1337b79f3da95716c335bb7a66475
RANDOM SEED=18429809

node16.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1850776 kB
Buffers:          8652 kB
Cached:         110912 kB
SwapCached:       6440 kB
Active:         124068 kB
Inactive:        29052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850776 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            6468 kB
Writeback:           0 kB
Mapped:          49940 kB
Slab:            37124 kB
Committed_AS:  3389580 kB
PageTables:       1948 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= 66548 MiB
End job on node16 at 2008-07-03 02:24:39