Trace number 2087306

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 17.3514 17.6433

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-6-4-8.xml
MD5SUM9ca836038bbfff2e7075ea9f6ab9212e
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 benchmark8.74267
Satisfiable
(Un)Satisfiability was proved
Number of variables4512
Number of constraints24544
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24544
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 Sun Jul 12 10:04:52 2009
0.00/0.08	c 0	PID 28196
0.06/0.08	c 0	HOST node33.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2087306-1247385891.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-2087306-1247385891.xml' 'HOME/temp.csp'
1.64/1.79	c 1	1 domains, 4512 variables, 4 predicates, 0 relations, 24544 constraints
1.74/1.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.74/1.84	c 1	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'
1.75/1.92	c 2	Parsing HOME/temp.csp
1.75/2.08	c 2	parsed 10000 expressions
2.09/2.22	c 2	parsed 20000 expressions
2.18/2.36	c 2	parsed 29061 expressions
2.18/2.37	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.18/2.37	c 2	Converting to clausal form CSP
2.29/2.43	c 2	converted 2907 (10%) expressions
2.48/2.66	c 2	converted 5813 (20%) expressions
2.58/2.77	c 2	converted 8719 (30%) expressions
2.78/2.94	c 3	converted 11625 (40%) expressions
2.88/3.04	c 3	converted 14531 (50%) expressions
2.98/3.14	c 3	converted 17437 (60%) expressions
3.07/3.24	c 3	converted 20343 (70%) expressions
3.17/3.33	c 3	converted 23249 (80%) expressions
3.27/3.42	c 3	converted 26155 (90%) expressions
3.57/3.79	c 3	converted 29061 (100%) expressions
3.57/3.79	c 3	CSP : 5184 integers, 0 booleans, 26128 clauses, largest domain size 12
3.57/3.79	c 3	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.57/3.79	c 3	Propagation in CSP
3.96/4.15	c 4	288 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.96/4.16	c 4	CSP : 5184 integers, 0 booleans, 26128 clauses, largest domain size 12
3.96/4.16	c 4	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.96/4.17	c 4	Simplifing CSP by introducing new Boolean variables
3.96/4.19	c 4	CSP : 5184 integers, 0 booleans, 26128 clauses, largest domain size 12
3.96/4.19	c 4	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.07/4.29	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.17/4.32	c 4	519 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.17/4.33	c 4	1037 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.17/4.35	c 4	1556 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.17/4.35	c 4	2074 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.17/4.35	c 4	2592 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.17/4.35	c 4	3111 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.17/4.35	c 4	3629 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.17/4.35	c 4	4148 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.17/4.36	c 4	4666 (90%) CSP integer variables are encoded (748 clauses, 9788 bytes)
4.17/4.37	c 4	5184 (100%) CSP integer variables are encoded (3264 clauses, 42496 bytes)
4.26/4.47	c 4	2613 (10%) CSP clauses are encoded (5877 clauses, 82302 bytes)
4.36/4.54	c 4	5226 (20%) CSP clauses are encoded (8490 clauses, 124727 bytes)
4.36/4.59	c 4	7839 (30%) CSP clauses are encoded (11103 clauses, 167626 bytes)
4.45/4.64	c 4	10452 (40%) CSP clauses are encoded (13716 clauses, 210616 bytes)
4.45/4.68	c 4	13064 (50%) CSP clauses are encoded (16328 clauses, 253718 bytes)
4.55/4.73	c 4	15677 (60%) CSP clauses are encoded (18941 clauses, 297005 bytes)
4.55/4.78	c 4	18290 (70%) CSP clauses are encoded (21554 clauses, 340556 bytes)
4.65/4.83	c 4	20903 (80%) CSP clauses are encoded (24167 clauses, 384599 bytes)
4.65/4.88	c 5	23516 (90%) CSP clauses are encoded (26780 clauses, 431467 bytes)
13.57/13.86	c 13	26128 (100%) CSP clauses are encoded (222720 clauses, 5690913 bytes)
13.57/13.86	c 13	26128 CSP clauses encoded
13.57/13.86	c 13	Writing map file : HOME/temp.map
13.57/13.88	c 14	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.57/13.88	c 14	SAT : 8448 SAT variables, 222720 SAT clauses, 5690913 bytes
13.57/13.88	c 14	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.65/13.91	c 14	SOLVING HOME/temp.cnf
13.65/13.91	c 14	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
16.84/17.16	c 17	DECODING HOME/temp.out WITH HOME/temp.map
16.84/17.16	c 17	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'
16.91/17.24	c 17	Decoding HOME/temp.out
16.91/17.44	s SATISFIABLE
17.23/17.58	v 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 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 1 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 1 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 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 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 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 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 1 0 0 0 1 0 0 1 1 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 1 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 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 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 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 1 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 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 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 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 1 0 0 1 1 1 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 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 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 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 1 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 1 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 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 1 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 1 0 0 0 1 0 0 0 0 1 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 1 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 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 1 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 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 1 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 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 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 1 0 1 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 1 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 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 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 1 0 0 0 0 1 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 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 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 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 0 1 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 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 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 1 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 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 0 0 1 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 1 0 0 0 0 0 0 1 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 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 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 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 1 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 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 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 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 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 1 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 1 0 0 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 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 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 1 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 0 0 0 0 1 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 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 1 0 0 0 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 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 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 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 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 1 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 1 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 1 0 0 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 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 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 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 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 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 1 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 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 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 1 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 1 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 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 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 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 0 1 0 0 0 1 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 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 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 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 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 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 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 0 1 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 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 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 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 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 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 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 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 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 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 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 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 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 1 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 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1
17.23/17.59	c 17	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.32/17.64	c 17	CPU 17.32 (0.07 0.04 15.34 1.87)
17.32/17.64	c 17	END Sun Jul 12 10:05:09 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-2087306-1247385891/watcher-2087306-1247385891 -o /tmp/evaluation-result-2087306-1247385891/solver-2087306-1247385891 -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-2087306-1247385891.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.22 2.15 2.05 4/73 28196
/proc/meminfo: memFree=1893328/2055920 swapFree=4192812/4192956
[pid=28196] ppid=28194 vsize=18576 CPUtime=0
/proc/28196/stat : 28196 (runsolver) R 28194 28196 26573 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25655158 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28196/statm: 4644 284 249 26 0 2626 0

