Trace number 2067001

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+minisatSAT 19.857 20.1198

General information on the benchmark

Namecsp/pseudo/logic-synthesis/
normalized-apex4-a.xml
MD5SUM1df25d128c07e6240cda8abcd5079c1b
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 benchmark2.00569
Satisfiable
(Un)Satisfiability was proved
Number of variables4316
Number of constraints11739
Maximum constraint arity160
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11739
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sat Jul 11 22:22:35 2009
0.05/0.07	c 0	PID 15324
0.05/0.07	c 0	HOST node82.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2067001-1247343755.xml TO HOME/temp.csp
0.05/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-2067001-1247343755.xml' 'HOME/temp.csp'
1.26/1.31	c 1	2 domains, 4316 variables, 104 predicates, 0 relations, 11739 constraints
1.26/1.33	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.33	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.28/1.40	c 2	Parsing HOME/temp.csp
1.28/1.64	c 2	parsed 10000 expressions
1.28/1.79	c 2	parsed 16161 expressions
1.28/1.79	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.28/1.79	c 2	Converting to clausal form CSP
1.28/1.84	c 2	converted 1617 (10%) expressions
1.28/1.89	c 2	converted 3233 (20%) expressions
1.28/1.97	c 2	converted 4849 (30%) expressions
1.28/2.08	c 2	converted 6465 (40%) expressions
2.02/2.12	c 2	converted 8081 (50%) expressions
2.02/2.17	c 2	converted 9697 (60%) expressions
2.12/2.22	c 2	converted 11313 (70%) expressions
2.12/2.28	c 2	converted 12929 (80%) expressions
2.22/2.37	c 3	converted 14545 (90%) expressions
2.81/2.96	c 3	converted 16161 (100%) expressions
2.81/2.97	c 3	CSP : 6998 integers, 0 booleans, 12736 clauses, largest domain size 43
2.81/2.97	c 3	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.81/2.97	c 3	Propagation in CSP
3.01/3.14	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.01/3.14	c 3	CSP : 6998 integers, 0 booleans, 12736 clauses, largest domain size 43
3.01/3.14	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.01/3.16	c 3	Simplifing CSP by introducing new Boolean variables
3.01/3.17	c 3	CSP : 6998 integers, 0 booleans, 12736 clauses, largest domain size 43
3.01/3.17	c 3	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.11/3.25	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.11/3.26	c 3	700 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.11/3.27	c 3	1400 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.11/3.28	c 3	2100 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.11/3.28	c 3	2800 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.11/3.28	c 3	3499 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.11/3.28	c 3	4199 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.11/3.29	c 3	4899 (70%) CSP integer variables are encoded (1749 clauses, 22801 bytes)
3.11/3.29	c 3	5599 (80%) CSP integer variables are encoded (4170 clauses, 54274 bytes)
3.11/3.30	c 3	6299 (90%) CSP integer variables are encoded (7943 clauses, 110177 bytes)
3.21/3.32	c 3	6998 (100%) CSP integer variables are encoded (14816 clauses, 213272 bytes)
3.21/3.36	c 4	1274 (10%) CSP clauses are encoded (16090 clauses, 233733 bytes)
3.21/3.37	c 4	2548 (20%) CSP clauses are encoded (17364 clauses, 257491 bytes)
3.30/3.40	c 4	3821 (30%) CSP clauses are encoded (18637 clauses, 288388 bytes)
3.40/3.55	c 4	5095 (40%) CSP clauses are encoded (19911 clauses, 331461 bytes)
5.88/6.09	c 6	6368 (50%) CSP clauses are encoded (21184 clauses, 392827 bytes)
11.42/11.60	c 12	7642 (60%) CSP clauses are encoded (34470 clauses, 646709 bytes)
11.72/11.97	c 12	8916 (70%) CSP clauses are encoded (53764 clauses, 1020399 bytes)
11.92/12.17	c 12	10189 (80%) CSP clauses are encoded (90997 clauses, 1831323 bytes)
16.28/16.54	c 17	11463 (90%) CSP clauses are encoded (353245 clauses, 10045835 bytes)
18.75/19.06	c 19	12736 (100%) CSP clauses are encoded (567468 clauses, 16016945 bytes)
18.75/19.06	c 19	12736 CSP clauses encoded
18.75/19.06	c 19	Writing map file : HOME/temp.map
18.75/19.08	c 19	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.75/19.08	c 19	SAT : 21615 SAT variables, 567468 SAT clauses, 16016945 bytes
18.75/19.08	c 19	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.83/19.11	c 19	SOLVING HOME/temp.cnf
18.83/19.11	c 19	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.83/19.11	c 19	This is MiniSat 2.0 beta
18.83/19.11	c 19	WARNING: for repeatability, setting FPU to use double precision
18.83/19.11	c 19	============================[ Problem Statistics ]=============================
18.83/19.11	c 19	|                                                                             |
18.83/19.12	c 19	|  Number of variables:  21615                                                |
18.83/19.12	c 19	|  Number of clauses:    567468                                               |
18.85/19.47	c 20	|  Parsing time:         0.29         s                                       |
18.85/19.50	c 20	============================[ Search Statistics ]==============================
18.85/19.50	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.85/19.50	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.85/19.50	c 20	===============================================================================
18.85/19.50	c 20	|         0 |   21615   567468  2721713 |   189156        0    nan |  0.000 % |
18.85/19.67	c 20	===============================================================================
18.85/19.67	c 20	restarts              : 1
18.85/19.67	c 20	conflicts             : 57             (118 /sec)
18.85/19.67	c 20	decisions             : 5689           (0.86 % random) (11756 /sec)
18.85/19.67	c 20	propagations          : 111759         (230942 /sec)
18.85/19.67	c 20	conflict literals     : 401            (0.50 % deleted)
18.85/19.67	c 20	Memory used           : 32.39 MB
18.85/19.67	c 20	CPU time              : 0.483926 s
18.85/19.67	c 20	
18.85/19.68	c 20	SATISFIABLE
18.85/19.68	c 20	DECODING HOME/temp.out WITH HOME/temp.map
18.85/19.68	c 20	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'
19.42/19.76	c 20	Decoding HOME/temp.out
19.62/19.96	s SATISFIABLE
19.73/20.08	v 1 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 1 1 1 1 0 0 0 0 1 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 1 1 0 0 0 1 1 1 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 1 1 0 1 0 0 0 0 0 1 0 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 1 1 1 1 0 1 0 0 0 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 1 0 1 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 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 1 0 0 0 1 1 1 0 0 0 1 0 0 1 1 1 1 1 0 0 1 0 0 0 0 0 0 1 0 0 1 1 1 0 0 0 1 1 1 0 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 1 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 0 1 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 1 1 0 0 0 0 0 1 0 1 1 1 1 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 1 0 0 1 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 1 1 0 1 1 0 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 1 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 1 1 1 1 1 1 1 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 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 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 1 1 1 0 0 0 1 0 0 1 0 1 1 0 0 1 1 1 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 1 1 1 0 0 0 1 1 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 1 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 1 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 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 0 0 0 0 0 0 0 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 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 1 1 1 0 1 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 1 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 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 1 0 0 1 1 1 1 0 0 0 1 1 1 1 0 1 1 1 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 0 0 0 0 1 1 0 0 0 0 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 1 0 0 1 1 0 0 0 1 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 1 1 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 1 1 1 0 1 0 1 1 1 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 1 0 0 0 0 0 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 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 1 0 0 0 0 0 1 1 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 0 0 0 0 0 1 1 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 1 1 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 0 0 1 0 1 0 1 1 1 1 0 1 0 0 0 0 0 1 1 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 1 1 1 1 0 1 1 1 0 1 0 1 1 1 1 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 1 1 1 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 1 0 1 1 0 1 0 0 1 1 1 1 1 1 0 0 1 0 0 0 0 0 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 0 0 0 0 0 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 0 1 1 1 1 1 0 1 0 0 1 0 1 0 0 0 0 0 1 1 1 1 0 1 0 1 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 1 1 1 0 0 0 1 0 0 1 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 1 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 1 1 1 0 1 0 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 0 0 0 0 0 1 1 1 1 1 1 1 0 1 0 1 1 1 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 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 1 1 1 1 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 1 1 0 0 1 1 1 0 0 0 1 1 0 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 0 1 0 0 0 0 1 1 1 1 1 0 0 0 0 1 0 0 0 0 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 1 0 1 1 1 1 1 1 1 0 0 0 0 1 1 1 1 0 0 0 0 0 1 1 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 1 1 1 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 1 1 1 0 1 0 0 0 0 0 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 0 1 0 0 1 1 0 1 0 0 0 1 1 1 0 1 0 1 0 0 0 0 1 1 0 0 0 0 1 1 1 1 0 0 0 0 0 1 1 0 1 1 1 0 1 1 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 1 1 0 1 0 0 0 0 0 0 1 1 1 1 0 0 1 0 0 0 0 1 1 1 1 1 1 1 1 0 1 1 1 0 0 1 0 0 1 1 1 0 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 1 1 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 0 1 1 1 1 0 1 1 1 1 0 0 1 1 1 1 1 1 0 0 0 0 1 1 1 1 1 0 0 1 1 1 1 1 1 1 0 0 0 0 1 0 1 1 1 0 1 1 0 0 0 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 0 0 0 1 1 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 1 1 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 1 1 1 0 1 1 0 0 1 1 0 1 1 0 1 0 0 0 1 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 0 1 1 1 0 1 1 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 0 1 1 1 0 1 0 0 1 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 1 0 1 1 1 0 0 0 1 1 1 1 0 0 0 0 0 0 1 1 1 1 0 0 0 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 0 0 1 1 1 1 1 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 0 1 1 1 1 0 0 1 1 0 1 1 1 1 1 1 0 0 0 0 0 1 0 0 0 1 1 0 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 0 1 0 0 1 0 0 0 0 1 1 1 1 1 0 0 1 1 1 1 0 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 1 0 1 0 0 1 1 1 1 1 0 1 0 1 1 1 0 1 0 1 1 0 1 0 1 1 0 0 0 1 1 1 1 1 1 1 1 0 1 0 0 0 0 1 1 0 0 0 1 1 1 1 1 0 0 1 1 1 0 1 1 1 1 0 1 0 1 0 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 0 0 1 0 0 0 0 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 0 0 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 0 1 0 1 1 1 1 0 0 1 0 1 0 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 0 1 0 0 1 1 1 1 1 0 0 0 1 0 0 0 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 1 0 1 0 1 1 0 0 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 0 1 0 0 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 0 1 0 0 1 0 0 1 1 0 0 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
19.73/20.09	c 20	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.82/20.11	c 20	CPU 19.82 (0.08 0.03 19.3 0.41)
19.82/20.11	c 20	END Sat Jul 11 22:22:55 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-2067001-1247343755/watcher-2067001-1247343755 -o /tmp/evaluation-result-2067001-1247343755/solver-2067001-1247343755 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2067001-1247343755.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.09 2.20 2.10 4/82 15324
/proc/meminfo: memFree=1523416/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=9648 CPUtime=0
/proc/15324/stat : 15324 (sugar) R 15322 15324 13941 0 -1 4194304 74 0 0 0 0 0 0 0 20 0 1 0 21440483 9879552 59 996147200 4194304 4206940 548682068608 18446744073709551615 224262159858 0 0 4096 0 0 0 0 17 1 0 0
/proc/15324/statm: 2412 59 44 3 0 59 0

