Trace number 1065092

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 102.116 103.292

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-air05.xml
MD5SUM37e5fd3484da66ae9d2e1835399ce3e1
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 benchmark46.035
Satisfiable
(Un)Satisfiability was proved
Number of variables7195
Number of constraints852
Maximum constraint arity404
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension852
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 06:29:10 2008
0.00/0.04	c 0	PID 31675
0.00/0.04	c 0	HOST node79.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1065092-1215145750.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1065092-1215145750.xml' 'HOME/temp.csp'
1.16/1.29	c 1	1 domains, 7195 variables, 442 predicates, 0 relations, 852 constraints
1.25/1.34	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.25/1.34	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'
1.26/1.42	c 1	Parsing HOME/temp.csp
4.10/4.30	c 4	parsed 8490 expressions
4.19/4.30	c 4	Heap : 29 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.19/4.30	c 4	Converting to clausal form CSP
4.19/4.34	c 4	converted 849 (10%) expressions
4.19/4.35	c 4	converted 1698 (20%) expressions
4.19/4.35	c 4	converted 2547 (30%) expressions
4.19/4.35	c 4	converted 3396 (40%) expressions
4.19/4.35	c 4	converted 4245 (50%) expressions
4.19/4.35	c 4	converted 5094 (60%) expressions
4.19/4.35	c 4	converted 5943 (70%) expressions
4.19/4.36	c 4	converted 6792 (80%) expressions
4.30/4.42	c 4	converted 7641 (90%) expressions
12.13/12.32	c 12	converted 8490 (100%) expressions
12.13/12.34	c 12	CSP : 109657 integers, 0 booleans, 205776 clauses, largest domain size 203
12.13/12.34	c 12	Heap : 143 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.13/12.34	c 12	Propagation in CSP
14.52/14.70	c 15	278618 values, 0 unsatisfiable literals, and 0 valid clauses are removed
14.52/14.71	c 15	CSP : 109657 integers, 0 booleans, 205776 clauses, largest domain size 203
14.52/14.71	c 15	Heap : 148 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.52/14.77	c 15	Simplifing CSP by introducing new Boolean variables
14.61/14.84	c 15	CSP : 109657 integers, 0 booleans, 205776 clauses, largest domain size 203
14.61/14.84	c 15	Heap : 151 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.30/15.60	c 16	Encoding CSP to SAT : HOME/temp.cnf
15.40/15.66	c 16	10966 (10%) CSP integer variables are encoded (6186 clauses, 89598 bytes)
15.50/15.70	c 16	21932 (20%) CSP integer variables are encoded (29796 clauses, 443748 bytes)
15.50/15.74	c 16	32898 (30%) CSP integer variables are encoded (56214 clauses, 840018 bytes)
15.50/15.79	c 16	43863 (40%) CSP integer variables are encoded (83826 clauses, 1293881 bytes)
15.60/15.84	c 16	54829 (50%) CSP integer variables are encoded (113495 clauses, 1798254 bytes)
15.60/15.89	c 16	65795 (60%) CSP integer variables are encoded (143766 clauses, 2312861 bytes)
15.69/15.94	c 16	76760 (70%) CSP integer variables are encoded (176008 clauses, 2860975 bytes)
15.69/15.99	c 16	87726 (80%) CSP integer variables are encoded (209188 clauses, 3425035 bytes)
15.80/16.05	c 16	98692 (90%) CSP integer variables are encoded (242768 clauses, 3995895 bytes)
15.89/16.10	c 16	109657 (100%) CSP integer variables are encoded (278618 clauses, 4605345 bytes)
16.40/16.63	c 17	20578 (10%) CSP clauses are encoded (475685 clauses, 8345509 bytes)
16.99/17.25	c 17	41156 (20%) CSP clauses are encoded (775851 clauses, 14274976 bytes)
17.78/18.01	c 18	61733 (30%) CSP clauses are encoded (1138368 clauses, 21705607 bytes)
18.58/18.89	c 19	82311 (40%) CSP clauses are encoded (1564316 clauses, 31468733 bytes)
19.56/19.90	c 20	102888 (50%) CSP clauses are encoded (2055049 clauses, 42791554 bytes)
20.65/21.19	c 21	123466 (60%) CSP clauses are encoded (2603905 clauses, 55523403 bytes)
21.93/22.44	c 22	144044 (70%) CSP clauses are encoded (3229617 clauses, 70129939 bytes)
23.32/23.83	c 24	164621 (80%) CSP clauses are encoded (3956651 clauses, 87204563 bytes)
24.90/25.43	c 25	185199 (90%) CSP clauses are encoded (4795348 clauses, 106990635 bytes)
26.69/27.28	c 27	205776 (100%) CSP clauses are encoded (5791149 clauses, 130609928 bytes)
26.69/27.28	c 27	205776 CSP clauses encoded
26.69/27.28	c 27	Writing map file : HOME/temp.map
26.78/27.36	c 27	Heap : 113 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.78/27.36	c 27	SAT : 388275 SAT variables, 5791149 SAT clauses, 130609928 bytes
26.78/27.36	c 27	Heap : 113 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.85/27.42	c 27	SOLVING HOME/temp.cnf
26.85/27.42	c 27	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
101.11/102.36	c 102	DECODING HOME/temp.out WITH HOME/temp.map
101.11/102.36	c 102	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
101.19/102.45	c 102	Decoding HOME/temp.out
101.19/103.00	s SATISFIABLE
101.21/103.18	v 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 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0
101.21/103.18	c 103	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
101.24/103.21	c 103	CPU 75.21 (0.05 0.04 75.16 26.75)
101.24/103.21	c 103	END Fri Jul  4 06:30:53 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-1065092-1215145750/watcher-1065092-1215145750 -o /tmp/evaluation-result-1065092-1215145750/solver-1065092-1215145750 -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-1065092-1215145750.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.92 1.98 2.01 3/73 31675
/proc/meminfo: memFree=1747512/2055920 swapFree=4180580/4192956
[pid=31675] ppid=31673 vsize=12272 CPUtime=0
/proc/31675/stat : 31675 (sugar) R 31673 31675 28647 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 637505402 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 234046061157 0 0 4224 0 0 0 0 17 1 0 0
/proc/31675/statm: 3068 327 246 3 0 168 0

