Trace number 2072313

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 12.1791 12.3914

General information on the benchmark

Namecsp/pseudoGLB/
normalized-ppp:1-3-13-19.xml
MD5SUM52ae52fd5cf4981f3afc3e55b0d5d89a
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.00724
Satisfiable
(Un)Satisfiability was proved
Number of variables4608
Number of constraints30348
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(30348)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:52:02 2009
0.00/0.08	c 0	PID 17137
0.00/0.08	c 0	HOST node13.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2072313-1247356321.xml TO HOME/temp.csp
0.00/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-2072313-1247356321.xml' 'HOME/temp.csp'
3.04/3.18	c 3	1 domains, 4608 variables, 0 predicates, 0 relations, 30348 constraints
3.12/3.22	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.12/3.22	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'
3.15/3.30	c 3	Parsing HOME/temp.csp
3.15/3.59	c 3	parsed 10000 expressions
3.15/3.92	c 3	parsed 20000 expressions
3.15/4.29	c 4	parsed 30000 expressions
4.30/4.46	c 4	parsed 34957 expressions
4.30/4.47	c 4	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.30/4.47	c 4	Converting to clausal form CSP
4.50/4.70	c 4	converted 3496 (10%) expressions
4.80/4.99	c 4	converted 6992 (20%) expressions
4.99/5.14	c 5	converted 10488 (30%) expressions
5.09/5.29	c 5	converted 13983 (40%) expressions
5.30/5.44	c 5	converted 17479 (50%) expressions
5.39/5.58	c 5	converted 20975 (60%) expressions
5.59/5.73	c 5	converted 24470 (70%) expressions
5.69/5.87	c 5	converted 27966 (80%) expressions
5.89/6.02	c 6	converted 31462 (90%) expressions
6.48/6.67	c 6	converted 34957 (100%) expressions
6.48/6.67	c 6	CSP : 5706 integers, 0 booleans, 32718 clauses, largest domain size 11
6.48/6.67	c 6	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.48/6.67	c 6	Propagation in CSP
6.67/6.85	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.67/6.85	c 6	CSP : 5706 integers, 0 booleans, 32718 clauses, largest domain size 11
6.67/6.85	c 6	Heap : 40 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.67/6.87	c 6	Simplifing CSP by introducing new Boolean variables
6.67/6.89	c 6	CSP : 5706 integers, 0 booleans, 32718 clauses, largest domain size 11
6.67/6.89	c 6	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.87/7.03	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.87/7.04	c 7	571 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.87/7.05	c 7	1142 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.87/7.05	c 7	1712 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.87/7.05	c 7	2283 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.87/7.06	c 7	2853 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.87/7.06	c 7	3424 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.87/7.06	c 7	3995 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.87/7.06	c 7	4565 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.87/7.06	c 7	5136 (90%) CSP integer variables are encoded (880 clauses, 11504 bytes)
6.87/7.07	c 7	5706 (100%) CSP integer variables are encoded (2898 clauses, 37738 bytes)
6.97/7.15	c 7	3272 (10%) CSP clauses are encoded (6170 clauses, 87606 bytes)
6.97/7.18	c 7	6544 (20%) CSP clauses are encoded (9442 clauses, 139958 bytes)
7.07/7.21	c 7	9816 (30%) CSP clauses are encoded (12714 clauses, 192310 bytes)
7.07/7.25	c 7	13088 (40%) CSP clauses are encoded (15986 clauses, 244662 bytes)
7.07/7.28	c 7	16359 (50%) CSP clauses are encoded (19257 clauses, 302464 bytes)
7.17/7.31	c 7	19631 (60%) CSP clauses are encoded (22529 clauses, 361360 bytes)
7.17/7.34	c 7	22903 (70%) CSP clauses are encoded (25801 clauses, 420256 bytes)
7.17/7.37	c 7	26175 (80%) CSP clauses are encoded (29073 clauses, 479152 bytes)
7.27/7.40	c 7	29447 (90%) CSP clauses are encoded (34011 clauses, 553216 bytes)
10.23/10.44	c 10	32718 (100%) CSP clauses are encoded (120462 clauses, 2448992 bytes)
10.23/10.44	c 10	32718 CSP clauses encoded
10.23/10.44	c 10	Writing map file : HOME/temp.map
10.23/10.46	c 10	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.23/10.46	c 10	SAT : 8604 SAT variables, 120462 SAT clauses, 2448992 bytes
10.23/10.46	c 10	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.23/10.48	c 10	SOLVING HOME/temp.cnf
10.23/10.48	c 10	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
11.71/11.91	c 11	DECODING HOME/temp.out WITH HOME/temp.map
11.71/11.91	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.71/11.99	c 11	Decoding HOME/temp.out
11.99/12.20	s SATISFIABLE
12.09/12.33	v 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 0 1 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 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 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 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 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 1 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 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 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 1 0 1 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 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 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 1 1 0 0 0 1 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 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 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 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 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 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 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 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 1 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 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 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 1 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 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 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 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 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 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 1 0 0 0 0 0 0 1 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 1 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 0 1 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 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 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 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 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 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 1 0 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 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 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 0 0 0 1 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 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 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 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 1 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 0 1 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 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 0 1 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 1 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 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 1 0 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 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 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 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 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 1 0 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 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 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 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 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 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 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 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 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 1 0 0 1 0 0 0 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 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 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 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 1 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 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 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 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 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 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 1 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 1 0 0 0 0 0 1 0 0 0 0 0 1 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 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 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 0 1 0 0 0 0 0 0 1 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 1 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 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 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 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 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 0 1 0 0 0 0 0 0 1 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 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 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 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0
12.09/12.34	c 12	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.09/12.39	c 12	CPU 12.15 (0.07 0.03 11.01 1.04)
12.09/12.39	c 12	END Sun Jul 12 01:52:14 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-2072313-1247356321/watcher-2072313-1247356321 -o /tmp/evaluation-result-2072313-1247356321/solver-2072313-1247356321 -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-2072313-1247356321.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.01 2.01 2.00 4/82 17137
/proc/meminfo: memFree=1875232/2055920 swapFree=4192812/4192956
[pid=17137] ppid=17135 vsize=12272 CPUtime=0
/proc/17137/stat : 17137 (sugar) R 17135 17137 13937 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 22699059 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269757095412 0 0 4224 0 0 0 0 17 1 0 0
/proc/17137/statm: 3068 327 246 3 0 168 0

