Trace number 2078775

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 2.1.1SAT 13.6589 13.8424

General information on the benchmark

Namecsp/jobShop-e0ddr1/
normalized-e0ddr1-10-by-5-6.xml
MD5SUM1c19ec9291001515ae45cca91f22e644
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.023995
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size124
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

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.16	c version 2.1.1.v20090622
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 671000808
0.09/0.16	c Max memory 672137216
0.09/0.16	c Total memory 672137216
0.09/0.16	c Number of processors 2
0.18/0.26	c c --- Begin Solver configuration ---
0.18/0.26	c Stops conflict analysis at the first Unique Implication Point
0.18/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.26	c Learn all clauses as in MiniSAT
0.18/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.26	c Expensive reason simplification
0.18/0.26	c MiniSAT restarts strategy
0.18/0.26	c Memory based learned constraints deletion strategy
0.18/0.26	c timeout=2147483s
0.18/0.26	c DB Simplification allowed=false
0.18/0.26	c --- End Solver configuration ---
0.18/0.26	c solving HOME/instance-2078775-1247367480.xml
0.18/0.26	c reading problem ... 
0.47/0.51	c reading problem named null
0.47/0.51	c reading domains done.
0.47/0.53	c reading variables done.
0.68/0.74	c reading predicates  done.
0.87/0.97	c reading constraints
13.26/13.46	c done with constraints.
13.26/13.46	c ... done. Wall clock time 13.2s.
13.26/13.46	c #vars     5680
13.26/13.46	c #constraints  60308
13.26/13.46	c constraints type 
13.26/13.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 60178
13.26/13.46	c org.sat4j.minisat.constraints.card.AtLeast => 50
13.26/13.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 80
13.55/13.78	c starts		: 1
13.55/13.78	c conflicts		: 0
13.55/13.78	c decisions		: 839
13.55/13.78	c propagations		: 5680
13.55/13.78	c inspects		: 360082
13.55/13.78	c learnt literals	: 0
13.55/13.78	c learnt binary clauses	: 0
13.55/13.78	c learnt ternary clauses	: 0
13.55/13.78	c learnt clauses	: 0
13.55/13.78	c ignored clauses	: 0
13.55/13.78	c root simplifications	: 0
13.55/13.78	c removed literals (reason simplification)	: 0
13.55/13.78	c reason swapping (by a shorter reason)	: 0
13.55/13.78	c Calls to reduceDB	: 0
13.55/13.78	c speed (assignments/second)	: 17805.64263322884
13.55/13.78	c non guided choices	839
13.55/13.78	c learnt constraints type 
13.55/13.78	c constraints type 
13.55/13.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 60178
13.55/13.78	c org.sat4j.minisat.constraints.card.AtLeast => 50
13.55/13.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 80
13.55/13.78	s SATISFIABLE
13.55/13.78	v 1 33 118 131 142 19 30 102 118 125 4 21 93 102 106 50 74 85 95 99 0 40 69 85 95 14 19 59 69 76 5 12 48 59 65 0 5 36 48 56 11 14 26 36 40 0 11 17 26 30 
13.55/13.78	c Total wall clock time (in seconds) : 13.52

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-2078775-1247367480/watcher-2078775-1247367480 -o /tmp/evaluation-result-2078775-1247367480/solver-2078775-1247367480 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2078775-1247367480.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.01 2.01 2.06 3/74 20948
/proc/meminfo: memFree=1750304/2055920 swapFree=4192812/4192956
[pid=20948] ppid=20946 vsize=1616 CPUtime=0
/proc/20948/stat : 20948 (java) D 20946 20948 17474 0 -1 0 335 0 0 0 0 0 0 0 18 0 1 0 23815709 1654784 144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/20948/statm: 404 144 107 9 0 46 0