[startup+0.0818881 s]
/proc/loadavg: 2.22 2.15 2.05 4/73 28196
/proc/meminfo: memFree=1893328/2055920 swapFree=4192812/4192956
[pid=28196] ppid=28194 vsize=16740 CPUtime=0.06
/proc/28196/stat : 28196 (sugar) S 28194 28196 26573 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 25655158 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28196/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102471 s]
/proc/loadavg: 2.22 2.15 2.05 4/73 28196
/proc/meminfo: memFree=1893328/2055920 swapFree=4192812/4192956
[pid=28196] ppid=28194 vsize=16868 CPUtime=0.06
/proc/28196/stat : 28196 (sugar) S 28194 28196 26573 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25655158 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28196/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301287 s]
/proc/loadavg: 2.22 2.15 2.05 4/73 28196
/proc/meminfo: memFree=1893328/2055920 swapFree=4192812/4192956
[pid=28196] ppid=28194 vsize=16868 CPUtime=0.06
/proc/28196/stat : 28196 (sugar) S 28194 28196 26573 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25655158 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28196/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70134 s]
/proc/loadavg: 2.22 2.15 2.05 4/73 28196
/proc/meminfo: memFree=1893328/2055920 swapFree=4192812/4192956
[pid=28196] ppid=28194 vsize=16868 CPUtime=0.06
/proc/28196/stat : 28196 (sugar) S 28194 28196 26573 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25655158 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28196/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50244 s]
/proc/loadavg: 2.22 2.15 2.05 4/84 28208
/proc/meminfo: memFree=1864952/2055920 swapFree=4192812/4192956
[pid=28196] ppid=28194 vsize=16868 CPUtime=0.06
/proc/28196/stat : 28196 (sugar) S 28194 28196 26573 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25655158 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28196/statm: 4217 1111 409 3 0 796 0
[pid=28199] ppid=28196 vsize=5356 CPUtime=0
/proc/28199/stat : 28199 (sh) S 28196 28196 26573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25655166 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28199/statm: 1339 233 193 169 0 50 0
[pid=28200] ppid=28199 vsize=864772 CPUtime=1.39
/proc/28200/stat : 28200 (java) S 28199 28196 26573 0 -1 0 15126 0 1 0 130 9 0 0 18 0 9 0 25655167 885526528 13153 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28200/statm: 216193 13153 2556 9 0 210705 0
[pid=28200/tid=28201] ppid=28199 vsize=864772 CPUtime=0.79
/proc/28200/task/28201/stat : 28201 (java) R 28199 28196 26573 0 -1 64 3075 0 1 0 76 3 0 0 24 0 9 0 25655168 885526528 13153 996147200 134512640 134550932 4294955984 18446744073709551615 4126726709 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28202] ppid=28199 vsize=864772 CPUtime=0.44
/proc/28200/task/28202/stat : 28202 (java) S 28199 28196 26573 0 -1 64 10825 0 0 0 40 4 0 0 16 0 9 0 25655169 885526528 13153 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28203] ppid=28199 vsize=864772 CPUtime=0
/proc/28200/task/28203/stat : 28203 (java) S 28199 28196 26573 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 25655169 885526528 13153 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28204] ppid=28199 vsize=864772 CPUtime=0
/proc/28200/task/28204/stat : 28204 (java) S 28199 28196 26573 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 25655169 885526528 13153 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28205] ppid=28199 vsize=864772 CPUtime=0
/proc/28200/task/28205/stat : 28205 (java) S 28199 28196 26573 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25655171 885526528 13153 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28206] ppid=28199 vsize=864772 CPUtime=0.12
/proc/28200/task/28206/stat : 28206 (java) S 28199 28196 26573 0 -1 64 520 0 0 0 12 0 0 0 16 0 9 0 25655171 885526528 13153 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28207] ppid=28199 vsize=864772 CPUtime=0
/proc/28200/task/28207/stat : 28207 (java) S 28199 28196 26573 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25655171 885526528 13153 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28200/tid=28208] ppid=28199 vsize=864772 CPUtime=0
/proc/28200/task/28208/stat : 28208 (java) S 28199 28196 26573 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25655171 885526528 13153 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886996

