Trace number 2086229

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 14.7418 14.9464

General information on the benchmark

Namecsp/bibd10-11/
normalized-bibd-10-30-9-3-2_glb.xml
MD5SUM7a178e740a9c745d4083113e3461658a
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.098984
Satisfiable
(Un)Satisfiability was proved
Number of variables1650
Number of constraints1435
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1350
Global constraints used (with number of constraints)weightedsum(85)

Solver Data

0.05/0.06	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.06	c 0	BEGIN Sun Jul 12 09:21:59 2009
0.05/0.06	c 0	PID 25683
0.05/0.07	c 0	HOST node89.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2086229-1247383319.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-2086229-1247383319.xml' 'HOME/temp.csp'
0.06/0.54	c 0	1 domains, 1650 variables, 1 predicates, 0 relations, 1435 constraints
0.06/0.59	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.59	c 0	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.51/0.66	c 0	Parsing HOME/temp.csp
0.51/0.90	c 1	parsed 3087 expressions
0.51/0.91	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.91	c 1	Converting to clausal form CSP
0.51/0.93	c 1	converted 309 (10%) expressions
0.51/0.93	c 1	converted 618 (20%) expressions
0.51/0.94	c 1	converted 927 (30%) expressions
0.51/0.94	c 1	converted 1235 (40%) expressions
0.51/0.95	c 1	converted 1544 (50%) expressions
1.00/1.19	c 1	converted 1853 (60%) expressions
1.10/1.29	c 1	converted 2161 (70%) expressions
1.29/1.43	c 1	converted 2470 (80%) expressions
1.40/1.55	c 1	converted 2779 (90%) expressions
1.60/1.74	c 1	converted 3087 (100%) expressions
1.60/1.74	c 1	CSP : 4680 integers, 2700 booleans, 14330 clauses, largest domain size 11
1.60/1.74	c 1	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.60/1.74	c 1	Propagation in CSP
1.69/1.80	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.69/1.80	c 2	CSP : 4680 integers, 2700 booleans, 14330 clauses, largest domain size 11
1.69/1.80	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.69/1.81	c 2	Simplifing CSP by introducing new Boolean variables
1.69/1.83	c 2	CSP : 4680 integers, 2700 booleans, 14330 clauses, largest domain size 11
1.69/1.83	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.69/1.89	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.80/1.90	c 2	468 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.91	c 2	936 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.91	c 2	1404 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.92	c 2	1872 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.92	c 2	2340 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.92	c 2	2808 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.92	c 2	3276 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.92	c 2	3744 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.92	c 2	4212 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.93	c 2	4680 (100%) CSP integer variables are encoded (1860 clauses, 24244 bytes)
1.80/1.96	c 2	1433 (10%) CSP clauses are encoded (3293 clauses, 43536 bytes)
1.80/1.99	c 2	2866 (20%) CSP clauses are encoded (4726 clauses, 63178 bytes)
1.89/2.00	c 2	4299 (30%) CSP clauses are encoded (6159 clauses, 82856 bytes)
1.89/2.01	c 2	5732 (40%) CSP clauses are encoded (7592 clauses, 102554 bytes)
1.89/2.02	c 2	7165 (50%) CSP clauses are encoded (9025 clauses, 122367 bytes)
1.89/2.03	c 2	8598 (60%) CSP clauses are encoded (10458 clauses, 142772 bytes)
1.89/2.04	c 2	10031 (70%) CSP clauses are encoded (11891 clauses, 163401 bytes)
1.89/2.05	c 2	11464 (80%) CSP clauses are encoded (13324 clauses, 184041 bytes)
1.89/2.06	c 2	12897 (90%) CSP clauses are encoded (14757 clauses, 204680 bytes)
13.72/13.99	c 14	14330 (100%) CSP clauses are encoded (448320 clauses, 13268002 bytes)
13.72/13.99	c 14	14330 CSP clauses encoded
13.72/13.99	c 14	Writing map file : HOME/temp.map
13.82/14.00	c 14	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.82/14.00	c 14	SAT : 9240 SAT variables, 448320 SAT clauses, 13268002 bytes
13.82/14.00	c 14	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.82/14.04	c 14	SOLVING HOME/temp.cnf
13.82/14.04	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.82/14.04	c 14	This is MiniSat 2.0 beta
13.82/14.04	c 14	WARNING: for repeatability, setting FPU to use double precision
13.82/14.04	c 14	============================[ Problem Statistics ]=============================
13.82/14.04	c 14	|                                                                             |
13.82/14.04	c 14	|  Number of variables:  9240                                                 |
13.82/14.04	c 14	|  Number of clauses:    448320                                               |
14.11/14.32	c 14	|  Parsing time:         0.24         s                                       |
14.11/14.34	c 14	============================[ Search Statistics ]==============================
14.11/14.34	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.11/14.34	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.11/14.34	c 14	===============================================================================
14.11/14.34	c 14	|         0 |    9240   448320  2555820 |   149440        0    nan |  0.000 % |
14.11/14.39	c 14	|       101 |    9240   448320  2555820 |   164384      101     19 |  0.000 % |
14.30/14.56	c 14	===============================================================================
14.30/14.56	c 14	restarts              : 2
14.30/14.56	c 14	conflicts             : 234            (493 /sec)
14.30/14.56	c 14	decisions             : 3626           (1.10 % random) (7635 /sec)
14.30/14.56	c 14	propagations          : 105434         (222000 /sec)
14.30/14.56	c 14	conflict literals     : 3936           (6.88 % deleted)
14.30/14.56	c 14	Memory used           : 27.32 MB
14.30/14.56	c 14	CPU time              : 0.474927 s
14.30/14.56	c 14	
14.30/14.56	c 14	SATISFIABLE
14.30/14.57	c 14	DECODING HOME/temp.out WITH HOME/temp.map
14.30/14.57	c 14	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'
14.39/14.64	c 14	Decoding HOME/temp.out
14.39/14.81	s SATISFIABLE
14.39/14.88	v 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 1 1 0 0 0 1 1 0 0 0 0 1 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 1 0 1 1 0 1 1 0 1 0 0 1 0 0 1 0 1 1 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 1 1 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 1 1 0 1 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 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 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 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 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 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 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 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 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 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 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 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 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 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 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 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 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 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 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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
14.39/14.89	c 15	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.41/14.94	c 15	CPU 14.72 (0.06 0.02 14.35 0.29)
14.41/14.94	c 15	END Sun Jul 12 09:22:14 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2086229-1247383319/watcher-2086229-1247383319 -o /tmp/evaluation-result-2086229-1247383319/solver-2086229-1247383319 -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-2086229-1247383319.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.90 1.97 2.00 3/82 25683
/proc/meminfo: memFree=1891704/2055920 swapFree=4192812/4192956
[pid=25683] ppid=25681 vsize=12272 CPUtime=0
/proc/25683/stat : 25683 (sugar) R 25681 25683 25546 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 25397044 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 249070058085 0 0 4224 0 0 0 0 17 0 0 0
/proc/25683/statm: 3068 364 274 3 0 168 0