[startup+0.0870779 s]
/proc/loadavg: 2.01 2.01 2.06 3/74 20948
/proc/meminfo: memFree=1750304/2055920 swapFree=4192812/4192956
[pid=20948] ppid=20946 vsize=802164 CPUtime=0.07
/proc/20948/stat : 20948 (java) S 20946 20948 17474 0 -1 0 2852 0 1 0 5 2 0 0 18 0 7 0 23815709 821415936 2597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/20948/statm: 200541 2597 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.102078 s]
/proc/loadavg: 2.01 2.01 2.06 3/74 20948
/proc/meminfo: memFree=1750304/2055920 swapFree=4192812/4192956
[pid=20948] ppid=20946 vsize=804560 CPUtime=0.09
/proc/20948/stat : 20948 (java) S 20946 20948 17474 0 -1 0 3000 0 1 0 7 2 0 0 18 0 12 0 23815709 823869440 2743 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20948/statm: 201140 2743 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.302119 s]
/proc/loadavg: 2.01 2.01 2.06 3/74 20948
/proc/meminfo: memFree=1750304/2055920 swapFree=4192812/4192956
[pid=20948] ppid=20946 vsize=805628 CPUtime=0.28
/proc/20948/stat : 20948 (java) S 20946 20948 17474 0 -1 0 4256 0 1 0 25 3 0 0 18 0 12 0 23815709 824963072 3993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20948/statm: 201407 3993 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701192 s]
/proc/loadavg: 2.01 2.01 2.06 3/74 20948
/proc/meminfo: memFree=1750304/2055920 swapFree=4192812/4192956
[pid=20948] ppid=20946 vsize=807184 CPUtime=0.68
/proc/20948/stat : 20948 (java) S 20946 20948 17474 0 -1 0 5991 0 1 0 63 5 0 0 18 0 12 0 23815709 826556416 5153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20948/statm: 201796 5153 1385 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50234 s]
/proc/loadavg: 2.01 2.01 2.06 3/86 20960
/proc/meminfo: memFree=1730880/2055920 swapFree=4192812/4192956
[pid=20948] ppid=20946 vsize=810588 CPUtime=1.47
/proc/20948/stat : 20948 (java) S 20946 20948 17474 0 -1 0 9318 0 1 0 141 6 0 0 18 0 12 0 23815709 830042112 7139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20948/statm: 202647 7139 1406 9 0 199974 0
[pid=20948/tid=20949] ppid=20946 vsize=810588 CPUtime=0.73
/proc/20948/task/20949/stat : 20949 (java) R 20946 20948 17474 0 -1 64 5008 0 1 0 69 4 0 0 19 0 12 0 23815711 830042112 7139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20951] ppid=20946 vsize=810588 CPUtime=0
/proc/20948/task/20951/stat : 20951 (java) S 20946 20948 17474 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23815712 830042112 7139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20952] ppid=20946 vsize=810588 CPUtime=0
/proc/20948/task/20952/stat : 20952 (java) S 20946 20948 17474 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23815712 830042112 7139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20953] ppid=20946 vsize=810588 CPUtime=0
/proc/20948/task/20953/stat : 20953 (java) S 20946 20948 17474 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23815714 830042112 7139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20954] ppid=20946 vsize=810588 CPUtime=0
/proc/20948/task/20954/stat : 20954 (java) S 20946 20948 17474 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23815714 830042112 7139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20955] ppid=20946 vsize=810588 CPUtime=0
/proc/20948/task/20955/stat : 20955 (java) S 20946 20948 17474 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 23815714 830042112 7139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20956] ppid=20946 vsize=810588 CPUtime=0
/proc/20948/task/20956/stat : 20956 (java) S 20946 20948 17474 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23815719 830042112 7139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20957] ppid=20946 vsize=810588 CPUtime=0
/proc/20948/task/20957/stat : 20957 (java) S 20946 20948 17474 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23815719 830042112 7139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20958] ppid=20946 vsize=810588 CPUtime=0.72
/proc/20948/task/20958/stat : 20958 (java) R 20946 20948 17474 0 -1 64 3554 0 0 0 71 1 0 0 18 0 12 0 23815719 830042112 7139 996147200 134512640 134550932 4294956016 18446744073709551615 105600711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20959] ppid=20946 vsize=810588 CPUtime=0
/proc/20948/task/20959/stat : 20959 (java) S 20946 20948 17474 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23815719 830042112 7139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20960] ppid=20946 vsize=810588 CPUtime=0
/proc/20948/task/20960/stat : 20960 (java) S 20946 20948 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23815719 830042112 7139 996147200 134512640 134550932 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) 810588

