Trace number 2092052

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 9.44056 9.1783

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-21_ext.xml
MD5SUMf649bc48b325150174ae3b6dd46ca2e1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.435933
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.21/0.21	c c --- Begin Solver configuration ---
0.21/0.21	c Stops conflict analysis at the first Unique Implication Point
0.21/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.21/0.21	c Learn all clauses as in MiniSAT
0.21/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.21/0.21	c Expensive reason simplification
0.21/0.21	c MiniSAT restarts strategy
0.21/0.21	c Memory based learned constraints deletion strategy
0.21/0.21	c timeout=2147483s
0.21/0.21	c DB Simplification allowed=false
0.21/0.21	c --- End Solver configuration ---
0.21/0.21	c solving HOME/instance-2092052-1247396957.xml
0.21/0.21	c reading problem ... 
0.34/0.38	c reading problem named null
0.34/0.38	c reading domains done.
0.34/0.38	c reading variables done.
0.49/0.42	c reading relations done.
2.00/1.74	c reading constraints
2.59/2.34	c done with constraints.
2.59/2.34	c ... done. Wall clock time 2.129s.
2.59/2.34	c #vars     3200
2.59/2.34	c #constraints  16560
2.59/2.34	c constraints type 
2.59/2.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16520
2.59/2.34	c org.sat4j.minisat.constraints.card.AtLeast => 40
9.36/9.15	c starts		: 6
9.36/9.15	c conflicts		: 2063
9.36/9.15	c decisions		: 3017
9.36/9.15	c propagations		: 1070124
9.36/9.15	c inspects		: 14491127
9.36/9.15	c learnt literals	: 2
9.36/9.15	c learnt binary clauses	: 4
9.36/9.15	c learnt ternary clauses	: 3
9.36/9.15	c learnt clauses	: 2061
9.36/9.15	c ignored clauses	: 0
9.36/9.15	c root simplifications	: 0
9.36/9.15	c removed literals (reason simplification)	: 216377
9.36/9.15	c reason swapping (by a shorter reason)	: 0
9.36/9.15	c Calls to reduceDB	: 0
9.36/9.15	c speed (assignments/second)	: 157163.1663974152
9.36/9.15	c non guided choices	307
9.36/9.15	c learnt constraints type 
9.36/9.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
9.36/9.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2057
9.36/9.15	c constraints type 
9.36/9.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16520
9.36/9.15	c org.sat4j.minisat.constraints.card.AtLeast => 40
9.36/9.15	s SATISFIABLE
9.36/9.16	v 62 74 30 28 45 37 63 48 46 67 32 53 41 69 59 53 32 64 13 31 77 44 27 25 61 46 45 68 20 15 58 13 49 9 74 19 54 31 50 16 
9.36/9.16	c Total wall clock time (in seconds) : 8.939

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-2092052-1247396957/watcher-2092052-1247396957 -o /tmp/evaluation-result-2092052-1247396957/solver-2092052-1247396957 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2092052-1247396957.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.95 2.04 2.06 4/73 1452
/proc/meminfo: memFree=1821904/2055912 swapFree=4192812/4192956
[pid=1452] ppid=1450 vsize=13208 CPUtime=0
/proc/1452/stat : 1452 (java) S 1450 1452 362 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 26760304 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1452/statm: 3302 521 219 9 0 1186 0
[pid=1452/tid=1453] ppid=1450 vsize=13208 CPUtime=0
/proc/1452/task/1453/stat : 1453 (java) R 1450 1452 362 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 26760306 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 10563544 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0917039 s]
/proc/loadavg: 1.95 2.04 2.06 4/73 1452
/proc/meminfo: memFree=1821904/2055912 swapFree=4192812/4192956
[pid=1452] ppid=1450 vsize=802164 CPUtime=0.07
/proc/1452/stat : 1452 (java) S 1450 1452 362 0 -1 0 2900 0 1 0 5 2 0 0 18 0 7 0 26760304 821415936 2645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/1452/statm: 200541 2645 1043 9 0 197892 0
[pid=1452/tid=1453] ppid=1450 vsize=802164 CPUtime=0.06
/proc/1452/task/1453/stat : 1453 (java) R 1450 1452 362 0 -1 64 2160 0 1 0 5 1 0 0 17 0 7 0 26760306 821415936 2645 996147200 134512640 134550932 4294956016 18446744073709551615 105373472 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.102726 s]
/proc/loadavg: 1.95 2.04 2.06 4/73 1452
/proc/meminfo: memFree=1821904/2055912 swapFree=4192812/4192956
[pid=1452] ppid=1450 vsize=804560 CPUtime=0.08
/proc/1452/stat : 1452 (java) S 1450 1452 362 0 -1 0 3017 0 1 0 6 2 0 0 18 0 12 0 26760304 823869440 2760 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1452/statm: 201140 2760 1082 9 0 198474 0
[pid=1452/tid=1453] ppid=1450 vsize=804560 CPUtime=0.07
/proc/1452/task/1453/stat : 1453 (java) R 1450 1452 362 0 -1 64 2262 0 1 0 6 1 0 0 21 0 12 0 26760306 823869440 2760 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301717 s]
/proc/loadavg: 1.95 2.04 2.06 4/73 1452
/proc/meminfo: memFree=1821904/2055912 swapFree=4192812/4192956
[pid=1452] ppid=1450 vsize=807928 CPUtime=0.34
/proc/1452/stat : 1452 (java) S 1450 1452 362 0 -1 0 4952 0 1 0 30 4 0 0 18 0 12 0 26760304 827318272 4511 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1452/statm: 201982 4511 1365 9 0 199309 0
[pid=1452/tid=1453] ppid=1450 vsize=807928 CPUtime=0.24
/proc/1452/task/1453/stat : 1453 (java) R 1450 1452 362 0 -1 64 3231 0 1 0 21 3 0 0 18 0 12 0 26760306 827318272 4511 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 807928

