Trace number 2067572

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 1212.19 1218.31

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-1-9-16-19.xml
MD5SUM08e198d63dcbb86350d4244b7817639a
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 benchmark1212.19
Satisfiable
(Un)Satisfiability was proved
Number of variables4626
Number of constraints30921
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension30921
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 22:43:29 2009
0.00/0.08	c 0	PID 17110
0.06/0.08	c 0	HOST node15.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2067572-1247345009.xml TO HOME/temp.csp
0.06/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-2067572-1247345009.xml' 'HOME/temp.csp'
2.16/2.27	c 3	1 domains, 4626 variables, 11 predicates, 0 relations, 30921 constraints
2.16/2.29	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.16/2.29	c 3	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'
2.24/2.37	c 3	Parsing HOME/temp.csp
2.24/2.53	c 3	parsed 10000 expressions
2.24/2.69	c 3	parsed 20000 expressions
2.24/2.85	c 3	parsed 30000 expressions
2.24/3.01	c 3	parsed 35559 expressions
2.24/3.02	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.24/3.02	c 3	Converting to clausal form CSP
2.24/3.07	c 3	converted 3556 (10%) expressions
3.22/3.37	c 4	converted 7112 (20%) expressions
3.31/3.49	c 4	converted 10668 (30%) expressions
3.51/3.60	c 4	converted 14224 (40%) expressions
3.61/3.71	c 4	converted 17780 (50%) expressions
3.71/3.81	c 4	converted 21336 (60%) expressions
3.92/4.07	c 4	converted 24892 (70%) expressions
4.02/4.18	c 5	converted 28448 (80%) expressions
4.12/4.28	c 5	converted 32004 (90%) expressions
4.51/4.64	c 5	converted 35559 (100%) expressions
4.51/4.64	c 5	CSP : 5760 integers, 0 booleans, 33189 clauses, largest domain size 11
4.51/4.64	c 5	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.51/4.64	c 5	Propagation in CSP
4.71/4.81	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.71/4.82	c 5	CSP : 5760 integers, 0 booleans, 33189 clauses, largest domain size 11
4.71/4.82	c 5	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.71/4.83	c 5	Simplifing CSP by introducing new Boolean variables
4.71/4.85	c 5	CSP : 5760 integers, 0 booleans, 33189 clauses, largest domain size 11
4.71/4.85	c 5	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.81/4.97	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.81/4.99	c 5	576 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.81/4.99	c 5	1152 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.81/5.00	c 5	1728 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.91/5.00	c 5	2304 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.91/5.00	c 5	2880 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.91/5.00	c 5	3456 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.91/5.00	c 5	4032 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.91/5.00	c 5	4608 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.91/5.01	c 5	5184 (90%) CSP integer variables are encoded (930 clauses, 12154 bytes)
4.91/5.01	c 5	5760 (100%) CSP integer variables are encoded (2940 clauses, 38284 bytes)
4.91/5.09	c 5	3319 (10%) CSP clauses are encoded (6259 clauses, 88472 bytes)
5.01/5.12	c 5	6638 (20%) CSP clauses are encoded (9578 clauses, 141576 bytes)
5.01/5.15	c 5	9957 (30%) CSP clauses are encoded (12897 clauses, 194680 bytes)
5.01/5.18	c 6	13276 (40%) CSP clauses are encoded (16216 clauses, 247808 bytes)
5.10/5.22	c 6	16595 (50%) CSP clauses are encoded (19535 clauses, 307210 bytes)
5.10/5.25	c 6	19914 (60%) CSP clauses are encoded (22854 clauses, 366952 bytes)
5.10/5.28	c 6	23233 (70%) CSP clauses are encoded (26173 clauses, 426694 bytes)
5.21/5.31	c 6	26552 (80%) CSP clauses are encoded (29492 clauses, 486436 bytes)
5.21/5.35	c 6	29871 (90%) CSP clauses are encoded (34869 clauses, 565042 bytes)
8.38/8.55	c 9	33189 (100%) CSP clauses are encoded (119073 clauses, 2393095 bytes)
8.43/8.66	c 9	33189 CSP clauses encoded
8.43/8.66	c 9	Writing map file : HOME/temp.map
8.43/8.68	c 9	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.43/8.68	c 9	SAT : 8700 SAT variables, 119073 SAT clauses, 2393095 bytes
8.43/8.68	c 9	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.46/8.72	c 9	SOLVING HOME/temp.cnf
8.46/8.72	c 9	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1211.71/1217.82	c 1218	DECODING HOME/temp.out WITH HOME/temp.map
1211.71/1217.82	c 1218	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'
1211.73/1217.91	c 1218	Decoding HOME/temp.out
1211.73/1218.11	s SATISFIABLE
1211.75/1218.24	v 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 1 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 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 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 1 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 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 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 1 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 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 1 1 0 1 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 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 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 1 0 0 0 0 0 0 0 0 0 1 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 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 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 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 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 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 1 0 1 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 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 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 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 1 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 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 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 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 1 1 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 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 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 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 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 1 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 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 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 1 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 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 1 0 1 0 0 0 0 0 1 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 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 1 0 0 0 0 0 0 1 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 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 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 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 1 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 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 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 0 1 0 0 0 0 0 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 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 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 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 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 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 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 1 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 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 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 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 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 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 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 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 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 1 0 0 0 1 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 0 0 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 1 0 0 0 0 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 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 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 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 0 1 0 0 0 0 0 1 0 0 0 0 1 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 0 0 0 1 0 0 1 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 0 0 0 1 0 0 0 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 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 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 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 0 0 1 0 0 0 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 0 0 0 1 0 0 0 1 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 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 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 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 1 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 1 0 0 0 0 0 0 0 0 0 0 1 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 0 0 1 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 1 0 0 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 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 1 0 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 0 0 0 1 0 1 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 0 0 1 0 0 1 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 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 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 0 0 0 0 0 1 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 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 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 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 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 1 0 0 0 1 0 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 1 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 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 1 0 0 0 1 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 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 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 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 1 0 0 0 0 0 1 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 0 0 0 0 0 1 0 0 1 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 0 0 0 1 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 1 0 0 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 0 1 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 1 0 0 0 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 1 0 0 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 1 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 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 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 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 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 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 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 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 0 0 0 0 1 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 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 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 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 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 1 0 0 0 0 1 0 0 0 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 1 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 0 0 1 0 0 1 0 0 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 0 0 1 0 0 0 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 1 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 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 1 0 0 0 0 1 0 0 0 1 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 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 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 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 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0
1211.75/1218.25	c 1219	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1211.77/1218.30	c 1219	CPU 1212.16 (0.07 0.04 1210.93 1.12)
1211.77/1218.30	c 1219	END Sat Jul 11 23:03:48 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-2067572-1247345009/watcher-2067572-1247345009 -o /tmp/evaluation-result-2067572-1247345009/solver-2067572-1247345009 -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-2067572-1247345009.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: 2.04 2.11 2.04 4/73 17110
/proc/meminfo: memFree=1825680/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=12268 CPUtime=0
/proc/17110/stat : 17110 (sugar) R 17108 17110 15940 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21567781 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240472783461 0 0 4224 0 0 0 0 17 1 0 0
/proc/17110/statm: 3067 316 241 3 0 167 0

