Trace number 2067605

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatSAT 10.2484 10.4077

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-1-3-13-19.xml
MD5SUM6cbcc6edcedb57b7f84e6e64526ef8de
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 benchmark10.2484
Satisfiable
(Un)Satisfiability was proved
Number of variables4608
Number of constraints30522
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension30522
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:45:41 2009
0.00/0.08	c 0	PID 14006
0.06/0.08	c 0	HOST node56.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2067605-1247345141.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-2067605-1247345141.xml' 'HOME/temp.csp'
2.03/2.07	c 2	1 domains, 4608 variables, 8 predicates, 0 relations, 30522 constraints
2.08/2.10	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.08/2.10	c 2	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.08/2.18	c 2	Parsing HOME/temp.csp
2.10/2.48	c 2	parsed 10000 expressions
2.57/2.64	c 3	parsed 20000 expressions
2.77/2.80	c 3	parsed 30000 expressions
2.87/2.96	c 3	parsed 35139 expressions
2.87/2.97	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.87/2.97	c 3	Converting to clausal form CSP
2.96/3.02	c 3	converted 3514 (10%) expressions
3.16/3.29	c 3	converted 7028 (20%) expressions
3.37/3.41	c 3	converted 10542 (30%) expressions
3.46/3.52	c 4	converted 14056 (40%) expressions
3.56/3.63	c 4	converted 17570 (50%) expressions
3.66/3.73	c 4	converted 21084 (60%) expressions
3.76/3.84	c 4	converted 24598 (70%) expressions
3.96/4.09	c 4	converted 28112 (80%) expressions
4.05/4.19	c 4	converted 31626 (90%) expressions
4.46/4.54	c 5	converted 35139 (100%) expressions
4.46/4.54	c 5	CSP : 5706 integers, 0 booleans, 32718 clauses, largest domain size 11
4.46/4.54	c 5	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.46/4.54	c 5	Propagation in CSP
4.65/4.73	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.65/4.73	c 5	CSP : 5706 integers, 0 booleans, 32718 clauses, largest domain size 11
4.65/4.73	c 5	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.65/4.75	c 5	Simplifing CSP by introducing new Boolean variables
4.65/4.76	c 5	CSP : 5706 integers, 0 booleans, 32718 clauses, largest domain size 11
4.65/4.76	c 5	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.75/4.89	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.84/4.90	c 5	571 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.84/4.91	c 5	1142 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.84/4.91	c 5	1712 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.84/4.91	c 5	2283 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.84/4.91	c 5	2853 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.84/4.92	c 5	3424 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.84/4.92	c 5	3995 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.84/4.92	c 5	4565 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.84/4.92	c 5	5136 (90%) CSP integer variables are encoded (880 clauses, 11504 bytes)
4.84/4.93	c 5	5706 (100%) CSP integer variables are encoded (2898 clauses, 37738 bytes)
4.94/5.01	c 5	3272 (10%) CSP clauses are encoded (6170 clauses, 87606 bytes)
4.94/5.04	c 5	6544 (20%) CSP clauses are encoded (9442 clauses, 139958 bytes)
4.94/5.07	c 5	9816 (30%) CSP clauses are encoded (12714 clauses, 192310 bytes)
4.94/5.10	c 5	13088 (40%) CSP clauses are encoded (15986 clauses, 244662 bytes)
5.04/5.13	c 5	16359 (50%) CSP clauses are encoded (19257 clauses, 302464 bytes)
5.04/5.16	c 5	19631 (60%) CSP clauses are encoded (22529 clauses, 361360 bytes)
5.04/5.19	c 5	22903 (70%) CSP clauses are encoded (25801 clauses, 420256 bytes)
5.15/5.22	c 5	26175 (80%) CSP clauses are encoded (29073 clauses, 479152 bytes)
5.15/5.25	c 5	29447 (90%) CSP clauses are encoded (34011 clauses, 553216 bytes)
8.22/8.31	c 8	32718 (100%) CSP clauses are encoded (120462 clauses, 2448992 bytes)
8.22/8.31	c 8	32718 CSP clauses encoded
8.22/8.31	c 8	Writing map file : HOME/temp.map
8.22/8.33	c 8	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.22/8.33	c 8	SAT : 8604 SAT variables, 120462 SAT clauses, 2448992 bytes
8.22/8.33	c 8	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.22/8.38	c 8	SOLVING HOME/temp.cnf
8.22/8.38	c 8	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
9.65/9.82	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.65/9.82	c 10	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'
9.65/9.90	c 10	Decoding HOME/temp.out
10.05/10.23	s SATISFIABLE
10.15/10.36	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 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 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 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 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 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 1 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 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 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 1 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 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 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 0 0 0 0 0 0 0 0 1 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 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 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 1 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 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 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 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 1 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 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 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 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 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 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 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 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 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 0 0 0 1 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 1 0 0 0 1 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 0 1 0 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 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 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 0 1 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 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 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 1 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 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 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 0 1 0 0 0 0 0 0 0 1 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 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 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 1 0 0 0 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 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 1 0 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 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 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 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 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 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 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 1 0 0 0 0 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 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 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 1 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 1 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 0 0 1 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 1 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 0 0 1 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 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 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 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 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 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 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 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 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 1 0 0 1 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 1 0 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 1 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 1 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 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 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 1 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 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 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 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 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 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 1 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 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 0 0 0 1 0 0 0 0 0 1 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 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 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 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 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 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0
10.15/10.37	c 10	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.22/10.40	c 10	CPU 10.22 (0.09 0.03 9.13 0.97)
10.22/10.40	c 10	END Sat Jul 11 22:45:51 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-2067605-1247345141/watcher-2067605-1247345141 -o /tmp/evaluation-result-2067605-1247345141/solver-2067605-1247345141 -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-2067605-1247345141.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 1.99 1.99 4/84 14006
/proc/meminfo: memFree=1017416/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=12268 CPUtime=0
/proc/14006/stat : 14006 (sugar) R 14004 14006 12676 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21577413 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 250969029221 0 0 4224 0 0 0 0 17 1 0 0
/proc/14006/statm: 3067 316 241 3 0 167 0