[startup+0.0609181 s]
/proc/loadavg: 2.09 2.20 2.10 4/82 15324
/proc/meminfo: memFree=1523416/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=16212 CPUtime=0.05
/proc/15324/stat : 15324 (sugar) R 15322 15324 13941 0 -1 4194304 956 0 0 0 4 1 0 0 20 0 1 0 21440483 16601088 924 996147200 4194304 4206940 548682068608 18446744073709551615 224284788368 0 0 4224 0 0 0 0 17 0 0 0
/proc/15324/statm: 4053 924 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.102925 s]
/proc/loadavg: 2.09 2.20 2.10 4/82 15324
/proc/meminfo: memFree=1523416/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=16868 CPUtime=0.06
/proc/15324/stat : 15324 (sugar) S 15322 15324 13941 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21440483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15324/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301961 s]
/proc/loadavg: 2.09 2.20 2.10 4/82 15324
/proc/meminfo: memFree=1523416/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=16868 CPUtime=0.06
/proc/15324/stat : 15324 (sugar) S 15322 15324 13941 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21440483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15324/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701035 s]
/proc/loadavg: 2.09 2.20 2.10 4/82 15324
/proc/meminfo: memFree=1523416/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=16868 CPUtime=0.06
/proc/15324/stat : 15324 (sugar) S 15322 15324 13941 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21440483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15324/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50118 s]
/proc/loadavg: 2.09 2.20 2.10 4/93 15336
/proc/meminfo: memFree=1495160/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=16868 CPUtime=1.28
/proc/15324/stat : 15324 (sugar) S 15322 15324 13941 0 -1 4194304 1309 10936 0 1 5 1 115 7 15 0 1 0 21440483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15324/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 16868