[startup+0.088188 s]
/proc/loadavg: 2.01 2.01 2.00 4/82 17137
/proc/meminfo: memFree=1875232/2055920 swapFree=4192812/4192956
[pid=17137] ppid=17135 vsize=16868 CPUtime=0.07
/proc/17137/stat : 17137 (sugar) S 17135 17137 13937 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22699059 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17137/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.10137 s]
/proc/loadavg: 2.01 2.01 2.00 4/82 17137
/proc/meminfo: memFree=1875232/2055920 swapFree=4192812/4192956
[pid=17137] ppid=17135 vsize=16868 CPUtime=0.07
/proc/17137/stat : 17137 (sugar) S 17135 17137 13937 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22699059 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17137/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301216 s]
/proc/loadavg: 2.01 2.01 2.00 4/82 17137
/proc/meminfo: memFree=1875232/2055920 swapFree=4192812/4192956
[pid=17137] ppid=17135 vsize=16868 CPUtime=0.07
/proc/17137/stat : 17137 (sugar) S 17135 17137 13937 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22699059 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17137/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701277 s]
/proc/loadavg: 2.01 2.01 2.00 4/82 17137
/proc/meminfo: memFree=1875232/2055920 swapFree=4192812/4192956
[pid=17137] ppid=17135 vsize=16868 CPUtime=0.07
/proc/17137/stat : 17137 (sugar) S 17135 17137 13937 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22699059 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17137/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50137 s]
/proc/loadavg: 2.01 2.01 2.00 4/93 17149
/proc/meminfo: memFree=1839240/2055920 swapFree=4192812/4192956
[pid=17137] ppid=17135 vsize=16868 CPUtime=0.07
/proc/17137/stat : 17137 (sugar) S 17135 17137 13937 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22699059 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17137/statm: 4217 1111 409 3 0 796 0
[pid=17140] ppid=17137 vsize=5356 CPUtime=0
/proc/17140/stat : 17140 (sh) S 17137 17137 13937 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 22699067 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17140/statm: 1339 233 193 169 0 50 0
[pid=17141] ppid=17140 vsize=867808 CPUtime=1.39
/proc/17141/stat : 17141 (java) S 17140 17137 13937 0 -1 0 18068 0 1 0 128 11 0 0 18 0 9 0 22699068 888635392 15639 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17141/statm: 216952 15639 2556 9 0 211464 0
[pid=17141/tid=17142] ppid=17140 vsize=867808 CPUtime=0.68
/proc/17141/task/17142/stat : 17142 (java) R 17140 17137 13937 0 -1 64 3055 0 1 0 65 3 0 0 25 0 9 0 22699069 888635392 15639 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17141/tid=17143] ppid=17140 vsize=867808 CPUtime=0.56
/proc/17141/task/17143/stat : 17143 (java) R 17140 17137 13937 0 -1 64 13791 0 0 0 50 6 0 0 16 0 9 0 22699070 888635392 15639 996147200 134512640 134550932 4294955984 18446744073709551615 104189916 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17141/tid=17144] ppid=17140 vsize=867808 CPUtime=0
/proc/17141/task/17144/stat : 17144 (java) S 17140 17137 13937 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22699070 888635392 15639 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17141/tid=17145] ppid=17140 vsize=867808 CPUtime=0
/proc/17141/task/17145/stat : 17145 (java) S 17140 17137 13937 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 22699070 888635392 15639 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17141/tid=17146] ppid=17140 vsize=867808 CPUtime=0
/proc/17141/task/17146/stat : 17146 (java) S 17140 17137 13937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22699072 888635392 15639 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17141/tid=17147] ppid=17140 vsize=867808 CPUtime=0.12
/proc/17141/task/17147/stat : 17147 (java) S 17140 17137 13937 0 -1 64 515 0 0 0 12 0 0 0 16 0 9 0 22699072 888635392 15639 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17141/tid=17148] ppid=17140 vsize=867808 CPUtime=0
/proc/17141/task/17148/stat : 17148 (java) S 17140 17137 13937 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22699072 888635392 15639 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17141/tid=17149] ppid=17140 vsize=867808 CPUtime=0
/proc/17141/task/17149/stat : 17149 (java) S 17140 17137 13937 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22699072 888635392 15639 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) 890032