[startup+0.0620931 s]
/proc/loadavg: 1.90 1.97 2.00 3/82 25683
/proc/meminfo: memFree=1891704/2055920 swapFree=4192812/4192956
[pid=25683] ppid=25681 vsize=16476 CPUtime=0.05
/proc/25683/stat : 25683 (sugar) R 25681 25683 25546 0 -1 4194304 1041 0 0 0 4 1 0 0 18 0 1 0 25397044 16871424 1009 996147200 4194304 4206940 548682068608 18446744073709551615 249069736673 0 0 4224 0 0 0 0 17 0 0 0
/proc/25683/statm: 4119 1010 380 3 0 698 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16476

[startup+0.101097 s]
/proc/loadavg: 1.90 1.97 2.00 3/82 25683
/proc/meminfo: memFree=1891704/2055920 swapFree=4192812/4192956
[pid=25683] ppid=25681 vsize=16868 CPUtime=0.06
/proc/25683/stat : 25683 (sugar) S 25681 25683 25546 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25397044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25683/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301115 s]
/proc/loadavg: 1.90 1.97 2.00 3/82 25683
/proc/meminfo: memFree=1891704/2055920 swapFree=4192812/4192956
[pid=25683] ppid=25681 vsize=16868 CPUtime=0.06
/proc/25683/stat : 25683 (sugar) S 25681 25683 25546 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25397044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25683/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701159 s]
/proc/loadavg: 1.90 1.97 2.00 3/82 25683
/proc/meminfo: memFree=1891704/2055920 swapFree=4192812/4192956
[pid=25683] ppid=25681 vsize=16868 CPUtime=0.51
/proc/25683/stat : 25683 (sugar) S 25681 25683 25546 0 -1 4194304 1309 5260 0 1 5 1 43 2 15 0 1 0 25397044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25683/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16868