[startup+3.10263 s]
/proc/loadavg: 2.22 2.15 2.05 3/84 28218
/proc/meminfo: memFree=1879992/2055920 swapFree=4192812/4192956
[pid=28196] ppid=28194 vsize=16868 CPUtime=1.75
/proc/28196/stat : 28196 (sugar) S 28194 28196 26573 0 -1 4194304 1309 15668 0 1 5 1 158 11 15 0 1 0 25655158 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28196/statm: 4217 1111 409 3 0 796 0
[pid=28209] ppid=28196 vsize=5356 CPUtime=0
/proc/28209/stat : 28209 (sh) S 28196 28196 26573 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25655343 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28209/statm: 1339 233 193 169 0 50 0
[pid=28210] ppid=28209 vsize=868624 CPUtime=1.23
/proc/28210/stat : 28210 (java) S 28209 28196 26573 0 -1 0 10257 0 1 0 119 4 0 0 18 0 9 0 25655343 889470976 9256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28210/statm: 217156 9256 2567 9 0 211661 0
[pid=28210/tid=28211] ppid=28209 vsize=868624 CPUtime=0.73
/proc/28210/task/28211/stat : 28211 (java) R 28209 28196 26573 0 -1 64 2753 0 1 0 72 1 0 0 21 0 9 0 25655344 889470976 9256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28212] ppid=28209 vsize=868624 CPUtime=0.3
/proc/28210/task/28212/stat : 28212 (java) R 28209 28196 26573 0 -1 64 5320 0 0 0 29 1 0 0 16 0 9 0 25655345 889470976 9256 996147200 134512640 134550932 4294955936 18446744073709551615 104194455 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28213] ppid=28209 vsize=868624 CPUtime=0
/proc/28210/task/28213/stat : 28213 (java) S 28209 28196 26573 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25655345 889470976 9256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28214] ppid=28209 vsize=868624 CPUtime=0
/proc/28210/task/28214/stat : 28214 (java) S 28209 28196 26573 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25655345 889470976 9256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28215] ppid=28209 vsize=868624 CPUtime=0
/proc/28210/task/28215/stat : 28215 (java) S 28209 28196 26573 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25655347 889470976 9256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28216] ppid=28209 vsize=868624 CPUtime=0.16
/proc/28210/task/28216/stat : 28216 (java) S 28209 28196 26573 0 -1 64 1481 0 0 0 16 0 0 0 16 0 9 0 25655347 889470976 9256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28217] ppid=28209 vsize=868624 CPUtime=0
/proc/28210/task/28217/stat : 28217 (java) S 28209 28196 26573 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25655347 889470976 9256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28218] ppid=28209 vsize=868624 CPUtime=0
/proc/28210/task/28218/stat : 28218 (java) R 28209 28196 26573 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25655347 889470976 9256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890848