[startup+3.10262 s]
/proc/loadavg: 2.01 2.01 2.06 3/86 20960
/proc/meminfo: memFree=1714240/2055920 swapFree=4192812/4192956
[pid=20948] ppid=20946 vsize=810588 CPUtime=3.05
/proc/20948/stat : 20948 (java) S 20946 20948 17474 0 -1 0 22469 0 1 0 293 12 0 0 18 0 12 0 23815709 830042112 20288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20948/statm: 202647 20288 1432 9 0 199974 0
[pid=20948/tid=20949] ppid=20946 vsize=810588 CPUtime=1.96
/proc/20948/task/20949/stat : 20949 (java) R 20946 20948 17474 0 -1 64 17365 0 1 0 186 10 0 0 25 0 12 0 23815711 830042112 20288 996147200 134512640 134550932 4294956016 18446744073709551615 4109586348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20951] ppid=20946 vsize=810588 CPUtime=0.01
/proc/20948/task/20951/stat : 20951 (java) S 20946 20948 17474 0 -1 64 493 0 0 0 1 0 0 0 17 0 12 0 23815712 830042112 20288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20952] ppid=20946 vsize=810588 CPUtime=0
/proc/20948/task/20952/stat : 20952 (java) S 20946 20948 17474 0 -1 64 240 0 0 0 0 0 0 0 17 0 12 0 23815712 830042112 20288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20953] ppid=20946 vsize=810588 CPUtime=0
/proc/20948/task/20953/stat : 20953 (java) S 20946 20948 17474 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23815714 830042112 20288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20954] ppid=20946 vsize=810588 CPUtime=0
/proc/20948/task/20954/stat : 20954 (java) S 20946 20948 17474 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23815714 830042112 20288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20955] ppid=20946 vsize=810588 CPUtime=0
/proc/20948/task/20955/stat : 20955 (java) S 20946 20948 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23815714 830042112 20288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20956] ppid=20946 vsize=810588 CPUtime=0
/proc/20948/task/20956/stat : 20956 (java) S 20946 20948 17474 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23815719 830042112 20288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20957] ppid=20946 vsize=810588 CPUtime=0
/proc/20948/task/20957/stat : 20957 (java) S 20946 20948 17474 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23815719 830042112 20288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20958] ppid=20946 vsize=810588 CPUtime=1.06
/proc/20948/task/20958/stat : 20958 (java) S 20946 20948 17474 0 -1 64 3605 0 0 0 105 1 0 0 16 0 12 0 23815719 830042112 20288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20959] ppid=20946 vsize=810588 CPUtime=0
/proc/20948/task/20959/stat : 20959 (java) S 20946 20948 17474 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23815719 830042112 20288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20960] ppid=20946 vsize=810588 CPUtime=0
/proc/20948/task/20960/stat : 20960 (java) S 20946 20948 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23815719 830042112 20288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 810588

[startup+6.30121 s]
/proc/loadavg: 2.01 2.01 2.06 3/86 20960
/proc/meminfo: memFree=1663040/2055920 swapFree=4192812/4192956
[pid=20948] ppid=20946 vsize=809668 CPUtime=6.22
/proc/20948/stat : 20948 (java) S 20946 20948 17474 0 -1 0 26705 0 1 0 608 14 0 0 18 0 12 0 23815709 829100032 24299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20948/statm: 202417 24299 1435 9 0 199744 0
[pid=20948/tid=20949] ppid=20946 vsize=809668 CPUtime=4.9
/proc/20948/task/20949/stat : 20949 (java) R 20946 20948 17474 0 -1 64 17372 0 1 0 480 10 0 0 25 0 12 0 23815711 829100032 24299 996147200 134512640 134550932 4294956016 18446744073709551615 4109646282 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20951] ppid=20946 vsize=809668 CPUtime=0.07
/proc/20948/task/20951/stat : 20951 (java) S 20946 20948 17474 0 -1 64 2909 0 0 0 7 0 0 0 16 0 12 0 23815712 829100032 24299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20952] ppid=20946 vsize=809668 CPUtime=0.06
/proc/20948/task/20952/stat : 20952 (java) S 20946 20948 17474 0 -1 64 2011 0 0 0 5 1 0 0 16 0 12 0 23815712 829100032 24299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20953] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20953/stat : 20953 (java) S 20946 20948 17474 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 23815714 829100032 24299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20954] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20954/stat : 20954 (java) S 20946 20948 17474 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23815714 829100032 24299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20955] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20955/stat : 20955 (java) S 20946 20948 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23815714 829100032 24299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20956] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20956/stat : 20956 (java) S 20946 20948 17474 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23815719 829100032 24299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20957] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20957/stat : 20957 (java) S 20946 20948 17474 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23815719 829100032 24299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20958] ppid=20946 vsize=809668 CPUtime=1.15
/proc/20948/task/20958/stat : 20958 (java) S 20946 20948 17474 0 -1 64 3613 0 0 0 114 1 0 0 17 0 12 0 23815719 829100032 24299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20959] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20959/stat : 20959 (java) S 20946 20948 17474 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23815719 829100032 24299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20960] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20960/stat : 20960 (java) S 20946 20948 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23815719 829100032 24299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 809668

