Trace number 2063936

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 1644.39 1657.61

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-13.xml
MD5SUM2bfe383200b06cc8d10162ce709ea70a
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.71467
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints24450
Maximum constraint arity24
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24150
Global constraints used (with number of constraints)alldifferent(300)

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.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2063936-1247333350.xml
0.18/0.25	c reading problem ... 
0.48/0.51	c reading problem named null
0.48/0.51	c reading domains done.
0.98/1.06	c reading variables done.
1.57/1.61	c reading predicates  done.
1.76/1.83	c reading constraints
1640.83/1654.00	c done with constraints.
1640.83/1654.01	c ... done. Wall clock time 1653.749s.
1640.83/1654.01	c #vars     12183
1640.83/1654.01	c #constraints  2085219
1640.83/1654.01	c constraints type 
1640.83/1654.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1122806
1640.83/1654.01	c org.sat4j.minisat.constraints.cnf.UnitClauses => 189
1640.83/1654.01	c org.sat4j.minisat.constraints.card.AtLeast => 611
1640.83/1654.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 961424
1644.29/1657.53	c starts		: 7
1644.29/1657.53	c conflicts		: 2099
1644.29/1657.53	c decisions		: 18031
1644.29/1657.53	c propagations		: 624556
1644.29/1657.53	c inspects		: 8089090
1644.29/1657.53	c learnt literals	: 0
1644.29/1657.53	c learnt binary clauses	: 0
1644.29/1657.53	c learnt ternary clauses	: 5
1644.29/1657.53	c learnt clauses	: 2099
1644.29/1657.53	c ignored clauses	: 0
1644.29/1657.53	c root simplifications	: 0
1644.29/1657.53	c removed literals (reason simplification)	: 5087
1644.29/1657.53	c reason swapping (by a shorter reason)	: 0
1644.29/1657.53	c Calls to reduceDB	: 0
1644.29/1657.53	c speed (assignments/second)	: 176978.18078775858
1644.29/1657.53	c non guided choices	13430
1644.29/1657.54	c learnt constraints type 
1644.29/1657.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2099
1644.29/1657.54	c constraints type 
1644.29/1657.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1122806
1644.29/1657.54	c org.sat4j.minisat.constraints.cnf.UnitClauses => 189
1644.29/1657.54	c org.sat4j.minisat.constraints.card.AtLeast => 611
1644.29/1657.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 961424
1644.29/1657.54	s SATISFIABLE
1644.29/1657.54	v 24 14 37 18 31 7 8 21 28 41 8 24 33 29 1 36 12 34 22 20 36 31 40 29 1 18 12 21 8 9 24 20 18 24 7 7 29 37 16 43 15 37 13 34 30 18 3 26 26 16 37 7 22 44 19 35 35 25 8 8 33 13 10 25 20 41 42 24 13 43 24 31 28 18 12 7 39 36 19 1 41 17 16 43 6 0 28 42 2 22 3 14 27 27 1 7 40 33 21 29 0 24 12 32 26 2 28 18 23 35 17 26 27 8 10 23 17 5 31 33 34 15 0 38 29 15 24 9 13 17 13 3 30 25 39 6 0 17 38 2 24 0 11 19 2 28 33 16 40 13 38 30 33 6 38 18 35 38 10 35 44 42 19 26 26 29 25 28 11 23 8 21 30 35 37 38 22 33 11 23 1 38 43 25 30 13 44 31 41 36 10 14 21 15 21 23 44 3 10 31 27 20 17 13 32 32 35 40 4 25 19 27 44 14 1 34 37 40 37 44 40 33 6 0 34 36 31 43 16 39 14 42 26 15 4 18 8 30 38 34 32 13 19 5 25 32 33 31 16 22 34 29 0 24 41 32 3 34 35 2 22 42 30 4 0 3 34 44 0 42 6 31 38 23 43 3 11 12 5 5 3 44 1 2 25 22 39 34 32 15 35 17 33 11 5 4 20 25 9 36 34 23 20 40 29 6 40 44 15 40 39 23 12 10 36 4 9 22 34 12 39 12 7 14 35 36 8 41 2 37 14 5 23 10 22 39 9 29 9 4 4 11 26 9 26 17 39 25 11 14 2 5 39 7 30 12 36 15 8 26 27 36 2 11 21 5 14 39 16 20 4 6 5 3 44 27 5 40 27 41 17 21 41 10 38 9 28 9 42 20 17 38 32 16 19 4 28 1 31 19 10 18 6 11 13 2 4 11 19 16 18 6 9 14 13 18 3 9 2 13 12 8 13 9 17 16 15 14 16 11 14 14 8 13 13 9 8 1 4 7 1 17 2 8 16 2 8 4 1 10 16 16 11 15 19 9 15 17 10 5 7 9 13 18 17 10 10 15 8 9 3 14 11 13 6 10 16 1 6 9 8 15 19 1 8 14 15 11 4 5 18 19 3 4 0 8 14 2 0 3 11 11 4 4 0 10 9 10 3 1 1 16 5 19 10 2 13 5 12 16 12 0 8 4 1 17 16 18 10 16 11 15 14 10 12 4 4 3 5 13 12 7 3 4 17 2 18 16 11 14 14 12 15 15 10 14 7 13 19 8 17 16 17 7 17 18 0 7 16 9 8 15 4 11 7 16 8 6 19 15 2 6 11 1 11 6 1 7 1 15 12 2 17 3 18 4 11 3 15 4 7 4 7 0 14 12 12 19 18 15 7 11 10 12 3 2 11 12 14 16 6 13 11 16 1 9 3 16 8 19 4 15 12 15 2 19 11 19 0 16 9 12 13 9 4 15 14 5 18 14 11 17 18 18 4 6 13 7 19 9 3 19 9 10 17 16 18 19 15 4 13 16 8 14 3 2 9 1 11 13 10 12 19 0 12 10 11 17 2 9 14 18 11 14 15 14 7 16 10 3 10 18 1 17 4 16 4 14 14 1 15 1 2 8 17 6 16 15 13 13 3 11 6 13 4 2 15 3 15 2 14 3 10 4 7 13 0 19 1 3 16 10 8 13 9 10 14 7 5 1 7 16 8 4 1 12 11 7 14 2 10 7 2 15 16 6 10 1 1 11 13 1 0 14 3 8 10 9 2 19 12 3 5 14 11 4 1 3 14 15 4 15 0 15 3 11 14 11 11 15 
1644.29/1657.54	c Total wall clock time (in seconds) : 1657.279

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-2063936-1247333350/watcher-2063936-1247333350 -o /tmp/evaluation-result-2063936-1247333350/solver-2063936-1247333350 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063936-1247333350.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.85 1.94 1.89 3/74 11803
/proc/meminfo: memFree=630472/2055920 swapFree=4192956/4192956
[pid=11803] ppid=11801 vsize=802032 CPUtime=0.04
/proc/11803/stat : 11803 (java) S 11801 11803 9687 0 -1 0 2541 0 1 0 2 2 0 0 18 0 7 0 20401455 821280768 2288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 200508 2288 988 9 0 197859 0
[pid=11803/tid=11804] ppid=11801 vsize=802032 CPUtime=0.02
/proc/11803/task/11804/stat : 11804 (java) S 11801 11803 9687 0 -1 64 1807 0 1 0 1 1 0 0 20 0 7 0 20401456 821280768 2288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=11803/tid=11805] ppid=11801 vsize=802032 CPUtime=0
/proc/11803/task/11805/stat : 11805 (java) S 11801 11803 9687 0 -1 64 3 0 0 0 0 0 0 0 18 0 7 0 20401457 821280768 2288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=11803/tid=11806] ppid=11801 vsize=802032 CPUtime=0
/proc/11803/task/11806/stat : 11806 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 19 0 7 0 20401457 821280768 2288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=11803/tid=11807] ppid=11801 vsize=802032 CPUtime=0
/proc/11803/task/11807/stat : 11807 (java) S 11801 11803 9687 0 -1 64 1 0 0 0 0 0 0 0 19 0 7 0 20401459 821280768 2288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 1 0 0
[pid=11803/tid=11808] ppid=11801 vsize=802032 CPUtime=0
/proc/11803/task/11808/stat : 11808 (java) S 11801 11803 9687 0 -1 64 9 0 0 0 0 0 0 0 20 0 7 0 20401460 821280768 2288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=11803/tid=11809] ppid=11801 vsize=802032 CPUtime=0
/proc/11803/task/11809/stat : 11809 (java) R 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 21 0 7 0 20401460 821280768 2288 996147200 134512640 134550932 4294956016 18446744073709551615 3342296 0 4 0 16784584 0 0 0 -1 1 0 0