[startup+3.10248 s]
/proc/loadavg: 2.09 2.20 2.10 3/93 15346
/proc/meminfo: memFree=1499576/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=16868 CPUtime=1.28
/proc/15324/stat : 15324 (sugar) S 15322 15324 13941 0 -1 4194304 1310 10936 0 1 5 1 115 7 15 0 1 0 21440483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15324/statm: 4217 1111 409 3 0 796 0
[pid=15337] ppid=15324 vsize=5356 CPUtime=0
/proc/15337/stat : 15337 (sh) S 15324 15324 13941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21440616 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15337/statm: 1339 233 193 169 0 50 0
[pid=15338] ppid=15337 vsize=868664 CPUtime=1.73
/proc/15338/stat : 15338 (java) S 15337 15324 13941 0 -1 0 10490 0 1 0 167 6 0 0 20 0 9 0 21440617 889511936 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 217166 9481 2566 9 0 211671 0
[pid=15338/tid=15339] ppid=15337 vsize=868664 CPUtime=1.15
/proc/15338/task/15339/stat : 15339 (java) R 15337 15324 13941 0 -1 64 2794 0 1 0 114 1 0 0 25 0 9 0 21440617 889511936 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4126558752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15340] ppid=15337 vsize=868664 CPUtime=0.36
/proc/15338/task/15340/stat : 15340 (java) S 15337 15324 13941 0 -1 64 5513 0 0 0 34 2 0 0 16 0 9 0 21440619 889511936 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15341] ppid=15337 vsize=868664 CPUtime=0
/proc/15338/task/15341/stat : 15341 (java) S 15337 15324 13941 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21440619 889511936 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15342] ppid=15337 vsize=868664 CPUtime=0
/proc/15338/task/15342/stat : 15342 (java) S 15337 15324 13941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21440619 889511936 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15343] ppid=15337 vsize=868664 CPUtime=0
/proc/15338/task/15343/stat : 15343 (java) S 15337 15324 13941 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21440621 889511936 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15344] ppid=15337 vsize=868664 CPUtime=0.18
/proc/15338/task/15344/stat : 15344 (java) S 15337 15324 13941 0 -1 64 1480 0 0 0 18 0 0 0 16 0 9 0 21440621 889511936 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15345] ppid=15337 vsize=868664 CPUtime=0
/proc/15338/task/15345/stat : 15345 (java) S 15337 15324 13941 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21440621 889511936 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15346] ppid=15337 vsize=868664 CPUtime=0
/proc/15338/task/15346/stat : 15346 (java) R 15337 15324 13941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21440621 889511936 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890888

