Trace number 2659575

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 PB Resolution 2.2.0 2010-05-26UNSAT 39.7809 38.4722

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag10.ucl.opb
MD5SUM02e31ca1ab9f95407d6e9ec422f4634a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.03223
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables9071
Total number of constraints25914
Number of constraints which are clauses25190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints724
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.46	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.46	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.46	c See www.sat4j.org for details.
0.09/0.47	c version 2.2.0.v20100526
0.09/0.47	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.47	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.47	c java.vm.version	11.2-b01
0.09/0.47	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.47	c sun.arch.data.model	32
0.09/0.47	c java.version		1.6.0_12
0.09/0.47	c os.name		Linux
0.09/0.47	c os.version		2.6.18-164.el5
0.09/0.47	c os.arch		i386
0.09/0.47	c Free memory 		1393557488
0.09/0.47	c Max memory 		1395916800
0.09/0.47	c Total memory 		1395916800
0.09/0.47	c Number of processors 	2
0.19/0.55	c Pseudo Boolean Optimization
0.19/0.55	c --- Begin Solver configuration ---
0.19/0.55	c Stops conflict analysis at the first Unique Implication Point
0.19/0.55	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.19/0.55	c Learn all clauses as in MiniSAT
0.19/0.55	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.55	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.19/0.55	c Expensive reason simplification
0.19/0.55	c Armin Biere (Picosat) restarts strategy
0.19/0.55	c Glucose learned constraints deletion strategy
0.19/0.55	c timeout=2147483s
0.19/0.55	c DB Simplification allowed=false
0.19/0.55	c --- End Solver configuration ---
0.19/0.55	c solving HOME/instance-2659575-1276332887.opb
0.19/0.55	c reading problem ... 
2.01/1.61	c ... done. Wall clock time 1.058s.
2.01/1.61	c #vars     9071
2.01/1.61	c #constraints  25914
2.01/1.61	c constraints type 
2.01/1.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8127
2.01/1.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17062
2.01/1.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
11.33/10.32	c cleaning 2498 clauses out of 5001 with flag 5001/5001
17.50/16.44	c cleaning 4251 clauses out of 8503 with flag 11001/11001
25.10/24.07	c cleaning 5622 clauses out of 11251 with flag 18000/18000
32.91/31.74	c cleaning 6809 clauses out of 13628 with flag 26000/26000
39.71/38.43	c starts		: 55
39.71/38.43	c conflicts		: 33284
39.71/38.43	c decisions		: 49979
39.71/38.43	c propagations		: 37224535
39.71/38.43	c inspects		: 111299665
39.71/38.43	c learnt literals	: 7
39.71/38.43	c learnt binary clauses	: 128
39.71/38.43	c learnt ternary clauses	: 241
39.71/38.43	c learnt clauses	: 33276
39.71/38.43	c ignored clauses	: 0
39.71/38.43	c root simplifications	: 0
39.71/38.43	c removed literals (reason simplification)	: 571277
39.71/38.43	c reason swapping (by a shorter reason)	: 0
39.71/38.43	c Calls to reduceDB	: 4
39.71/38.43	c number of reductions to clauses (during analyze)	: 0
39.71/38.43	c number of learned constraints concerned by reduction	: 0
39.71/38.43	c number of learning phase by resolution	: 0
39.71/38.43	c number of learning phase by cutting planes	: 0
39.71/38.43	c speed (assignments/second)	: 1011014.2861022841
39.71/38.43	c non guided choices	258
39.71/38.45	c learnt constraints type 
39.71/38.45	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13968
39.71/38.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 128
39.71/38.45	c constraints type 
39.71/38.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8127
39.71/38.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17062
39.71/38.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
39.71/38.45	s UNSATISFIABLE
39.71/38.45	c Total wall clock time (in seconds): 37.899

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659575-1276332887/watcher-2659575-1276332887 -o /tmp/evaluation-result-2659575-1276332887/solver-2659575-1276332887 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659575-1276332887.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.04 1.00 1.00 3/106 12536
/proc/meminfo: memFree=1972424/2059040 swapFree=4134512/4192956
[pid=12536] ppid=12534 vsize=24036 CPUtime=0
/proc/12536/stat : 12536 (runsolver) D 12534 12536 10523 0 -1 4202560 82 0 0 0 0 0 0 0 19 0 1 0 8892715 24612864 106 1992294400 4194304 4302564 140733341787968 18446744073709551615 216120534007 0 0 4096 24578 18446744071562154983 0 0 17 1 0 0 0
/proc/12536/statm: 6009 106 69 27 0 2647 0