[startup+12.7024 s]
/proc/loadavg: 2.01 2.01 2.06 3/86 20960
/proc/meminfo: memFree=1635856/2055920 swapFree=4192812/4192956
[pid=20948] ppid=20946 vsize=809668 CPUtime=12.55
/proc/20948/stat : 20948 (java) S 20946 20948 17474 0 -1 0 32505 0 1 0 1238 17 0 0 18 0 12 0 23815709 829100032 30089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20948/statm: 202417 30089 1435 9 0 199744 0
[pid=20948/tid=20949] ppid=20946 vsize=809668 CPUtime=11.02
/proc/20948/task/20949/stat : 20949 (java) R 20946 20948 17474 0 -1 64 17384 0 1 0 1092 10 0 0 25 0 12 0 23815711 829100032 30089 996147200 134512640 134550932 4294956016 18446744073709551615 4109727209 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20951] ppid=20946 vsize=809668 CPUtime=0.12
/proc/20948/task/20951/stat : 20951 (java) S 20946 20948 17474 0 -1 64 5050 0 0 0 10 2 0 0 16 0 12 0 23815712 829100032 30089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20952] ppid=20946 vsize=809668 CPUtime=0.17
/proc/20948/task/20952/stat : 20952 (java) S 20946 20948 17474 0 -1 64 5654 0 0 0 15 2 0 0 16 0 12 0 23815712 829100032 30089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20953] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20953/stat : 20953 (java) S 20946 20948 17474 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 23815714 829100032 30089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20954] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20954/stat : 20954 (java) S 20946 20948 17474 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23815714 829100032 30089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20955] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20955/stat : 20955 (java) S 20946 20948 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23815714 829100032 30089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20956] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20956/stat : 20956 (java) S 20946 20948 17474 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23815719 829100032 30089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20957] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20957/stat : 20957 (java) S 20946 20948 17474 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23815719 829100032 30089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20958] ppid=20946 vsize=809668 CPUtime=1.21
/proc/20948/task/20958/stat : 20958 (java) S 20946 20948 17474 0 -1 64 3617 0 0 0 120 1 0 0 16 0 12 0 23815719 829100032 30089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20959] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20959/stat : 20959 (java) S 20946 20948 17474 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23815719 829100032 30089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20960] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20960/stat : 20960 (java) S 20946 20948 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23815719 829100032 30089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 809668

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

