Trace number 2087449

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 44.8572 45.1439

General information on the benchmark

Namecsp/bibd9/
normalized-bibd-9-108-36-3-9_glb.xml
MD5SUM0f3eb91535261d7ec3bb0429889a1eb7
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark44.8572
Satisfiable
(Un)Satisfiability was proved
Number of variables4860
Number of constraints4041
Maximum constraint arity108
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3888
Global constraints used (with number of constraints)weightedsum(153)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 10:11:05 2009
0.00/0.07	c 0	PID 24256
0.00/0.07	c 0	HOST node53.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2087449-1247386265.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2087449-1247386265.xml' 'HOME/temp.csp'
0.06/0.80	c 1	1 domains, 4860 variables, 1 predicates, 0 relations, 4041 constraints
0.06/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.81	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'
0.06/0.88	c 1	Parsing HOME/temp.csp
1.02/1.09	c 1	parsed 8903 expressions
1.02/1.10	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.10	c 1	Converting to clausal form CSP
1.11/1.13	c 1	converted 891 (10%) expressions
1.11/1.14	c 1	converted 1781 (20%) expressions
1.11/1.14	c 1	converted 2671 (30%) expressions
1.11/1.14	c 1	converted 3562 (40%) expressions
1.11/1.14	c 1	converted 4452 (50%) expressions
1.51/1.52	c 2	converted 5342 (60%) expressions
1.81/1.80	c 2	converted 6233 (70%) expressions
2.00/2.08	c 2	converted 7123 (80%) expressions
2.41/2.42	c 3	converted 8013 (90%) expressions
2.90/2.97	c 3	converted 8903 (100%) expressions
2.90/2.97	c 3	CSP : 14526 integers, 7776 booleans, 42966 clauses, largest domain size 37
2.90/2.97	c 3	Heap : 28 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.90/2.97	c 3	Propagation in CSP
3.10/3.14	c 3	1944 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.10/3.14	c 3	CSP : 14526 integers, 7776 booleans, 42966 clauses, largest domain size 37
3.10/3.14	c 3	Heap : 27 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.10/3.16	c 3	Simplifing CSP by introducing new Boolean variables
3.10/3.18	c 3	CSP : 14526 integers, 7776 booleans, 42966 clauses, largest domain size 37
3.10/3.19	c 3	Heap : 28 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.30/3.35	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.30/3.38	c 4	1453 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.30/3.39	c 4	2906 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.30/3.39	c 4	4358 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.30/3.39	c 4	5811 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.30/3.39	c 4	7263 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.30/3.40	c 4	8716 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.30/3.40	c 4	10169 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.39/3.40	c 4	11621 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.39/3.41	c 4	13074 (90%) CSP integer variables are encoded (6069 clauses, 91099 bytes)
3.39/3.43	c 4	14526 (100%) CSP integer variables are encoded (22410 clauses, 336214 bytes)
3.39/3.49	c 4	4297 (10%) CSP clauses are encoded (26707 clauses, 398615 bytes)
3.50/3.52	c 4	8594 (20%) CSP clauses are encoded (31004 clauses, 461616 bytes)
3.50/3.55	c 4	12890 (30%) CSP clauses are encoded (35300 clauses, 526054 bytes)
3.50/3.58	c 4	17187 (40%) CSP clauses are encoded (39597 clauses, 590516 bytes)
3.59/3.61	c 4	21483 (50%) CSP clauses are encoded (43893 clauses, 654954 bytes)
3.59/3.64	c 4	25780 (60%) CSP clauses are encoded (48190 clauses, 719472 bytes)
3.59/3.66	c 4	30077 (70%) CSP clauses are encoded (52487 clauses, 787371 bytes)
3.59/3.69	c 4	34373 (80%) CSP clauses are encoded (56783 clauses, 855246 bytes)
3.69/3.72	c 4	38670 (90%) CSP clauses are encoded (61080 clauses, 923134 bytes)
21.37/21.50	c 22	42966 (100%) CSP clauses are encoded (1414854 clauses, 41674312 bytes)
21.37/21.50	c 22	42966 CSP clauses encoded
21.37/21.50	c 22	Writing map file : HOME/temp.map
21.37/21.53	c 22	Heap : 24 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.37/21.53	c 22	SAT : 44712 SAT variables, 1414854 SAT clauses, 41674312 bytes
21.37/21.53	c 22	Heap : 24 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.37/21.59	c 22	SOLVING HOME/temp.cnf
21.37/21.59	c 22	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
44.31/44.64	c 45	DECODING HOME/temp.out WITH HOME/temp.map
44.31/44.64	c 45	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'
44.39/44.72	c 45	Decoding HOME/temp.out
44.39/44.95	s SATISFIABLE
44.73/45.08	v 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 1 0 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 1 1 0 0 0 1 0 0 0 0 1 1 1 1 1 0 0 1 0 1 1 0 1 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 1 1 0 1 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 1 0 0 0 0 0 1 1 0 1 0 0 0 0 1 1 0 0 1 0 0 1 1 0 1 0 1 1 0 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 0 1 1 0 1 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 1 1 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 1 1 0 1 0 1 0 1 1 0 0 0 1 0 1 0 0 0 1 1 1 0 1 1 1 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 1 1 1 0 1 0 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 0 0 1 1 1 1 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 1 1 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 1 1 1 0 0 1 0 1 1 0 1 0 0 0 0 0 1 0 1 1 0 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 1 1 0 0 0 0 0 1 1 0 0 1 1 1 1 0 1 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 0 1 0 1 1 0 0 1 1 1 1 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 1 1 0 0 0 1 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 1 1 0 1 1 0 0 1 0 0 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 1 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 1 0 1 1 0 1 0 1 1 0 0 1 1 1 0 0 0 1 1 1 0 0 0 0 0 1 1 1 1 0 0 0 1 1 0 0 1 0 1 0 0 0 0 1 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 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 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 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 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 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 0 0 0 0 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 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 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 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 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 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 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 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 1 0 1 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 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 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 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 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 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 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 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 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 1 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 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 1 0 0 0 1 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 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 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 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 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 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 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 1 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 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 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 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 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 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 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 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
44.73/45.09	c 45	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
44.80/45.13	c 45	CPU 44.81 (0.07 0.04 34.64 10.06)
44.80/45.13	c 45	END Sun Jul 12 10:11:50 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-2087449-1247386265/watcher-2087449-1247386265 -o /tmp/evaluation-result-2087449-1247386265/solver-2087449-1247386265 -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-2087449-1247386265.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.92 1.98 1.99 4/74 24256
/proc/meminfo: memFree=1892688/2055920 swapFree=4192812/4192956
[pid=24256] ppid=24254 vsize=12268 CPUtime=0
/proc/24256/stat : 24256 (sugar) R 24254 24256 23641 0 -1 4194304 352 0 0 0 0 0 0 0 20 0 1 0 25690529 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 0 0 0 0 17 0 0 0
/proc/24256/statm: 3068 324 244 3 0 168 0