[startup+0.70177 s]
/proc/loadavg: 1.95 2.04 2.06 4/73 1452
/proc/meminfo: memFree=1821904/2055912 swapFree=4192812/4192956
[pid=1452] ppid=1450 vsize=808492 CPUtime=0.9
/proc/1452/stat : 1452 (java) S 1450 1452 362 0 -1 0 7129 0 1 0 84 6 0 0 18 0 12 0 26760304 827895808 5939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1452/statm: 202123 5939 1392 9 0 199450 0
[pid=1452/tid=1453] ppid=1450 vsize=808492 CPUtime=0.5
/proc/1452/task/1453/stat : 1453 (java) R 1450 1452 362 0 -1 64 4293 0 1 0 46 4 0 0 19 0 12 0 26760306 827895808 5939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 808492

[startup+1.50184 s]
/proc/loadavg: 1.95 2.04 2.06 4/86 1494
/proc/meminfo: memFree=1778664/2055912 swapFree=4192812/4192956
[pid=1452] ppid=1450 vsize=813640 CPUtime=1.81
/proc/1452/stat : 1452 (java) S 1450 1452 362 0 -1 0 22862 0 1 0 168 13 0 0 18 0 12 0 26760304 833167360 20431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1452/statm: 203410 20431 1416 9 0 200737 0
[pid=1452/tid=1453] ppid=1450 vsize=813640 CPUtime=0.89
/proc/1452/task/1453/stat : 1453 (java) R 1450 1452 362 0 -1 64 16959 0 1 0 80 9 0 0 21 0 12 0 26760306 833167360 20431 996147200 134512640 134550932 4294956016 18446744073709551615 4109605236 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1455] ppid=1450 vsize=813640 CPUtime=0.01
/proc/1452/task/1455/stat : 1455 (java) S 1450 1452 362 0 -1 64 365 0 0 0 1 0 0 0 16 0 12 0 26760307 833167360 20431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1456] ppid=1450 vsize=813640 CPUtime=0
/proc/1452/task/1456/stat : 1456 (java) S 1450 1452 362 0 -1 64 345 0 0 0 0 0 0 0 16 0 12 0 26760307 833167360 20431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1457] ppid=1450 vsize=813640 CPUtime=0
/proc/1452/task/1457/stat : 1457 (java) S 1450 1452 362 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 26760308 833167360 20431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1458] ppid=1450 vsize=813640 CPUtime=0
/proc/1452/task/1458/stat : 1458 (java) S 1450 1452 362 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 26760309 833167360 20431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1459] ppid=1450 vsize=813640 CPUtime=0
/proc/1452/task/1459/stat : 1459 (java) S 1450 1452 362 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 26760309 833167360 20431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1460] ppid=1450 vsize=813640 CPUtime=0
/proc/1452/task/1460/stat : 1460 (java) S 1450 1452 362 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 26760314 833167360 20431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1461] ppid=1450 vsize=813640 CPUtime=0.55
/proc/1452/task/1461/stat : 1461 (java) S 1450 1452 362 0 -1 64 2737 0 0 0 54 1 0 0 16 0 12 0 26760314 833167360 20431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1462] ppid=1450 vsize=813640 CPUtime=0.3
/proc/1452/task/1462/stat : 1462 (java) S 1450 1452 362 0 -1 64 1706 0 0 0 30 0 0 0 16 0 12 0 26760314 833167360 20431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1463] ppid=1450 vsize=813640 CPUtime=0
/proc/1452/task/1463/stat : 1463 (java) S 1450 1452 362 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 26760314 833167360 20431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1464] ppid=1450 vsize=813640 CPUtime=0
/proc/1452/task/1464/stat : 1464 (java) S 1450 1452 362 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 26760314 833167360 20431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 813640

