Trace number 1091545

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
SAT4J CSP 2008-06-13SAT 14.0599 14.1917

General information on the benchmark

Namecsp/jobShop-e0ddr2/
normalized-e0ddr2-10-by-5-6.xml
MD5SUM4914ab5b04149427a56aa6a39e8ffd21
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.023996
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size135
Number of constraints which are defined in extension0
Number of constraints which are defined in intension265
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1091545-1215275019.xml
0.38/0.41	c reading problem ... 
0.58/0.69	c reading problem named null
0.58/0.69	c reading domains done.
0.67/0.71	c reading variables done.
0.88/0.95	c reading predicates  done.
1.07/1.15	c reading constraints
13.58/13.74	c done with constraints.
13.58/13.74	c ... done. Wall clock time 13.337s.
13.58/13.74	c #vars     6360
13.58/13.74	c #constraints  67516
13.58/13.74	c constraints type 
13.58/13.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 67466
13.58/13.74	c org.sat4j.minisat.constraints.card.AtLeast => 50
13.97/14.14	c starts		: 1
13.97/14.14	c conflicts		: 0
13.97/14.14	c decisions		: 934
13.97/14.14	c propagations		: 6360
13.97/14.14	c inspects		: 426222
13.97/14.14	c learnt literals	: 0
13.97/14.14	c learnt binary clauses	: 0
13.97/14.14	c learnt ternary clauses	: 0
13.97/14.14	c learnt clauses	: 0
13.97/14.14	c ignored clauses	: 0
13.97/14.14	c root simplifications	: 0
13.97/14.14	c removed literals (reason simplification)	: 0
13.97/14.14	c reason swapping (by a shorter reason)	: 0
13.97/14.14	c Calls to reduceDB	: 0
13.97/14.14	c speed (assignments/second)	: 16692.91338582677
13.97/14.14	c non guided choices	934
13.97/14.14	s SATISFIABLE
13.97/14.15	v 1 22 127 135 149 44 50 118 127 135 16 39 103 118 124 28 39 91 103 110 11 18 79 91 102 4 11 63 79 87 21 28 51 63 72 0 17 39 51 62 4 14 30 40 54 0 4 14 30 40 
13.97/14.15	c Total wall clock time (in seconds) : 13.737

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1091545-1215275019/watcher-1091545-1215275019 -o /tmp/evaluation-result-1091545-1215275019/solver-1091545-1215275019 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1091545-1215275019.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.01 2.00 3/74 3846
/proc/meminfo: memFree=1610944/2055920 swapFree=4111096/4192956
[pid=3846] ppid=3844 vsize=18572 CPUtime=0
/proc/3846/stat : 3846 (runsolver) R 3844 3846 1950 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2006470728 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 233402068263 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/3846/statm: 4643 292 257 25 0 2626 0

[startup+0.033857 s]
/proc/loadavg: 2.07 2.01 2.00 3/74 3846
/proc/meminfo: memFree=1610944/2055920 swapFree=4111096/4192956
[pid=3846] ppid=3844 vsize=800744 CPUtime=0.02
/proc/3846/stat : 3846 (java) S 3844 3846 1950 0 -1 0 2324 0 1 0 1 1 0 0 18 0 4 0 2006470728 819961856 2062 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/3846/statm: 200186 2062 910 9 0 197569 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.101867 s]
/proc/loadavg: 2.07 2.01 2.00 3/74 3846
/proc/meminfo: memFree=1610944/2055920 swapFree=4111096/4192956
[pid=3846] ppid=3844 vsize=804612 CPUtime=0.08
/proc/3846/stat : 3846 (java) S 3844 3846 1950 0 -1 0 3002 0 1 0 7 1 0 0 18 0 12 0 2006470728 823922688 2735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3846/statm: 201153 2735 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301902 s]
/proc/loadavg: 2.07 2.01 2.00 3/74 3846
/proc/meminfo: memFree=1610944/2055920 swapFree=4111096/4192956
[pid=3846] ppid=3844 vsize=808244 CPUtime=0.28
/proc/3846/stat : 3846 (java) S 3844 3846 1950 0 -1 0 4935 0 1 0 26 2 0 0 18 0 12 0 2006470728 827641856 4262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3846/statm: 202061 4262 1297 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701972 s]
/proc/loadavg: 2.07 2.01 2.00 3/74 3846
/proc/meminfo: memFree=1610944/2055920 swapFree=4111096/4192956
[pid=3846] ppid=3844 vsize=808272 CPUtime=0.67
/proc/3846/stat : 3846 (java) S 3844 3846 1950 0 -1 0 6347 0 1 0 63 4 0 0 18 0 12 0 2006470728 827670528 5475 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3846/statm: 202068 5475 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808272