[startup+0.0805269 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 24256
/proc/meminfo: memFree=1892688/2055920 swapFree=4192812/4192956
[pid=24256] ppid=24254 vsize=16868 CPUtime=0.06
/proc/24256/stat : 24256 (sugar) S 24254 24256 23641 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25690529 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24256/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.110529 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 24256
/proc/meminfo: memFree=1892688/2055920 swapFree=4192812/4192956
[pid=24256] ppid=24254 vsize=16868 CPUtime=0.06
/proc/24256/stat : 24256 (sugar) S 24254 24256 23641 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25690529 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24256/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30155 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 24256
/proc/meminfo: memFree=1892688/2055920 swapFree=4192812/4192956
[pid=24256] ppid=24254 vsize=16868 CPUtime=0.06
/proc/24256/stat : 24256 (sugar) S 24254 24256 23641 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25690529 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24256/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701597 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 24256
/proc/meminfo: memFree=1892688/2055920 swapFree=4192812/4192956
[pid=24256] ppid=24254 vsize=16868 CPUtime=0.06
/proc/24256/stat : 24256 (sugar) S 24254 24256 23641 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25690529 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24256/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50269 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 24278
/proc/meminfo: memFree=1883704/2055920 swapFree=4192812/4192956
[pid=24256] ppid=24254 vsize=16868 CPUtime=0.84
/proc/24256/stat : 24256 (sugar) S 24254 24256 23641 0 -1 4194304 1309 7884 0 1 5 2 72 5 15 0 1 0 25690529 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24256/statm: 4217 1111 409 3 0 796 0
[pid=24269] ppid=24256 vsize=5356 CPUtime=0
/proc/24269/stat : 24269 (sh) S 24256 24256 23641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25690610 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24269/statm: 1339 233 193 169 0 50 0
[pid=24270] ppid=24269 vsize=868600 CPUtime=0.67
/proc/24270/stat : 24270 (java) S 24269 24256 23641 0 -1 0 7583 0 1 0 63 4 0 0 20 0 9 0 25690610 889446400 6833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24270/statm: 217150 6833 2567 9 0 211655 0
[pid=24270/tid=24271] ppid=24269 vsize=868600 CPUtime=0.4
/proc/24270/task/24271/stat : 24271 (java) R 24269 24256 23641 0 -1 64 2673 0 1 0 38 2 0 0 25 0 9 0 25690611 889446400 6833 996147200 134512640 134550932 4294955936 18446744073709551615 4125960398 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24272] ppid=24269 vsize=868600 CPUtime=0.09
/proc/24270/task/24272/stat : 24272 (java) S 24269 24256 23641 0 -1 64 2730 0 0 0 9 0 0 0 16 0 9 0 25690612 889446400 6833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24273] ppid=24269 vsize=868600 CPUtime=0
/proc/24270/task/24273/stat : 24273 (java) S 24269 24256 23641 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25690612 889446400 6833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24274] ppid=24269 vsize=868600 CPUtime=0
/proc/24270/task/24274/stat : 24274 (java) S 24269 24256 23641 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25690612 889446400 6833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24275] ppid=24269 vsize=868600 CPUtime=0
/proc/24270/task/24275/stat : 24275 (java) S 24269 24256 23641 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25690614 889446400 6833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24276] ppid=24269 vsize=868600 CPUtime=0.16
/proc/24270/task/24276/stat : 24276 (java) S 24269 24256 23641 0 -1 64 1482 0 0 0 16 0 0 0 16 0 9 0 25690614 889446400 6833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24277] ppid=24269 vsize=868600 CPUtime=0
/proc/24270/task/24277/stat : 24277 (java) S 24269 24256 23641 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25690614 889446400 6833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24278] ppid=24269 vsize=868600 CPUtime=0
/proc/24270/task/24278/stat : 24278 (java) S 24269 24256 23641 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25690614 889446400 6833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 890824