[startup+3.102 s]
/proc/loadavg: 1.95 2.04 2.06 4/94 1505
/proc/meminfo: memFree=1717672/2055912 swapFree=4192812/4192956
[pid=1452] ppid=1450 vsize=813964 CPUtime=3.4
/proc/1452/stat : 1452 (java) S 1450 1452 362 0 -1 0 24454 0 1 0 325 15 0 0 18 0 13 0 26760304 833499136 21700 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1452/statm: 203491 21700 1441 9 0 200818 0
[pid=1452/tid=1453] ppid=1450 vsize=813964 CPUtime=1.56
/proc/1452/task/1453/stat : 1453 (java) R 1450 1452 362 0 -1 64 16985 0 1 0 146 10 0 0 25 0 13 0 26760306 833499136 21700 996147200 134512640 134550932 4294956016 18446744073709551615 4109799976 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1455] ppid=1450 vsize=813964 CPUtime=0.01
/proc/1452/task/1455/stat : 1455 (java) S 1450 1452 362 0 -1 64 492 0 0 0 1 0 0 0 17 0 13 0 26760307 833499136 21700 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1456] ppid=1450 vsize=813964 CPUtime=0.03
/proc/1452/task/1456/stat : 1456 (java) S 1450 1452 362 0 -1 64 1345 0 0 0 3 0 0 0 16 0 13 0 26760307 833499136 21700 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1457] ppid=1450 vsize=813964 CPUtime=0
/proc/1452/task/1457/stat : 1457 (java) S 1450 1452 362 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 26760308 833499136 21700 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1458] ppid=1450 vsize=813964 CPUtime=0
/proc/1452/task/1458/stat : 1458 (java) S 1450 1452 362 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26760309 833499136 21700 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1459] ppid=1450 vsize=813964 CPUtime=0
/proc/1452/task/1459/stat : 1459 (java) S 1450 1452 362 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26760309 833499136 21700 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1460] ppid=1450 vsize=813964 CPUtime=0
/proc/1452/task/1460/stat : 1460 (java) S 1450 1452 362 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 26760314 833499136 21700 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1461] ppid=1450 vsize=813964 CPUtime=1.43
/proc/1452/task/1461/stat : 1461 (java) S 1450 1452 362 0 -1 64 3166 0 0 0 142 1 0 0 17 0 13 0 26760314 833499136 21700 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1462] ppid=1450 vsize=813964 CPUtime=0.3
/proc/1452/task/1462/stat : 1462 (java) S 1450 1452 362 0 -1 64 1706 0 0 0 30 0 0 0 16 0 13 0 26760314 833499136 21700 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1463] ppid=1450 vsize=813964 CPUtime=0
/proc/1452/task/1463/stat : 1463 (java) S 1450 1452 362 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 26760314 833499136 21700 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1464] ppid=1450 vsize=813964 CPUtime=0
/proc/1452/task/1464/stat : 1464 (java) S 1450 1452 362 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26760314 833499136 21700 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 813964