[startup+3.10258 s]
/proc/loadavg: 2.01 2.01 2.00 3/93 17149
/proc/meminfo: memFree=1809672/2055920 swapFree=4192812/4192956
[pid=17137] ppid=17135 vsize=16868 CPUtime=0.07
/proc/17137/stat : 17137 (sugar) S 17135 17137 13937 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22699059 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17137/statm: 4217 1111 409 3 0 796 0
[pid=17140] ppid=17137 vsize=5356 CPUtime=0
/proc/17140/stat : 17140 (sh) S 17137 17137 13937 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 22699067 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17140/statm: 1339 233 193 169 0 50 0
[pid=17141] ppid=17140 vsize=865784 CPUtime=2.97
/proc/17141/stat : 17141 (java) S 17140 17137 13937 0 -1 0 20955 0 1 0 283 14 0 0 18 0 9 0 22699068 886562816 17973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17141/statm: 216446 17973 2556 9 0 210958 0
[pid=17141/tid=17142] ppid=17140 vsize=865784 CPUtime=1.95
/proc/17141/task/17142/stat : 17142 (java) R 17140 17137 13937 0 -1 64 3462 0 1 0 190 5 0 0 25 0 9 0 22699069 886562816 17973 996147200 134512640 134550932 4294955984 18446744073709551615 4126679231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17141/tid=17143] ppid=17140 vsize=865784 CPUtime=0.79
/proc/17141/task/17143/stat : 17143 (java) S 17140 17137 13937 0 -1 64 16222 0 0 0 72 7 0 0 16 0 9 0 22699070 886562816 17973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17141/tid=17144] ppid=17140 vsize=865784 CPUtime=0
/proc/17141/task/17144/stat : 17144 (java) S 17140 17137 13937 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22699070 886562816 17973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17141/tid=17145] ppid=17140 vsize=865784 CPUtime=0
/proc/17141/task/17145/stat : 17145 (java) S 17140 17137 13937 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 22699070 886562816 17973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17141/tid=17146] ppid=17140 vsize=865784 CPUtime=0
/proc/17141/task/17146/stat : 17146 (java) S 17140 17137 13937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22699072 886562816 17973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17141/tid=17147] ppid=17140 vsize=865784 CPUtime=0.2
/proc/17141/task/17147/stat : 17147 (java) S 17140 17137 13937 0 -1 64 564 0 0 0 20 0 0 0 16 0 9 0 22699072 886562816 17973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17141/tid=17148] ppid=17140 vsize=865784 CPUtime=0
/proc/17141/task/17148/stat : 17148 (java) S 17140 17137 13937 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22699072 886562816 17973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17141/tid=17149] ppid=17140 vsize=865784 CPUtime=0
/proc/17141/task/17149/stat : 17149 (java) S 17140 17137 13937 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 22699072 886562816 17973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 888008