[startup+3.10288 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 24278
/proc/meminfo: memFree=1860408/2055920 swapFree=4192812/4192956
[pid=24256] ppid=24254 vsize=16868 CPUtime=0.84
/proc/24256/stat : 24256 (sugar) S 24254 24256 23641 0 -1 4194304 1310 7884 0 1 5 2 72 5 15 0 1 0 25690529 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24256/statm: 4217 1111 409 3 0 796 0
[pid=24269] ppid=24256 vsize=5356 CPUtime=0
/proc/24269/stat : 24269 (sh) S 24256 24256 23641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25690610 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24269/statm: 1339 233 193 169 0 50 0
[pid=24270] ppid=24269 vsize=868600 CPUtime=2.26
/proc/24270/stat : 24270 (java) S 24269 24256 23641 0 -1 0 13746 0 1 0 218 8 0 0 20 0 9 0 25690610 889446400 12593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24270/statm: 217150 12593 2566 9 0 211655 0
[pid=24270/tid=24271] ppid=24269 vsize=868600 CPUtime=1.42
/proc/24270/task/24271/stat : 24271 (java) R 24269 24256 23641 0 -1 64 3008 0 1 0 140 2 0 0 25 0 9 0 25690611 889446400 12593 996147200 134512640 134550932 4294955936 18446744073709551615 4126796062 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24272] ppid=24269 vsize=868600 CPUtime=0.61
/proc/24270/task/24272/stat : 24272 (java) S 24269 24256 23641 0 -1 64 8528 0 0 0 57 4 0 0 16 0 9 0 25690612 889446400 12593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24273] ppid=24269 vsize=868600 CPUtime=0
/proc/24270/task/24273/stat : 24273 (java) S 24269 24256 23641 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25690612 889446400 12593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24274] ppid=24269 vsize=868600 CPUtime=0
/proc/24270/task/24274/stat : 24274 (java) S 24269 24256 23641 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25690612 889446400 12593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24275] ppid=24269 vsize=868600 CPUtime=0
/proc/24270/task/24275/stat : 24275 (java) S 24269 24256 23641 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25690614 889446400 12593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24276] ppid=24269 vsize=868600 CPUtime=0.2
/proc/24270/task/24276/stat : 24276 (java) S 24269 24256 23641 0 -1 64 1512 0 0 0 20 0 0 0 16 0 9 0 25690614 889446400 12593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24277] ppid=24269 vsize=868600 CPUtime=0
/proc/24270/task/24277/stat : 24277 (java) S 24269 24256 23641 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25690614 889446400 12593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24278] ppid=24269 vsize=868600 CPUtime=0
/proc/24270/task/24278/stat : 24278 (java) S 24269 24256 23641 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25690614 889446400 12593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 890824