[startup+6.30234 s]
/proc/loadavg: 1.95 2.04 2.06 3/95 1506
/proc/meminfo: memFree=1705184/2055912 swapFree=4192812/4192956
[pid=1452] ppid=1450 vsize=812628 CPUtime=6.58
/proc/1452/stat : 1452 (java) S 1450 1452 362 0 -1 0 24463 0 1 0 643 15 0 0 18 0 13 0 26760304 832131072 21375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1452/statm: 203157 21375 1441 9 0 200484 0
[pid=1452/tid=1453] ppid=1450 vsize=812628 CPUtime=4.67
/proc/1452/task/1453/stat : 1453 (java) R 1450 1452 362 0 -1 64 16990 0 1 0 457 10 0 0 25 0 13 0 26760306 832131072 21375 996147200 134512640 134550932 4294956016 18446744073709551615 4109810719 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1455] ppid=1450 vsize=812628 CPUtime=0.01
/proc/1452/task/1455/stat : 1455 (java) S 1450 1452 362 0 -1 64 492 0 0 0 1 0 0 0 17 0 13 0 26760307 832131072 21375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1456] ppid=1450 vsize=812628 CPUtime=0.03
/proc/1452/task/1456/stat : 1456 (java) S 1450 1452 362 0 -1 64 1345 0 0 0 3 0 0 0 16 0 13 0 26760307 832131072 21375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1457] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1457/stat : 1457 (java) S 1450 1452 362 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 26760308 832131072 21375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1458] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1458/stat : 1458 (java) S 1450 1452 362 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26760309 832131072 21375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1459] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1459/stat : 1459 (java) S 1450 1452 362 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26760309 832131072 21375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1460] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1460/stat : 1460 (java) S 1450 1452 362 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 26760314 832131072 21375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1461] ppid=1450 vsize=812628 CPUtime=1.51
/proc/1452/task/1461/stat : 1461 (java) S 1450 1452 362 0 -1 64 3170 0 0 0 150 1 0 0 16 0 13 0 26760314 832131072 21375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1462] ppid=1450 vsize=812628 CPUtime=0.3
/proc/1452/task/1462/stat : 1462 (java) S 1450 1452 362 0 -1 64 1706 0 0 0 30 0 0 0 16 0 13 0 26760314 832131072 21375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1463] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1463/stat : 1463 (java) S 1450 1452 362 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 26760314 832131072 21375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1464] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1464/stat : 1464 (java) S 1450 1452 362 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26760314 832131072 21375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1506] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1506/stat : 1506 (java) S 1450 1452 362 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 26760540 832131072 21375 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 812628

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