[startup+0.109148 s]
/proc/loadavg: 1.85 1.94 1.89 3/74 11803
/proc/meminfo: memFree=630472/2055920 swapFree=4192956/4192956
[pid=11803] ppid=11801 vsize=804560 CPUtime=0.09
/proc/11803/stat : 11803 (java) S 11801 11803 9687 0 -1 0 3019 0 1 0 7 2 0 0 18 0 12 0 20401455 823869440 2762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 201140 2762 1082 9 0 198474 0
[pid=11803/tid=11804] ppid=11801 vsize=804560 CPUtime=0.08
/proc/11803/task/11804/stat : 11804 (java) R 11801 11803 9687 0 -1 64 2266 0 1 0 6 2 0 0 21 0 12 0 20401456 823869440 2762 996147200 134512640 134550932 4294956016 18446744073709551615 103610445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11805] ppid=11801 vsize=804560 CPUtime=0
/proc/11803/task/11805/stat : 11805 (java) S 11801 11803 9687 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 20401457 823869440 2762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11806] ppid=11801 vsize=804560 CPUtime=0
/proc/11803/task/11806/stat : 11806 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 20401457 823869440 2762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11807] ppid=11801 vsize=804560 CPUtime=0
/proc/11803/task/11807/stat : 11807 (java) S 11801 11803 9687 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20401459 823869440 2762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11808] ppid=11801 vsize=804560 CPUtime=0
/proc/11803/task/11808/stat : 11808 (java) S 11801 11803 9687 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 20401460 823869440 2762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11809] ppid=11801 vsize=804560 CPUtime=0
/proc/11803/task/11809/stat : 11809 (java) S 11801 11803 9687 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 20401460 823869440 2762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.201165 s]
/proc/loadavg: 1.85 1.94 1.89 3/74 11803
/proc/meminfo: memFree=630472/2055920 swapFree=4192956/4192956
[pid=11803] ppid=11801 vsize=805352 CPUtime=0.18
/proc/11803/stat : 11803 (java) S 11801 11803 9687 0 -1 0 3798 0 1 0 15 3 0 0 18 0 12 0 20401455 824680448 3536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 201338 3536 1332 9 0 198672 0
[pid=11803/tid=11804] ppid=11801 vsize=805352 CPUtime=0.14
/proc/11803/task/11804/stat : 11804 (java) R 11801 11803 9687 0 -1 64 2653 0 1 0 12 2 0 0 21 0 12 0 20401456 824680448 3536 996147200 134512640 134550932 4294956016 18446744073709551615 4159657695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11805] ppid=11801 vsize=805352 CPUtime=0
/proc/11803/task/11805/stat : 11805 (java) S 11801 11803 9687 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 20401457 824680448 3536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11806] ppid=11801 vsize=805352 CPUtime=0
/proc/11803/task/11806/stat : 11806 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 20401457 824680448 3536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11807] ppid=11801 vsize=805352 CPUtime=0
/proc/11803/task/11807/stat : 11807 (java) S 11801 11803 9687 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20401459 824680448 3536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11808] ppid=11801 vsize=805352 CPUtime=0
/proc/11803/task/11808/stat : 11808 (java) S 11801 11803 9687 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 20401460 824680448 3536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11809] ppid=11801 vsize=805352 CPUtime=0
/proc/11803/task/11809/stat : 11809 (java) S 11801 11803 9687 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 20401460 824680448 3536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805352