[startup+6.30126 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 24278
/proc/meminfo: memFree=1843896/2055920 swapFree=4192812/4192956
[pid=24256] ppid=24254 vsize=16868 CPUtime=0.84
/proc/24256/stat : 24256 (sugar) S 24254 24256 23641 0 -1 4194304 1310 7884 0 1 5 2 72 5 15 0 1 0 25690529 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24256/statm: 4217 1111 409 3 0 796 0
[pid=24269] ppid=24256 vsize=5356 CPUtime=0
/proc/24269/stat : 24269 (sh) S 24256 24256 23641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25690610 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24269/statm: 1339 233 193 169 0 50 0
[pid=24270] ppid=24269 vsize=868712 CPUtime=5.43
/proc/24270/stat : 24270 (java) S 24269 24256 23641 0 -1 0 14173 0 1 0 530 13 0 0 20 0 9 0 25690610 889561088 12678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24270/statm: 217178 12678 2590 9 0 211655 0
[pid=24270/tid=24271] ppid=24269 vsize=868712 CPUtime=4.34
/proc/24270/task/24271/stat : 24271 (java) R 24269 24256 23641 0 -1 64 3179 0 1 0 428 6 0 0 25 0 9 0 25690611 889561088 12678 996147200 134512640 134550932 4294955936 18446744073709551615 4126554742 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24272] ppid=24269 vsize=868712 CPUtime=0.81
/proc/24270/task/24272/stat : 24272 (java) S 24269 24256 23641 0 -1 64 8745 0 0 0 76 5 0 0 16 0 9 0 25690612 889561088 12678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24273] ppid=24269 vsize=868712 CPUtime=0
/proc/24270/task/24273/stat : 24273 (java) S 24269 24256 23641 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25690612 889561088 12678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24274] ppid=24269 vsize=868712 CPUtime=0
/proc/24270/task/24274/stat : 24274 (java) S 24269 24256 23641 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25690612 889561088 12678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24275] ppid=24269 vsize=868712 CPUtime=0
/proc/24270/task/24275/stat : 24275 (java) S 24269 24256 23641 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25690614 889561088 12678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24276] ppid=24269 vsize=868712 CPUtime=0.26
/proc/24270/task/24276/stat : 24276 (java) S 24269 24256 23641 0 -1 64 1551 0 0 0 25 1 0 0 16 0 9 0 25690614 889561088 12678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24277] ppid=24269 vsize=868712 CPUtime=0
/proc/24270/task/24277/stat : 24277 (java) S 24269 24256 23641 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25690614 889561088 12678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24278] ppid=24269 vsize=868712 CPUtime=0
/proc/24270/task/24278/stat : 24278 (java) S 24269 24256 23641 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25690614 889561088 12678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 890936