[startup+7.9025 s]
/proc/loadavg: 1.95 2.04 2.06 3/95 1506
/proc/meminfo: memFree=1705696/2055912 swapFree=4192812/4192956
[pid=1452] ppid=1450 vsize=812628 CPUtime=8.17
/proc/1452/stat : 1452 (java) S 1450 1452 362 0 -1 0 24465 0 1 0 802 15 0 0 18 0 13 0 26760304 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1452/statm: 203157 21377 1441 9 0 200484 0
[pid=1452/tid=1453] ppid=1450 vsize=812628 CPUtime=6.24
/proc/1452/task/1453/stat : 1453 (java) R 1450 1452 362 0 -1 64 16990 0 1 0 614 10 0 0 25 0 13 0 26760306 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4109907333 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1455] ppid=1450 vsize=812628 CPUtime=0.01
/proc/1452/task/1455/stat : 1455 (java) S 1450 1452 362 0 -1 64 492 0 0 0 1 0 0 0 17 0 13 0 26760307 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1456] ppid=1450 vsize=812628 CPUtime=0.03
/proc/1452/task/1456/stat : 1456 (java) S 1450 1452 362 0 -1 64 1345 0 0 0 3 0 0 0 16 0 13 0 26760307 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1457] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1457/stat : 1457 (java) S 1450 1452 362 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 26760308 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1458] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1458/stat : 1458 (java) S 1450 1452 362 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26760309 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1459] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1459/stat : 1459 (java) S 1450 1452 362 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26760309 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1460] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1460/stat : 1460 (java) S 1450 1452 362 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 26760314 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1461] ppid=1450 vsize=812628 CPUtime=1.53
/proc/1452/task/1461/stat : 1461 (java) S 1450 1452 362 0 -1 64 3172 0 0 0 152 1 0 0 16 0 13 0 26760314 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1462] ppid=1450 vsize=812628 CPUtime=0.3
/proc/1452/task/1462/stat : 1462 (java) S 1450 1452 362 0 -1 64 1706 0 0 0 30 0 0 0 16 0 13 0 26760314 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1463] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1463/stat : 1463 (java) S 1450 1452 362 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 26760314 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1464] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1464/stat : 1464 (java) S 1450 1452 362 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26760314 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1506] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1506/stat : 1506 (java) S 1450 1452 362 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 26760540 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 812628

[startup+8.70259 s]
/proc/loadavg: 1.96 2.04 2.06 3/95 1506
/proc/meminfo: memFree=1705640/2055912 swapFree=4192812/4192956
[pid=1452] ppid=1450 vsize=812628 CPUtime=8.96
/proc/1452/stat : 1452 (java) S 1450 1452 362 0 -1 0 24465 0 1 0 881 15 0 0 18 0 13 0 26760304 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1452/statm: 203157 21377 1441 9 0 200484 0
[pid=1452/tid=1453] ppid=1450 vsize=812628 CPUtime=7.04
/proc/1452/task/1453/stat : 1453 (java) R 1450 1452 362 0 -1 64 16990 0 1 0 694 10 0 0 25 0 13 0 26760306 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4109832364 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1455] ppid=1450 vsize=812628 CPUtime=0.01
/proc/1452/task/1455/stat : 1455 (java) S 1450 1452 362 0 -1 64 492 0 0 0 1 0 0 0 17 0 13 0 26760307 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1456] ppid=1450 vsize=812628 CPUtime=0.03
/proc/1452/task/1456/stat : 1456 (java) S 1450 1452 362 0 -1 64 1345 0 0 0 3 0 0 0 16 0 13 0 26760307 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1457] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1457/stat : 1457 (java) S 1450 1452 362 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 26760308 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1458] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1458/stat : 1458 (java) S 1450 1452 362 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26760309 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1459] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1459/stat : 1459 (java) S 1450 1452 362 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26760309 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1460] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1460/stat : 1460 (java) S 1450 1452 362 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 26760314 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1461] ppid=1450 vsize=812628 CPUtime=1.53
/proc/1452/task/1461/stat : 1461 (java) S 1450 1452 362 0 -1 64 3172 0 0 0 152 1 0 0 16 0 13 0 26760314 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1462] ppid=1450 vsize=812628 CPUtime=0.3
/proc/1452/task/1462/stat : 1462 (java) S 1450 1452 362 0 -1 64 1706 0 0 0 30 0 0 0 16 0 13 0 26760314 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1463] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1463/stat : 1463 (java) S 1450 1452 362 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 26760314 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1464] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1464/stat : 1464 (java) S 1450 1452 362 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26760314 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1506] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1506/stat : 1506 (java) S 1450 1452 362 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 26760540 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.96
Current children cumulated vsize (KiB) 812628