[startup+0.081187 s]
/proc/loadavg: 2.04 2.11 2.04 4/73 17110
/proc/meminfo: memFree=1825680/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16740 CPUtime=0.06
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21567781 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101879 s]
/proc/loadavg: 2.04 2.11 2.04 4/73 17110
/proc/meminfo: memFree=1825680/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=0.07
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21567781 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302843 s]
/proc/loadavg: 2.04 2.11 2.04 4/73 17110
/proc/meminfo: memFree=1825680/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=0.07
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21567781 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702883 s]
/proc/loadavg: 2.04 2.11 2.04 4/73 17110
/proc/meminfo: memFree=1825680/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=0.07
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21567781 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50295 s]
/proc/loadavg: 2.04 2.11 2.04 3/84 17122
/proc/meminfo: memFree=1795704/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=0.07
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21567781 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1111 409 3 0 796 0
[pid=17113] ppid=17110 vsize=5356 CPUtime=0
/proc/17113/stat : 17113 (sh) S 17110 17110 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21567789 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17113/statm: 1339 233 193 169 0 50 0
[pid=17114] ppid=17113 vsize=864760 CPUtime=1.39
/proc/17114/stat : 17114 (java) S 17113 17110 15940 0 -1 0 16289 0 1 0 131 8 0 0 18 0 9 0 21567789 885514240 13816 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17114/statm: 216190 13816 2556 9 0 210702 0
[pid=17114/tid=17115] ppid=17113 vsize=864760 CPUtime=0.79
/proc/17114/task/17115/stat : 17115 (java) R 17113 17110 15940 0 -1 64 3102 0 1 0 77 2 0 0 24 0 9 0 21567790 885514240 13816 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17114/tid=17116] ppid=17113 vsize=864760 CPUtime=0.46
/proc/17114/task/17116/stat : 17116 (java) R 17113 17110 15940 0 -1 64 11966 0 0 0 42 4 0 0 16 0 9 0 21567792 885514240 13816 996147200 134512640 134550932 4294955984 18446744073709551615 102571949 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17114/tid=17117] ppid=17113 vsize=864760 CPUtime=0
/proc/17114/task/17117/stat : 17117 (java) S 17113 17110 15940 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21567792 885514240 13816 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17114/tid=17118] ppid=17113 vsize=864760 CPUtime=0
/proc/17114/task/17118/stat : 17118 (java) S 17113 17110 15940 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21567792 885514240 13816 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17114/tid=17119] ppid=17113 vsize=864760 CPUtime=0
/proc/17114/task/17119/stat : 17119 (java) S 17113 17110 15940 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21567794 885514240 13816 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17114/tid=17120] ppid=17113 vsize=864760 CPUtime=0.11
/proc/17114/task/17120/stat : 17120 (java) S 17113 17110 15940 0 -1 64 516 0 0 0 11 0 0 0 16 0 9 0 21567794 885514240 13816 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17114/tid=17121] ppid=17113 vsize=864760 CPUtime=0
/proc/17114/task/17121/stat : 17121 (java) S 17113 17110 15940 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21567794 885514240 13816 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17114/tid=17122] ppid=17113 vsize=864760 CPUtime=0
/proc/17114/task/17122/stat : 17122 (java) S 17113 17110 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21567794 885514240 13816 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886984