[startup+0.08265 s]
/proc/loadavg: 1.94 1.99 1.99 4/84 14006
/proc/meminfo: memFree=1017416/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16740 CPUtime=0.06
/proc/14006/stat : 14006 (sugar) S 14004 14006 12676 0 -1 4194304 1152 0 0 0 6 0 0 0 18 0 1 0 21577413 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102726 s]
/proc/loadavg: 1.94 1.99 1.99 4/84 14006
/proc/meminfo: memFree=1017416/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=0.06
/proc/14006/stat : 14006 (sugar) S 14004 14006 12676 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 21577413 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302743 s]
/proc/loadavg: 1.94 1.99 1.99 4/84 14006
/proc/meminfo: memFree=1017416/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=0.06
/proc/14006/stat : 14006 (sugar) S 14004 14006 12676 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 21577413 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702785 s]
/proc/loadavg: 1.94 1.99 1.99 4/84 14006
/proc/meminfo: memFree=1017416/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=0.06
/proc/14006/stat : 14006 (sugar) S 14004 14006 12676 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 21577413 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50286 s]
/proc/loadavg: 1.94 1.99 1.99 4/95 14018
/proc/meminfo: memFree=981680/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=0.06
/proc/14006/stat : 14006 (sugar) S 14004 14006 12676 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 21577413 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1111 409 3 0 796 0
[pid=14009] ppid=14006 vsize=5356 CPUtime=0
/proc/14009/stat : 14009 (sh) S 14006 14006 12676 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21577422 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14009/statm: 1339 233 193 169 0 50 0
[pid=14010] ppid=14009 vsize=866788 CPUtime=1.44
/proc/14010/stat : 14010 (java) S 14009 14006 12676 0 -1 0 17489 0 1 0 135 9 0 0 18 0 9 0 21577422 887590912 15061 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14010/statm: 216697 15061 2556 9 0 211209 0
[pid=14010/tid=14011] ppid=14009 vsize=866788 CPUtime=0.67
/proc/14010/task/14011/stat : 14011 (java) R 14009 14006 12676 0 -1 64 3068 0 1 0 65 2 0 0 20 0 9 0 21577423 887590912 15061 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14010/tid=14012] ppid=14009 vsize=866788 CPUtime=0.62
/proc/14010/task/14012/stat : 14012 (java) R 14009 14006 12676 0 -1 64 13200 0 0 0 57 5 0 0 17 0 9 0 21577424 887590912 15061 996147200 134512640 134550932 4294955984 18446744073709551615 102768164 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14010/tid=14013] ppid=14009 vsize=866788 CPUtime=0
/proc/14010/task/14013/stat : 14013 (java) S 14009 14006 12676 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21577425 887590912 15061 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14010/tid=14014] ppid=14009 vsize=866788 CPUtime=0
/proc/14010/task/14014/stat : 14014 (java) S 14009 14006 12676 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 21577425 887590912 15061 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14010/tid=14015] ppid=14009 vsize=866788 CPUtime=0
/proc/14010/task/14015/stat : 14015 (java) S 14009 14006 12676 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21577427 887590912 15061 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14010/tid=14016] ppid=14009 vsize=866788 CPUtime=0.11
/proc/14010/task/14016/stat : 14016 (java) S 14009 14006 12676 0 -1 64 516 0 0 0 11 0 0 0 16 0 9 0 21577427 887590912 15061 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14010/tid=14017] ppid=14009 vsize=866788 CPUtime=0
/proc/14010/task/14017/stat : 14017 (java) S 14009 14006 12676 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21577427 887590912 15061 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14010/tid=14018] ppid=14009 vsize=866788 CPUtime=0
/proc/14010/task/14018/stat : 14018 (java) S 14009 14006 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21577427 887590912 15061 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 889012