[startup+12.703 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 24278
/proc/meminfo: memFree=1828728/2055920 swapFree=4192812/4192956
[pid=24256] ppid=24254 vsize=16868 CPUtime=0.84
/proc/24256/stat : 24256 (sugar) S 24254 24256 23641 0 -1 4194304 1310 7884 0 1 5 2 72 5 15 0 1 0 25690529 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24256/statm: 4217 1111 409 3 0 796 0
[pid=24269] ppid=24256 vsize=5356 CPUtime=0
/proc/24269/stat : 24269 (sh) S 24256 24256 23641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25690610 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24269/statm: 1339 233 193 169 0 50 0
[pid=24270] ppid=24269 vsize=868712 CPUtime=11.78
/proc/24270/stat : 24270 (java) S 24269 24256 23641 0 -1 0 14387 0 1 0 1155 23 0 0 20 0 9 0 25690610 889561088 12679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24270/statm: 217178 12679 2590 9 0 211655 0
[pid=24270/tid=24271] ppid=24269 vsize=868712 CPUtime=10.59
/proc/24270/task/24271/stat : 24271 (java) R 24269 24256 23641 0 -1 64 3393 0 1 0 1045 14 0 0 25 0 9 0 25690611 889561088 12679 996147200 134512640 134550932 4294955936 18446744073709551615 4126554760 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24272] ppid=24269 vsize=868712 CPUtime=0.9
/proc/24270/task/24272/stat : 24272 (java) S 24269 24256 23641 0 -1 64 8745 0 0 0 84 6 0 0 16 0 9 0 25690612 889561088 12679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24273] ppid=24269 vsize=868712 CPUtime=0
/proc/24270/task/24273/stat : 24273 (java) S 24269 24256 23641 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25690612 889561088 12679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24274] ppid=24269 vsize=868712 CPUtime=0
/proc/24270/task/24274/stat : 24274 (java) S 24269 24256 23641 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25690612 889561088 12679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24275] ppid=24269 vsize=868712 CPUtime=0
/proc/24270/task/24275/stat : 24275 (java) S 24269 24256 23641 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25690614 889561088 12679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24276] ppid=24269 vsize=868712 CPUtime=0.26
/proc/24270/task/24276/stat : 24276 (java) S 24269 24256 23641 0 -1 64 1551 0 0 0 25 1 0 0 16 0 9 0 25690614 889561088 12679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24277] ppid=24269 vsize=868712 CPUtime=0
/proc/24270/task/24277/stat : 24277 (java) S 24269 24256 23641 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25690614 889561088 12679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24270/tid=24278] ppid=24269 vsize=868712 CPUtime=0
/proc/24270/task/24278/stat : 24278 (java) S 24269 24256 23641 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25690614 889561088 12679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 890936

[startup+25.5015 s]
/proc/loadavg: 1.95 1.98 1.99 3/77 24280
/proc/meminfo: memFree=1832824/2055920 swapFree=4192812/4192956
[pid=24256] ppid=24254 vsize=16868 CPUtime=21.42
/proc/24256/stat : 24256 (sugar) S 24254 24256 23641 0 -1 4194304 1365 22877 0 2 5 2 2091 44 16 0 1 0 25690529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24256/statm: 4217 1113 409 3 0 796 0
[pid=24279] ppid=24256 vsize=5356 CPUtime=0
/proc/24279/stat : 24279 (sh) S 24256 24256 23641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25692688 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24279/statm: 1339 232 193 169 0 50 0
[pid=24280] ppid=24279 vsize=18492 CPUtime=3.87
/proc/24280/stat : 24280 (picosat) R 24279 24256 23641 0 -1 4194304 3993 0 0 0 176 211 0 0 25 0 1 0 25692688 18935808 3979 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/24280/statm: 4623 3979 40 102 0 4518 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 40716

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

[startup+38.303 s]
/proc/loadavg: 1.95 1.98 1.99 3/77 24280
/proc/meminfo: memFree=1794808/2055920 swapFree=4192812/4192956
[pid=24256] ppid=24254 vsize=16868 CPUtime=21.42
/proc/24256/stat : 24256 (sugar) S 24254 24256 23641 0 -1 4194304 1365 22877 0 2 5 2 2091 44 16 0 1 0 25690529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24256/statm: 4217 1113 409 3 0 796 0
[pid=24279] ppid=24256 vsize=5356 CPUtime=0
/proc/24279/stat : 24279 (sh) S 24256 24256 23641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25692688 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24279/statm: 1339 232 193 169 0 50 0
[pid=24280] ppid=24279 vsize=61068 CPUtime=16.62
/proc/24280/stat : 24280 (picosat) R 24279 24256 23641 0 -1 4194304 14031 0 0 0 777 885 0 0 25 0 1 0 25692688 62533632 14017 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/24280/statm: 15267 14017 40 102 0 15162 0
Current children cumulated CPU time (s) 38.04
Current children cumulated vsize (KiB) 83292