[startup+0.101472 s]
/proc/loadavg: 1.92 1.98 2.01 3/73 31675
/proc/meminfo: memFree=1747512/2055920 swapFree=4180580/4192956
[pid=31675] ppid=31673 vsize=13600 CPUtime=0.03
/proc/31675/stat : 31675 (sugar) S 31673 31675 28647 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 637505402 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31675/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202478 s]
/proc/loadavg: 1.92 1.98 2.01 3/73 31675
/proc/meminfo: memFree=1747512/2055920 swapFree=4180580/4192956
[pid=31675] ppid=31673 vsize=13600 CPUtime=0.03
/proc/31675/stat : 31675 (sugar) S 31673 31675 28647 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 637505402 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31675/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301494 s]
/proc/loadavg: 1.92 1.98 2.01 3/73 31675
/proc/meminfo: memFree=1747512/2055920 swapFree=4180580/4192956
[pid=31675] ppid=31673 vsize=13600 CPUtime=0.03
/proc/31675/stat : 31675 (sugar) S 31673 31675 28647 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 637505402 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31675/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701535 s]
/proc/loadavg: 1.92 1.98 2.01 3/73 31675
/proc/meminfo: memFree=1747512/2055920 swapFree=4180580/4192956
[pid=31675] ppid=31673 vsize=13600 CPUtime=0.03
/proc/31675/stat : 31675 (sugar) S 31673 31675 28647 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 637505402 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31675/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50262 s]
/proc/loadavg: 1.92 1.98 2.01 3/84 31687
/proc/meminfo: memFree=1724448/2055920 swapFree=4180580/4192956
[pid=31675] ppid=31673 vsize=13600 CPUtime=1.26
/proc/31675/stat : 31675 (sugar) S 31673 31675 28647 0 -1 4194304 973 8716 0 1 2 1 115 8 16 0 1 0 637505402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31675/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 13600