[startup+3.10202 s]
/proc/loadavg: 2.11 2.03 2.01 3/95 14028
/proc/meminfo: memFree=1003632/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=2.1
/proc/14006/stat : 14006 (sugar) S 14004 14006 12676 0 -1 4194304 1309 19043 0 1 6 1 191 12 16 0 1 0 21577413 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1111 409 3 0 796 0
[pid=14019] ppid=14006 vsize=5356 CPUtime=0
/proc/14019/stat : 14019 (sh) S 14006 14006 12676 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21577624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14019/statm: 1339 233 193 169 0 50 0
[pid=14020] ppid=14019 vsize=864388 CPUtime=0.97
/proc/14020/stat : 14020 (java) S 14019 14006 12676 0 -1 0 8938 0 1 0 93 4 0 0 18 0 9 0 21577624 885133312 7881 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14020/statm: 216097 7881 2569 9 0 210602 0
[pid=14020/tid=14021] ppid=14019 vsize=864388 CPUtime=0.57
/proc/14020/task/14021/stat : 14021 (java) R 14019 14006 12676 0 -1 64 2685 0 1 0 56 1 0 0 18 0 9 0 21577625 885133312 7881 996147200 134512640 134550932 4294955936 18446744073709551615 4126095824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14022] ppid=14019 vsize=864388 CPUtime=0.28
/proc/14020/task/14022/stat : 14022 (java) S 14019 14006 12676 0 -1 64 5226 0 0 0 28 0 0 0 16 0 9 0 21577626 885133312 7881 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14023] ppid=14019 vsize=864388 CPUtime=0
/proc/14020/task/14023/stat : 14023 (java) S 14019 14006 12676 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21577626 885133312 7881 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14024] ppid=14019 vsize=864388 CPUtime=0
/proc/14020/task/14024/stat : 14024 (java) S 14019 14006 12676 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21577626 885133312 7881 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14025] ppid=14019 vsize=864388 CPUtime=0
/proc/14020/task/14025/stat : 14025 (java) S 14019 14006 12676 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21577628 885133312 7881 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14026] ppid=14019 vsize=864388 CPUtime=0.07
/proc/14020/task/14026/stat : 14026 (java) S 14019 14006 12676 0 -1 64 325 0 0 0 7 0 0 0 16 0 9 0 21577628 885133312 7881 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14027] ppid=14019 vsize=864388 CPUtime=0
/proc/14020/task/14027/stat : 14027 (java) S 14019 14006 12676 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21577628 885133312 7881 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14028] ppid=14019 vsize=864388 CPUtime=0
/proc/14020/task/14028/stat : 14028 (java) S 14019 14006 12676 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21577628 885133312 7881 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 886612