[startup+0.301183 s]
/proc/loadavg: 1.85 1.94 1.89 3/74 11803
/proc/meminfo: memFree=630472/2055920 swapFree=4192956/4192956
[pid=11803] ppid=11801 vsize=805628 CPUtime=0.28
/proc/11803/stat : 11803 (java) S 11801 11803 9687 0 -1 0 4293 0 1 0 24 4 0 0 18 0 12 0 20401455 824963072 4030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 201407 4030 1358 9 0 198734 0
[pid=11803/tid=11804] ppid=11801 vsize=805628 CPUtime=0.21
/proc/11803/task/11804/stat : 11804 (java) R 11801 11803 9687 0 -1 64 3060 0 1 0 18 3 0 0 18 0 12 0 20401456 824963072 4030 996147200 134512640 134550932 4294956016 18446744073709551615 105487489 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11805] ppid=11801 vsize=805628 CPUtime=0
/proc/11803/task/11805/stat : 11805 (java) S 11801 11803 9687 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 20401457 824963072 4030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11806] ppid=11801 vsize=805628 CPUtime=0
/proc/11803/task/11806/stat : 11806 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 20401457 824963072 4030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11807] ppid=11801 vsize=805628 CPUtime=0
/proc/11803/task/11807/stat : 11807 (java) S 11801 11803 9687 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20401459 824963072 4030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11808] ppid=11801 vsize=805628 CPUtime=0
/proc/11803/task/11808/stat : 11808 (java) S 11801 11803 9687 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 20401460 824963072 4030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11809] ppid=11801 vsize=805628 CPUtime=0
/proc/11803/task/11809/stat : 11809 (java) S 11801 11803 9687 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 20401460 824963072 4030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.70126 s]
/proc/loadavg: 1.85 1.94 1.89 3/74 11803
/proc/meminfo: memFree=630472/2055920 swapFree=4192956/4192956
[pid=11803] ppid=11801 vsize=808472 CPUtime=0.68
/proc/11803/stat : 11803 (java) S 11801 11803 9687 0 -1 0 6229 0 1 0 62 6 0 0 18 0 12 0 20401455 827875328 5196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 202118 5196 1390 9 0 199445 0
[pid=11803/tid=11804] ppid=11801 vsize=808472 CPUtime=0.37
/proc/11803/task/11804/stat : 11804 (java) R 11801 11803 9687 0 -1 64 3508 0 1 0 33 4 0 0 18 0 12 0 20401456 827875328 5196 996147200 134512640 134550932 4294956016 18446744073709551615 4109149730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11805] ppid=11801 vsize=808472 CPUtime=0
/proc/11803/task/11805/stat : 11805 (java) S 11801 11803 9687 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 20401457 827875328 5196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11806] ppid=11801 vsize=808472 CPUtime=0
/proc/11803/task/11806/stat : 11806 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 20401457 827875328 5196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11807] ppid=11801 vsize=808472 CPUtime=0
/proc/11803/task/11807/stat : 11807 (java) S 11801 11803 9687 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20401459 827875328 5196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11808] ppid=11801 vsize=808472 CPUtime=0
/proc/11803/task/11808/stat : 11808 (java) S 11801 11803 9687 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 20401460 827875328 5196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11809] ppid=11801 vsize=808472 CPUtime=0
/proc/11803/task/11809/stat : 11809 (java) S 11801 11803 9687 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 20401460 827875328 5196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808472