[startup+3.1011 s]
/proc/loadavg: 2.04 2.11 2.04 3/84 17122
/proc/meminfo: memFree=1768568/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=2.24
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1309 19769 0 1 5 2 206 11 16 0 1 0 21567781 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30238 s]
/proc/loadavg: 2.04 2.11 2.04 3/84 17132
/proc/meminfo: memFree=1776760/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=2.24
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1310 19769 0 1 5 2 206 11 15 0 1 0 21567781 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1111 409 3 0 796 0
[pid=17123] ppid=17110 vsize=5356 CPUtime=0
/proc/17123/stat : 17123 (sh) S 17110 17110 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21568010 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17123/statm: 1339 233 193 169 0 50 0
[pid=17124] ppid=17123 vsize=868748 CPUtime=3.96
/proc/17124/stat : 17124 (java) S 17123 17110 15940 0 -1 0 14926 0 1 0 386 10 0 0 18 0 9 0 21568011 889597952 13301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17124/statm: 217187 13301 2590 9 0 211664 0
[pid=17124/tid=17125] ppid=17123 vsize=868748 CPUtime=2.92
/proc/17124/task/17125/stat : 17125 (java) R 17123 17110 15940 0 -1 64 3030 0 1 0 289 3 0 0 25 0 9 0 21568012 889597952 13301 996147200 134512640 134550932 4294955936 18446744073709551615 4126561008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17124/tid=17126] ppid=17123 vsize=868748 CPUtime=0.77
/proc/17124/task/17126/stat : 17126 (java) S 17123 17110 15940 0 -1 64 9662 0 0 0 72 5 0 0 16 0 9 0 21568013 889597952 13301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17124/tid=17127] ppid=17123 vsize=868748 CPUtime=0
/proc/17124/task/17127/stat : 17127 (java) S 17123 17110 15940 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21568013 889597952 13301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17124/tid=17128] ppid=17123 vsize=868748 CPUtime=0
/proc/17124/task/17128/stat : 17128 (java) S 17123 17110 15940 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21568013 889597952 13301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17124/tid=17129] ppid=17123 vsize=868748 CPUtime=0
/proc/17124/task/17129/stat : 17129 (java) S 17123 17110 15940 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21568015 889597952 13301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17124/tid=17130] ppid=17123 vsize=868748 CPUtime=0.23
/proc/17124/task/17130/stat : 17130 (java) S 17123 17110 15940 0 -1 64 1532 0 0 0 23 0 0 0 15 0 9 0 21568015 889597952 13301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17124/tid=17131] ppid=17123 vsize=868748 CPUtime=0
/proc/17124/task/17131/stat : 17131 (java) S 17123 17110 15940 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21568015 889597952 13301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17124/tid=17132] ppid=17123 vsize=868748 CPUtime=0
/proc/17124/task/17132/stat : 17132 (java) S 17123 17110 15940 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21568015 889597952 13301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890972