[startup+6.30107 s]
/proc/loadavg: 2.08 2.20 2.09 3/93 15346
/proc/meminfo: memFree=1490552/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=16868 CPUtime=1.29
/proc/15324/stat : 15324 (sugar) S 15322 15324 13941 0 -1 4194304 1310 10936 0 1 6 1 115 7 16 0 1 0 21440483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15324/statm: 4217 1111 409 3 0 796 0
[pid=15337] ppid=15324 vsize=5356 CPUtime=0
/proc/15337/stat : 15337 (sh) S 15324 15324 13941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21440616 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15337/statm: 1339 233 193 169 0 50 0
[pid=15338] ppid=15337 vsize=868776 CPUtime=4.88
/proc/15338/stat : 15338 (java) S 15337 15324 13941 0 -1 0 10723 0 1 0 482 6 0 0 20 0 9 0 21440617 889626624 9555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 217194 9555 2590 9 0 211671 0
[pid=15338/tid=15339] ppid=15337 vsize=868776 CPUtime=4.18
/proc/15338/task/15339/stat : 15339 (java) R 15337 15324 13941 0 -1 64 2917 0 1 0 416 2 0 0 25 0 9 0 21440617 889626624 9555 996147200 134512640 134550932 4294955936 18446744073709551615 4126558797 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15340] ppid=15337 vsize=868776 CPUtime=0.46
/proc/15338/task/15340/stat : 15340 (java) S 15337 15324 13941 0 -1 64 5590 0 0 0 43 3 0 0 16 0 9 0 21440619 889626624 9555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15341] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15341/stat : 15341 (java) S 15337 15324 13941 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21440619 889626624 9555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15342] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15342/stat : 15342 (java) S 15337 15324 13941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21440619 889626624 9555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15343] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15343/stat : 15343 (java) S 15337 15324 13941 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21440621 889626624 9555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15344] ppid=15337 vsize=868776 CPUtime=0.22
/proc/15338/task/15344/stat : 15344 (java) S 15337 15324 13941 0 -1 64 1513 0 0 0 22 0 0 0 16 0 9 0 21440621 889626624 9555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15345] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15345/stat : 15345 (java) S 15337 15324 13941 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21440621 889626624 9555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15346] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15346/stat : 15346 (java) S 15337 15324 13941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21440621 889626624 9555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 891000