[startup+0.082332 s]
/proc/loadavg: 1.04 1.00 1.00 3/106 12536
/proc/meminfo: memFree=1972424/2059040 swapFree=4134512/4192956
[pid=12536] ppid=12534 vsize=1832 CPUtime=0
/proc/12536/stat : 12536 (java6) S 12534 12536 10523 0 -1 4194304 233 0 8 0 0 0 0 0 17 0 1 0 8892715 1875968 144 1992294400 134512640 134550932 4293320928 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699383486 0 0 17 0 0 0 7
/proc/12536/statm: 458 149 111 10 0 63 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1832

[startup+0.101084 s]
/proc/loadavg: 1.04 1.00 1.00 3/106 12536
/proc/meminfo: memFree=1972424/2059040 swapFree=4134512/4192956
[pid=12536] ppid=12534 vsize=13164 CPUtime=0
/proc/12536/stat : 12536 (java) D 12534 12536 10523 0 -1 4194304 431 0 10 0 0 0 0 0 16 0 1 0 8892715 13479936 169 1992294400 134512640 134550932 4286999424 18446744073709551615 8047783 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 7
/proc/12536/statm: 3291 169 131 10 0 1121 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13164

[startup+0.3011 s]
/proc/loadavg: 1.04 1.00 1.00 3/106 12536
/proc/meminfo: memFree=1972424/2059040 swapFree=4134512/4192956
[pid=12536] ppid=12534 vsize=1521668 CPUtime=0.06
/proc/12536/stat : 12536 (java) S 12534 12536 10523 0 -1 4202496 3431 0 99 0 2 4 0 0 16 0 7 0 8892715 1558188032 2970 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 11
/proc/12536/statm: 380417 2970 999 10 0 377727 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521668

[startup+0.701146 s]
/proc/loadavg: 1.04 1.00 1.00 3/106 12536
/proc/meminfo: memFree=1972424/2059040 swapFree=4134512/4192956
[pid=12536] ppid=12534 vsize=1526904 CPUtime=0.47
/proc/12536/stat : 12536 (java) S 12534 12536 10523 0 -1 4202496 5573 0 99 0 41 6 0 0 16 0 12 0 8892715 1563549696 5102 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 11
/proc/12536/statm: 381726 5102 1362 10 0 379028 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 1526904

[startup+1.50223 s]
/proc/loadavg: 1.04 1.00 1.00 3/118 12548
/proc/meminfo: memFree=1942068/2059040 swapFree=4134512/4192956
[pid=12536] ppid=12534 vsize=1527740 CPUtime=1.82
/proc/12536/stat : 12536 (java) S 12534 12536 10523 0 -1 4202496 14668 0 99 0 171 11 0 0 16 0 12 0 8892715 1564405760 13988 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 11
/proc/12536/statm: 381935 13988 1405 10 0 379237 0
[pid=12536/tid=12538] ppid=12534 vsize=1527740 CPUtime=0.99
/proc/12536/task/12538/stat : 12538 (java) R 12534 12536 10523 0 -1 4202560 12275 0 59 0 91 8 0 0 25 0 12 0 8892731 1564405760 13988 1992294400 134512640 134550932 4286999424 18446744073709551615 4109020057 0 4 0 16800975 0 0 0 -1 0 0 0 17
[pid=12536/tid=12539] ppid=12534 vsize=1527740 CPUtime=0
/proc/12536/task/12539/stat : 12539 (java) S 12534 12536 10523 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8892741 1564405760 13988 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12540] ppid=12534 vsize=1527740 CPUtime=0
/proc/12536/task/12540/stat : 12540 (java) S 12534 12536 10523 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 12 0 8892741 1564405760 13988 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12541] ppid=12534 vsize=1527740 CPUtime=0
/proc/12536/task/12541/stat : 12541 (java) S 12534 12536 10523 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8892744 1564405760 13988 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12542] ppid=12534 vsize=1527740 CPUtime=0
/proc/12536/task/12542/stat : 12542 (java) S 12534 12536 10523 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8892745 1564405760 13988 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12543] ppid=12534 vsize=1527740 CPUtime=0
/proc/12536/task/12543/stat : 12543 (java) S 12534 12536 10523 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 8892745 1564405760 13988 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12544] ppid=12534 vsize=1527740 CPUtime=0
/proc/12536/task/12544/stat : 12544 (java) S 12534 12536 10523 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 8892755 1564405760 13988 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12545] ppid=12534 vsize=1527740 CPUtime=0.22
/proc/12536/task/12545/stat : 12545 (java) R 12534 12536 10523 0 -1 4202560 352 0 0 0 22 0 0 0 18 0 12 0 8892755 1564405760 13988 1992294400 134512640 134550932 4286999424 18446744073709551615 102517824 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12536/tid=12546] ppid=12534 vsize=1527740 CPUtime=0.57
/proc/12536/task/12546/stat : 12546 (java) R 12534 12536 10523 0 -1 4202560 1018 0 0 0 57 0 0 0 16 0 12 0 8892755 1564405760 13988 1992294400 134512640 134550932 4286999424 18446744073709551615 103861784 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12536/tid=12547] ppid=12534 vsize=1527740 CPUtime=0
/proc/12536/task/12547/stat : 12547 (java) S 12534 12536 10523 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 8892755 1564405760 13988 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12548] ppid=12534 vsize=1527740 CPUtime=0
/proc/12536/task/12548/stat : 12548 (java) S 12534 12536 10523 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8892755 1564405760 13988 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 1527740