[startup+1.50242 s]
/proc/loadavg: 1.85 1.94 1.89 4/86 11815
/proc/meminfo: memFree=613928/2055920 swapFree=4192956/4192956
[pid=11803] ppid=11801 vsize=808472 CPUtime=1.47
/proc/11803/stat : 11803 (java) S 11801 11803 9687 0 -1 0 7126 0 1 0 140 7 0 0 18 0 12 0 20401455 827875328 6092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 202118 6092 1408 9 0 199445 0
[pid=11803/tid=11804] ppid=11801 vsize=808472 CPUtime=0.71
/proc/11803/task/11804/stat : 11804 (java) R 11801 11803 9687 0 -1 64 4333 0 1 0 66 5 0 0 22 0 12 0 20401456 827875328 6092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11805] ppid=11801 vsize=808472 CPUtime=0
/proc/11803/task/11805/stat : 11805 (java) S 11801 11803 9687 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 20401457 827875328 6092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11806] ppid=11801 vsize=808472 CPUtime=0
/proc/11803/task/11806/stat : 11806 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 20401457 827875328 6092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11807] ppid=11801 vsize=808472 CPUtime=0
/proc/11803/task/11807/stat : 11807 (java) S 11801 11803 9687 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 20401459 827875328 6092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11808] ppid=11801 vsize=808472 CPUtime=0
/proc/11803/task/11808/stat : 11808 (java) S 11801 11803 9687 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 20401460 827875328 6092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11809] ppid=11801 vsize=808472 CPUtime=0
/proc/11803/task/11809/stat : 11809 (java) S 11801 11803 9687 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 20401460 827875328 6092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11811] ppid=11801 vsize=808472 CPUtime=0
/proc/11803/task/11811/stat : 11811 (java) S 11801 11803 9687 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20401465 827875328 6092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11812] ppid=11801 vsize=808472 CPUtime=0
/proc/11803/task/11812/stat : 11812 (java) S 11801 11803 9687 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20401465 827875328 6092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11813] ppid=11801 vsize=808472 CPUtime=0.75
/proc/11803/task/11813/stat : 11813 (java) R 11801 11803 9687 0 -1 64 2040 0 0 0 74 1 0 0 17 0 12 0 20401465 827875328 6092 996147200 134512640 134550932 4294956016 18446744073709551615 103333296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11814] ppid=11801 vsize=808472 CPUtime=0
/proc/11803/task/11814/stat : 11814 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20401465 827875328 6092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11815] ppid=11801 vsize=808472 CPUtime=0
/proc/11803/task/11815/stat : 11815 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20401465 827875328 6092 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) 808472