[startup+6.30301 s]
/proc/loadavg: 2.20 2.14 2.05 3/84 28218
/proc/meminfo: memFree=1854008/2055920 swapFree=4192812/4192956
[pid=28196] ppid=28194 vsize=16868 CPUtime=1.75
/proc/28196/stat : 28196 (sugar) S 28194 28196 26573 0 -1 4194304 1310 15668 0 1 5 1 158 11 15 0 1 0 25655158 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28196/statm: 4217 1111 409 3 0 796 0
[pid=28209] ppid=28196 vsize=5356 CPUtime=0
/proc/28209/stat : 28209 (sh) S 28196 28196 26573 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25655343 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28209/statm: 1339 233 193 169 0 50 0
[pid=28210] ppid=28209 vsize=868736 CPUtime=4.39
/proc/28210/stat : 28210 (java) S 28209 28196 26573 0 -1 0 12507 0 1 0 431 8 0 0 18 0 9 0 25655343 889585664 11044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28210/statm: 217184 11044 2592 9 0 211661 0
[pid=28210/tid=28211] ppid=28209 vsize=868736 CPUtime=3.52
/proc/28210/task/28211/stat : 28211 (java) R 28209 28196 26573 0 -1 64 3053 0 1 0 349 3 0 0 25 0 9 0 25655344 889585664 11044 996147200 134512640 134550932 4294955936 18446744073709551615 4127001051 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28212] ppid=28209 vsize=868736 CPUtime=0.59
/proc/28210/task/28212/stat : 28212 (java) S 28209 28196 26573 0 -1 64 7207 0 0 0 56 3 0 0 16 0 9 0 25655345 889585664 11044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28213] ppid=28209 vsize=868736 CPUtime=0
/proc/28210/task/28213/stat : 28213 (java) S 28209 28196 26573 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25655345 889585664 11044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28214] ppid=28209 vsize=868736 CPUtime=0
/proc/28210/task/28214/stat : 28214 (java) S 28209 28196 26573 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25655345 889585664 11044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28215] ppid=28209 vsize=868736 CPUtime=0
/proc/28210/task/28215/stat : 28215 (java) S 28209 28196 26573 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25655347 889585664 11044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28216] ppid=28209 vsize=868736 CPUtime=0.25
/proc/28210/task/28216/stat : 28216 (java) S 28209 28196 26573 0 -1 64 1544 0 0 0 25 0 0 0 17 0 9 0 25655347 889585664 11044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28217] ppid=28209 vsize=868736 CPUtime=0
/proc/28210/task/28217/stat : 28217 (java) S 28209 28196 26573 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25655347 889585664 11044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28218] ppid=28209 vsize=868736 CPUtime=0
/proc/28210/task/28218/stat : 28218 (java) S 28209 28196 26573 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25655347 889585664 11044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890960