[startup+41.5014 s]
/proc/loadavg: 1.96 1.98 1.99 3/77 24280
/proc/meminfo: memFree=1787256/2055920 swapFree=4192812/4192956
[pid=24256] ppid=24254 vsize=16868 CPUtime=21.42
/proc/24256/stat : 24256 (sugar) S 24254 24256 23641 0 -1 4194304 1365 22877 0 2 5 2 2091 44 16 0 1 0 25690529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24256/statm: 4217 1113 409 3 0 796 0
[pid=24279] ppid=24256 vsize=5356 CPUtime=0
/proc/24279/stat : 24279 (sh) S 24256 24256 23641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25692688 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24279/statm: 1339 232 193 169 0 50 0
[pid=24280] ppid=24279 vsize=65976 CPUtime=19.81
/proc/24280/stat : 24280 (picosat) R 24279 24256 23641 0 -1 4194304 15225 0 0 0 1026 955 0 0 25 0 1 0 25692688 67559424 15185 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/24280/statm: 16494 15185 42 102 0 16389 0
Current children cumulated CPU time (s) 41.23
Current children cumulated vsize (KiB) 88200

[startup+43.1016 s]
/proc/loadavg: 1.96 1.98 1.99 3/77 24280
/proc/meminfo: memFree=1787064/2055920 swapFree=4192812/4192956
[pid=24256] ppid=24254 vsize=16868 CPUtime=21.42
/proc/24256/stat : 24256 (sugar) S 24254 24256 23641 0 -1 4194304 1365 22877 0 2 5 2 2091 44 16 0 1 0 25690529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24256/statm: 4217 1113 409 3 0 796 0
[pid=24279] ppid=24256 vsize=5356 CPUtime=0
/proc/24279/stat : 24279 (sh) S 24256 24256 23641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25692688 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24279/statm: 1339 232 193 169 0 50 0
[pid=24280] ppid=24279 vsize=65976 CPUtime=21.4
/proc/24280/stat : 24280 (picosat) R 24279 24256 23641 0 -1 4194304 15226 0 0 0 1185 955 0 0 25 0 1 0 25692688 67559424 15186 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24280/statm: 16494 15186 42 102 0 16389 0
Current children cumulated CPU time (s) 42.82
Current children cumulated vsize (KiB) 88200

[startup+43.9017 s]
/proc/loadavg: 1.96 1.98 1.99 3/77 24280
/proc/meminfo: memFree=1787064/2055920 swapFree=4192812/4192956
[pid=24256] ppid=24254 vsize=16868 CPUtime=21.42
/proc/24256/stat : 24256 (sugar) S 24254 24256 23641 0 -1 4194304 1365 22877 0 2 5 2 2091 44 16 0 1 0 25690529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24256/statm: 4217 1113 409 3 0 796 0
[pid=24279] ppid=24256 vsize=5356 CPUtime=0
/proc/24279/stat : 24279 (sh) S 24256 24256 23641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25692688 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24279/statm: 1339 232 193 169 0 50 0
[pid=24280] ppid=24279 vsize=65976 CPUtime=22.2
/proc/24280/stat : 24280 (picosat) R 24279 24256 23641 0 -1 4194304 15226 0 0 0 1265 955 0 0 25 0 1 0 25692688 67559424 15186 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24280/statm: 16494 15186 42 102 0 16389 0
Current children cumulated CPU time (s) 43.62
Current children cumulated vsize (KiB) 88200

[startup+44.7028 s]
/proc/loadavg: 1.96 1.98 1.99 3/77 24280
/proc/meminfo: memFree=1787064/2055920 swapFree=4192812/4192956
[pid=24256] ppid=24254 vsize=16868 CPUtime=44.39
/proc/24256/stat : 24256 (sugar) S 24254 24256 23641 0 -1 4194304 1428 38400 0 2 6 2 3430 1001 17 0 1 0 25690529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24256/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 44.39
Current children cumulated vsize (KiB) 16868