[startup+3.10273 s]
/proc/loadavg: 1.85 1.94 1.89 3/86 11815
/proc/meminfo: memFree=605032/2055920 swapFree=4192956/4192956
[pid=11803] ppid=11801 vsize=809900 CPUtime=3.05
/proc/11803/stat : 11803 (java) S 11801 11803 9687 0 -1 0 20351 0 1 0 291 14 0 0 18 0 12 0 20401455 829337600 18044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 202475 18044 1422 9 0 199802 0
[pid=11803/tid=11804] ppid=11801 vsize=809900 CPUtime=1.7
/proc/11803/task/11804/stat : 11804 (java) R 11801 11803 9687 0 -1 64 15877 0 1 0 159 11 0 0 25 0 12 0 20401456 829337600 18044 996147200 134512640 134550932 4294956016 18446744073709551615 4109798319 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11805] ppid=11801 vsize=809900 CPUtime=0
/proc/11803/task/11805/stat : 11805 (java) S 11801 11803 9687 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 20401457 829337600 18044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11806] ppid=11801 vsize=809900 CPUtime=0
/proc/11803/task/11806/stat : 11806 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 20401457 829337600 18044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11807] ppid=11801 vsize=809900 CPUtime=0
/proc/11803/task/11807/stat : 11807 (java) S 11801 11803 9687 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 20401459 829337600 18044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11808] ppid=11801 vsize=809900 CPUtime=0
/proc/11803/task/11808/stat : 11808 (java) S 11801 11803 9687 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 20401460 829337600 18044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11809] ppid=11801 vsize=809900 CPUtime=0
/proc/11803/task/11809/stat : 11809 (java) S 11801 11803 9687 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 20401460 829337600 18044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11811] ppid=11801 vsize=809900 CPUtime=0
/proc/11803/task/11811/stat : 11811 (java) S 11801 11803 9687 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20401465 829337600 18044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11812] ppid=11801 vsize=809900 CPUtime=0
/proc/11803/task/11812/stat : 11812 (java) S 11801 11803 9687 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20401465 829337600 18044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11813] ppid=11801 vsize=809900 CPUtime=1.33
/proc/11803/task/11813/stat : 11813 (java) S 11801 11803 9687 0 -1 64 3721 0 0 0 131 2 0 0 16 0 12 0 20401465 829337600 18044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11814] ppid=11801 vsize=809900 CPUtime=0
/proc/11803/task/11814/stat : 11814 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20401465 829337600 18044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11815] ppid=11801 vsize=809900 CPUtime=0
/proc/11803/task/11815/stat : 11815 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20401465 829337600 18044 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) 809900

[startup+6.30234 s]
/proc/loadavg: 1.86 1.94 1.89 3/86 11815
/proc/meminfo: memFree=552616/2055920 swapFree=4192956/4192956
[pid=11803] ppid=11801 vsize=808928 CPUtime=6.22
/proc/11803/stat : 11803 (java) S 11801 11803 9687 0 -1 0 23228 0 1 0 607 15 0 0 18 0 12 0 20401455 828342272 20683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 202232 20683 1431 9 0 199559 0
[pid=11803/tid=11804] ppid=11801 vsize=808928 CPUtime=4.7
/proc/11803/task/11804/stat : 11804 (java) R 11801 11803 9687 0 -1 64 17217 0 1 0 458 12 0 0 25 0 12 0 20401456 828342272 20683 996147200 134512640 134550932 4294956016 18446744073709551615 4109625579 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11805] ppid=11801 vsize=808928 CPUtime=0.06
/proc/11803/task/11805/stat : 11805 (java) S 11801 11803 9687 0 -1 64 884 0 0 0 6 0 0 0 16 0 12 0 20401457 828342272 20683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11806] ppid=11801 vsize=808928 CPUtime=0.05
/proc/11803/task/11806/stat : 11806 (java) S 11801 11803 9687 0 -1 64 611 0 0 0 5 0 0 0 16 0 12 0 20401457 828342272 20683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11807] ppid=11801 vsize=808928 CPUtime=0
/proc/11803/task/11807/stat : 11807 (java) S 11801 11803 9687 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 20401459 828342272 20683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11808] ppid=11801 vsize=808928 CPUtime=0
/proc/11803/task/11808/stat : 11808 (java) S 11801 11803 9687 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20401460 828342272 20683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11809] ppid=11801 vsize=808928 CPUtime=0
/proc/11803/task/11809/stat : 11809 (java) S 11801 11803 9687 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20401460 828342272 20683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11811] ppid=11801 vsize=808928 CPUtime=0
/proc/11803/task/11811/stat : 11811 (java) S 11801 11803 9687 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20401465 828342272 20683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11812] ppid=11801 vsize=808928 CPUtime=0
/proc/11803/task/11812/stat : 11812 (java) S 11801 11803 9687 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20401465 828342272 20683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11813] ppid=11801 vsize=808928 CPUtime=1.37

################
# More data... #
################