[startup+13.5025 s]
/proc/loadavg: 2.01 2.01 2.06 3/86 20960
/proc/meminfo: memFree=1632592/2055920 swapFree=4192812/4192956
[pid=20948] ppid=20946 vsize=809668 CPUtime=13.35
/proc/20948/stat : 20948 (java) S 20946 20948 17474 0 -1 0 33268 0 1 0 1317 18 0 0 18 0 12 0 23815709 829100032 30850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20948/statm: 202417 30850 1435 9 0 199744 0
[pid=20948/tid=20949] ppid=20946 vsize=809668 CPUtime=11.75
/proc/20948/task/20949/stat : 20949 (java) R 20946 20948 17474 0 -1 64 17390 0 1 0 1165 10 0 0 25 0 12 0 23815711 829100032 30850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20951] ppid=20946 vsize=809668 CPUtime=0.12
/proc/20948/task/20951/stat : 20951 (java) S 20946 20948 17474 0 -1 64 5114 0 0 0 10 2 0 0 16 0 12 0 23815712 829100032 30850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20952] ppid=20946 vsize=809668 CPUtime=0.19
/proc/20948/task/20952/stat : 20952 (java) S 20946 20948 17474 0 -1 64 6345 0 0 0 16 3 0 0 16 0 12 0 23815712 829100032 30850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20953] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20953/stat : 20953 (java) S 20946 20948 17474 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 23815714 829100032 30850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20954] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20954/stat : 20954 (java) S 20946 20948 17474 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23815714 829100032 30850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20955] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20955/stat : 20955 (java) S 20946 20948 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23815714 829100032 30850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20956] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20956/stat : 20956 (java) S 20946 20948 17474 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23815719 829100032 30850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20957] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20957/stat : 20957 (java) S 20946 20948 17474 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23815719 829100032 30850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20958] ppid=20946 vsize=809668 CPUtime=1.25
/proc/20948/task/20958/stat : 20958 (java) R 20946 20948 17474 0 -1 64 3619 0 0 0 124 1 0 0 16 0 12 0 23815719 829100032 30850 996147200 134512640 134550932 4294956016 18446744073709551615 103987451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20959] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20959/stat : 20959 (java) S 20946 20948 17474 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23815719 829100032 30850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20960] ppid=20946 vsize=809668 CPUtime=0
/proc/20948/task/20960/stat : 20960 (java) S 20946 20948 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23815719 829100032 30850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.35
Current children cumulated vsize (KiB) 809668

[startup+13.7026 s]
/proc/loadavg: 2.01 2.01 2.06 3/86 20960
/proc/meminfo: memFree=1632592/2055920 swapFree=4192812/4192956
[pid=20948] ppid=20946 vsize=809992 CPUtime=13.55
/proc/20948/stat : 20948 (java) S 20946 20948 17474 0 -1 0 33285 0 1 0 1337 18 0 0 18 0 13 0 23815709 829431808 30866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20948/statm: 202498 30866 1438 9 0 199825 0
[pid=20948/tid=20949] ppid=20946 vsize=809992 CPUtime=11.9
/proc/20948/task/20949/stat : 20949 (java) R 20946 20948 17474 0 -1 64 17396 0 1 0 1180 10 0 0 25 0 13 0 23815711 829431808 30866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20951] ppid=20946 vsize=809992 CPUtime=0.12
/proc/20948/task/20951/stat : 20951 (java) S 20946 20948 17474 0 -1 64 5114 0 0 0 10 2 0 0 16 0 13 0 23815712 829431808 30866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20952] ppid=20946 vsize=809992 CPUtime=0.19
/proc/20948/task/20952/stat : 20952 (java) S 20946 20948 17474 0 -1 64 6345 0 0 0 16 3 0 0 16 0 13 0 23815712 829431808 30866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20953] ppid=20946 vsize=809992 CPUtime=0
/proc/20948/task/20953/stat : 20953 (java) S 20946 20948 17474 0 -1 64 47 0 0 0 0 0 0 0 16 0 13 0 23815714 829431808 30866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20954] ppid=20946 vsize=809992 CPUtime=0
/proc/20948/task/20954/stat : 20954 (java) S 20946 20948 17474 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23815714 829431808 30866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20955] ppid=20946 vsize=809992 CPUtime=0
/proc/20948/task/20955/stat : 20955 (java) S 20946 20948 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23815714 829431808 30866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20956] ppid=20946 vsize=809992 CPUtime=0
/proc/20948/task/20956/stat : 20956 (java) S 20946 20948 17474 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 23815719 829431808 30866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20957] ppid=20946 vsize=809992 CPUtime=0
/proc/20948/task/20957/stat : 20957 (java) S 20946 20948 17474 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23815719 829431808 30866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20958] ppid=20946 vsize=809992 CPUtime=1.29
/proc/20948/task/20958/stat : 20958 (java) R 20946 20948 17474 0 -1 64 3625 0 0 0 128 1 0 0 16 0 13 0 23815719 829431808 30866 996147200 134512640 134550932 4294956016 18446744073709551615 106008458 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20959] ppid=20946 vsize=809992 CPUtime=0
/proc/20948/task/20959/stat : 20959 (java) S 20946 20948 17474 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23815719 829431808 30866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20960] ppid=20946 vsize=809992 CPUtime=0
/proc/20948/task/20960/stat : 20960 (java) S 20946 20948 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23815719 829431808 30866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.55
Current children cumulated vsize (KiB) 809992