[startup+1.50225 s]
/proc/loadavg: 1.90 1.97 2.00 3/93 25705
/proc/meminfo: memFree=1880928/2055920 swapFree=4192812/4192956
[pid=25683] ppid=25681 vsize=16868 CPUtime=0.51
/proc/25683/stat : 25683 (sugar) S 25681 25683 25546 0 -1 4194304 1309 5260 0 1 5 1 43 2 16 0 1 0 25397044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25683/statm: 4217 1111 409 3 0 796 0
[pid=25696] ppid=25683 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25683 25683 25546 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25397103 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 233 193 169 0 50 0
[pid=25697] ppid=25696 vsize=868600 CPUtime=0.89
/proc/25697/stat : 25697 (java) S 25696 25683 25546 0 -1 0 7953 0 1 0 85 4 0 0 18 0 9 0 25397103 889446400 7183 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25697/statm: 217150 7183 2566 9 0 211655 0
[pid=25697/tid=25698] ppid=25696 vsize=868600 CPUtime=0.57
/proc/25697/task/25698/stat : 25698 (java) R 25696 25683 25546 0 -1 64 2694 0 1 0 56 1 0 0 22 0 9 0 25397104 889446400 7183 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25699] ppid=25696 vsize=868600 CPUtime=0.12
/proc/25697/task/25699/stat : 25699 (java) R 25696 25683 25546 0 -1 64 3067 0 0 0 11 1 0 0 16 0 9 0 25397105 889446400 7183 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25700] ppid=25696 vsize=868600 CPUtime=0
/proc/25697/task/25700/stat : 25700 (java) S 25696 25683 25546 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25397106 889446400 7183 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25701] ppid=25696 vsize=868600 CPUtime=0
/proc/25697/task/25701/stat : 25701 (java) S 25696 25683 25546 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25397106 889446400 7183 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25702] ppid=25696 vsize=868600 CPUtime=0
/proc/25697/task/25702/stat : 25702 (java) S 25696 25683 25546 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25397108 889446400 7183 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25703] ppid=25696 vsize=868600 CPUtime=0.17
/proc/25697/task/25703/stat : 25703 (java) S 25696 25683 25546 0 -1 64 1493 0 0 0 17 0 0 0 16 0 9 0 25397108 889446400 7183 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25704] ppid=25696 vsize=868600 CPUtime=0
/proc/25697/task/25704/stat : 25704 (java) S 25696 25683 25546 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25397108 889446400 7183 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25705] ppid=25696 vsize=868600 CPUtime=0
/proc/25697/task/25705/stat : 25705 (java) S 25696 25683 25546 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25397108 889446400 7183 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890824