[startup+6.30201 s]
/proc/loadavg: 2.01 2.01 2.00 3/93 17159
/proc/meminfo: memFree=1826824/2055920 swapFree=4192812/4192956
[pid=17137] ppid=17135 vsize=16868 CPUtime=3.15
/proc/17137/stat : 17137 (sugar) S 17135 17137 13937 0 -1 4194304 1309 21384 0 1 6 1 292 16 15 0 1 0 22699059 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17137/statm: 4217 1111 409 3 0 796 0
[pid=17150] ppid=17137 vsize=5356 CPUtime=0
/proc/17150/stat : 17150 (sh) S 17137 17137 13937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22699382 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17150/statm: 1339 233 193 169 0 50 0
[pid=17151] ppid=17150 vsize=868508 CPUtime=3.02
/proc/17151/stat : 17151 (java) S 17150 17137 13937 0 -1 0 16767 0 1 0 294 8 0 0 18 0 9 0 22699382 889352192 15566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17151/statm: 217127 15566 2567 9 0 211632 0
[pid=17151/tid=17152] ppid=17150 vsize=868508 CPUtime=2.05
/proc/17151/task/17152/stat : 17152 (java) R 17150 17137 13937 0 -1 64 2936 0 1 0 202 3 0 0 25 0 9 0 22699383 889352192 15566 996147200 134512640 134550932 4294955936 18446744073709551615 4126558220 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17151/tid=17153] ppid=17150 vsize=868508 CPUtime=0.77
/proc/17151/task/17153/stat : 17153 (java) S 17150 17137 13937 0 -1 64 11643 0 0 0 73 4 0 0 16 0 9 0 22699384 889352192 15566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17151/tid=17154] ppid=17150 vsize=868508 CPUtime=0
/proc/17151/task/17154/stat : 17154 (java) S 17150 17137 13937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22699385 889352192 15566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17151/tid=17155] ppid=17150 vsize=868508 CPUtime=0
/proc/17151/task/17155/stat : 17155 (java) S 17150 17137 13937 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22699385 889352192 15566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17151/tid=17156] ppid=17150 vsize=868508 CPUtime=0
/proc/17151/task/17156/stat : 17156 (java) S 17150 17137 13937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22699387 889352192 15566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17151/tid=17157] ppid=17150 vsize=868508 CPUtime=0.17
/proc/17151/task/17157/stat : 17157 (java) S 17150 17137 13937 0 -1 64 1486 0 0 0 17 0 0 0 16 0 9 0 22699387 889352192 15566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17151/tid=17158] ppid=17150 vsize=868508 CPUtime=0
/proc/17151/task/17158/stat : 17158 (java) S 17150 17137 13937 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22699387 889352192 15566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17151/tid=17159] ppid=17150 vsize=868508 CPUtime=0
/proc/17151/task/17159/stat : 17159 (java) R 17150 17137 13937 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22699387 889352192 15566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890732

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