[startup+3.10178 s]
/proc/loadavg: 1.92 1.98 2.01 3/84 31697
/proc/meminfo: memFree=1730840/2055920 swapFree=4180580/4192956
[pid=31675] ppid=31673 vsize=13600 CPUtime=1.26
/proc/31675/stat : 31675 (sugar) S 31673 31675 28647 0 -1 4194304 973 8716 0 1 2 1 115 8 16 0 1 0 637505402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31675/statm: 3400 797 370 3 0 500 0
[pid=31688] ppid=31675 vsize=5356 CPUtime=0
/proc/31688/stat : 31688 (sh) S 31675 31675 28647 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637505537 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31688/statm: 1339 233 193 169 0 50 0
[pid=31689] ppid=31688 vsize=864100 CPUtime=1.74
/proc/31689/stat : 31689 (java) S 31688 31675 28647 0 -1 0 8549 0 1 0 167 7 0 0 19 0 9 0 637505538 884838400 7551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31689/statm: 216025 7551 2532 9 0 210607 0
[pid=31689/tid=31690] ppid=31688 vsize=864100 CPUtime=1.22
/proc/31689/task/31690/stat : 31690 (java) R 31688 31675 28647 0 -1 64 2809 0 1 0 119 3 0 0 25 0 9 0 637505538 884838400 7551 996147200 134512640 134550740 4294955952 18446744073709551615 4126476583 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31689/tid=31691] ppid=31688 vsize=864100 CPUtime=0.43
/proc/31689/task/31691/stat : 31691 (java) S 31688 31675 28647 0 -1 64 4706 0 0 0 40 3 0 0 16 0 9 0 637505539 884838400 7551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31689/tid=31692] ppid=31688 vsize=864100 CPUtime=0
/proc/31689/task/31692/stat : 31692 (java) S 31688 31675 28647 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 637505540 884838400 7551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31689/tid=31693] ppid=31688 vsize=864100 CPUtime=0
/proc/31689/task/31693/stat : 31693 (java) S 31688 31675 28647 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 637505540 884838400 7551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31689/tid=31694] ppid=31688 vsize=864100 CPUtime=0
/proc/31689/task/31694/stat : 31694 (java) S 31688 31675 28647 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 637505541 884838400 7551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31689/tid=31695] ppid=31688 vsize=864100 CPUtime=0.07
/proc/31689/task/31695/stat : 31695 (java) S 31688 31675 28647 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 637505541 884838400 7551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31689/tid=31696] ppid=31688 vsize=864100 CPUtime=0
/proc/31689/task/31696/stat : 31696 (java) S 31688 31675 28647 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 637505542 884838400 7551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31689/tid=31697] ppid=31688 vsize=864100 CPUtime=0
/proc/31689/task/31697/stat : 31697 (java) S 31688 31675 28647 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637505542 884838400 7551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883056