[startup+1.50212 s]
/proc/loadavg: 2.07 2.01 2.00 3/86 3858
/proc/meminfo: memFree=1591648/2055920 swapFree=4111096/4192956
[pid=3846] ppid=3844 vsize=815680 CPUtime=1.47
/proc/3846/stat : 3846 (java) S 3844 3846 1950 0 -1 0 11205 0 1 0 141 6 0 0 18 0 12 0 2006470728 835256320 8435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3846/statm: 203920 8435 1351 9 0 201282 0
[pid=3846/tid=3848] ppid=3844 vsize=815680 CPUtime=0.73
/proc/3846/task/3848/stat : 3848 (java) R 3844 3846 1950 0 -1 64 5006 0 1 0 70 3 0 0 21 0 12 0 2006470730 835256320 8435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3849] ppid=3844 vsize=815680 CPUtime=0
/proc/3846/task/3849/stat : 3849 (java) S 3844 3846 1950 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2006470730 835256320 8435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3850] ppid=3844 vsize=815680 CPUtime=0
/proc/3846/task/3850/stat : 3850 (java) S 3844 3846 1950 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2006470730 835256320 8435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3851] ppid=3844 vsize=815680 CPUtime=0
/proc/3846/task/3851/stat : 3851 (java) S 3844 3846 1950 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2006470732 835256320 8435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3852] ppid=3844 vsize=815680 CPUtime=0
/proc/3846/task/3852/stat : 3852 (java) S 3844 3846 1950 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2006470733 835256320 8435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3853] ppid=3844 vsize=815680 CPUtime=0
/proc/3846/task/3853/stat : 3853 (java) S 3844 3846 1950 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2006470733 835256320 8435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3854] ppid=3844 vsize=815680 CPUtime=0
/proc/3846/task/3854/stat : 3854 (java) S 3844 3846 1950 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2006470737 835256320 8435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3855] ppid=3844 vsize=815680 CPUtime=0.5
/proc/3846/task/3855/stat : 3855 (java) R 3844 3846 1950 0 -1 64 4262 0 0 0 49 1 0 0 17 0 12 0 2006470737 835256320 8435 996147200 134512640 134550740 4294956016 18446744073709551615 104091737 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3856] ppid=3844 vsize=815680 CPUtime=0.2
/proc/3846/task/3856/stat : 3856 (java) S 3844 3846 1950 0 -1 64 1171 0 0 0 20 0 0 0 16 0 12 0 2006470737 835256320 8435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3857] ppid=3844 vsize=815680 CPUtime=0
/proc/3846/task/3857/stat : 3857 (java) S 3844 3846 1950 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2006470737 835256320 8435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3858] ppid=3844 vsize=815680 CPUtime=0
/proc/3846/task/3858/stat : 3858 (java) S 3844 3846 1950 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2006470737 835256320 8435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 815680