[startup+9.10163 s]
/proc/loadavg: 1.96 2.04 2.06 3/95 1506
/proc/meminfo: memFree=1705640/2055912 swapFree=4192812/4192956
[pid=1452] ppid=1450 vsize=812628 CPUtime=9.36
/proc/1452/stat : 1452 (java) S 1450 1452 362 0 -1 0 24465 0 1 0 921 15 0 0 18 0 13 0 26760304 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1452/statm: 203157 21377 1441 9 0 200484 0
[pid=1452/tid=1453] ppid=1450 vsize=812628 CPUtime=7.43
/proc/1452/task/1453/stat : 1453 (java) R 1450 1452 362 0 -1 64 16990 0 1 0 733 10 0 0 25 0 13 0 26760306 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4109799681 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1455] ppid=1450 vsize=812628 CPUtime=0.01
/proc/1452/task/1455/stat : 1455 (java) S 1450 1452 362 0 -1 64 492 0 0 0 1 0 0 0 17 0 13 0 26760307 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1456] ppid=1450 vsize=812628 CPUtime=0.03
/proc/1452/task/1456/stat : 1456 (java) S 1450 1452 362 0 -1 64 1345 0 0 0 3 0 0 0 16 0 13 0 26760307 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1457] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1457/stat : 1457 (java) S 1450 1452 362 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 26760308 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1458] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1458/stat : 1458 (java) S 1450 1452 362 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26760309 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1459] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1459/stat : 1459 (java) S 1450 1452 362 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26760309 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1460] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1460/stat : 1460 (java) S 1450 1452 362 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 26760314 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1461] ppid=1450 vsize=812628 CPUtime=1.53
/proc/1452/task/1461/stat : 1461 (java) S 1450 1452 362 0 -1 64 3172 0 0 0 152 1 0 0 16 0 13 0 26760314 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1452/tid=1462] ppid=1450 vsize=812628 CPUtime=0.3
/proc/1452/task/1462/stat : 1462 (java) S 1450 1452 362 0 -1 64 1706 0 0 0 30 0 0 0 16 0 13 0 26760314 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1463] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1463/stat : 1463 (java) S 1450 1452 362 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 26760314 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1464] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1464/stat : 1464 (java) S 1450 1452 362 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26760314 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1452/tid=1506] ppid=1450 vsize=812628 CPUtime=0
/proc/1452/task/1506/stat : 1506 (java) S 1450 1452 362 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 26760540 832131072 21377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.36
Current children cumulated vsize (KiB) 812628

Child status: 0
Real time (s): 9.1783
CPU time (s): 9.44056
CPU user time (s): 9.27259
CPU system time (s): 0.167974
CPU usage (%): 102.857
Max. virtual memory (cumulated for all children) (KiB): 814256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.27259
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24476
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= 890
involuntary context switches= 923

runsolver used 0.013997 second user time and 0.040993 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 13:09:17
IDJOB=2092052
IDBENCH=60241
IDSOLVER=731
FILE ID=node78/2092052-1247396957
PBS_JOBID= 9507363
Free space on /tmp= 126812 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-21_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2092052-1247396957/watcher-2092052-1247396957 -o /tmp/evaluation-result-2092052-1247396957/solver-2092052-1247396957 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2092052-1247396957.xml

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

MD5SUM BENCH= f649bc48b325150174ae3b6dd46ca2e1
RANDOM SEED=2133434254

node78.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055912 kB
MemFree:       1822384 kB
Buffers:         36572 kB
Cached:         124928 kB
SwapCached:          0 kB
Active:         120068 kB
Inactive:        60880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1822384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4392 kB
Writeback:           0 kB
Mapped:          30020 kB
Slab:            37848 kB
Committed_AS:   281708 kB
PageTables:       1792 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126788 MiB
End job on node78 at 2009-07-12 13:09:27