[startup+3.10239 s]
/proc/loadavg: 1.20 1.03 1.01 2/119 12549
/proc/meminfo: memFree=1893580/2059040 swapFree=4134512/4192956
[pid=12536] ppid=12534 vsize=1529284 CPUtime=4.06
/proc/12536/stat : 12536 (java) S 12534 12536 10523 0 -1 4202496 21262 0 99 0 392 14 0 0 16 0 13 0 8892715 1565986816 19939 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 11
/proc/12536/statm: 382321 19939 1426 10 0 379623 0
[pid=12536/tid=12538] ppid=12534 vsize=1529284 CPUtime=2.31
/proc/12536/task/12538/stat : 12538 (java) R 12534 12536 10523 0 -1 4202560 17812 0 59 0 220 11 0 0 25 0 13 0 8892731 1565986816 19939 1992294400 134512640 134550932 4286999424 18446744073709551615 4109266672 0 4 0 16800975 0 0 0 -1 0 0 0 18
[pid=12536/tid=12539] ppid=12534 vsize=1529284 CPUtime=0
/proc/12536/task/12539/stat : 12539 (java) S 12534 12536 10523 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 8892741 1565986816 19939 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12540] ppid=12534 vsize=1529284 CPUtime=0
/proc/12536/task/12540/stat : 12540 (java) S 12534 12536 10523 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 13 0 8892741 1565986816 19939 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12541] ppid=12534 vsize=1529284 CPUtime=0
/proc/12536/task/12541/stat : 12541 (java) S 12534 12536 10523 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 13 0 8892744 1565986816 19939 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12542] ppid=12534 vsize=1529284 CPUtime=0
/proc/12536/task/12542/stat : 12542 (java) S 12534 12536 10523 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 8892745 1565986816 19939 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12543] ppid=12534 vsize=1529284 CPUtime=0
/proc/12536/task/12543/stat : 12543 (java) S 12534 12536 10523 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 8892745 1565986816 19939 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12544] ppid=12534 vsize=1529284 CPUtime=0
/proc/12536/task/12544/stat : 12544 (java) S 12534 12536 10523 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 8892755 1565986816 19939 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12545] ppid=12534 vsize=1529284 CPUtime=0.68
/proc/12536/task/12545/stat : 12545 (java) S 12534 12536 10523 0 -1 4202560 1261 0 0 0 68 0 0 0 15 0 13 0 8892755 1565986816 19939 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12546] ppid=12534 vsize=1529284 CPUtime=1.02
/proc/12536/task/12546/stat : 12546 (java) S 12534 12536 10523 0 -1 4202560 1162 0 0 0 102 0 0 0 15 0 13 0 8892755 1565986816 19939 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12547] ppid=12534 vsize=1529284 CPUtime=0
/proc/12536/task/12547/stat : 12547 (java) S 12534 12536 10523 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 8892755 1565986816 19939 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12548] ppid=12534 vsize=1529284 CPUtime=0
/proc/12536/task/12548/stat : 12548 (java) S 12534 12536 10523 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 8892755 1565986816 19939 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12549] ppid=12534 vsize=1529284 CPUtime=0
/proc/12536/task/12549/stat : 12549 (java) S 12534 12536 10523 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8892882 1565986816 19939 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 1529284