[startup+12.7028 s]
/proc/loadavg: 2.19 2.14 2.05 3/84 28218
/proc/meminfo: memFree=1849912/2055920 swapFree=4192812/4192956
[pid=28196] ppid=28194 vsize=16868 CPUtime=1.75
/proc/28196/stat : 28196 (sugar) S 28194 28196 26573 0 -1 4194304 1310 15668 0 1 5 1 158 11 15 0 1 0 25655158 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28196/statm: 4217 1111 409 3 0 796 0
[pid=28209] ppid=28196 vsize=5356 CPUtime=0
/proc/28209/stat : 28209 (sh) S 28196 28196 26573 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25655343 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28209/statm: 1339 233 193 169 0 50 0
[pid=28210] ppid=28209 vsize=868736 CPUtime=10.73
/proc/28210/stat : 28210 (java) S 28209 28196 26573 0 -1 0 12970 0 1 0 1058 15 0 0 18 0 9 0 25655343 889585664 11044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28210/statm: 217184 11044 2592 9 0 211661 0
[pid=28210/tid=28211] ppid=28209 vsize=868736 CPUtime=9.66
/proc/28210/task/28211/stat : 28211 (java) R 28209 28196 26573 0 -1 64 3516 0 1 0 960 6 0 0 25 0 9 0 25655344 889585664 11044 996147200 134512640 134550932 4294955936 18446744073709551615 4126998950 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28212] ppid=28209 vsize=868736 CPUtime=0.77
/proc/28210/task/28212/stat : 28212 (java) S 28209 28196 26573 0 -1 64 7207 0 0 0 71 6 0 0 16 0 9 0 25655345 889585664 11044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28213] ppid=28209 vsize=868736 CPUtime=0
/proc/28210/task/28213/stat : 28213 (java) S 28209 28196 26573 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25655345 889585664 11044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28214] ppid=28209 vsize=868736 CPUtime=0
/proc/28210/task/28214/stat : 28214 (java) S 28209 28196 26573 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25655345 889585664 11044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28215] ppid=28209 vsize=868736 CPUtime=0
/proc/28210/task/28215/stat : 28215 (java) S 28209 28196 26573 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25655347 889585664 11044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28216] ppid=28209 vsize=868736 CPUtime=0.25
/proc/28210/task/28216/stat : 28216 (java) S 28209 28196 26573 0 -1 64 1544 0 0 0 25 0 0 0 17 0 9 0 25655347 889585664 11044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28217] ppid=28209 vsize=868736 CPUtime=0
/proc/28210/task/28217/stat : 28217 (java) S 28209 28196 26573 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25655347 889585664 11044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28210/tid=28218] ppid=28209 vsize=868736 CPUtime=0
/proc/28210/task/28218/stat : 28218 (java) S 28209 28196 26573 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25655347 889585664 11044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890960

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

[startup+15.9012 s]
/proc/loadavg: 2.25 2.15 2.05 3/76 28220
/proc/meminfo: memFree=1878008/2055920 swapFree=4192812/4192956
[pid=28196] ppid=28194 vsize=16868 CPUtime=13.69
/proc/28196/stat : 28196 (sugar) S 28194 28196 26573 0 -1 4194304 1365 29030 0 2 6 1 1333 29 16 0 1 0 25655158 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28196/statm: 4217 1113 409 3 0 796 0
[pid=28219] ppid=28196 vsize=5356 CPUtime=0
/proc/28219/stat : 28219 (sh) S 28196 28196 26573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25656549 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28219/statm: 1339 232 193 169 0 50 0
[pid=28220] ppid=28219 vsize=7976 CPUtime=1.95
/proc/28220/stat : 28220 (picosat) R 28219 28196 26573 0 -1 4194304 1715 0 0 0 93 102 0 0 25 0 1 0 25656549 8167424 1701 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28220/statm: 1994 1701 40 102 0 1889 0
Current children cumulated CPU time (s) 15.64
Current children cumulated vsize (KiB) 30200

[startup+16.7013 s]
/proc/loadavg: 2.25 2.15 2.05 3/76 28220
/proc/meminfo: memFree=1874808/2055920 swapFree=4192812/4192956
[pid=28196] ppid=28194 vsize=16868 CPUtime=13.69
/proc/28196/stat : 28196 (sugar) S 28194 28196 26573 0 -1 4194304 1365 29030 0 2 6 1 1333 29 16 0 1 0 25655158 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28196/statm: 4217 1113 409 3 0 796 0
[pid=28219] ppid=28196 vsize=5356 CPUtime=0
/proc/28219/stat : 28219 (sh) S 28196 28196 26573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25656549 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28219/statm: 1339 232 193 169 0 50 0
[pid=28220] ppid=28219 vsize=10088 CPUtime=2.75
/proc/28220/stat : 28220 (picosat) R 28219 28196 26573 0 -1 4194304 2302 0 0 0 129 146 0 0 25 0 1 0 25656549 10330112 2288 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28220/statm: 2522 2288 40 102 0 2417 0
Current children cumulated CPU time (s) 16.44
Current children cumulated vsize (KiB) 32312