[startup+6.30233 s]
/proc/loadavg: 2.11 2.03 2.01 3/95 14028
/proc/meminfo: memFree=968688/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=2.11
/proc/14006/stat : 14006 (sugar) S 14004 14006 12676 0 -1 4194304 1310 19043 0 1 7 1 191 12 15 0 1 0 21577413 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1111 409 3 0 796 0
[pid=14019] ppid=14006 vsize=5356 CPUtime=0
/proc/14019/stat : 14019 (sh) S 14006 14006 12676 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21577624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14019/statm: 1339 233 193 169 0 50 0
[pid=14020] ppid=14019 vsize=868756 CPUtime=4.12
/proc/14020/stat : 14020 (java) S 14019 14006 12676 0 -1 0 14777 0 1 0 403 9 0 0 18 0 9 0 21577624 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14020/statm: 217189 13149 2590 9 0 211666 0
[pid=14020/tid=14021] ppid=14019 vsize=868756 CPUtime=3.08
/proc/14020/task/14021/stat : 14021 (java) R 14019 14006 12676 0 -1 64 3038 0 1 0 305 3 0 0 25 0 9 0 21577625 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4126551959 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14022] ppid=14019 vsize=868756 CPUtime=0.77
/proc/14020/task/14022/stat : 14022 (java) S 14019 14006 12676 0 -1 64 9512 0 0 0 74 3 0 0 16 0 9 0 21577626 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14023] ppid=14019 vsize=868756 CPUtime=0
/proc/14020/task/14023/stat : 14023 (java) S 14019 14006 12676 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21577626 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14024] ppid=14019 vsize=868756 CPUtime=0
/proc/14020/task/14024/stat : 14024 (java) S 14019 14006 12676 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21577626 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14025] ppid=14019 vsize=868756 CPUtime=0
/proc/14020/task/14025/stat : 14025 (java) S 14019 14006 12676 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21577628 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14026] ppid=14019 vsize=868756 CPUtime=0.24
/proc/14020/task/14026/stat : 14026 (java) S 14019 14006 12676 0 -1 64 1525 0 0 0 23 1 0 0 15 0 9 0 21577628 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14027] ppid=14019 vsize=868756 CPUtime=0
/proc/14020/task/14027/stat : 14027 (java) S 14019 14006 12676 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21577628 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14028] ppid=14019 vsize=868756 CPUtime=0
/proc/14020/task/14028/stat : 14028 (java) S 14019 14006 12676 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21577628 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 890980

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

[startup+6.70237 s]
/proc/loadavg: 2.11 2.03 2.01 3/95 14028
/proc/meminfo: memFree=968688/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=2.11
/proc/14006/stat : 14006 (sugar) S 14004 14006 12676 0 -1 4194304 1310 19043 0 1 7 1 191 12 15 0 1 0 21577413 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1111 409 3 0 796 0
[pid=14019] ppid=14006 vsize=5356 CPUtime=0
/proc/14019/stat : 14019 (sh) S 14006 14006 12676 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21577624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14019/statm: 1339 233 193 169 0 50 0
[pid=14020] ppid=14019 vsize=868756 CPUtime=4.53
/proc/14020/stat : 14020 (java) S 14019 14006 12676 0 -1 0 14784 0 1 0 443 10 0 0 18 0 9 0 21577624 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14020/statm: 217189 13149 2590 9 0 211666 0
[pid=14020/tid=14021] ppid=14019 vsize=868756 CPUtime=3.48
/proc/14020/task/14021/stat : 14021 (java) R 14019 14006 12676 0 -1 64 3045 0 1 0 345 3 0 0 25 0 9 0 21577625 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4127012531 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14022] ppid=14019 vsize=868756 CPUtime=0.78
/proc/14020/task/14022/stat : 14022 (java) S 14019 14006 12676 0 -1 64 9512 0 0 0 74 4 0 0 16 0 9 0 21577626 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14023] ppid=14019 vsize=868756 CPUtime=0
/proc/14020/task/14023/stat : 14023 (java) S 14019 14006 12676 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21577626 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14024] ppid=14019 vsize=868756 CPUtime=0
/proc/14020/task/14024/stat : 14024 (java) S 14019 14006 12676 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21577626 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14025] ppid=14019 vsize=868756 CPUtime=0
/proc/14020/task/14025/stat : 14025 (java) S 14019 14006 12676 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21577628 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14026] ppid=14019 vsize=868756 CPUtime=0.24
/proc/14020/task/14026/stat : 14026 (java) S 14019 14006 12676 0 -1 64 1525 0 0 0 23 1 0 0 15 0 9 0 21577628 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14027] ppid=14019 vsize=868756 CPUtime=0
/proc/14020/task/14027/stat : 14027 (java) S 14019 14006 12676 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21577628 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14028] ppid=14019 vsize=868756 CPUtime=0
/proc/14020/task/14028/stat : 14028 (java) S 14019 14006 12676 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21577628 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 890980