[startup+3.10241 s]
/proc/loadavg: 2.14 2.03 2.01 4/86 3858
/proc/meminfo: memFree=1579808/2055920 swapFree=4111096/4192956
[pid=3846] ppid=3844 vsize=815400 CPUtime=3.06
/proc/3846/stat : 3846 (java) S 3844 3846 1950 0 -1 0 24450 0 1 0 292 14 0 0 18 0 12 0 2006470728 834969600 20312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3846/statm: 203850 20312 1378 9 0 201212 0
[pid=3846/tid=3848] ppid=3844 vsize=815400 CPUtime=1.65
/proc/3846/task/3848/stat : 3848 (java) R 3844 3846 1950 0 -1 64 16746 0 1 0 155 10 0 0 25 0 12 0 2006470730 834969600 20312 996147200 134512640 134550740 4294956016 18446744073709551615 4109750690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3849] ppid=3844 vsize=815400 CPUtime=0
/proc/3846/task/3849/stat : 3849 (java) S 3844 3846 1950 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2006470730 834969600 20312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3850] ppid=3844 vsize=815400 CPUtime=0
/proc/3846/task/3850/stat : 3850 (java) S 3844 3846 1950 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2006470730 834969600 20312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3851] ppid=3844 vsize=815400 CPUtime=0
/proc/3846/task/3851/stat : 3851 (java) S 3844 3846 1950 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2006470732 834969600 20312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3852] ppid=3844 vsize=815400 CPUtime=0
/proc/3846/task/3852/stat : 3852 (java) S 3844 3846 1950 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2006470733 834969600 20312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3853] ppid=3844 vsize=815400 CPUtime=0
/proc/3846/task/3853/stat : 3853 (java) S 3844 3846 1950 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2006470733 834969600 20312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3854] ppid=3844 vsize=815400 CPUtime=0
/proc/3846/task/3854/stat : 3854 (java) S 3844 3846 1950 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2006470737 834969600 20312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3855] ppid=3844 vsize=815400 CPUtime=0.95
/proc/3846/task/3855/stat : 3855 (java) S 3844 3846 1950 0 -1 64 5723 0 0 0 93 2 0 0 16 0 12 0 2006470737 834969600 20312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3856] ppid=3844 vsize=815400 CPUtime=0.43
/proc/3846/task/3856/stat : 3856 (java) S 3844 3846 1950 0 -1 64 1215 0 0 0 43 0 0 0 16 0 12 0 2006470737 834969600 20312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3857] ppid=3844 vsize=815400 CPUtime=0
/proc/3846/task/3857/stat : 3857 (java) S 3844 3846 1950 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2006470737 834969600 20312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3858] ppid=3844 vsize=815400 CPUtime=0
/proc/3846/task/3858/stat : 3858 (java) S 3844 3846 1950 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2006470737 834969600 20312 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 815400