[startup+17.1013 s]
/proc/loadavg: 2.25 2.15 2.05 3/76 28220
/proc/meminfo: memFree=1874808/2055920 swapFree=4192812/4192956
[pid=28196] ppid=28194 vsize=16868 CPUtime=13.69
/proc/28196/stat : 28196 (sugar) S 28194 28196 26573 0 -1 4194304 1365 29030 0 2 6 1 1333 29 16 0 1 0 25655158 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28196/statm: 4217 1113 409 3 0 796 0
[pid=28219] ppid=28196 vsize=5356 CPUtime=0
/proc/28219/stat : 28219 (sh) S 28196 28196 26573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25656549 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28219/statm: 1339 232 193 169 0 50 0
[pid=28220] ppid=28219 vsize=10760 CPUtime=3.15
/proc/28220/stat : 28220 (picosat) R 28219 28196 26573 0 -1 4194304 2484 0 0 0 162 153 0 0 25 0 1 0 25656549 11018240 2466 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28220/statm: 2690 2466 48 102 0 2585 0
Current children cumulated CPU time (s) 16.84
Current children cumulated vsize (KiB) 32984

[startup+17.5014 s]
/proc/loadavg: 2.25 2.15 2.05 3/84 28230
/proc/meminfo: memFree=1876472/2055920 swapFree=4192812/4192956
[pid=28196] ppid=28194 vsize=16868 CPUtime=16.92
/proc/28196/stat : 28196 (sugar) S 28194 28196 26573 0 -1 4194304 1448 31821 0 2 6 2 1501 183 15 0 1 0 25655158 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28196/statm: 4217 1113 409 3 0 796 0
[pid=28221] ppid=28196 vsize=5356 CPUtime=0
/proc/28221/stat : 28221 (sh) S 28196 28196 26573 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 25656874 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28221/statm: 1339 233 193 169 0 50 0
[pid=28222] ppid=28221 vsize=862316 CPUtime=0.31
/proc/28222/stat : 28222 (java) S 28221 28196 26573 0 -1 0 3360 0 1 0 29 2 0 0 20 0 9 0 25656875 883011584 2825 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28222/statm: 215579 2825 1283 9 0 210492 0
[pid=28222/tid=28223] ppid=28221 vsize=862316 CPUtime=0.2
/proc/28222/task/28223/stat : 28223 (java) R 28221 28196 26573 0 -1 64 2047 0 1 0 19 1 0 0 20 0 9 0 25656875 883011584 2825 996147200 134512640 134550932 4294955984 18446744073709551615 4125961473 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28224] ppid=28221 vsize=862316 CPUtime=0
/proc/28222/task/28224/stat : 28224 (java) S 28221 28196 26573 0 -1 64 270 0 0 0 0 0 0 0 16 0 9 0 25656877 883011584 2825 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28225] ppid=28221 vsize=862316 CPUtime=0
/proc/28222/task/28225/stat : 28225 (java) S 28221 28196 26573 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25656877 883011584 2825 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28226] ppid=28221 vsize=862316 CPUtime=0
/proc/28222/task/28226/stat : 28226 (java) S 28221 28196 26573 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25656877 883011584 2825 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28227] ppid=28221 vsize=862316 CPUtime=0
/proc/28222/task/28227/stat : 28227 (java) S 28221 28196 26573 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25656879 883011584 2825 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28228] ppid=28221 vsize=862316 CPUtime=0.08
/proc/28222/task/28228/stat : 28228 (java) S 28221 28196 26573 0 -1 64 350 0 0 0 8 0 0 0 16 0 9 0 25656879 883011584 2825 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28229] ppid=28221 vsize=862316 CPUtime=0
/proc/28222/task/28229/stat : 28229 (java) S 28221 28196 26573 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25656879 883011584 2825 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28230] ppid=28221 vsize=862316 CPUtime=0
/proc/28222/task/28230/stat : 28230 (java) S 28221 28196 26573 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25656879 883011584 2825 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.23
Current children cumulated vsize (KiB) 884540