[startup+3.10139 s]
/proc/loadavg: 1.90 1.97 2.00 3/93 25705
/proc/meminfo: memFree=1866464/2055920 swapFree=4192812/4192956
[pid=25683] ppid=25681 vsize=16868 CPUtime=0.51
/proc/25683/stat : 25683 (sugar) S 25681 25683 25546 0 -1 4194304 1310 5260 0 1 5 1 43 2 15 0 1 0 25397044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25683/statm: 4217 1111 409 3 0 796 0
[pid=25696] ppid=25683 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25683 25683 25546 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25397103 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 233 193 169 0 50 0
[pid=25697] ppid=25696 vsize=868736 CPUtime=2.47
/proc/25697/stat : 25697 (java) S 25696 25683 25546 0 -1 0 8875 0 1 0 241 6 0 0 18 0 9 0 25397103 889585664 7871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25697/statm: 217184 7871 2590 9 0 211661 0
[pid=25697/tid=25698] ppid=25696 vsize=868736 CPUtime=1.91
/proc/25697/task/25698/stat : 25698 (java) R 25696 25683 25546 0 -1 64 2886 0 1 0 189 2 0 0 25 0 9 0 25397104 889585664 7871 996147200 134512640 134550932 4294955936 18446744073709551615 4127058460 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25699] ppid=25696 vsize=868736 CPUtime=0.28
/proc/25697/task/25699/stat : 25699 (java) S 25696 25683 25546 0 -1 64 3748 0 0 0 27 1 0 0 16 0 9 0 25397105 889585664 7871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25700] ppid=25696 vsize=868736 CPUtime=0
/proc/25697/task/25700/stat : 25700 (java) S 25696 25683 25546 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25397106 889585664 7871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25701] ppid=25696 vsize=868736 CPUtime=0
/proc/25697/task/25701/stat : 25701 (java) S 25696 25683 25546 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25397106 889585664 7871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25702] ppid=25696 vsize=868736 CPUtime=0
/proc/25697/task/25702/stat : 25702 (java) S 25696 25683 25546 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25397108 889585664 7871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25703] ppid=25696 vsize=868736 CPUtime=0.24
/proc/25697/task/25703/stat : 25703 (java) S 25696 25683 25546 0 -1 64 1542 0 0 0 23 1 0 0 16 0 9 0 25397108 889585664 7871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25704] ppid=25696 vsize=868736 CPUtime=0
/proc/25697/task/25704/stat : 25704 (java) S 25696 25683 25546 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25397108 889585664 7871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25705] ppid=25696 vsize=868736 CPUtime=0
/proc/25697/task/25705/stat : 25705 (java) S 25696 25683 25546 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25397108 889585664 7871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890960