[startup+6.30171 s]
/proc/loadavg: 1.20 1.03 1.01 2/119 12549
/proc/meminfo: memFree=1873244/2059040 swapFree=4134512/4192956
[pid=12536] ppid=12534 vsize=1528848 CPUtime=7.26
/proc/12536/stat : 12536 (java) S 12534 12536 10523 0 -1 4202496 25675 0 99 0 710 16 0 0 16 0 13 0 8892715 1565540352 24273 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 11
/proc/12536/statm: 382212 24273 1426 10 0 379514 0
[pid=12536/tid=12538] ppid=12534 vsize=1528848 CPUtime=5.5
/proc/12536/task/12538/stat : 12538 (java) R 12534 12536 10523 0 -1 4202560 22225 0 59 0 537 13 0 0 25 0 13 0 8892731 1565540352 24273 1992294400 134512640 134550932 4286999424 18446744073709551615 4109409614 0 4 0 16800975 0 0 0 -1 1 0 0 18
[pid=12536/tid=12539] ppid=12534 vsize=1528848 CPUtime=0
/proc/12536/task/12539/stat : 12539 (java) S 12534 12536 10523 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 8892741 1565540352 24273 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12540] ppid=12534 vsize=1528848 CPUtime=0
/proc/12536/task/12540/stat : 12540 (java) S 12534 12536 10523 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 13 0 8892741 1565540352 24273 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12541] ppid=12534 vsize=1528848 CPUtime=0
/proc/12536/task/12541/stat : 12541 (java) S 12534 12536 10523 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 8892744 1565540352 24273 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12542] ppid=12534 vsize=1528848 CPUtime=0
/proc/12536/task/12542/stat : 12542 (java) S 12534 12536 10523 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 8892745 1565540352 24273 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12543] ppid=12534 vsize=1528848 CPUtime=0
/proc/12536/task/12543/stat : 12543 (java) S 12534 12536 10523 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 8892745 1565540352 24273 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12544] ppid=12534 vsize=1528848 CPUtime=0
/proc/12536/task/12544/stat : 12544 (java) S 12534 12536 10523 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 8892755 1565540352 24273 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12545] ppid=12534 vsize=1528848 CPUtime=0.68
/proc/12536/task/12545/stat : 12545 (java) S 12534 12536 10523 0 -1 4202560 1261 0 0 0 68 0 0 0 15 0 13 0 8892755 1565540352 24273 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12546] ppid=12534 vsize=1528848 CPUtime=1.04
/proc/12536/task/12546/stat : 12546 (java) S 12534 12536 10523 0 -1 4202560 1162 0 0 0 104 0 0 0 15 0 13 0 8892755 1565540352 24273 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12547] ppid=12534 vsize=1528848 CPUtime=0
/proc/12536/task/12547/stat : 12547 (java) S 12534 12536 10523 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 8892755 1565540352 24273 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12548] ppid=12534 vsize=1528848 CPUtime=0
/proc/12536/task/12548/stat : 12548 (java) S 12534 12536 10523 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 8892755 1565540352 24273 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12549] ppid=12534 vsize=1528848 CPUtime=0
/proc/12536/task/12549/stat : 12549 (java) S 12534 12536 10523 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8892882 1565540352 24273 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.26
Current children cumulated vsize (KiB) 1528848

[startup+12.7014 s]
/proc/loadavg: 1.17 1.03 1.01 2/119 12549
/proc/meminfo: memFree=1829472/2059040 swapFree=4134512/4192956
[pid=12536] ppid=12534 vsize=1528848 CPUtime=13.76
/proc/12536/stat : 12536 (java) S 12534 12536 10523 0 -1 4202496 35478 0 99 0 1356 20 0 0 16 0 13 0 8892715 1565540352 34068 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 11
/proc/12536/statm: 382212 34068 1444 10 0 379514 0
[pid=12536/tid=12538] ppid=12534 vsize=1528848 CPUtime=11.8
/proc/12536/task/12538/stat : 12538 (java) R 12534 12536 10523 0 -1 4202560 29642 0 59 0 1164 16 0 0 25 0 13 0 8892731 1565540352 34068 1992294400 134512640 134550932 4286999424 18446744073709551615 4109267455 0 4 0 16800975 0 0 0 -1 1 0 0 18
[pid=12536/tid=12539] ppid=12534 vsize=1528848 CPUtime=0.02
/proc/12536/task/12539/stat : 12539 (java) S 12534 12536 10523 0 -1 4202560 513 0 0 0 2 0 0 0 18 0 13 0 8892741 1565540352 34068 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12540] ppid=12534 vsize=1528848 CPUtime=0.01
/proc/12536/task/12540/stat : 12540 (java) S 12534 12536 10523 0 -1 4202560 610 0 0 0 1 0 0 0 18 0 13 0 8892741 1565540352 34068 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12541] ppid=12534 vsize=1528848 CPUtime=0.04
/proc/12536/task/12541/stat : 12541 (java) S 12534 12536 10523 0 -1 4202560 1246 0 0 0 4 0 0 0 15 0 13 0 8892744 1565540352 34068 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12542] ppid=12534 vsize=1528848 CPUtime=0
/proc/12536/task/12542/stat : 12542 (java) S 12534 12536 10523 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8892745 1565540352 34068 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12543] ppid=12534 vsize=1528848 CPUtime=0
/proc/12536/task/12543/stat : 12543 (java) S 12534 12536 10523 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8892745 1565540352 34068 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12544] ppid=12534 vsize=1528848 CPUtime=0
/proc/12536/task/12544/stat : 12544 (java) S 12534 12536 10523 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 8892755 1565540352 34068 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12545] ppid=12534 vsize=1528848 CPUtime=0.72
/proc/12536/task/12545/stat : 12545 (java) S 12534 12536 10523 0 -1 4202560 1265 0 0 0 72 0 0 0 15 0 13 0 8892755 1565540352 34068 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12546] ppid=12534 vsize=1528848 CPUtime=1.1
/proc/12536/task/12546/stat : 12546 (java) S 12534 12536 10523 0 -1 4202560 1175 0 0 0 110 0 0 0 15 0 13 0 8892755 1565540352 34068 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12547] ppid=12534 vsize=1528848 CPUtime=0
/proc/12536/task/12547/stat : 12547 (java) S 12534 12536 10523 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 8892755 1565540352 34068 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12548] ppid=12534 vsize=1528848 CPUtime=0
/proc/12536/task/12548/stat : 12548 (java) S 12534 12536 10523 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 8892755 1565540352 34068 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12549] ppid=12534 vsize=1528848 CPUtime=0
/proc/12536/task/12549/stat : 12549 (java) S 12534 12536 10523 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8892882 1565540352 34068 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.76
Current children cumulated vsize (KiB) 1528848