[startup+12.7019 s]
/proc/loadavg: 2.03 2.10 2.04 3/76 17134
/proc/meminfo: memFree=1809272/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=8.48
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1365 35042 0 2 5 2 817 24 16 0 1 0 21567781 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1113 409 3 0 796 0
[pid=17133] ppid=17110 vsize=5356 CPUtime=0
/proc/17133/stat : 17133 (sh) S 17110 17110 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21568653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17133/statm: 1339 232 193 169 0 50 0
[pid=17134] ppid=17133 vsize=10620 CPUtime=3.96
/proc/17134/stat : 17134 (picosat) R 17133 17110 15940 0 -1 4194304 2472 0 0 0 329 67 0 0 25 0 1 0 21568653 10874880 2453 996147200 134512640 134931368 4294956256 18446744073709551615 134597654 0 0 4096 0 0 0 0 17 1 0 0
/proc/17134/statm: 2655 2453 48 102 0 2550 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 32844

[startup+25.5021 s]
/proc/loadavg: 2.03 2.10 2.04 3/76 17134
/proc/meminfo: memFree=1805688/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=8.48
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1365 35042 0 2 5 2 817 24 16 0 1 0 21567781 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1113 409 3 0 796 0
[pid=17133] ppid=17110 vsize=5356 CPUtime=0
/proc/17133/stat : 17133 (sh) S 17110 17110 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21568653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17133/statm: 1339 232 193 169 0 50 0
[pid=17134] ppid=17133 vsize=13368 CPUtime=16.69
/proc/17134/stat : 17134 (picosat) R 17133 17110 15940 0 -1 4194304 3182 0 0 0 1602 67 0 0 25 0 1 0 21568653 13688832 3163 996147200 134512640 134931368 4294956256 18446744073709551615 134597652 0 0 4096 0 0 0 0 17 1 0 0
/proc/17134/statm: 3342 3163 48 102 0 3237 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 35592

[startup+51.1023 s]
/proc/loadavg: 2.02 2.09 2.03 3/76 17134
/proc/meminfo: memFree=1801272/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=8.48
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1365 35042 0 2 5 2 817 24 16 0 1 0 21567781 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1113 409 3 0 796 0
[pid=17133] ppid=17110 vsize=5356 CPUtime=0
/proc/17133/stat : 17133 (sh) S 17110 17110 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21568653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17133/statm: 1339 232 193 169 0 50 0
[pid=17134] ppid=17133 vsize=17764 CPUtime=42.16
/proc/17134/stat : 17134 (picosat) R 17133 17110 15940 0 -1 4194304 4454 0 0 0 4149 67 0 0 25 0 1 0 21568653 18190336 4248 996147200 134512640 134931368 4294956256 18446744073709551615 134520506 0 0 4096 0 0 0 0 17 1 0 0
/proc/17134/statm: 4441 4248 48 102 0 4336 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 39988