[startup+13.8026 s]
/proc/loadavg: 2.01 2.01 2.06 3/86 20960
/proc/meminfo: memFree=1632592/2055920 swapFree=4192812/4192956
[pid=20948] ppid=20946 vsize=809992 CPUtime=13.63
/proc/20948/stat : 20948 (java) S 20946 20948 17474 0 -1 0 33293 0 1 0 1345 18 0 0 18 0 12 0 23815709 829431808 30873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20948/statm: 202498 30873 1439 9 0 199825 0
[pid=20948/tid=20949] ppid=20946 vsize=809992 CPUtime=11.95
/proc/20948/task/20949/stat : 20949 (java) S 20946 20948 17474 0 -1 64 17400 0 1 0 1185 10 0 0 25 0 12 0 23815711 829431808 30873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20951] ppid=20946 vsize=809992 CPUtime=0.12
/proc/20948/task/20951/stat : 20951 (java) S 20946 20948 17474 0 -1 64 5114 0 0 0 10 2 0 0 16 0 12 0 23815712 829431808 30873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20952] ppid=20946 vsize=809992 CPUtime=0.19
/proc/20948/task/20952/stat : 20952 (java) S 20946 20948 17474 0 -1 64 6345 0 0 0 16 3 0 0 16 0 12 0 23815712 829431808 30873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20953] ppid=20946 vsize=809992 CPUtime=0
/proc/20948/task/20953/stat : 20953 (java) S 20946 20948 17474 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 23815714 829431808 30873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20954] ppid=20946 vsize=809992 CPUtime=0
/proc/20948/task/20954/stat : 20954 (java) S 20946 20948 17474 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23815714 829431808 30873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20955] ppid=20946 vsize=809992 CPUtime=0
/proc/20948/task/20955/stat : 20955 (java) S 20946 20948 17474 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23815714 829431808 30873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20956] ppid=20946 vsize=809992 CPUtime=0
/proc/20948/task/20956/stat : 20956 (java) S 20946 20948 17474 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23815719 829431808 30873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20957] ppid=20946 vsize=809992 CPUtime=0
/proc/20948/task/20957/stat : 20957 (java) S 20946 20948 17474 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23815719 829431808 30873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20958] ppid=20946 vsize=809992 CPUtime=1.32
/proc/20948/task/20958/stat : 20958 (java) S 20946 20948 17474 0 -1 64 3626 0 0 0 131 1 0 0 16 0 12 0 23815719 829431808 30873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20959] ppid=20946 vsize=809992 CPUtime=0
/proc/20948/task/20959/stat : 20959 (java) S 20946 20948 17474 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23815719 829431808 30873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20948/tid=20960] ppid=20946 vsize=809992 CPUtime=0
/proc/20948/task/20960/stat : 20960 (java) S 20946 20948 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23815719 829431808 30873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.63
Current children cumulated vsize (KiB) 809992

Child status: 0
Real time (s): 13.8424
CPU time (s): 13.6589
CPU user time (s): 13.455
CPU system time (s): 0.203968
CPU usage (%): 98.6748
Max. virtual memory (cumulated for all children) (KiB): 810744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.455
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33297
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= 1136
involuntary context switches= 1326

runsolver used 0.020996 second user time and 0.05999 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 04:58:00
IDJOB=2078775
IDBENCH=56812
IDSOLVER=731
FILE ID=node2/2078775-1247367480
PBS_JOBID= 9507033
Free space on /tmp= 66332 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/jobShop-e0ddr1/normalized-e0ddr1-10-by-5-6.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078775-1247367480/watcher-2078775-1247367480 -o /tmp/evaluation-result-2078775-1247367480/solver-2078775-1247367480 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2078775-1247367480.xml

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

MD5SUM BENCH= 1c19ec9291001515ae45cca91f22e644
RANDOM SEED=1214373949

node2.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1750784 kB
Buffers:         31592 kB
Cached:         175740 kB
SwapCached:          0 kB
Active:         168316 kB
Inactive:        82452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1260 kB
Writeback:           0 kB
Mapped:          54780 kB
Slab:            39468 kB
Committed_AS:   181212 kB
PageTables:       1976 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= 66332 MiB
End job on node2 at 2009-07-12 04:58:14