[startup+25.5012 s]
/proc/loadavg: 1.14 1.03 1.01 2/119 12551
/proc/meminfo: memFree=1827612/2059040 swapFree=4134512/4192956
[pid=12536] ppid=12534 vsize=1528848 CPUtime=26.61
/proc/12536/stat : 12536 (java) S 12534 12536 10523 0 -1 4202496 35951 0 99 0 2640 21 0 0 16 0 13 0 8892715 1565540352 34537 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 11
/proc/12536/statm: 382212 34537 1444 10 0 379514 0
[pid=12536/tid=12538] ppid=12534 vsize=1528848 CPUtime=24.46
/proc/12536/task/12538/stat : 12538 (java) R 12534 12536 10523 0 -1 4202560 29645 0 59 0 2429 17 0 0 25 0 13 0 8892731 1565540352 34537 1992294400 134512640 134550932 4286999424 18446744073709551615 4109267504 0 4 0 16800975 0 0 0 -1 0 0 0 18
[pid=12536/tid=12539] ppid=12534 vsize=1528848 CPUtime=0.02
/proc/12536/task/12539/stat : 12539 (java) S 12534 12536 10523 0 -1 4202560 608 0 0 0 2 0 0 0 18 0 13 0 8892741 1565540352 34537 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12540] ppid=12534 vsize=1528848 CPUtime=0.02
/proc/12536/task/12540/stat : 12540 (java) S 12534 12536 10523 0 -1 4202560 697 0 0 0 2 0 0 0 17 0 13 0 8892741 1565540352 34537 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12541] ppid=12534 vsize=1528848 CPUtime=0.12
/proc/12536/task/12541/stat : 12541 (java) S 12534 12536 10523 0 -1 4202560 1524 0 0 0 12 0 0 0 15 0 13 0 8892744 1565540352 34537 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12542] ppid=12534 vsize=1528848 CPUtime=0

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

/proc/12536/task/12548/stat : 12548 (java) S 12534 12536 10523 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 8892755 1566253056 34820 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12549] ppid=12534 vsize=1529544 CPUtime=0
/proc/12536/task/12549/stat : 12549 (java) S 12534 12536 10523 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8892882 1566253056 34820 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 36.4
Current children cumulated vsize (KiB) 1529544