[startup+6.30198 s]
/proc/loadavg: 2.14 2.03 2.01 3/86 3858
/proc/meminfo: memFree=1519456/2055920 swapFree=4111096/4192956
[pid=3846] ppid=3844 vsize=812844 CPUtime=6.23
/proc/3846/stat : 3846 (java) S 3844 3846 1950 0 -1 0 29925 0 1 0 606 17 0 0 18 0 12 0 2006470728 832352256 25157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3846/statm: 203211 25157 1384 9 0 200573 0
[pid=3846/tid=3848] ppid=3844 vsize=812844 CPUtime=4.55
/proc/3846/task/3848/stat : 3848 (java) R 3844 3846 1950 0 -1 64 17272 0 1 0 445 10 0 0 25 0 12 0 2006470730 832352256 25157 996147200 134512640 134550740 4294956016 18446744073709551615 4109647911 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3849] ppid=3844 vsize=812844 CPUtime=0.05
/proc/3846/task/3849/stat : 3849 (java) S 3844 3846 1950 0 -1 64 2197 0 0 0 4 1 0 0 16 0 12 0 2006470730 832352256 25157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3850] ppid=3844 vsize=812844 CPUtime=0.05
/proc/3846/task/3850/stat : 3850 (java) S 3844 3846 1950 0 -1 64 2634 0 0 0 4 1 0 0 16 0 12 0 2006470730 832352256 25157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3851] ppid=3844 vsize=812844 CPUtime=0
/proc/3846/task/3851/stat : 3851 (java) S 3844 3846 1950 0 -1 64 111 0 0 0 0 0 0 0 16 0 12 0 2006470732 832352256 25157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3852] ppid=3844 vsize=812844 CPUtime=0
/proc/3846/task/3852/stat : 3852 (java) S 3844 3846 1950 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2006470733 832352256 25157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3853] ppid=3844 vsize=812844 CPUtime=0
/proc/3846/task/3853/stat : 3853 (java) S 3844 3846 1950 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2006470733 832352256 25157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3854] ppid=3844 vsize=812844 CPUtime=0
/proc/3846/task/3854/stat : 3854 (java) S 3844 3846 1950 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2006470737 832352256 25157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3855] ppid=3844 vsize=812844 CPUtime=1.01
/proc/3846/task/3855/stat : 3855 (java) S 3844 3846 1950 0 -1 64 5728 0 0 0 99 2 0 0 16 0 12 0 2006470737 832352256 25157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3856] ppid=3844 vsize=812844 CPUtime=0.51
/proc/3846/task/3856/stat : 3856 (java) S 3844 3846 1950 0 -1 64 1220 0 0 0 51 0 0 0 16 0 12 0 2006470737 832352256 25157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3857] ppid=3844 vsize=812844 CPUtime=0
/proc/3846/task/3857/stat : 3857 (java) S 3844 3846 1950 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2006470737 832352256 25157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3858] ppid=3844 vsize=812844 CPUtime=0
/proc/3846/task/3858/stat : 3858 (java) S 3844 3846 1950 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2006470737 832352256 25157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 812844

[startup+12.703 s]
/proc/loadavg: 2.12 2.03 2.01 3/86 3858
/proc/meminfo: memFree=1487912/2055920 swapFree=4111096/4192956
[pid=3846] ppid=3844 vsize=812844 CPUtime=12.59
/proc/3846/stat : 3846 (java) S 3844 3846 1950 0 -1 0 37212 0 1 0 1239 20 0 0 18 0 12 0 2006470728 832352256 32434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3846/statm: 203211 32434 1384 9 0 200573 0
[pid=3846/tid=3848] ppid=3844 vsize=812844 CPUtime=10.6
/proc/3846/task/3848/stat : 3848 (java) R 3844 3846 1950 0 -1 64 17284 0 1 0 1050 10 0 0 25 0 12 0 2006470730 832352256 32434 996147200 134512640 134550740 4294956016 18446744073709551615 4109750094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3849] ppid=3844 vsize=812844 CPUtime=0.17
/proc/3846/task/3849/stat : 3849 (java) S 3844 3846 1950 0 -1 64 5248 0 0 0 15 2 0 0 16 0 12 0 2006470730 832352256 32434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3850] ppid=3844 vsize=812844 CPUtime=0.18
/proc/3846/task/3850/stat : 3850 (java) S 3844 3846 1950 0 -1 64 6854 0 0 0 16 2 0 0 16 0 12 0 2006470730 832352256 32434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3851] ppid=3844 vsize=812844 CPUtime=0
/proc/3846/task/3851/stat : 3851 (java) S 3844 3846 1950 0 -1 64 111 0 0 0 0 0 0 0 16 0 12 0 2006470732 832352256 32434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3852] ppid=3844 vsize=812844 CPUtime=0
/proc/3846/task/3852/stat : 3852 (java) S 3844 3846 1950 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2006470733 832352256 32434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3853] ppid=3844 vsize=812844 CPUtime=0
/proc/3846/task/3853/stat : 3853 (java) S 3844 3846 1950 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2006470733 832352256 32434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3854] ppid=3844 vsize=812844 CPUtime=0
/proc/3846/task/3854/stat : 3854 (java) S 3844 3846 1950 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2006470737 832352256 32434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3855] ppid=3844 vsize=812844 CPUtime=1.05
/proc/3846/task/3855/stat : 3855 (java) S 3844 3846 1950 0 -1 64 5731 0 0 0 103 2 0 0 17 0 12 0 2006470737 832352256 32434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3856] ppid=3844 vsize=812844 CPUtime=0.52
/proc/3846/task/3856/stat : 3856 (java) S 3844 3846 1950 0 -1 64 1221 0 0 0 52 0 0 0 17 0 12 0 2006470737 832352256 32434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3857] ppid=3844 vsize=812844 CPUtime=0
/proc/3846/task/3857/stat : 3857 (java) S 3844 3846 1950 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2006470737 832352256 32434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3858] ppid=3844 vsize=812844 CPUtime=0
/proc/3846/task/3858/stat : 3858 (java) S 3844 3846 1950 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2006470737 832352256 32434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 812844

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