[startup+102.307 s]
/proc/loadavg: 2.00 2.07 2.03 3/76 17134
/proc/meminfo: memFree=1793208/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=8.48
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1365 35042 0 2 5 2 817 24 16 0 1 0 21567781 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1113 409 3 0 796 0
[pid=17133] ppid=17110 vsize=5356 CPUtime=0
/proc/17133/stat : 17133 (sh) S 17110 17110 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21568653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17133/statm: 1339 232 193 169 0 50 0
[pid=17134] ppid=17133 vsize=26328 CPUtime=93.12
/proc/17134/stat : 17134 (picosat) R 17133 17110 15940 0 -1 4194304 6883 0 0 0 9243 69 0 0 25 0 1 0 21568653 26959872 6271 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/17134/statm: 6582 6271 48 102 0 6477 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 48552

[startup+162.302 s]
/proc/loadavg: 2.00 2.06 2.02 3/76 17134
/proc/meminfo: memFree=1788024/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=8.48
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1365 35042 0 2 5 2 817 24 16 0 1 0 21567781 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1113 409 3 0 796 0
[pid=17133] ppid=17110 vsize=5356 CPUtime=0
/proc/17133/stat : 17133 (sh) S 17110 17110 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21568653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17133/statm: 1339 232 193 169 0 50 0
[pid=17134] ppid=17133 vsize=31468 CPUtime=152.83
/proc/17134/stat : 17134 (picosat) R 17133 17110 15940 0 -1 4194304 8413 0 0 0 15213 70 0 0 25 0 1 0 21568653 32223232 7539 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17134/statm: 7867 7539 48 102 0 7762 0
Current children cumulated CPU time (s) 161.31

################
# More data... #
################