[startup+6.30213 s]
/proc/loadavg: 1.93 1.98 2.01 3/84 31697
/proc/meminfo: memFree=1684504/2055920 swapFree=4180580/4192956
[pid=31675] ppid=31673 vsize=13600 CPUtime=1.26
/proc/31675/stat : 31675 (sugar) S 31673 31675 28647 0 -1 4194304 974 8716 0 1 2 1 115 8 15 0 1 0 637505402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31675/statm: 3400 797 370 3 0 500 0
[pid=31688] ppid=31675 vsize=5356 CPUtime=0
/proc/31688/stat : 31688 (sh) S 31675 31675 28647 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637505537 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31688/statm: 1339 233 193 169 0 50 0
[pid=31689] ppid=31688 vsize=879212 CPUtime=4.93
/proc/31689/stat : 31689 (java) S 31688 31675 28647 0 -1 0 26417 0 1 0 475 18 0 0 19 0 9 0 637505538 900313088 22591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31689/statm: 219803 22591 2541 9 0 214378 0
[pid=31689/tid=31690] ppid=31688 vsize=879212 CPUtime=3.21
/proc/31689/task/31690/stat : 31690 (java) R 31688 31675 28647 0 -1 64 3501 0 1 0 317 4 0 0 19 0 9 0 637505538 900313088 22591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31689/tid=31691] ppid=31688 vsize=879212 CPUtime=1.5
/proc/31689/task/31691/stat : 31691 (java) R 31688 31675 28647 0 -1 64 20740 0 0 0 138 12 0 0 16 0 9 0 637505539 900313088 22591 996147200 134512640 134550740 4294955952 18446744073709551615 103736204 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31689/tid=31692] ppid=31688 vsize=879212 CPUtime=0
/proc/31689/task/31692/stat : 31692 (java) S 31688 31675 28647 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 637505540 900313088 22591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31689/tid=31693] ppid=31688 vsize=879212 CPUtime=0
/proc/31689/task/31693/stat : 31693 (java) S 31688 31675 28647 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 637505540 900313088 22591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31689/tid=31694] ppid=31688 vsize=879212 CPUtime=0
/proc/31689/task/31694/stat : 31694 (java) S 31688 31675 28647 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 637505541 900313088 22591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31689/tid=31695] ppid=31688 vsize=879212 CPUtime=0.19
/proc/31689/task/31695/stat : 31695 (java) S 31688 31675 28647 0 -1 64 1479 0 0 0 19 0 0 0 16 0 9 0 637505541 900313088 22591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31689/tid=31696] ppid=31688 vsize=879212 CPUtime=0
/proc/31689/task/31696/stat : 31696 (java) S 31688 31675 28647 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 637505542 900313088 22591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31689/tid=31697] ppid=31688 vsize=879212 CPUtime=0
/proc/31689/task/31697/stat : 31697 (java) S 31688 31675 28647 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637505542 900313088 22591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 898168

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 2.01 4/84 31697
/proc/meminfo: memFree=1588632/2055920 swapFree=4180580/4192956
[pid=31675] ppid=31673 vsize=13600 CPUtime=1.26
/proc/31675/stat : 31675 (sugar) S 31673 31675 28647 0 -1 4194304 974 8716 0 1 2 1 115 8 16 0 1 0 637505402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31675/statm: 3400 797 370 3 0 500 0
[pid=31688] ppid=31675 vsize=5356 CPUtime=0
/proc/31688/stat : 31688 (sh) S 31675 31675 28647 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637505537 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31688/statm: 1339 233 193 169 0 50 0
[pid=31689] ppid=31688 vsize=868460 CPUtime=11.27
/proc/31689/stat : 31689 (java) S 31688 31675 28647 0 -1 0 53007 0 1 0 1096 31 0 0 19 0 9 0 637505538 889303040 42568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31689/statm: 217115 42568 2541 9 0 211690 0
[pid=31689/tid=31690] ppid=31688 vsize=868460 CPUtime=7.32
/proc/31689/task/31690/stat : 31690 (java) R 31688 31675 28647 0 -1 64 4591 0 1 0 727 5 0 0 25 0 9 0 637505538 889303040 42568 996147200 134512640 134550740 4294955952 18446744073709551615 4126977832 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31689/tid=31691] ppid=31688 vsize=868460 CPUtime=3.72
/proc/31689/task/31691/stat : 31691 (java) S 31688 31675 28647 0 -1 64 46231 0 0 0 348 24 0 0 16 0 9 0 637505539 889303040 42568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31689/tid=31692] ppid=31688 vsize=868460 CPUtime=0
/proc/31689/task/31692/stat : 31692 (java) S 31688 31675 28647 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 637505540 889303040 42568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31689/tid=31693] ppid=31688 vsize=868460 CPUtime=0
/proc/31689/task/31693/stat : 31693 (java) S 31688 31675 28647 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 637505540 889303040 42568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31689/tid=31694] ppid=31688 vsize=868460 CPUtime=0
/proc/31689/task/31694/stat : 31694 (java) S 31688 31675 28647 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 637505541 889303040 42568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31689/tid=31695] ppid=31688 vsize=868460 CPUtime=0.2
/proc/31689/task/31695/stat : 31695 (java) S 31688 31675 28647 0 -1 64 1488 0 0 0 20 0 0 0 16 0 9 0 637505541 889303040 42568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31689/tid=31696] ppid=31688 vsize=868460 CPUtime=0
/proc/31689/task/31696/stat : 31696 (java) S 31688 31675 28647 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 637505542 889303040 42568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31689/tid=31697] ppid=31688 vsize=868460 CPUtime=0
/proc/31689/task/31697/stat : 31697 (java) R 31688 31675 28647 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637505542 889303040 42568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887416