[startup+8.30252 s]
/proc/loadavg: 2.18 2.04 2.01 3/95 14028
/proc/meminfo: memFree=967664/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=2.11
/proc/14006/stat : 14006 (sugar) S 14004 14006 12676 0 -1 4194304 1310 19043 0 1 7 1 191 12 15 0 1 0 21577413 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1111 409 3 0 796 0
[pid=14019] ppid=14006 vsize=5356 CPUtime=0
/proc/14019/stat : 14019 (sh) S 14006 14006 12676 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21577624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14019/statm: 1339 233 193 169 0 50 0
[pid=14020] ppid=14019 vsize=868756 CPUtime=6.11
/proc/14020/stat : 14020 (java) S 14019 14006 12676 0 -1 0 14812 0 1 0 600 11 0 0 18 0 9 0 21577624 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14020/statm: 217189 13149 2590 9 0 211666 0
[pid=14020/tid=14021] ppid=14019 vsize=868756 CPUtime=5.05
/proc/14020/task/14021/stat : 14021 (java) R 14019 14006 12676 0 -1 64 3073 0 1 0 501 4 0 0 25 0 9 0 21577625 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4126990648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14022] ppid=14019 vsize=868756 CPUtime=0.79
/proc/14020/task/14022/stat : 14022 (java) S 14019 14006 12676 0 -1 64 9512 0 0 0 75 4 0 0 16 0 9 0 21577626 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14023] ppid=14019 vsize=868756 CPUtime=0
/proc/14020/task/14023/stat : 14023 (java) S 14019 14006 12676 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21577626 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14024] ppid=14019 vsize=868756 CPUtime=0
/proc/14020/task/14024/stat : 14024 (java) S 14019 14006 12676 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21577626 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14025] ppid=14019 vsize=868756 CPUtime=0
/proc/14020/task/14025/stat : 14025 (java) S 14019 14006 12676 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21577628 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14026] ppid=14019 vsize=868756 CPUtime=0.24
/proc/14020/task/14026/stat : 14026 (java) S 14019 14006 12676 0 -1 64 1525 0 0 0 23 1 0 0 15 0 9 0 21577628 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14027] ppid=14019 vsize=868756 CPUtime=0
/proc/14020/task/14027/stat : 14027 (java) S 14019 14006 12676 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21577628 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14020/tid=14028] ppid=14019 vsize=868756 CPUtime=0
/proc/14020/task/14028/stat : 14028 (java) S 14019 14006 12676 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21577628 889606144 13149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.22
Current children cumulated vsize (KiB) 890980

[startup+9.1026 s]
/proc/loadavg: 2.18 2.04 2.01 3/87 14030
/proc/meminfo: memFree=1006832/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=8.26
/proc/14006/stat : 14006 (sugar) S 14004 14006 12676 0 -1 4194304 1365 34163 0 2 7 1 794 24 16 0 1 0 21577413 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1113 409 3 0 796 0
[pid=14029] ppid=14006 vsize=5356 CPUtime=0
/proc/14029/stat : 14029 (sh) S 14006 14006 12676 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21578252 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14029/statm: 1339 232 193 169 0 50 0
[pid=14030] ppid=14029 vsize=3908 CPUtime=0.7
/proc/14030/stat : 14030 (picosat) R 14029 14006 12676 0 -1 4194304 798 0 0 0 32 38 0 0 25 0 1 0 21578252 4001792 784 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14030/statm: 977 784 40 102 0 872 0
Current children cumulated CPU time (s) 8.96
Current children cumulated vsize (KiB) 26132

[startup+9.90168 s]
/proc/loadavg: 2.18 2.04 2.01 3/87 14030
/proc/meminfo: memFree=1006832/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=9.69
/proc/14006/stat : 14006 (sugar) S 14004 14006 12676 0 -1 4194304 1446 35743 0 2 7 1 868 93 16 0 1 0 21577413 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (KiB) 16868