[startup+17.6064 s]
/proc/loadavg: 2.25 2.15 2.05 3/84 28230
/proc/meminfo: memFree=1876472/2055920 swapFree=4192812/4192956
[pid=28196] ppid=28194 vsize=16868 CPUtime=16.95
/proc/28196/stat : 28196 (sugar) S 28194 28196 26573 0 -1 4194304 1455 31821 0 2 7 4 1501 183 15 0 1 0 25655158 17272832 1118 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28196/statm: 4217 1118 409 3 0 796 0
[pid=28221] ppid=28196 vsize=5356 CPUtime=0
/proc/28221/stat : 28221 (sh) S 28196 28196 26573 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 25656874 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28221/statm: 1339 233 193 169 0 50 0
[pid=28222] ppid=28221 vsize=864152 CPUtime=0.37
/proc/28222/stat : 28222 (java) S 28221 28196 26573 0 -1 0 3891 0 1 0 33 4 0 0 20 0 9 0 25656875 884891648 3351 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28222/statm: 216038 3351 1717 9 0 210543 0
[pid=28222/tid=28223] ppid=28221 vsize=864152 CPUtime=0.24
/proc/28222/task/28223/stat : 28223 (java) S 28221 28196 26573 0 -1 64 2569 0 1 0 22 2 0 0 22 0 9 0 25656875 884891648 3351 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28224] ppid=28221 vsize=864152 CPUtime=0
/proc/28222/task/28224/stat : 28224 (java) S 28221 28196 26573 0 -1 64 270 0 0 0 0 0 0 0 16 0 9 0 25656877 884891648 3351 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28225] ppid=28221 vsize=864152 CPUtime=0
/proc/28222/task/28225/stat : 28225 (java) S 28221 28196 26573 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25656877 884891648 3351 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28226] ppid=28221 vsize=864152 CPUtime=0
/proc/28222/task/28226/stat : 28226 (java) S 28221 28196 26573 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25656877 884891648 3351 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28227] ppid=28221 vsize=864152 CPUtime=0
/proc/28222/task/28227/stat : 28227 (java) S 28221 28196 26573 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25656879 884891648 3351 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28228] ppid=28221 vsize=864152 CPUtime=0.09
/proc/28222/task/28228/stat : 28228 (java) S 28221 28196 26573 0 -1 64 359 0 0 0 9 0 0 0 16 0 9 0 25656879 884891648 3351 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28229] ppid=28221 vsize=864152 CPUtime=0
/proc/28222/task/28229/stat : 28229 (java) S 28221 28196 26573 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25656879 884891648 3351 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28230] ppid=28221 vsize=864152 CPUtime=0
/proc/28222/task/28230/stat : 28230 (java) S 28221 28196 26573 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25656879 884891648 3351 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.32
Current children cumulated vsize (KiB) 886376

Child status: 0
Real time (s): 17.6433
CPU time (s): 17.3514
CPU user time (s): 15.4247
CPU system time (s): 1.92671
CPU usage (%): 98.3454
Max. virtual memory (cumulated for all children) (KiB): 891352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.4247
system time used= 1.92671
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37543
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= 14901
involuntary context switches= 15041

runsolver used 0.026995 second user time and 0.069989 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-12 10:04:52
IDJOB=2087306
IDBENCH=58713
IDSOLVER=738
FILE ID=node33/2087306-1247385891
PBS_JOBID= 9507280
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-6-4-8.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-2087306-1247385891/watcher-2087306-1247385891 -o /tmp/evaluation-result-2087306-1247385891/solver-2087306-1247385891 -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-2087306-1247385891.xml

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

MD5SUM BENCH= 9ca836038bbfff2e7075ea9f6ab9212e
RANDOM SEED=1919506112

node33.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.229
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.229
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:       1893808 kB
Buffers:         16084 kB
Cached:          68712 kB
SwapCached:          0 kB
Active:          89372 kB
Inactive:        22360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1893808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4792 kB
Writeback:           0 kB
Mapped:          37612 kB
Slab:            35852 kB
Committed_AS:   267592 kB
PageTables:       1764 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= 66444 MiB
End job on node33 at 2009-07-12 10:05:09