[startup+9.50143 s]
/proc/loadavg: 2.01 2.01 2.00 3/93 17159
/proc/meminfo: memFree=1812232/2055920 swapFree=4192812/4192956
[pid=17137] ppid=17135 vsize=16868 CPUtime=3.15
/proc/17137/stat : 17137 (sugar) S 17135 17137 13937 0 -1 4194304 1310 21384 0 1 6 1 292 16 15 0 1 0 22699059 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17137/statm: 4217 1111 409 3 0 796 0
[pid=17150] ppid=17137 vsize=5356 CPUtime=0
/proc/17150/stat : 17150 (sh) S 17137 17137 13937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22699382 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17150/statm: 1339 233 193 169 0 50 0
[pid=17151] ppid=17150 vsize=868704 CPUtime=6.19
/proc/17151/stat : 17151 (java) S 17150 17137 13937 0 -1 0 18082 0 1 0 608 11 0 0 18 0 9 0 22699382 889552896 16412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17151/statm: 217176 16412 2590 9 0 211653 0
[pid=17151/tid=17152] ppid=17150 vsize=868704 CPUtime=4.73
/proc/17151/task/17152/stat : 17152 (java) R 17150 17137 13937 0 -1 64 3325 0 1 0 469 4 0 0 25 0 9 0 22699383 889552896 16412 996147200 134512640 134550932 4294955936 18446744073709551615 4127037128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17151/tid=17153] ppid=17150 vsize=868704 CPUtime=1.18
/proc/17151/task/17153/stat : 17153 (java) S 17150 17137 13937 0 -1 64 12521 0 0 0 114 4 0 0 16 0 9 0 22699384 889552896 16412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17151/tid=17154] ppid=17150 vsize=868704 CPUtime=0
/proc/17151/task/17154/stat : 17154 (java) S 17150 17137 13937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22699385 889552896 16412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17151/tid=17155] ppid=17150 vsize=868704 CPUtime=0
/proc/17151/task/17155/stat : 17155 (java) S 17150 17137 13937 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22699385 889552896 16412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17151/tid=17156] ppid=17150 vsize=868704 CPUtime=0
/proc/17151/task/17156/stat : 17156 (java) S 17150 17137 13937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22699387 889552896 16412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17151/tid=17157] ppid=17150 vsize=868704 CPUtime=0.23
/proc/17151/task/17157/stat : 17157 (java) S 17150 17137 13937 0 -1 64 1534 0 0 0 23 0 0 0 15 0 9 0 22699387 889552896 16412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17151/tid=17158] ppid=17150 vsize=868704 CPUtime=0
/proc/17151/task/17158/stat : 17158 (java) S 17150 17137 13937 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22699387 889552896 16412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17151/tid=17159] ppid=17150 vsize=868704 CPUtime=0
/proc/17151/task/17159/stat : 17159 (java) S 17150 17137 13937 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22699387 889552896 16412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.34
Current children cumulated vsize (KiB) 890928