[startup+13.5021 s]
/proc/loadavg: 2.12 2.03 2.01 3/86 3858
/proc/meminfo: memFree=1485928/2055920 swapFree=4111096/4192956
[pid=3846] ppid=3844 vsize=812844 CPUtime=13.38
/proc/3846/stat : 3846 (java) S 3844 3846 1950 0 -1 0 37715 0 1 0 1318 20 0 0 18 0 12 0 2006470728 832352256 32936 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3846/statm: 203211 32936 1384 9 0 200573 0
[pid=3846/tid=3848] ppid=3844 vsize=812844 CPUtime=11.37
/proc/3846/task/3848/stat : 3848 (java) R 3844 3846 1950 0 -1 64 17285 0 1 0 1127 10 0 0 25 0 12 0 2006470730 832352256 32936 996147200 134512640 134550740 4294956016 18446744073709551615 4109651397 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3849] ppid=3844 vsize=812844 CPUtime=0.18
/proc/3846/task/3849/stat : 3849 (java) S 3844 3846 1950 0 -1 64 5571 0 0 0 16 2 0 0 16 0 12 0 2006470730 832352256 32936 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3850] ppid=3844 vsize=812844 CPUtime=0.19
/proc/3846/task/3850/stat : 3850 (java) S 3844 3846 1950 0 -1 64 7033 0 0 0 16 3 0 0 16 0 12 0 2006470730 832352256 32936 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3851] ppid=3844 vsize=812844 CPUtime=0
/proc/3846/task/3851/stat : 3851 (java) S 3844 3846 1950 0 -1 64 111 0 0 0 0 0 0 0 16 0 12 0 2006470732 832352256 32936 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3852] ppid=3844 vsize=812844 CPUtime=0
/proc/3846/task/3852/stat : 3852 (java) S 3844 3846 1950 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2006470733 832352256 32936 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3853] ppid=3844 vsize=812844 CPUtime=0
/proc/3846/task/3853/stat : 3853 (java) S 3844 3846 1950 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2006470733 832352256 32936 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3854] ppid=3844 vsize=812844 CPUtime=0
/proc/3846/task/3854/stat : 3854 (java) S 3844 3846 1950 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2006470737 832352256 32936 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3855] ppid=3844 vsize=812844 CPUtime=1.06
/proc/3846/task/3855/stat : 3855 (java) S 3844 3846 1950 0 -1 64 5731 0 0 0 104 2 0 0 16 0 12 0 2006470737 832352256 32936 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3856] ppid=3844 vsize=812844 CPUtime=0.52
/proc/3846/task/3856/stat : 3856 (java) S 3844 3846 1950 0 -1 64 1221 0 0 0 52 0 0 0 17 0 12 0 2006470737 832352256 32936 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3857] ppid=3844 vsize=812844 CPUtime=0
/proc/3846/task/3857/stat : 3857 (java) S 3844 3846 1950 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2006470737 832352256 32936 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3858] ppid=3844 vsize=812844 CPUtime=0
/proc/3846/task/3858/stat : 3858 (java) S 3844 3846 1950 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2006470737 832352256 32936 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.38
Current children cumulated vsize (KiB) 812844