[startup+12.7023 s]
/proc/loadavg: 2.07 2.20 2.09 3/93 15346
/proc/meminfo: memFree=1489848/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=16868 CPUtime=1.29
/proc/15324/stat : 15324 (sugar) S 15322 15324 13941 0 -1 4194304 1310 10936 0 1 6 1 115 7 15 0 1 0 21440483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15324/statm: 4217 1111 409 3 0 796 0
[pid=15337] ppid=15324 vsize=5356 CPUtime=0
/proc/15337/stat : 15337 (sh) S 15324 15324 13941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21440616 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15337/statm: 1339 233 193 169 0 50 0
[pid=15338] ppid=15337 vsize=868776 CPUtime=11.22
/proc/15338/stat : 15338 (java) S 15337 15324 13941 0 -1 0 10886 0 1 0 1113 9 0 0 20 0 9 0 21440617 889626624 9556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 217194 9556 2590 9 0 211671 0
[pid=15338/tid=15339] ppid=15337 vsize=868776 CPUtime=10.45
/proc/15338/task/15339/stat : 15339 (java) R 15337 15324 13941 0 -1 64 3079 0 1 0 1042 3 0 0 25 0 9 0 21440617 889626624 9556 996147200 134512640 134550932 4294955936 18446744073709551615 4126562951 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15340] ppid=15337 vsize=868776 CPUtime=0.52
/proc/15338/task/15340/stat : 15340 (java) S 15337 15324 13941 0 -1 64 5590 0 0 0 48 4 0 0 16 0 9 0 21440619 889626624 9556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15341] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15341/stat : 15341 (java) S 15337 15324 13941 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21440619 889626624 9556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15342] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15342/stat : 15342 (java) S 15337 15324 13941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21440619 889626624 9556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15343] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15343/stat : 15343 (java) S 15337 15324 13941 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21440621 889626624 9556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15344] ppid=15337 vsize=868776 CPUtime=0.22
/proc/15338/task/15344/stat : 15344 (java) S 15337 15324 13941 0 -1 64 1514 0 0 0 22 0 0 0 15 0 9 0 21440621 889626624 9556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15345] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15345/stat : 15345 (java) S 15337 15324 13941 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21440621 889626624 9556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15346] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15346/stat : 15346 (java) S 15337 15324 13941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21440621 889626624 9556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 891000

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