[startup+36.702 s]
/proc/loadavg: 1.12 1.03 1.01 2/119 12551
/proc/meminfo: memFree=1826124/2059040 swapFree=4134512/4192956
[pid=12536] ppid=12534 vsize=1529544 CPUtime=38
/proc/12536/stat : 12536 (java) S 12534 12536 10523 0 -1 4202496 36353 0 99 0 3778 22 0 0 16 0 13 0 8892715 1566253056 34820 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 11
/proc/12536/statm: 382386 34820 1444 10 0 379688 0
[pid=12536/tid=12538] ppid=12534 vsize=1529544 CPUtime=35.58
/proc/12536/task/12538/stat : 12538 (java) R 12534 12536 10523 0 -1 4202560 29647 0 59 0 3541 17 0 0 25 0 13 0 8892731 1566253056 34820 1992294400 134512640 134550932 4286999424 18446744073709551615 4109267455 0 4 0 16800975 0 0 0 -1 0 0 0 18
[pid=12536/tid=12539] ppid=12534 vsize=1529544 CPUtime=0.03
/proc/12536/task/12539/stat : 12539 (java) S 12534 12536 10523 0 -1 4202560 653 0 0 0 3 0 0 0 18 0 13 0 8892741 1566253056 34820 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12540] ppid=12534 vsize=1529544 CPUtime=0.03
/proc/12536/task/12540/stat : 12540 (java) S 12534 12536 10523 0 -1 4202560 745 0 0 0 3 0 0 0 15 0 13 0 8892741 1566253056 34820 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12541] ppid=12534 vsize=1529544 CPUtime=0.17
/proc/12536/task/12541/stat : 12541 (java) S 12534 12536 10523 0 -1 4202560 1555 0 0 0 17 0 0 0 15 0 13 0 8892744 1566253056 34820 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12542] ppid=12534 vsize=1529544 CPUtime=0
/proc/12536/task/12542/stat : 12542 (java) S 12534 12536 10523 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8892745 1566253056 34820 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12543] ppid=12534 vsize=1529544 CPUtime=0
/proc/12536/task/12543/stat : 12543 (java) S 12534 12536 10523 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8892745 1566253056 34820 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12544] ppid=12534 vsize=1529544 CPUtime=0
/proc/12536/task/12544/stat : 12544 (java) S 12534 12536 10523 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 8892755 1566253056 34820 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12545] ppid=12534 vsize=1529544 CPUtime=0.77
/proc/12536/task/12545/stat : 12545 (java) S 12534 12536 10523 0 -1 4202560 1270 0 0 0 77 0 0 0 16 0 13 0 8892755 1566253056 34820 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12546] ppid=12534 vsize=1529544 CPUtime=1.35
/proc/12536/task/12546/stat : 12546 (java) S 12534 12536 10523 0 -1 4202560 1454 0 0 0 135 0 0 0 15 0 13 0 8892755 1566253056 34820 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12547] ppid=12534 vsize=1529544 CPUtime=0
/proc/12536/task/12547/stat : 12547 (java) S 12534 12536 10523 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 8892755 1566253056 34820 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12548] ppid=12534 vsize=1529544 CPUtime=0
/proc/12536/task/12548/stat : 12548 (java) S 12534 12536 10523 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 8892755 1566253056 34820 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12549] ppid=12534 vsize=1529544 CPUtime=0
/proc/12536/task/12549/stat : 12549 (java) S 12534 12536 10523 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8892882 1566253056 34820 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38
Current children cumulated vsize (KiB) 1529544

[startup+37.502 s]
/proc/loadavg: 1.11 1.03 1.01 2/119 12551
/proc/meminfo: memFree=1826124/2059040 swapFree=4134512/4192956
[pid=12536] ppid=12534 vsize=1529220 CPUtime=38.8
/proc/12536/stat : 12536 (java) S 12534 12536 10523 0 -1 4202496 36353 0 99 0 3858 22 0 0 16 0 13 0 8892715 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 11
/proc/12536/statm: 382305 34739 1444 10 0 379607 0
[pid=12536/tid=12538] ppid=12534 vsize=1529220 CPUtime=36.38
/proc/12536/task/12538/stat : 12538 (java) R 12534 12536 10523 0 -1 4202560 29647 0 59 0 3621 17 0 0 25 0 13 0 8892731 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4109267298 0 4 0 16800975 0 0 0 -1 0 0 0 18
[pid=12536/tid=12539] ppid=12534 vsize=1529220 CPUtime=0.03
/proc/12536/task/12539/stat : 12539 (java) S 12534 12536 10523 0 -1 4202560 653 0 0 0 3 0 0 0 18 0 13 0 8892741 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12540] ppid=12534 vsize=1529220 CPUtime=0.03
/proc/12536/task/12540/stat : 12540 (java) S 12534 12536 10523 0 -1 4202560 745 0 0 0 3 0 0 0 15 0 13 0 8892741 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12541] ppid=12534 vsize=1529220 CPUtime=0.17
/proc/12536/task/12541/stat : 12541 (java) S 12534 12536 10523 0 -1 4202560 1555 0 0 0 17 0 0 0 15 0 13 0 8892744 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12542] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12542/stat : 12542 (java) S 12534 12536 10523 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8892745 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12543] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12543/stat : 12543 (java) S 12534 12536 10523 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8892745 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12544] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12544/stat : 12544 (java) S 12534 12536 10523 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12545] ppid=12534 vsize=1529220 CPUtime=0.77
/proc/12536/task/12545/stat : 12545 (java) S 12534 12536 10523 0 -1 4202560 1270 0 0 0 77 0 0 0 16 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12546] ppid=12534 vsize=1529220 CPUtime=1.35
/proc/12536/task/12546/stat : 12546 (java) S 12534 12536 10523 0 -1 4202560 1454 0 0 0 135 0 0 0 15 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12547] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12547/stat : 12547 (java) S 12534 12536 10523 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12548] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12548/stat : 12548 (java) S 12534 12536 10523 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12549] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12549/stat : 12549 (java) S 12534 12536 10523 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8892882 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38.8
Current children cumulated vsize (KiB) 1529220