[startup+13.9022 s]
/proc/loadavg: 2.12 2.03 2.01 3/86 3858
/proc/meminfo: memFree=1485928/2055920 swapFree=4111096/4192956
[pid=3846] ppid=3844 vsize=813168 CPUtime=13.77
/proc/3846/stat : 3846 (java) S 3844 3846 1950 0 -1 0 37732 0 1 0 1357 20 0 0 18 0 13 0 2006470728 832684032 32952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3846/statm: 203292 32952 1387 9 0 200654 0
[pid=3846/tid=3848] ppid=3844 vsize=813168 CPUtime=11.7
/proc/3846/task/3848/stat : 3848 (java) R 3844 3846 1950 0 -1 64 17295 0 1 0 1160 10 0 0 25 0 13 0 2006470730 832684032 32952 996147200 134512640 134550740 4294956016 18446744073709551615 4109721415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3849] ppid=3844 vsize=813168 CPUtime=0.18
/proc/3846/task/3849/stat : 3849 (java) S 3844 3846 1950 0 -1 64 5571 0 0 0 16 2 0 0 16 0 13 0 2006470730 832684032 32952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3850] ppid=3844 vsize=813168 CPUtime=0.19
/proc/3846/task/3850/stat : 3850 (java) S 3844 3846 1950 0 -1 64 7033 0 0 0 16 3 0 0 16 0 13 0 2006470730 832684032 32952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3851] ppid=3844 vsize=813168 CPUtime=0
/proc/3846/task/3851/stat : 3851 (java) S 3844 3846 1950 0 -1 64 111 0 0 0 0 0 0 0 16 0 13 0 2006470732 832684032 32952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3852] ppid=3844 vsize=813168 CPUtime=0
/proc/3846/task/3852/stat : 3852 (java) S 3844 3846 1950 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2006470733 832684032 32952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3853] ppid=3844 vsize=813168 CPUtime=0
/proc/3846/task/3853/stat : 3853 (java) S 3844 3846 1950 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2006470733 832684032 32952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3854] ppid=3844 vsize=813168 CPUtime=0
/proc/3846/task/3854/stat : 3854 (java) S 3844 3846 1950 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2006470737 832684032 32952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3855] ppid=3844 vsize=813168 CPUtime=1.1
/proc/3846/task/3855/stat : 3855 (java) S 3844 3846 1950 0 -1 64 5731 0 0 0 108 2 0 0 16 0 13 0 2006470737 832684032 32952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3856] ppid=3844 vsize=813168 CPUtime=0.55
/proc/3846/task/3856/stat : 3856 (java) S 3844 3846 1950 0 -1 64 1223 0 0 0 55 0 0 0 16 0 13 0 2006470737 832684032 32952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3857] ppid=3844 vsize=813168 CPUtime=0
/proc/3846/task/3857/stat : 3857 (java) S 3844 3846 1950 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2006470737 832684032 32952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3858] ppid=3844 vsize=813168 CPUtime=0
/proc/3846/task/3858/stat : 3858 (java) S 3844 3846 1950 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2006470737 832684032 32952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.77
Current children cumulated vsize (KiB) 813168