[startup+6.30271 s]
/proc/loadavg: 1.91 1.97 2.00 3/93 25705
/proc/meminfo: memFree=1862304/2055920 swapFree=4192812/4192956
[pid=25683] ppid=25681 vsize=16868 CPUtime=0.51
/proc/25683/stat : 25683 (sugar) S 25681 25683 25546 0 -1 4194304 1310 5260 0 1 5 1 43 2 15 0 1 0 25397044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25683/statm: 4217 1111 409 3 0 796 0
[pid=25696] ppid=25683 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25683 25683 25546 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25397103 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 233 193 169 0 50 0
[pid=25697] ppid=25696 vsize=868736 CPUtime=5.67
/proc/25697/stat : 25697 (java) S 25696 25683 25546 0 -1 0 9072 0 1 0 557 10 0 0 18 0 9 0 25397103 889585664 7872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25697/statm: 217184 7872 2590 9 0 211661 0
[pid=25697/tid=25698] ppid=25696 vsize=868736 CPUtime=5.04
/proc/25697/task/25698/stat : 25698 (java) R 25696 25683 25546 0 -1 64 3082 0 1 0 499 5 0 0 25 0 9 0 25397104 889585664 7872 996147200 134512640 134550932 4294955936 18446744073709551615 4126555879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25699] ppid=25696 vsize=868736 CPUtime=0.34
/proc/25697/task/25699/stat : 25699 (java) S 25696 25683 25546 0 -1 64 3748 0 0 0 32 2 0 0 16 0 9 0 25397105 889585664 7872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25700] ppid=25696 vsize=868736 CPUtime=0
/proc/25697/task/25700/stat : 25700 (java) S 25696 25683 25546 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25397106 889585664 7872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25701] ppid=25696 vsize=868736 CPUtime=0
/proc/25697/task/25701/stat : 25701 (java) S 25696 25683 25546 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25397106 889585664 7872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25702] ppid=25696 vsize=868736 CPUtime=0
/proc/25697/task/25702/stat : 25702 (java) S 25696 25683 25546 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25397108 889585664 7872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25703] ppid=25696 vsize=868736 CPUtime=0.25
/proc/25697/task/25703/stat : 25703 (java) S 25696 25683 25546 0 -1 64 1543 0 0 0 24 1 0 0 16 0 9 0 25397108 889585664 7872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25704] ppid=25696 vsize=868736 CPUtime=0
/proc/25697/task/25704/stat : 25704 (java) S 25696 25683 25546 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25397108 889585664 7872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25705] ppid=25696 vsize=868736 CPUtime=0
/proc/25697/task/25705/stat : 25705 (java) S 25696 25683 25546 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25397108 889585664 7872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890960

[startup+12.7013 s]
/proc/loadavg: 1.91 1.97 2.00 3/93 25705
/proc/meminfo: memFree=1855392/2055920 swapFree=4192812/4192956
[pid=25683] ppid=25681 vsize=16868 CPUtime=0.51
/proc/25683/stat : 25683 (sugar) S 25681 25683 25546 0 -1 4194304 1310 5260 0 1 5 1 43 2 15 0 1 0 25397044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25683/statm: 4217 1111 409 3 0 796 0
[pid=25696] ppid=25683 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25683 25683 25546 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25397103 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 233 193 169 0 50 0
[pid=25697] ppid=25696 vsize=868736 CPUtime=12.02
/proc/25697/stat : 25697 (java) S 25696 25683 25546 0 -1 0 9426 0 1 0 1187 15 0 0 18 0 9 0 25397103 889585664 7877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25697/statm: 217184 7877 2590 9 0 211661 0
[pid=25697/tid=25698] ppid=25696 vsize=868736 CPUtime=11.3
/proc/25697/task/25698/stat : 25698 (java) R 25696 25683 25546 0 -1 64 3431 0 1 0 1121 9 0 0 25 0 9 0 25397104 889585664 7877 996147200 134512640 134550932 4294955936 18446744073709551615 4126555958 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25699] ppid=25696 vsize=868736 CPUtime=0.44
/proc/25697/task/25699/stat : 25699 (java) S 25696 25683 25546 0 -1 64 3748 0 0 0 40 4 0 0 16 0 9 0 25397105 889585664 7877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25700] ppid=25696 vsize=868736 CPUtime=0
/proc/25697/task/25700/stat : 25700 (java) S 25696 25683 25546 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25397106 889585664 7877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25701] ppid=25696 vsize=868736 CPUtime=0
/proc/25697/task/25701/stat : 25701 (java) S 25696 25683 25546 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25397106 889585664 7877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25702] ppid=25696 vsize=868736 CPUtime=0
/proc/25697/task/25702/stat : 25702 (java) S 25696 25683 25546 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25397108 889585664 7877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25703] ppid=25696 vsize=868736 CPUtime=0.25
/proc/25697/task/25703/stat : 25703 (java) S 25696 25683 25546 0 -1 64 1548 0 0 0 24 1 0 0 16 0 9 0 25397108 889585664 7877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25704] ppid=25696 vsize=868736 CPUtime=0
/proc/25697/task/25704/stat : 25704 (java) S 25696 25683 25546 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25397108 889585664 7877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25697/tid=25705] ppid=25696 vsize=868736 CPUtime=0
/proc/25697/task/25705/stat : 25705 (java) S 25696 25683 25546 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25397108 889585664 7877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890960

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