/proc/loadavg: 2.02 2.03 1.97 3/95 11857
/proc/meminfo: memFree=284584/2055920 swapFree=4192956/4192956
[pid=11803] ppid=11801 vsize=812884 CPUtime=1638.01
/proc/11803/stat : 11803 (java) S 11801 11803 9687 0 -1 0 57972 0 1 0 163742 59 0 0 18 0 12 0 20401455 832393216 52259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 203221 52259 1442 9 0 200548 0
[pid=11803/tid=11804] ppid=11801 vsize=812884 CPUtime=1616.32
/proc/11803/task/11804/stat : 11804 (java) R 11801 11803 9687 0 -1 64 21124 0 1 0 161609 23 0 0 25 0 12 0 20401456 832393216 52259 996147200 134512640 134550932 4294956016 18446744073709551615 4109705644 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11803/tid=11805] ppid=11801 vsize=812884 CPUtime=9.1
/proc/11803/task/11805/stat : 11805 (java) S 11801 11803 9687 0 -1 64 14462 0 0 0 901 9 0 0 17 0 12 0 20401457 832393216 52259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11803/tid=11806] ppid=11801 vsize=812884 CPUtime=9.17
/proc/11803/task/11806/stat : 11806 (java) S 11801 11803 9687 0 -1 64 15419 0 0 0 907 10 0 0 17 0 12 0 20401457 832393216 52259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11803/tid=11807] ppid=11801 vsize=812884 CPUtime=0.44
/proc/11803/task/11807/stat : 11807 (java) S 11801 11803 9687 0 -1 64 52 0 0 0 32 12 0 0 16 0 12 0 20401459 832393216 52259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11803/tid=11808] ppid=11801 vsize=812884 CPUtime=0
/proc/11803/task/11808/stat : 11808 (java) S 11801 11803 9687 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20401460 832393216 52259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11809] ppid=11801 vsize=812884 CPUtime=0
/proc/11803/task/11809/stat : 11809 (java) S 11801 11803 9687 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20401460 832393216 52259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11811] ppid=11801 vsize=812884 CPUtime=0
/proc/11803/task/11811/stat : 11811 (java) S 11801 11803 9687 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20401465 832393216 52259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11812] ppid=11801 vsize=812884 CPUtime=0
/proc/11803/task/11812/stat : 11812 (java) S 11801 11803 9687 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20401465 832393216 52259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11813] ppid=11801 vsize=812884 CPUtime=2.94
/proc/11803/task/11813/stat : 11813 (java) S 11801 11803 9687 0 -1 64 6163 0 0 0 291 3 0 0 16 0 12 0 20401465 832393216 52259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11814] ppid=11801 vsize=812884 CPUtime=0
/proc/11803/task/11814/stat : 11814 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20401465 832393216 52259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11815] ppid=11801 vsize=812884 CPUtime=0
/proc/11803/task/11815/stat : 11815 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20401465 832393216 52259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1638.01
Current children cumulated vsize (KiB) 812884

[startup+1654.4 s]
/proc/loadavg: 2.02 2.03 1.97 3/96 11858
/proc/meminfo: memFree=227808/2055920 swapFree=4192956/4192956
[pid=11803] ppid=11801 vsize=813208 CPUtime=1641.22
/proc/11803/stat : 11803 (java) S 11801 11803 9687 0 -1 0 72077 0 1 0 164057 65 0 0 18 0 13 0 20401455 832724992 66357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 203302 66357 1449 9 0 200629 0
[pid=11803/tid=11804] ppid=11801 vsize=813208 CPUtime=1618.35
/proc/11803/task/11804/stat : 11804 (java) R 11801 11803 9687 0 -1 64 21140 0 1 0 161812 23 0 0 18 0 13 0 20401456 832724992 66357 996147200 134512640 134550932 4294956016 18446744073709551615 4110180816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11805] ppid=11801 vsize=813208 CPUtime=9.43
/proc/11803/task/11805/stat : 11805 (java) S 11801 11803 9687 0 -1 64 22820 0 0 0 931 12 0 0 16 0 13 0 20401457 832724992 66357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11806] ppid=11801 vsize=813208 CPUtime=9.42
/proc/11803/task/11806/stat : 11806 (java) S 11801 11803 9687 0 -1 64 21100 0 0 0 930 12 0 0 16 0 13 0 20401457 832724992 66357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11807] ppid=11801 vsize=813208 CPUtime=0.44
/proc/11803/task/11807/stat : 11807 (java) S 11801 11803 9687 0 -1 64 52 0 0 0 32 12 0 0 16 0 13 0 20401459 832724992 66357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11808] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11808/stat : 11808 (java) S 11801 11803 9687 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20401460 832724992 66357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11809] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11809/stat : 11809 (java) S 11801 11803 9687 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20401460 832724992 66357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11811] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11811/stat : 11811 (java) S 11801 11803 9687 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20401465 832724992 66357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11812] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11812/stat : 11812 (java) S 11801 11803 9687 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20401465 832724992 66357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11813] ppid=11801 vsize=813208 CPUtime=3.53
/proc/11803/task/11813/stat : 11813 (java) S 11801 11803 9687 0 -1 64 6208 0 0 0 350 3 0 0 16 0 13 0 20401465 832724992 66357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11814] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11814/stat : 11814 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20401465 832724992 66357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11815] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11815/stat : 11815 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20401465 832724992 66357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11858] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11858/stat : 11858 (java) S 11801 11803 9687 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 20566868 832724992 66357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1641.22
Current children cumulated vsize (KiB) 813208