[startup+10.3067 s]
/proc/loadavg: 2.18 2.04 2.01 4/95 14040
/proc/meminfo: memFree=1003376/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=9.71
/proc/14006/stat : 14006 (sugar) S 14004 14006 12676 0 -1 4194304 1448 35743 0 2 8 2 868 93 15 0 1 0 21577413 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1113 409 3 0 796 0
[pid=14031] ppid=14006 vsize=5356 CPUtime=0
/proc/14031/stat : 14031 (sh) S 14006 14006 12676 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 21578396 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14031/statm: 1339 233 193 169 0 50 0
[pid=14032] ppid=14031 vsize=862288 CPUtime=0.44
/proc/14032/stat : 14032 (java) S 14031 14006 12676 0 -1 0 3372 0 1 0 42 2 0 0 18 0 9 0 21578396 882982912 2837 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14032/statm: 215572 2837 1283 9 0 210485 0
[pid=14032/tid=14033] ppid=14031 vsize=862288 CPUtime=0.32
/proc/14032/task/14033/stat : 14033 (java) R 14031 14006 12676 0 -1 64 2052 0 1 0 31 1 0 0 19 0 9 0 21578397 882982912 2837 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14032/tid=14034] ppid=14031 vsize=862288 CPUtime=0.01
/proc/14032/task/14034/stat : 14034 (java) S 14031 14006 12676 0 -1 64 274 0 0 0 1 0 0 0 16 0 9 0 21578398 882982912 2837 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14032/tid=14035] ppid=14031 vsize=862288 CPUtime=0
/proc/14032/task/14035/stat : 14035 (java) S 14031 14006 12676 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 21578398 882982912 2837 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14032/tid=14036] ppid=14031 vsize=862288 CPUtime=0
/proc/14032/task/14036/stat : 14036 (java) S 14031 14006 12676 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21578398 882982912 2837 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14032/tid=14037] ppid=14031 vsize=862288 CPUtime=0
/proc/14032/task/14037/stat : 14037 (java) S 14031 14006 12676 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21578400 882982912 2837 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14032/tid=14038] ppid=14031 vsize=862288 CPUtime=0.1
/proc/14032/task/14038/stat : 14038 (java) R 14031 14006 12676 0 -1 64 352 0 0 0 10 0 0 0 16 0 9 0 21578400 882982912 2837 996147200 134512640 134550932 4294955984 18446744073709551615 101718000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14032/tid=14039] ppid=14031 vsize=862288 CPUtime=0
/proc/14032/task/14039/stat : 14039 (java) S 14031 14006 12676 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21578400 882982912 2837 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14032/tid=14040] ppid=14031 vsize=862288 CPUtime=0
/proc/14032/task/14040/stat : 14040 (java) S 14031 14006 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21578400 882982912 2837 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.15
Current children cumulated vsize (KiB) 884512

[startup+10.403 s]
/proc/loadavg: 2.18 2.04 2.01 4/95 14040
/proc/meminfo: memFree=1003376/2055920 swapFree=4192956/4192956
[pid=14006] ppid=14004 vsize=16868 CPUtime=9.73
/proc/14006/stat : 14006 (sugar) S 14004 14006 12676 0 -1 4194304 1455 35743 0 2 9 3 868 93 15 0 1 0 21577413 17272832 1118 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14006/statm: 4217 1118 409 3 0 796 0
[pid=14031] ppid=14006 vsize=5356 CPUtime=0
/proc/14031/stat : 14031 (sh) R 14006 14006 12676 0 -1 4194304 278 0 0 0 0 0 0 0 15 0 1 0 21578396 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 250968859460 0 65536 4100 65538 0 0 0 17 1 0 0
/proc/14031/statm: 1339 233 193 169 0 50 0
[pid=14032] ppid=14031 vsize=0 CPUtime=0.49
/proc/14032/stat : 14032 (java) Z 14031 14006 12676 0 -1 12 3898 0 1 0 45 4 0 0 15 0 1 0 21578396 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744071563351923 0 0 17 1 0 0
/proc/14032/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.22
Current children cumulated vsize (KiB) 22224

Child status: 0
Real time (s): 10.4077
CPU time (s): 10.2484
CPU user time (s): 9.2336
CPU system time (s): 1.01484
CPU usage (%): 98.4701
Max. virtual memory (cumulated for all children) (KiB): 891372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.2336
system time used= 1.01484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41468
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= 8468
involuntary context switches= 8482

runsolver used 0.017997 second user time and 0.044993 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-11 22:45:41
IDJOB=2067605
IDBENCH=54676
IDSOLVER=738
FILE ID=node56/2067605-1247345141
PBS_JOBID= 9506782
Free space on /tmp= 103032 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/ppp/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-2067605-1247345141/watcher-2067605-1247345141 -o /tmp/evaluation-result-2067605-1247345141/solver-2067605-1247345141 -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-2067605-1247345141.xml

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

MD5SUM BENCH= 6cbcc6edcedb57b7f84e6e64526ef8de
RANDOM SEED=1423389754

node56.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.209
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.209
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:       1017896 kB
Buffers:         67156 kB
Cached:         790936 kB
SwapCached:          0 kB
Active:         227436 kB
Inactive:       755632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1017896 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5924 kB
Writeback:           0 kB
Mapped:         140588 kB
Slab:            40028 kB
Committed_AS:   863212 kB
PageTables:       2080 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= 103032 MiB
End job on node56 at 2009-07-11 22:45:52