[startup+25.5021 s]
/proc/loadavg: 2.18 2.03 2.03 3/84 31697
/proc/meminfo: memFree=1473496/2055920 swapFree=4180580/4192956
[pid=31675] ppid=31673 vsize=13600 CPUtime=1.27
/proc/31675/stat : 31675 (sugar) S 31673 31675 28647 0 -1 4194304 974 8716 0 1 3 1 115 8 16 0 1 0 637505402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31675/statm: 3400 797 370 3 0 500 0
[pid=31688] ppid=31675 vsize=5356 CPUtime=0
/proc/31688/stat : 31688 (sh) S 31675 31675 28647 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637505537 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31688/statm: 1339 233 193 169 0 50 0
[pid=31689] ppid=31688 vsize=868572 CPUtime=23.73
/proc/31689/stat : 31689 (java) S 31688 31675 28647 0 -1 0 54592 0 1 0 2283 90 0 0 19 0 9 0 637505538 889417728 42875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31689/statm: 217143 42875 2565 9 0 211690 0
[pid=31689/tid=31690] ppid=31688 vsize=868572 CPUtime=18.64
/proc/31689/task/31690/stat : 31690 (java) R 31688 31675 28647 0 -1 64 4908 0 1 0 1803 61 0 0 25 0 9 0 637505538 889417728 42875 996147200 134512640 134550740 4294955952 18446744073709551615 102064644 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31689/tid=31691] ppid=31688 vsize=868572 CPUtime=4.8
/proc/31689/task/31691/stat : 31691 (java) S 31688 31675 28647 0 -1 64 47465 0 0 0 454 26 0 0 16 0 9 0 637505539 889417728 42875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31689/tid=31692] ppid=31688 vsize=868572 CPUtime=0
/proc/31689/task/31692/stat : 31692 (java) S 31688 31675 28647 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 637505540 889417728 42875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31689/tid=31693] ppid=31688 vsize=868572 CPUtime=0
/proc/31689/task/31693/stat : 31693 (java) S 31688 31675 28647 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 637505540 889417728 42875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31689/tid=31694] ppid=31688 vsize=868572 CPUtime=0
/proc/31689/task/31694/stat : 31694 (java) S 31688 31675 28647 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 637505541 889417728 42875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31689/tid=31695] ppid=31688 vsize=868572 CPUtime=0.26
/proc/31689/task/31695/stat : 31695 (java) S 31688 31675 28647 0 -1 64 1522 0 0 0 25 1 0 0 16 0 9 0 637505541 889417728 42875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31689/tid=31696] ppid=31688 vsize=868572 CPUtime=0
/proc/31689/task/31696/stat : 31696 (java) S 31688 31675 28647 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 637505542 889417728 42875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31689/tid=31697] ppid=31688 vsize=868572 CPUtime=0
/proc/31689/task/31697/stat : 31697 (java) S 31688 31675 28647 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637505542 889417728 42875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 887528

[startup+51.1018 s]
/proc/loadavg: 2.46 2.11 2.05 3/76 31699
/proc/meminfo: memFree=1500192/2055920 swapFree=4180580/4192956
[pid=31675] ppid=31673 vsize=13600 CPUtime=26.88
/proc/31675/stat : 31675 (sugar) S 31673 31675 28647 0 -1 4194304 1022 63671 0 2 3 1 2569 115 16 0 1 0 637505402 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31675/statm: 3400 799 370 3 0 500 0
[pid=31698] ppid=31675 vsize=5356 CPUtime=0
/proc/31698/stat : 31698 (sh) S 31675 31675 28647 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637508145 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31698/statm: 1339 232 193 169 0 50 0
[pid=31699] ppid=31698 vsize=129868 CPUtime=23.45
/proc/31699/stat : 31699 (picosat) R 31698 31675 28647 0 -1 4194304 28343 0 0 0 1077 1268 0 0 25 0 1 0 637508145 132984832 28329 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/31699/statm: 32467 28329 40 102 0 32362 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 148824