[startup+15.9019 s]
/proc/loadavg: 2.07 2.19 2.09 3/93 15346
/proc/meminfo: memFree=1482872/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=16868 CPUtime=1.29
/proc/15324/stat : 15324 (sugar) S 15322 15324 13941 0 -1 4194304 1310 10936 0 1 6 1 115 7 15 0 1 0 21440483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15324/statm: 4217 1111 409 3 0 796 0
[pid=15337] ppid=15324 vsize=5356 CPUtime=0
/proc/15337/stat : 15337 (sh) S 15324 15324 13941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21440616 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15337/statm: 1339 233 193 169 0 50 0
[pid=15338] ppid=15337 vsize=868776 CPUtime=14.39
/proc/15338/stat : 15338 (java) S 15337 15324 13941 0 -1 0 11039 0 1 0 1424 15 0 0 20 0 9 0 21440617 889626624 9561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 217194 9561 2590 9 0 211671 0
[pid=15338/tid=15339] ppid=15337 vsize=868776 CPUtime=13.56
/proc/15338/task/15339/stat : 15339 (java) R 15337 15324 13941 0 -1 64 3227 0 1 0 1347 9 0 0 25 0 9 0 21440617 889626624 9561 996147200 134512640 134550932 4294955936 18446744073709551615 4127041169 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15340] ppid=15337 vsize=868776 CPUtime=0.57
/proc/15338/task/15340/stat : 15340 (java) S 15337 15324 13941 0 -1 64 5590 0 0 0 53 4 0 0 16 0 9 0 21440619 889626624 9561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15341] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15341/stat : 15341 (java) S 15337 15324 13941 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21440619 889626624 9561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15342] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15342/stat : 15342 (java) S 15337 15324 13941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21440619 889626624 9561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15343] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15343/stat : 15343 (java) S 15337 15324 13941 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21440621 889626624 9561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15344] ppid=15337 vsize=868776 CPUtime=0.23
/proc/15338/task/15344/stat : 15344 (java) S 15337 15324 13941 0 -1 64 1519 0 0 0 23 0 0 0 16 0 9 0 21440621 889626624 9561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15345] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15345/stat : 15345 (java) S 15337 15324 13941 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21440621 889626624 9561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15346] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15346/stat : 15346 (java) S 15337 15324 13941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21440621 889626624 9561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.68
Current children cumulated vsize (KiB) 891000