[startup+14.3065 s]
/proc/loadavg: 1.91 1.97 2.00 3/85 25707
/proc/meminfo: memFree=1860512/2055920 swapFree=4192812/4192956
[pid=25683] ppid=25681 vsize=16868 CPUtime=13.86
/proc/25683/stat : 25683 (sugar) S 25681 25683 25546 0 -1 4194304 1376 15062 0 2 5 1 1360 20 16 0 1 0 25397044 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25683/statm: 4217 1113 409 3 0 796 0
[pid=25706] ppid=25683 vsize=5356 CPUtime=0
/proc/25706/stat : 25706 (sh) S 25683 25683 25546 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25398448 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25706/statm: 1339 232 193 169 0 50 0
[pid=25707] ppid=25706 vsize=23352 CPUtime=0.25
/proc/25707/stat : 25707 (minisat) R 25706 25683 25546 0 -1 4194304 5648 0 0 0 22 3 0 0 21 0 1 0 25398448 23912448 5634 996147200 134512640 135127466 4294956256 18446744073709551615 134532718 0 0 4096 3 0 0 0 17 1 0 0
/proc/25707/statm: 5838 5634 62 150 0 5685 0
Current children cumulated CPU time (s) 14.11
Current children cumulated vsize (KiB) 45576

[startup+14.7015 s]
/proc/loadavg: 1.91 1.97 2.00 3/85 25707
/proc/meminfo: memFree=1860512/2055920 swapFree=4192812/4192956
[pid=25683] ppid=25681 vsize=16868 CPUtime=14.39
/proc/25683/stat : 25683 (sugar) S 25681 25683 25546 0 -1 4194304 1448 22219 0 2 5 1 1408 25 15 0 1 0 25397044 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25683/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 14.39
Current children cumulated vsize (KiB) 16868

[startup+14.9016 s]
/proc/loadavg: 1.91 1.97 2.00 3/85 25707
/proc/meminfo: memFree=1860512/2055920 swapFree=4192812/4192956
[pid=25683] ppid=25681 vsize=16868 CPUtime=14.41
/proc/25683/stat : 25683 (sugar) S 25681 25683 25546 0 -1 4194304 1451 22219 0 2 6 2 1408 25 15 0 1 0 25397044 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25683/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 14.41
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 14.9464
CPU time (s): 14.7418
CPU user time (s): 14.4158
CPU system time (s): 0.32595
CPU usage (%): 98.6308
Max. virtual memory (cumulated for all children) (KiB): 890960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.4158
system time used= 0.32595
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27786
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= 11094
involuntary context switches= 11138

runsolver used 0.030995 second user time and 0.049992 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-12 09:21:59
IDJOB=2086229
IDBENCH=58573
IDSOLVER=739
FILE ID=node89/2086229-1247383319
PBS_JOBID= 9507319
Free space on /tmp= 66264 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibd10-11/normalized-bibd-10-30-9-3-2_glb.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-2086229-1247383319/watcher-2086229-1247383319 -o /tmp/evaluation-result-2086229-1247383319/solver-2086229-1247383319 -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-2086229-1247383319.xml

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

MD5SUM BENCH= 7a178e740a9c745d4083113e3461658a
RANDOM SEED=932009836

node89.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.213
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.213
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:       1892184 kB
Buffers:         10772 kB
Cached:          66136 kB
SwapCached:          0 kB
Active:          88056 kB
Inactive:        24876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1892184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:          56444 kB
Slab:            36008 kB
Committed_AS:   215960 kB
PageTables:       1864 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= 66264 MiB
End job on node89 at 2009-07-12 09:22:14