[startup+45.1078 s]
/proc/loadavg: 1.96 1.98 1.99 4/85 24290
/proc/meminfo: memFree=1841208/2055920 swapFree=4192812/4192956
[pid=24256] ppid=24254 vsize=16868 CPUtime=44.42
/proc/24256/stat : 24256 (sugar) S 24254 24256 23641 0 -1 4194304 1455 38400 0 2 7 4 3430 1001 15 0 1 0 25690529 17272832 1118 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24256/statm: 4217 1118 409 3 0 796 0
[pid=24281] ppid=24256 vsize=5356 CPUtime=0
/proc/24281/stat : 24281 (sh) S 24256 24256 23641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25694993 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24281/statm: 1339 233 193 169 0 50 0
[pid=24282] ppid=24281 vsize=864152 CPUtime=0.38
/proc/24282/stat : 24282 (java) S 24281 24256 23641 0 -1 0 3914 0 1 0 34 4 0 0 18 0 9 0 25694994 884891648 3372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24282/statm: 216038 3372 1719 9 0 210543 0
[pid=24282/tid=24283] ppid=24281 vsize=864152 CPUtime=0.26
/proc/24282/task/24283/stat : 24283 (java) S 24281 24256 23641 0 -1 64 2571 0 1 0 23 3 0 0 22 0 9 0 25694995 884891648 3372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24282/tid=24284] ppid=24281 vsize=864152 CPUtime=0.01
/proc/24282/task/24284/stat : 24284 (java) S 24281 24256 23641 0 -1 64 285 0 0 0 1 0 0 0 16 0 9 0 25694996 884891648 3372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24282/tid=24285] ppid=24281 vsize=864152 CPUtime=0
/proc/24282/task/24285/stat : 24285 (java) S 24281 24256 23641 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 25694996 884891648 3372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24282/tid=24286] ppid=24281 vsize=864152 CPUtime=0
/proc/24282/task/24286/stat : 24286 (java) S 24281 24256 23641 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25694996 884891648 3372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24282/tid=24287] ppid=24281 vsize=864152 CPUtime=0
/proc/24282/task/24287/stat : 24287 (java) S 24281 24256 23641 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25694998 884891648 3372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24282/tid=24288] ppid=24281 vsize=864152 CPUtime=0.09
/proc/24282/task/24288/stat : 24288 (java) S 24281 24256 23641 0 -1 64 361 0 0 0 9 0 0 0 16 0 9 0 25694998 884891648 3372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24282/tid=24289] ppid=24281 vsize=864152 CPUtime=0
/proc/24282/task/24289/stat : 24289 (java) S 24281 24256 23641 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25694998 884891648 3372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24282/tid=24290] ppid=24281 vsize=864152 CPUtime=0
/proc/24282/task/24290/stat : 24290 (java) S 24281 24256 23641 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25694998 884891648 3372 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.8
Current children cumulated vsize (KiB) 886376

Child status: 0
Real time (s): 45.1439
CPU time (s): 44.8572
CPU user time (s): 34.7277
CPU system time (s): 10.1295
CPU usage (%): 99.3649
Max. virtual memory (cumulated for all children) (KiB): 891328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.7277
system time used= 10.1295
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44146
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= 14424
involuntary context switches= 14866

runsolver used 0.072988 second user time and 0.146977 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-12 10:11:05
IDJOB=2087449
IDBENCH=58726
IDSOLVER=738
FILE ID=node53/2087449-1247386265
PBS_JOBID= 9507265
Free space on /tmp= 65972 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/bibd9/normalized-bibd-9-108-36-3-9_glb.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-2087449-1247386265/watcher-2087449-1247386265 -o /tmp/evaluation-result-2087449-1247386265/solver-2087449-1247386265 -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-2087449-1247386265.xml

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

MD5SUM BENCH= 0f3eb91535261d7ec3bb0429889a1eb7
RANDOM SEED=836457263

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1893168 kB
Buffers:         11448 kB
Cached:          68996 kB
SwapCached:          0 kB
Active:          83204 kB
Inactive:        27752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1893168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2328 kB
Writeback:           0 kB
Mapped:          41704 kB
Slab:            37148 kB
Committed_AS:   199644 kB
PageTables:       1820 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= 65972 MiB
End job on node53 at 2009-07-12 10:11:50