[startup+37.902 s]
/proc/loadavg: 1.11 1.03 1.01 2/119 12551
/proc/meminfo: memFree=1826124/2059040 swapFree=4134512/4192956
[pid=12536] ppid=12534 vsize=1529220 CPUtime=39.2
/proc/12536/stat : 12536 (java) S 12534 12536 10523 0 -1 4202496 36353 0 99 0 3898 22 0 0 16 0 13 0 8892715 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 11
/proc/12536/statm: 382305 34739 1444 10 0 379607 0
[pid=12536/tid=12538] ppid=12534 vsize=1529220 CPUtime=36.78
/proc/12536/task/12538/stat : 12538 (java) R 12534 12536 10523 0 -1 4202560 29647 0 59 0 3661 17 0 0 25 0 13 0 8892731 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4109357056 0 4 0 16800975 0 0 0 -1 0 0 0 18
[pid=12536/tid=12539] ppid=12534 vsize=1529220 CPUtime=0.03
/proc/12536/task/12539/stat : 12539 (java) S 12534 12536 10523 0 -1 4202560 653 0 0 0 3 0 0 0 18 0 13 0 8892741 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12540] ppid=12534 vsize=1529220 CPUtime=0.03
/proc/12536/task/12540/stat : 12540 (java) S 12534 12536 10523 0 -1 4202560 745 0 0 0 3 0 0 0 15 0 13 0 8892741 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12541] ppid=12534 vsize=1529220 CPUtime=0.17
/proc/12536/task/12541/stat : 12541 (java) S 12534 12536 10523 0 -1 4202560 1555 0 0 0 17 0 0 0 15 0 13 0 8892744 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12542] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12542/stat : 12542 (java) S 12534 12536 10523 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8892745 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12543] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12543/stat : 12543 (java) S 12534 12536 10523 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8892745 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12544] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12544/stat : 12544 (java) S 12534 12536 10523 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12545] ppid=12534 vsize=1529220 CPUtime=0.77
/proc/12536/task/12545/stat : 12545 (java) S 12534 12536 10523 0 -1 4202560 1270 0 0 0 77 0 0 0 16 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12546] ppid=12534 vsize=1529220 CPUtime=1.35
/proc/12536/task/12546/stat : 12546 (java) S 12534 12536 10523 0 -1 4202560 1454 0 0 0 135 0 0 0 15 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12547] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12547/stat : 12547 (java) S 12534 12536 10523 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12548] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12548/stat : 12548 (java) S 12534 12536 10523 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12549] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12549/stat : 12549 (java) S 12534 12536 10523 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8892882 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39.2
Current children cumulated vsize (KiB) 1529220

[startup+38.302 s]
/proc/loadavg: 1.11 1.03 1.01 2/119 12551
/proc/meminfo: memFree=1826124/2059040 swapFree=4134512/4192956
[pid=12536] ppid=12534 vsize=1529220 CPUtime=39.6
/proc/12536/stat : 12536 (java) S 12534 12536 10523 0 -1 4202496 36354 0 99 0 3938 22 0 0 16 0 13 0 8892715 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 11
/proc/12536/statm: 382305 34739 1444 10 0 379607 0
[pid=12536/tid=12538] ppid=12534 vsize=1529220 CPUtime=37.18
/proc/12536/task/12538/stat : 12538 (java) R 12534 12536 10523 0 -1 4202560 29647 0 59 0 3701 17 0 0 25 0 13 0 8892731 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4109334143 0 4 0 16800975 0 0 0 -1 0 0 0 18
[pid=12536/tid=12539] ppid=12534 vsize=1529220 CPUtime=0.03
/proc/12536/task/12539/stat : 12539 (java) S 12534 12536 10523 0 -1 4202560 653 0 0 0 3 0 0 0 18 0 13 0 8892741 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12540] ppid=12534 vsize=1529220 CPUtime=0.03
/proc/12536/task/12540/stat : 12540 (java) S 12534 12536 10523 0 -1 4202560 745 0 0 0 3 0 0 0 15 0 13 0 8892741 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12541] ppid=12534 vsize=1529220 CPUtime=0.17
/proc/12536/task/12541/stat : 12541 (java) S 12534 12536 10523 0 -1 4202560 1555 0 0 0 17 0 0 0 15 0 13 0 8892744 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12542] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12542/stat : 12542 (java) S 12534 12536 10523 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8892745 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12543] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12543/stat : 12543 (java) S 12534 12536 10523 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8892745 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12544] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12544/stat : 12544 (java) S 12534 12536 10523 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12545] ppid=12534 vsize=1529220 CPUtime=0.77
/proc/12536/task/12545/stat : 12545 (java) S 12534 12536 10523 0 -1 4202560 1270 0 0 0 77 0 0 0 16 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12546] ppid=12534 vsize=1529220 CPUtime=1.35
/proc/12536/task/12546/stat : 12546 (java) S 12534 12536 10523 0 -1 4202560 1455 0 0 0 135 0 0 0 15 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12547] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12547/stat : 12547 (java) S 12534 12536 10523 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12548] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12548/stat : 12548 (java) S 12534 12536 10523 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12549] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12549/stat : 12549 (java) S 12534 12536 10523 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8892882 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39.6
Current children cumulated vsize (KiB) 1529220