[startup+11.1016 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 17161
/proc/meminfo: memFree=1864520/2055920 swapFree=4192812/4192956
[pid=17137] ppid=17135 vsize=16868 CPUtime=10.32
/proc/17137/stat : 17137 (sugar) S 17135 17137 13937 0 -1 4194304 1365 39783 0 2 6 1 996 29 16 0 1 0 22699059 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17137/statm: 4217 1113 409 3 0 796 0
[pid=17160] ppid=17137 vsize=5356 CPUtime=0
/proc/17160/stat : 17160 (sh) S 17137 17137 13937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22700108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17160/statm: 1339 232 193 169 0 50 0
[pid=17161] ppid=17160 vsize=3644 CPUtime=0.59
/proc/17161/stat : 17161 (picosat) R 17160 17137 13937 0 -1 4194304 724 0 0 0 25 34 0 0 24 0 1 0 22700108 3731456 710 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 911 710 40 102 0 806 0
Current children cumulated CPU time (s) 10.91
Current children cumulated vsize (KiB) 25868

[startup+11.9018 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 17161
/proc/meminfo: memFree=1864520/2055920 swapFree=4192812/4192956
[pid=17137] ppid=17135 vsize=16868 CPUtime=10.32
/proc/17137/stat : 17137 (sugar) S 17135 17137 13937 0 -1 4194304 1365 39783 0 2 6 1 996 29 16 0 1 0 22699059 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17137/statm: 4217 1113 409 3 0 796 0
[pid=17160] ppid=17137 vsize=5356 CPUtime=0
/proc/17160/stat : 17160 (sh) S 17137 17137 13937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22700108 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17160/statm: 1339 232 193 169 0 50 0
[pid=17161] ppid=17160 vsize=6052 CPUtime=1.39
/proc/17161/stat : 17161 (picosat) R 17160 17137 13937 0 -1 4194304 1292 0 0 0 70 69 0 0 25 0 1 0 22700108 6197248 1275 996147200 134512640 134931368 4294956256 18446744073709551615 134581907 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 1513 1275 47 102 0 1408 0
Current children cumulated CPU time (s) 11.71
Current children cumulated vsize (KiB) 28276

[startup+12.3028 s]
/proc/loadavg: 2.01 2.01 2.00 3/93 17171
/proc/meminfo: memFree=1862088/2055920 swapFree=4192812/4192956
[pid=17137] ppid=17135 vsize=16868 CPUtime=11.74
/proc/17137/stat : 17137 (sugar) S 17135 17137 13937 0 -1 4194304 1450 41361 0 2 7 2 1067 98 15 0 1 0 22699059 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17137/statm: 4217 1115 409 3 0 796 0
[pid=17162] ppid=17137 vsize=5356 CPUtime=0
/proc/17162/stat : 17162 (sh) S 17137 17137 13937 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 22700250 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17162/statm: 1339 233 193 169 0 50 0
[pid=17163] ppid=17162 vsize=862316 CPUtime=0.35
/proc/17163/stat : 17163 (java) S 17162 17137 13937 0 -1 0 3369 0 1 0 31 4 0 0 18 0 9 0 22700250 883011584 2834 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17163/statm: 215579 2834 1283 9 0 210492 0
[pid=17163/tid=17164] ppid=17162 vsize=862316 CPUtime=0.23
/proc/17163/task/17164/stat : 17164 (java) R 17162 17137 13937 0 -1 64 2047 0 1 0 20 3 0 0 21 0 9 0 22700251 883011584 2834 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17163/tid=17165] ppid=17162 vsize=862316 CPUtime=0
/proc/17163/task/17165/stat : 17165 (java) S 17162 17137 13937 0 -1 64 269 0 0 0 0 0 0 0 16 0 9 0 22700253 883011584 2834 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17163/tid=17166] ppid=17162 vsize=862316 CPUtime=0
/proc/17163/task/17166/stat : 17166 (java) S 17162 17137 13937 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22700253 883011584 2834 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17163/tid=17167] ppid=17162 vsize=862316 CPUtime=0
/proc/17163/task/17167/stat : 17167 (java) S 17162 17137 13937 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 22700253 883011584 2834 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17163/tid=17168] ppid=17162 vsize=862316 CPUtime=0
/proc/17163/task/17168/stat : 17168 (java) S 17162 17137 13937 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22700255 883011584 2834 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17163/tid=17169] ppid=17162 vsize=862316 CPUtime=0.1
/proc/17163/task/17169/stat : 17169 (java) S 17162 17137 13937 0 -1 64 359 0 0 0 10 0 0 0 16 0 9 0 22700255 883011584 2834 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17163/tid=17170] ppid=17162 vsize=862316 CPUtime=0
/proc/17163/task/17170/stat : 17170 (java) S 17162 17137 13937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22700255 883011584 2834 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17163/tid=17171] ppid=17162 vsize=862316 CPUtime=0
/proc/17163/task/17171/stat : 17171 (java) S 17162 17137 13937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22700255 883011584 2834 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 884540

Child status: 0
Real time (s): 12.3914
CPU time (s): 12.1791
CPU user time (s): 11.0903
CPU system time (s): 1.08883
CPU usage (%): 98.2871
Max. virtual memory (cumulated for all children) (KiB): 891320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.0903
system time used= 1.08883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47083
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= 9382
involuntary context switches= 9726

runsolver used 0.019996 second user time and 0.051992 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 01:52:01
IDJOB=2072313
IDBENCH=55653
IDSOLVER=738
FILE ID=node13/2072313-1247356321
PBS_JOBID= 9506834
Free space on /tmp= 66292 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-ppp:1-3-13-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-2072313-1247356321/watcher-2072313-1247356321 -o /tmp/evaluation-result-2072313-1247356321/solver-2072313-1247356321 -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-2072313-1247356321.xml

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

MD5SUM BENCH= 52ae52fd5cf4981f3afc3e55b0d5d89a
RANDOM SEED=635014650

node13.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.241
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.241
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:       1875712 kB
Buffers:         19940 kB
Cached:          71248 kB
SwapCached:          0 kB
Active:         106444 kB
Inactive:        27628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1875712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7296 kB
Writeback:           0 kB
Mapped:          63272 kB
Slab:            31288 kB
Committed_AS:   216784 kB
PageTables:       1988 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= 66292 MiB
End job on node13 at 2009-07-12 01:52:14