[startup+1656 s]
/proc/loadavg: 2.10 2.05 1.98 3/96 11858
/proc/meminfo: memFree=227552/2055920 swapFree=4192956/4192956
[pid=11803] ppid=11801 vsize=813208 CPUtime=1642.8
/proc/11803/stat : 11803 (java) S 11801 11803 9687 0 -1 0 72121 0 1 0 164215 65 0 0 18 0 13 0 20401455 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 203302 66400 1453 9 0 200629 0
[pid=11803/tid=11804] ppid=11801 vsize=813208 CPUtime=1619.36
/proc/11803/task/11804/stat : 11804 (java) R 11801 11803 9687 0 -1 64 21144 0 1 0 161913 23 0 0 25 0 13 0 20401456 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4110217907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11805] ppid=11801 vsize=813208 CPUtime=9.43
/proc/11803/task/11805/stat : 11805 (java) S 11801 11803 9687 0 -1 64 22820 0 0 0 931 12 0 0 16 0 13 0 20401457 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11806] ppid=11801 vsize=813208 CPUtime=9.42
/proc/11803/task/11806/stat : 11806 (java) S 11801 11803 9687 0 -1 64 21100 0 0 0 930 12 0 0 16 0 13 0 20401457 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11807] ppid=11801 vsize=813208 CPUtime=0.44
/proc/11803/task/11807/stat : 11807 (java) S 11801 11803 9687 0 -1 64 52 0 0 0 32 12 0 0 17 0 13 0 20401459 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11808] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11808/stat : 11808 (java) S 11801 11803 9687 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20401460 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11809] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11809/stat : 11809 (java) S 11801 11803 9687 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20401460 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11811] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11811/stat : 11811 (java) S 11801 11803 9687 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20401465 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11812] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11812/stat : 11812 (java) S 11801 11803 9687 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20401465 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11813] ppid=11801 vsize=813208 CPUtime=4.09
/proc/11803/task/11813/stat : 11813 (java) S 11801 11803 9687 0 -1 64 6248 0 0 0 406 3 0 0 16 0 13 0 20401465 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11814] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11814/stat : 11814 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20401465 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11815] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11815/stat : 11815 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20401465 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11858] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11858/stat : 11858 (java) S 11801 11803 9687 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 20566868 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1642.8
Current children cumulated vsize (KiB) 813208

[startup+1656.8 s]
/proc/loadavg: 2.10 2.05 1.98 3/96 11858
/proc/meminfo: memFree=227488/2055920 swapFree=4192956/4192956
[pid=11803] ppid=11801 vsize=813208 CPUtime=1643.6
/proc/11803/stat : 11803 (java) S 11801 11803 9687 0 -1 0 72122 0 1 0 164295 65 0 0 18 0 13 0 20401455 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 203302 66400 1453 9 0 200629 0
[pid=11803/tid=11804] ppid=11801 vsize=813208 CPUtime=1620.15
/proc/11803/task/11804/stat : 11804 (java) R 11801 11803 9687 0 -1 64 21145 0 1 0 161992 23 0 0 25 0 13 0 20401456 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4110180703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11805] ppid=11801 vsize=813208 CPUtime=9.43
/proc/11803/task/11805/stat : 11805 (java) S 11801 11803 9687 0 -1 64 22820 0 0 0 931 12 0 0 16 0 13 0 20401457 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11806] ppid=11801 vsize=813208 CPUtime=9.42
/proc/11803/task/11806/stat : 11806 (java) S 11801 11803 9687 0 -1 64 21100 0 0 0 930 12 0 0 16 0 13 0 20401457 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11807] ppid=11801 vsize=813208 CPUtime=0.44
/proc/11803/task/11807/stat : 11807 (java) S 11801 11803 9687 0 -1 64 52 0 0 0 32 12 0 0 17 0 13 0 20401459 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11808] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11808/stat : 11808 (java) S 11801 11803 9687 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20401460 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11809] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11809/stat : 11809 (java) S 11801 11803 9687 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20401460 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11811] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11811/stat : 11811 (java) S 11801 11803 9687 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20401465 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11812] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11812/stat : 11812 (java) S 11801 11803 9687 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20401465 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11813] ppid=11801 vsize=813208 CPUtime=4.1
/proc/11803/task/11813/stat : 11813 (java) S 11801 11803 9687 0 -1 64 6248 0 0 0 407 3 0 0 15 0 13 0 20401465 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11814] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11814/stat : 11814 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20401465 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11815] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11815/stat : 11815 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20401465 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11858] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11858/stat : 11858 (java) S 11801 11803 9687 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 20566868 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1643.6
Current children cumulated vsize (KiB) 813208