[startup+14.1022 s]
/proc/loadavg: 2.12 2.03 2.01 3/86 3858
/proc/meminfo: memFree=1485928/2055920 swapFree=4111096/4192956
[pid=3846] ppid=3844 vsize=813168 CPUtime=13.97
/proc/3846/stat : 3846 (java) S 3844 3846 1950 0 -1 0 38206 0 1 0 1377 20 0 0 18 0 13 0 2006470728 832684032 33425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3846/statm: 203292 33425 1387 9 0 200654 0
[pid=3846/tid=3848] ppid=3844 vsize=813168 CPUtime=11.85
/proc/3846/task/3848/stat : 3848 (java) R 3844 3846 1950 0 -1 64 17297 0 1 0 1175 10 0 0 25 0 13 0 2006470730 832684032 33425 996147200 134512640 134550740 4294956016 18446744073709551615 104123550 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3849] ppid=3844 vsize=813168 CPUtime=0.18
/proc/3846/task/3849/stat : 3849 (java) S 3844 3846 1950 0 -1 64 5873 0 0 0 16 2 0 0 16 0 13 0 2006470730 832684032 33425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3850] ppid=3844 vsize=813168 CPUtime=0.2
/proc/3846/task/3850/stat : 3850 (java) S 3844 3846 1950 0 -1 64 7203 0 0 0 17 3 0 0 16 0 13 0 2006470730 832684032 33425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3851] ppid=3844 vsize=813168 CPUtime=0
/proc/3846/task/3851/stat : 3851 (java) S 3844 3846 1950 0 -1 64 111 0 0 0 0 0 0 0 16 0 13 0 2006470732 832684032 33425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3852] ppid=3844 vsize=813168 CPUtime=0
/proc/3846/task/3852/stat : 3852 (java) S 3844 3846 1950 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2006470733 832684032 33425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3853] ppid=3844 vsize=813168 CPUtime=0
/proc/3846/task/3853/stat : 3853 (java) S 3844 3846 1950 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2006470733 832684032 33425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3854] ppid=3844 vsize=813168 CPUtime=0
/proc/3846/task/3854/stat : 3854 (java) S 3844 3846 1950 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2006470737 832684032 33425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3855] ppid=3844 vsize=813168 CPUtime=1.11
/proc/3846/task/3855/stat : 3855 (java) S 3844 3846 1950 0 -1 64 5731 0 0 0 109 2 0 0 16 0 13 0 2006470737 832684032 33425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3856] ppid=3844 vsize=813168 CPUtime=0.57
/proc/3846/task/3856/stat : 3856 (java) S 3844 3846 1950 0 -1 64 1223 0 0 0 57 0 0 0 16 0 13 0 2006470737 832684032 33425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3857] ppid=3844 vsize=813168 CPUtime=0
/proc/3846/task/3857/stat : 3857 (java) S 3844 3846 1950 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2006470737 832684032 33425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3846/tid=3858] ppid=3844 vsize=813168 CPUtime=0
/proc/3846/task/3858/stat : 3858 (java) S 3844 3846 1950 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2006470737 832684032 33425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.97
Current children cumulated vsize (KiB) 813168

Child status: 0
Real time (s): 14.1917
CPU time (s): 14.0599
CPU user time (s): 13.8269
CPU system time (s): 0.232964
CPU usage (%): 99.0707
Max. virtual memory (cumulated for all children) (KiB): 815984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.8269
system time used= 0.232964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38214
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1006
involuntary context switches= 1211

runsolver used 0.022996 second user time and 0.057991 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-05 18:23:39
IDJOB=1091545
IDBENCH=58563
IDSOLVER=344
FILE ID=node70/1091545-1215275019
PBS_JOBID= 7882246
Free space on /tmp= 66340 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/jobShop-e0ddr2/normalized-e0ddr2-10-by-5-6.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1091545-1215275019/watcher-1091545-1215275019 -o /tmp/evaluation-result-1091545-1215275019/solver-1091545-1215275019 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1091545-1215275019.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4914ab5b04149427a56aa6a39e8ffd21
RANDOM SEED=173429038

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1611424 kB
Buffers:         49756 kB
Cached:         197780 kB
SwapCached:      76280 kB
Active:         283948 kB
Inactive:       104448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1611424 kB
SwapTotal:     4192956 kB
SwapFree:      4111096 kB
Dirty:            1540 kB
Writeback:           0 kB
Mapped:         147404 kB
Slab:            41092 kB
Committed_AS:  4278500 kB
PageTables:       2028 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= 66340 MiB
End job on node70 at 2008-07-05 18:23:53