[startup+17.5022 s]
/proc/loadavg: 2.06 2.19 2.09 3/93 15346
/proc/meminfo: memFree=1478776/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=16868 CPUtime=1.29
/proc/15324/stat : 15324 (sugar) S 15322 15324 13941 0 -1 4194304 1310 10936 0 1 6 1 115 7 16 0 1 0 21440483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15324/statm: 4217 1111 409 3 0 796 0
[pid=15337] ppid=15324 vsize=5356 CPUtime=0
/proc/15337/stat : 15337 (sh) S 15324 15324 13941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21440616 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15337/statm: 1339 233 193 169 0 50 0
[pid=15338] ppid=15337 vsize=868776 CPUtime=15.97
/proc/15338/stat : 15338 (java) S 15337 15324 13941 0 -1 0 11121 0 1 0 1579 18 0 0 20 0 9 0 21440617 889626624 9561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 217194 9561 2590 9 0 211671 0
[pid=15338/tid=15339] ppid=15337 vsize=868776 CPUtime=15.11
/proc/15338/task/15339/stat : 15339 (java) R 15337 15324 13941 0 -1 64 3309 0 1 0 1500 11 0 0 25 0 9 0 21440617 889626624 9561 996147200 134512640 134550932 4294955936 18446744073709551615 4127040699 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15340] ppid=15337 vsize=868776 CPUtime=0.6
/proc/15338/task/15340/stat : 15340 (java) S 15337 15324 13941 0 -1 64 5590 0 0 0 55 5 0 0 16 0 9 0 21440619 889626624 9561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15341] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15341/stat : 15341 (java) S 15337 15324 13941 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21440619 889626624 9561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15342] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15342/stat : 15342 (java) S 15337 15324 13941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21440619 889626624 9561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15343] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15343/stat : 15343 (java) S 15337 15324 13941 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21440621 889626624 9561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15344] ppid=15337 vsize=868776 CPUtime=0.23
/proc/15338/task/15344/stat : 15344 (java) S 15337 15324 13941 0 -1 64 1519 0 0 0 23 0 0 0 16 0 9 0 21440621 889626624 9561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15345] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15345/stat : 15345 (java) S 15337 15324 13941 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21440621 889626624 9561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15346] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15346/stat : 15346 (java) S 15337 15324 13941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21440621 889626624 9561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.26
Current children cumulated vsize (KiB) 891000

[startup+19.1025 s]
/proc/loadavg: 2.06 2.19 2.09 3/93 15346
/proc/meminfo: memFree=1475704/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=16868 CPUtime=1.29
/proc/15324/stat : 15324 (sugar) S 15322 15324 13941 0 -1 4194304 1310 10936 0 1 6 1 115 7 16 0 1 0 21440483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15324/statm: 4217 1111 409 3 0 796 0
[pid=15337] ppid=15324 vsize=5356 CPUtime=0
/proc/15337/stat : 15337 (sh) S 15324 15324 13941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21440616 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15337/statm: 1339 233 193 169 0 50 0
[pid=15338] ppid=15337 vsize=868776 CPUtime=17.54
/proc/15338/stat : 15338 (java) S 15337 15324 13941 0 -1 0 11230 0 1 0 1733 21 0 0 20 0 9 0 21440617 889626624 9572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 217194 9572 2591 9 0 211671 0
[pid=15338/tid=15339] ppid=15337 vsize=868776 CPUtime=16.64
/proc/15338/task/15339/stat : 15339 (java) S 15337 15324 13941 0 -1 64 3414 0 1 0 1651 13 0 0 25 0 9 0 21440617 889626624 9572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15340] ppid=15337 vsize=868776 CPUtime=0.63
/proc/15338/task/15340/stat : 15340 (java) S 15337 15324 13941 0 -1 64 5590 0 0 0 58 5 0 0 16 0 9 0 21440619 889626624 9572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15341] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15341/stat : 15341 (java) S 15337 15324 13941 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21440619 889626624 9572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15342] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15342/stat : 15342 (java) S 15337 15324 13941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21440619 889626624 9572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15343] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15343/stat : 15343 (java) S 15337 15324 13941 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21440621 889626624 9572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15344] ppid=15337 vsize=868776 CPUtime=0.23
/proc/15338/task/15344/stat : 15344 (java) S 15337 15324 13941 0 -1 64 1523 0 0 0 23 0 0 0 16 0 9 0 21440621 889626624 9572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15345] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15345/stat : 15345 (java) S 15337 15324 13941 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21440621 889626624 9572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15346] ppid=15337 vsize=868776 CPUtime=0
/proc/15338/task/15346/stat : 15346 (java) S 15337 15324 13941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21440621 889626624 9572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.83
Current children cumulated vsize (KiB) 891000