[startup+102.302 s]
/proc/loadavg: 2.25 2.11 2.05 3/76 31699
/proc/meminfo: memFree=1417824/2055920 swapFree=4180580/4192956
[pid=31675] ppid=31673 vsize=13600 CPUtime=26.88
/proc/31675/stat : 31675 (sugar) S 31673 31675 28647 0 -1 4194304 1022 63671 0 2 3 1 2569 115 16 0 1 0 637505402 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31675/statm: 3400 799 370 3 0 500 0
[pid=31698] ppid=31675 vsize=5356 CPUtime=0
/proc/31698/stat : 31698 (sh) S 31675 31675 28647 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637508145 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31698/statm: 1339 232 193 169 0 50 0
[pid=31699] ppid=31698 vsize=204596 CPUtime=74.23
/proc/31699/stat : 31699 (picosat) R 31698 31675 28647 0 -1 4194304 52018 0 0 0 4874 2549 0 0 25 0 1 0 637508145 209506304 47413 996147200 134512640 134931368 4294956256 18446744073709551615 134581963 0 0 4096 0 0 0 0 17 0 0 0
/proc/31699/statm: 51149 47413 52 102 0 51044 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 223552

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

[startup+102.406 s]
/proc/loadavg: 2.25 2.11 2.05 3/76 31699
/proc/meminfo: memFree=1417824/2055920 swapFree=4180580/4192956
[pid=31675] ppid=31673 vsize=13600 CPUtime=101.19
/proc/31675/stat : 31675 (sugar) S 31673 31675 28647 0 -1 4194304 1073 115975 0 2 3 1 7447 2668 16 0 1 0 637505402 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31675/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 13600

[startup+102.801 s]
/proc/loadavg: 2.25 2.11 2.05 3/76 31699
/proc/meminfo: memFree=1417824/2055920 swapFree=4180580/4192956
[pid=31675] ppid=31673 vsize=13600 CPUtime=101.19
/proc/31675/stat : 31675 (sugar) S 31673 31675 28647 0 -1 4194304 1091 115975 0 2 3 1 7447 2668 15 0 1 0 637505402 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31675/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 13600

[startup+103.202 s]
/proc/loadavg: 2.25 2.11 2.05 3/76 31699
/proc/meminfo: memFree=1417824/2055920 swapFree=4180580/4192956
[pid=31675] ppid=31673 vsize=13600 CPUtime=101.24
/proc/31675/stat : 31675 (sugar) S 31673 31675 28647 0 -1 4194304 1099 115975 0 2 5 4 7447 2668 15 0 1 0 637505402 13926400 806 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31675/statm: 3400 806 370 3 0 500 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 103.292
CPU time (s): 102.116
CPU user time (s): 75.2276
CPU system time (s): 26.8889
CPU usage (%): 98.8618
Max. virtual memory (cumulated for all children) (KiB): 898168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.2276
system time used= 26.8889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121508
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= 17265
involuntary context switches= 19189

runsolver used 0.121981 second user time and 0.298954 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-04 06:29:10
IDJOB=1065092
IDBENCH=55035
IDSOLVER=345
FILE ID=node79/1065092-1215145750
PBS_JOBID= 7877244
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-air05.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-1065092-1215145750/watcher-1065092-1215145750 -o /tmp/evaluation-result-1065092-1215145750/solver-1065092-1215145750 -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-1065092-1215145750.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 37e5fd3484da66ae9d2e1835399ce3e1
RANDOM SEED=841699316

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1747992 kB
Buffers:         30768 kB
Cached:         149828 kB
SwapCached:       6948 kB
Active:         184548 kB
Inactive:        70704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747992 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            4672 kB
Writeback:           0 kB
Mapped:          82260 kB
Slab:            37920 kB
Committed_AS:  1097056 kB
PageTables:       1944 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= 66544 MiB
End job on node79 at 2008-07-04 06:30:53