[startup+1657.2 s]
/proc/loadavg: 2.10 2.05 1.98 3/96 11858
/proc/meminfo: memFree=227488/2055920 swapFree=4192956/4192956
[pid=11803] ppid=11801 vsize=813208 CPUtime=1643.99
/proc/11803/stat : 11803 (java) S 11801 11803 9687 0 -1 0 72122 0 1 0 164334 65 0 0 18 0 13 0 20401455 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 203302 66400 1453 9 0 200629 0
[pid=11803/tid=11804] ppid=11801 vsize=813208 CPUtime=1620.55
/proc/11803/task/11804/stat : 11804 (java) R 11801 11803 9687 0 -1 64 21145 0 1 0 162032 23 0 0 25 0 13 0 20401456 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4110180703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11805] ppid=11801 vsize=813208 CPUtime=9.43
/proc/11803/task/11805/stat : 11805 (java) S 11801 11803 9687 0 -1 64 22820 0 0 0 931 12 0 0 16 0 13 0 20401457 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11806] ppid=11801 vsize=813208 CPUtime=9.42
/proc/11803/task/11806/stat : 11806 (java) S 11801 11803 9687 0 -1 64 21100 0 0 0 930 12 0 0 16 0 13 0 20401457 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11807] ppid=11801 vsize=813208 CPUtime=0.44
/proc/11803/task/11807/stat : 11807 (java) S 11801 11803 9687 0 -1 64 52 0 0 0 32 12 0 0 17 0 13 0 20401459 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11808] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11808/stat : 11808 (java) S 11801 11803 9687 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20401460 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11809] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11809/stat : 11809 (java) S 11801 11803 9687 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20401460 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11811] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11811/stat : 11811 (java) S 11801 11803 9687 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20401465 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11812] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11812/stat : 11812 (java) S 11801 11803 9687 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20401465 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11813] ppid=11801 vsize=813208 CPUtime=4.1
/proc/11803/task/11813/stat : 11813 (java) S 11801 11803 9687 0 -1 64 6248 0 0 0 407 3 0 0 15 0 13 0 20401465 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11814] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11814/stat : 11814 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20401465 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11815] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11815/stat : 11815 (java) S 11801 11803 9687 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20401465 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11803/tid=11858] ppid=11801 vsize=813208 CPUtime=0
/proc/11803/task/11858/stat : 11858 (java) S 11801 11803 9687 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 20566868 832724992 66400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1643.99
Current children cumulated vsize (KiB) 813208

[startup+1657.6 s]
/proc/loadavg: 2.10 2.05 1.98 3/96 11858
/proc/meminfo: memFree=227488/2055920 swapFree=4192956/4192956
[pid=11803] ppid=11801 vsize=0 CPUtime=1644.37
/proc/11803/stat : 11803 (java) Z 11801 11803 9687 0 -1 12 72134 0 1 0 164369 68 0 0 16 0 2 0 20401455 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11803/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1644.37
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1657.61
CPU time (s): 1644.39
CPU user time (s): 1643.69
CPU system time (s): 0.696894
CPU usage (%): 99.2022
Max. virtual memory (cumulated for all children) (KiB): 813860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1643.69
system time used= 0.696894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72134
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= 64001
involuntary context switches= 88484

runsolver used 2.13867 second user time and 5.42317 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-11 19:29:11
IDJOB=2063936
IDBENCH=54108
IDSOLVER=731
FILE ID=node23/2063936-1247333350
PBS_JOBID= 9506581
Free space on /tmp= 66320 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-13.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063936-1247333350/watcher-2063936-1247333350 -o /tmp/evaluation-result-2063936-1247333350/solver-2063936-1247333350 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063936-1247333350.xml

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

MD5SUM BENCH= 2bfe383200b06cc8d10162ce709ea70a
RANDOM SEED=476840631

node23.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.277
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.277
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:        630952 kB
Buffers:         66440 kB
Cached:        1223656 kB
SwapCached:          0 kB
Active:         506896 kB
Inactive:       862832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        630952 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4944 kB
Writeback:           0 kB
Mapped:          90940 kB
Slab:            40304 kB
Committed_AS:   189656 kB
PageTables:       1932 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= 66324 MiB
End job on node23 at 2009-07-11 19:56:48