[startup+19.9026 s]
/proc/loadavg: 2.06 2.19 2.09 3/86 15351
/proc/meminfo: memFree=1501680/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=16868 CPUtime=19.42
/proc/15324/stat : 15324 (sugar) S 15322 15324 13941 0 -1 4194304 1448 30730 0 2 6 1 1898 37 16 0 1 0 21440483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15324/statm: 4217 1113 409 3 0 796 0
[pid=15349] ppid=15324 vsize=5356 CPUtime=0
/proc/15349/stat : 15349 (sh) S 15324 15324 13941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21442452 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15349/statm: 1339 233 193 169 0 50 0
[pid=15350] ppid=15349 vsize=862316 CPUtime=0.2
/proc/15350/stat : 15350 (java) S 15349 15324 13941 0 -1 0 3157 0 1 0 18 2 0 0 18 0 9 0 21442452 883011584 2628 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15350/statm: 215579 2628 1267 9 0 210492 0
[pid=15350/tid=15351] ppid=15349 vsize=862316 CPUtime=0.12
/proc/15350/task/15351/stat : 15351 (java) R 15349 15324 13941 0 -1 64 2008 0 1 0 11 1 0 0 20 0 9 0 21442453 883011584 2628 996147200 134512640 134550932 4294955984 18446744073709551615 4125952213 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.62
Current children cumulated vsize (KiB) 884540

[startup+20.1027 s]
/proc/loadavg: 2.06 2.19 2.09 3/86 15351
/proc/meminfo: memFree=1501680/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=16868 CPUtime=19.46
/proc/15324/stat : 15324 (sugar) S 15322 15324 13941 0 -1 4194304 1456 30730 0 2 8 3 1898 37 15 0 1 0 21440483 17272832 1118 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15324/statm: 4217 1118 409 3 0 796 0
[pid=15349] ppid=15324 vsize=5356 CPUtime=0
/proc/15349/stat : 15349 (sh) S 15324 15324 13941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21442452 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15349/statm: 1339 233 193 169 0 50 0
[pid=15350] ppid=15349 vsize=864152 CPUtime=0.36
/proc/15350/stat : 15350 (java) S 15349 15324 13941 0 -1 0 3887 0 1 0 32 4 0 0 18 0 9 0 21442452 884891648 3346 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15350/statm: 216038 3346 1719 9 0 210543 0
[pid=15350/tid=15351] ppid=15349 vsize=864152 CPUtime=0.24
/proc/15350/task/15351/stat : 15351 (java) S 15349 15324 13941 0 -1 64 2570 0 1 0 21 3 0 0 22 0 9 0 21442453 884891648 3346 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.82
Current children cumulated vsize (KiB) 886376

Child status: 0
Real time (s): 20.1198
CPU time (s): 19.857
CPU user time (s): 19.3881
CPU system time (s): 0.468928
CPU usage (%): 98.6936
Max. virtual memory (cumulated for all children) (KiB): 891140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.3881
system time used= 0.468928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36449
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= 13033
involuntary context switches= 13324

runsolver used 0.032994 second user time and 0.080987 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-11 22:22:35
IDJOB=2067001
IDBENCH=54594
IDSOLVER=739
FILE ID=node82/2067001-1247343755
PBS_JOBID= 9506649
Free space on /tmp= 66136 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/logic-synthesis/normalized-apex4-a.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067001-1247343755/watcher-2067001-1247343755 -o /tmp/evaluation-result-2067001-1247343755/solver-2067001-1247343755 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2067001-1247343755.xml

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

MD5SUM BENCH= 1df25d128c07e6240cda8abcd5079c1b
RANDOM SEED=624535253

node82.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.265
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.265
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:       1523832 kB
Buffers:         23704 kB
Cached:          95704 kB
SwapCached:          0 kB
Active:         442804 kB
Inactive:        34784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1523832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3476 kB
Writeback:           0 kB
Mapped:         378544 kB
Slab:            38824 kB
Committed_AS:   505112 kB
PageTables:       2712 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66132 MiB
End job on node82 at 2009-07-11 22:22:55