[startup+942.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17137
/proc/meminfo: memFree=1753712/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=8.48
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1365 35042 0 2 5 2 817 24 16 0 1 0 21567781 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1113 409 3 0 796 0
[pid=17133] ppid=17110 vsize=5356 CPUtime=0
/proc/17133/stat : 17133 (sh) S 17110 17110 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21568653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17133/statm: 1339 232 193 169 0 50 0
[pid=17134] ppid=17133 vsize=64632 CPUtime=929.07
/proc/17134/stat : 17134 (picosat) R 17133 17110 15940 0 -1 4194304 18486 0 0 0 92830 77 0 0 25 0 1 0 21568653 66183168 15851 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/17134/statm: 16158 15851 48 102 0 16053 0
Current children cumulated CPU time (s) 937.55
Current children cumulated vsize (KiB) 86856

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17137
/proc/meminfo: memFree=1751856/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=8.48
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1365 35042 0 2 5 2 817 24 16 0 1 0 21567781 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1113 409 3 0 796 0
[pid=17133] ppid=17110 vsize=5356 CPUtime=0
/proc/17133/stat : 17133 (sh) S 17110 17110 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21568653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17133/statm: 1339 232 193 169 0 50 0
[pid=17134] ppid=17133 vsize=66348 CPUtime=988.77
/proc/17134/stat : 17134 (picosat) R 17133 17110 15940 0 -1 4194304 19208 0 0 0 98800 77 0 0 25 0 1 0 21568653 67940352 16285 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/17134/statm: 16587 16285 48 102 0 16482 0
Current children cumulated CPU time (s) 997.25
Current children cumulated vsize (KiB) 88572

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17143
/proc/meminfo: memFree=1753264/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=8.48
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1365 35042 0 2 5 2 817 24 16 0 1 0 21567781 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1113 409 3 0 796 0
[pid=17133] ppid=17110 vsize=5356 CPUtime=0
/proc/17133/stat : 17133 (sh) S 17110 17110 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21568653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17133/statm: 1339 232 193 169 0 50 0
[pid=17134] ppid=17133 vsize=64808 CPUtime=1048.47
/proc/17134/stat : 17134 (picosat) R 17133 17110 15940 0 -1 4194304 19211 0 0 0 104770 77 0 0 25 0 1 0 21568653 66363392 15908 996147200 134512640 134931368 4294956256 18446744073709551615 134529775 0 0 4096 0 0 0 0 17 1 0 0
/proc/17134/statm: 16202 15908 48 102 0 16097 0
Current children cumulated CPU time (s) 1056.95
Current children cumulated vsize (KiB) 87032

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17143
/proc/meminfo: memFree=1751408/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=8.48
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1365 35042 0 2 5 2 817 24 16 0 1 0 21567781 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1113 409 3 0 796 0
[pid=17133] ppid=17110 vsize=5356 CPUtime=0
/proc/17133/stat : 17133 (sh) S 17110 17110 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21568653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17133/statm: 1339 232 193 169 0 50 0
[pid=17134] ppid=17133 vsize=66656 CPUtime=1108.18
/proc/17134/stat : 17134 (picosat) R 17133 17110 15940 0 -1 4194304 19819 0 0 0 110740 78 0 0 25 0 1 0 21568653 68255744 16365 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17134/statm: 16664 16365 48 102 0 16559 0
Current children cumulated CPU time (s) 1116.66
Current children cumulated vsize (KiB) 88880

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 17143
/proc/meminfo: memFree=1740336/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=8.48
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1365 35042 0 2 5 2 817 24 16 0 1 0 21567781 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1113 409 3 0 796 0
[pid=17133] ppid=17110 vsize=5356 CPUtime=0
/proc/17133/stat : 17133 (sh) S 17110 17110 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21568653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17133/statm: 1339 232 193 169 0 50 0
[pid=17134] ppid=17133 vsize=77612 CPUtime=1167.9
/proc/17134/stat : 17134 (picosat) R 17133 17110 15940 0 -1 4194304 22722 0 0 0 116709 81 0 0 25 0 1 0 21568653 79474688 19114 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17134/statm: 19403 19114 48 102 0 19298 0
Current children cumulated CPU time (s) 1176.38
Current children cumulated vsize (KiB) 99836

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

[startup+1203.1 s]
/proc/loadavg: 2.09 2.03 2.00 3/77 17143
/proc/meminfo: memFree=1740464/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=8.48
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1365 35042 0 2 5 2 817 24 16 0 1 0 21567781 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1113 409 3 0 796 0
[pid=17133] ppid=17110 vsize=5356 CPUtime=0
/proc/17133/stat : 17133 (sh) S 17110 17110 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21568653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17133/statm: 1339 232 193 169 0 50 0
[pid=17134] ppid=17133 vsize=77244 CPUtime=1188.6
/proc/17134/stat : 17134 (picosat) R 17133 17110 15940 0 -1 4194304 22727 0 0 0 118779 81 0 0 25 0 1 0 21568653 79097856 19042 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/17134/statm: 19311 19042 48 102 0 19206 0
Current children cumulated CPU time (s) 1197.08
Current children cumulated vsize (KiB) 99468

[startup+1209.5 s]
/proc/loadavg: 2.08 2.03 2.00 3/77 17143
/proc/meminfo: memFree=1740464/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=8.48
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1365 35042 0 2 5 2 817 24 16 0 1 0 21567781 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1113 409 3 0 796 0
[pid=17133] ppid=17110 vsize=5356 CPUtime=0
/proc/17133/stat : 17133 (sh) S 17110 17110 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21568653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17133/statm: 1339 232 193 169 0 50 0
[pid=17134] ppid=17133 vsize=77244 CPUtime=1194.97
/proc/17134/stat : 17134 (picosat) R 17133 17110 15940 0 -1 4194304 22727 0 0 0 119416 81 0 0 25 0 1 0 21568653 79097856 19042 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/17134/statm: 19311 19042 48 102 0 19206 0
Current children cumulated CPU time (s) 1203.45
Current children cumulated vsize (KiB) 99468

[startup+1212.7 s]
/proc/loadavg: 2.08 2.03 2.00 3/77 17143
/proc/meminfo: memFree=1740464/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=8.48
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1365 35042 0 2 5 2 817 24 16 0 1 0 21567781 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1113 409 3 0 796 0
[pid=17133] ppid=17110 vsize=5356 CPUtime=0
/proc/17133/stat : 17133 (sh) S 17110 17110 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21568653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17133/statm: 1339 232 193 169 0 50 0
[pid=17134] ppid=17133 vsize=77244 CPUtime=1198.15
/proc/17134/stat : 17134 (picosat) R 17133 17110 15940 0 -1 4194304 22727 0 0 0 119734 81 0 0 25 0 1 0 21568653 79097856 19042 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/17134/statm: 19311 19042 48 102 0 19206 0
Current children cumulated CPU time (s) 1206.63
Current children cumulated vsize (KiB) 99468

[startup+1215.9 s]
/proc/loadavg: 2.08 2.03 2.00 3/77 17143
/proc/meminfo: memFree=1740464/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=8.48
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1365 35042 0 2 5 2 817 24 16 0 1 0 21567781 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1113 409 3 0 796 0
[pid=17133] ppid=17110 vsize=5356 CPUtime=0
/proc/17133/stat : 17133 (sh) S 17110 17110 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21568653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17133/statm: 1339 232 193 169 0 50 0
[pid=17134] ppid=17133 vsize=77244 CPUtime=1201.34
/proc/17134/stat : 17134 (picosat) R 17133 17110 15940 0 -1 4194304 22727 0 0 0 120053 81 0 0 25 0 1 0 21568653 79097856 19042 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/17134/statm: 19311 19042 48 102 0 19206 0
Current children cumulated CPU time (s) 1209.82
Current children cumulated vsize (KiB) 99468

[startup+1217.5 s]
/proc/loadavg: 2.07 2.03 2.00 3/77 17143
/proc/meminfo: memFree=1740464/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=8.48
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1365 35042 0 2 5 2 817 24 16 0 1 0 21567781 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1113 409 3 0 796 0
[pid=17133] ppid=17110 vsize=5356 CPUtime=0
/proc/17133/stat : 17133 (sh) S 17110 17110 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21568653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17133/statm: 1339 232 193 169 0 50 0
[pid=17134] ppid=17133 vsize=77244 CPUtime=1202.93
/proc/17134/stat : 17134 (picosat) R 17133 17110 15940 0 -1 4194304 22727 0 0 0 120212 81 0 0 25 0 1 0 21568653 79097856 19042 996147200 134512640 134931368 4294956256 18446744073709551615 134529892 0 0 4096 0 0 0 0 17 1 0 0
/proc/17134/statm: 19311 19042 48 102 0 19206 0
Current children cumulated CPU time (s) 1211.41
Current children cumulated vsize (KiB) 99468

[startup+1217.9 s]
/proc/loadavg: 2.07 2.03 2.00 3/77 17143
/proc/meminfo: memFree=1740464/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=1211.73
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1428 58061 0 2 5 2 121059 107 17 0 1 0 21567781 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1211.73
Current children cumulated vsize (KiB) 16868

[startup+1218.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/77 17143
/proc/meminfo: memFree=1740464/2055920 swapFree=4191900/4192956
[pid=17110] ppid=17108 vsize=16868 CPUtime=1211.77
/proc/17110/stat : 17110 (sugar) S 17108 17110 15940 0 -1 4194304 1455 58061 0 2 7 4 121059 107 15 0 1 0 21567781 17272832 1118 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17110/statm: 4217 1118 409 3 0 796 0
Current children cumulated CPU time (s) 1211.77
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1218.31
CPU time (s): 1212.19
CPU user time (s): 1211.01
CPU system time (s): 1.17782
CPU usage (%): 99.4974
Max. virtual memory (cumulated for all children) (KiB): 891364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1211.01
system time used= 1.17782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63783
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= 8951
involuntary context switches= 22490

runsolver used 1.56776 second user time and 3.98839 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-11 22:43:29
IDJOB=2067572
IDBENCH=54673
IDSOLVER=738
FILE ID=node15/2067572-1247345009
PBS_JOBID= 9506770
Free space on /tmp= 66260 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/ppp/normalized-ppp-1-9-16-19.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-2067572-1247345009/watcher-2067572-1247345009 -o /tmp/evaluation-result-2067572-1247345009/solver-2067572-1247345009 -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-2067572-1247345009.xml

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

MD5SUM BENCH= 08e198d63dcbb86350d4244b7817639a
RANDOM SEED=1685329262

node15.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.220
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.220
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:       1826160 kB
Buffers:         15520 kB
Cached:          99076 kB
SwapCached:        392 kB
Active:         148920 kB
Inactive:        30600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826160 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           14924 kB
Writeback:           0 kB
Mapped:          74972 kB
Slab:            35492 kB
Committed_AS:   281052 kB
PageTables:       1992 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= 66256 MiB
End job on node15 at 2009-07-11 23:03:48