[startup+38.402 s]
/proc/loadavg: 1.11 1.03 1.01 2/119 12551
/proc/meminfo: memFree=1826124/2059040 swapFree=4134512/4192956
[pid=12536] ppid=12534 vsize=1529220 CPUtime=39.71
/proc/12536/stat : 12536 (java) S 12534 12536 10523 0 -1 4202496 36354 0 99 0 3949 22 0 0 16 0 13 0 8892715 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 11
/proc/12536/statm: 382305 34739 1444 10 0 379607 0
[pid=12536/tid=12538] ppid=12534 vsize=1529220 CPUtime=37.28
/proc/12536/task/12538/stat : 12538 (java) R 12534 12536 10523 0 -1 4202560 29647 0 59 0 3711 17 0 0 25 0 13 0 8892731 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4109357056 0 4 0 16800975 0 0 0 -1 0 0 0 18
[pid=12536/tid=12539] ppid=12534 vsize=1529220 CPUtime=0.03
/proc/12536/task/12539/stat : 12539 (java) S 12534 12536 10523 0 -1 4202560 653 0 0 0 3 0 0 0 18 0 13 0 8892741 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12540] ppid=12534 vsize=1529220 CPUtime=0.03
/proc/12536/task/12540/stat : 12540 (java) S 12534 12536 10523 0 -1 4202560 745 0 0 0 3 0 0 0 15 0 13 0 8892741 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12541] ppid=12534 vsize=1529220 CPUtime=0.17
/proc/12536/task/12541/stat : 12541 (java) S 12534 12536 10523 0 -1 4202560 1555 0 0 0 17 0 0 0 15 0 13 0 8892744 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 0 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12542] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12542/stat : 12542 (java) S 12534 12536 10523 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8892745 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12543] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12543/stat : 12543 (java) S 12534 12536 10523 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8892745 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12544] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12544/stat : 12544 (java) S 12534 12536 10523 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12545] ppid=12534 vsize=1529220 CPUtime=0.77
/proc/12536/task/12545/stat : 12545 (java) S 12534 12536 10523 0 -1 4202560 1270 0 0 0 77 0 0 0 16 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12546] ppid=12534 vsize=1529220 CPUtime=1.35
/proc/12536/task/12546/stat : 12546 (java) S 12534 12536 10523 0 -1 4202560 1455 0 0 0 135 0 0 0 15 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12547] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12547/stat : 12547 (java) S 12534 12536 10523 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
[pid=12536/tid=12548] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12548/stat : 12548 (java) S 12534 12536 10523 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 8892755 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 1 0 0 0
[pid=12536/tid=12549] ppid=12534 vsize=1529220 CPUtime=0
/proc/12536/task/12549/stat : 12549 (java) S 12534 12536 10523 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8892882 1565921280 34739 1992294400 134512640 134550932 4286999424 18446744073709551615 4294960144 0 4 0 16800975 18446604437837744000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39.71
Current children cumulated vsize (KiB) 1529220

Child status: 20
Real time (s): 38.4722
CPU time (s): 39.7809
CPU user time (s): 39.541
CPU system time (s): 0.239963
CPU usage (%): 103.402
Max. virtual memory (cumulated for all children) (KiB): 1530136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.541
system time used= 0.239963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36375
page faults= 99
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1690
involuntary context switches= 1207

runsolver used 0.097985 second user time and 0.211967 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-12 10:54:48
IDJOB=2659575
IDBENCH=1454
IDSOLVER=1164
FILE ID=node002/2659575-1276332887
PBS_JOBID= 11173165
Free space on /tmp= 62396 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag10.ucl.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659575-1276332887/watcher-2659575-1276332887 -o /tmp/evaluation-result-2659575-1276332887/solver-2659575-1276332887 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659575-1276332887.opb

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

MD5SUM BENCH= 02e31ca1ab9f95407d6e9ec422f4634a
RANDOM SEED=255156736

node002.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
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.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1972944 kB
Buffers:          3780 kB
Cached:          21624 kB
SwapCached:       5760 kB
Active:          19532 kB
Inactive:        12652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1972944 kB
SwapTotal:     4192956 kB
SwapFree:      4134512 kB
Dirty:            1264 kB
Writeback:           0 kB
AnonPages:        6420 kB
Mapped:           5896 kB
Slab:            32080 kB
PageTables:       3936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180920 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62396 MiB
End job on node002 at 2010-06-12 10:55:26