Trace number 2685386

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 CuttingPlanes 2.2.0 2010-05-26UNSAT 1304.36 1285.95

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j60/
normalized-j605_1-unsat.opb
MD5SUM42cd00962bc65fa4ff073d4ddf5f250d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark2.82357
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9272
Total number of constraints29174
Number of constraints which are clauses28874
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints300
Minimum length of a constraint1
Maximum length of a constraint35
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 231
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.07/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.16	c See www.sat4j.org for details.
0.07/0.17	c version 2.2.0.v20100526
0.07/0.17	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.17	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.17	c java.vm.version	11.2-b01
0.07/0.17	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.17	c sun.arch.data.model	32
0.07/0.17	c java.version		1.6.0_12
0.07/0.17	c os.name		Linux
0.07/0.17	c os.version		2.6.18-164.el5
0.07/0.17	c os.arch		i386
0.07/0.17	c Free memory 		1393557488
0.07/0.17	c Max memory 		1395916800
0.07/0.17	c Total memory 		1395916800
0.07/0.17	c Number of processors 	2
0.19/0.23	c Pseudo Boolean Optimization
0.19/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.19/0.23	c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.19/0.23	c No reason simplification
0.19/0.23	c Armin Biere (Picosat) restarts strategy
0.19/0.23	c Glucose learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-2685386-1278440664.opb
0.19/0.23	c reading problem ... 
2.67/1.56	c ... done. Wall clock time 1.333s.
2.67/1.56	c #vars     9272
2.67/1.56	c #constraints  25911
2.67/1.56	c constraints type 
2.67/1.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 20945
2.67/1.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3371
2.67/1.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 300
174.69/168.75	c cleaning 0 clauses out of 5001 with flag 0/5001
1290.98/1272.72	c cleaning 0 clauses out of 11000 with flag 0/11000
1304.24/1285.85	c starts		: 34
1304.24/1285.85	c conflicts		: 11045
1304.24/1285.85	c decisions		: 20640
1304.24/1285.85	c propagations		: 5437069
1304.24/1285.85	c inspects		: 509340967
1304.24/1285.85	c learnt literals	: 0
1304.24/1285.85	c learnt binary clauses	: 0
1304.24/1285.85	c learnt ternary clauses	: 38
1304.24/1285.85	c learnt clauses	: 11044
1304.24/1285.85	c ignored clauses	: 0
1304.24/1285.85	c root simplifications	: 0
1304.24/1285.85	c removed literals (reason simplification)	: 0
1304.24/1285.85	c reason swapping (by a shorter reason)	: 0
1304.24/1285.85	c Calls to reduceDB	: 2
1304.24/1285.85	c number of reductions to clauses (during analyze)	: 0
1304.24/1285.85	c number of learned constraints concerned by reduction	: 0
1304.24/1285.85	c number of learning phase by resolution	: 0
1304.24/1285.85	c number of learning phase by cutting planes	: 0
1304.24/1285.85	c speed (assignments/second)	: 4233.537727217868
1304.24/1285.85	c non guided choices	14
1304.24/1285.87	c learnt constraints type 
1304.24/1285.87	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 38
1304.24/1285.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11006
1304.24/1285.87	c constraints type 
1304.24/1285.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 20945
1304.24/1285.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3371
1304.24/1285.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 300
1304.24/1285.87	s UNSATISFIABLE
1304.24/1285.87	c Total wall clock time (in seconds): 1285.637

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-2685386-1278440664/watcher-2685386-1278440664 -o /tmp/evaluation-result-2685386-1278440664/solver-2685386-1278440664 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2685386-1278440664.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.26 1.22 1.37 3/105 23168
/proc/meminfo: memFree=1806200/2059040 swapFree=4192956/4192956
[pid=23168] ppid=23166 vsize=1832 CPUtime=0
/proc/23168/stat : 23168 (java6) S 23166 23168 22003 0 -1 4194304 245 0 0 0 0 0 0 0 25 0 1 0 12274618 1875968 148 1992294400 134512640 134550932 4290906944 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699330238 0 0 17 1 0 0 0
/proc/23168/statm: 458 148 111 10 0 63 0

[startup+0.052198 s]
/proc/loadavg: 1.26 1.22 1.37 3/105 23168
/proc/meminfo: memFree=1806200/2059040 swapFree=4192956/4192956
[pid=23168] ppid=23166 vsize=1517712 CPUtime=0.01
/proc/23168/stat : 23168 (java) S 23166 23168 22003 0 -1 4202496 2619 0 2 0 0 1 0 0 25 0 3 0 12274618 1554137088 2064 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 2
/proc/23168/statm: 379428 2064 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.1046 s]
/proc/loadavg: 1.26 1.22 1.37 3/105 23168
/proc/meminfo: memFree=1806200/2059040 swapFree=4192956/4192956
[pid=23168] ppid=23166 vsize=1521796 CPUtime=0.07
/proc/23168/stat : 23168 (java) S 23166 23168 22003 0 -1 4202496 3781 0 2 0 5 2 0 0 25 0 7 0 12274618 1558319104 3223 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 2
/proc/23168/statm: 380449 3223 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.301173 s]
/proc/loadavg: 1.26 1.22 1.37 3/105 23168
/proc/meminfo: memFree=1806200/2059040 swapFree=4192956/4192956
[pid=23168] ppid=23166 vsize=1525912 CPUtime=0.33
/proc/23168/stat : 23168 (java) S 23166 23168 22003 0 -1 4202496 5406 0 2 0 30 3 0 0 25 0 12 0 12274618 1562533888 4843 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/23168/statm: 381478 4843 1359 10 0 378780 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1525912

[startup+0.701217 s]
/proc/loadavg: 1.26 1.22 1.37 3/105 23168
/proc/meminfo: memFree=1806200/2059040 swapFree=4192956/4192956
[pid=23168] ppid=23166 vsize=1531032 CPUtime=1.07
/proc/23168/stat : 23168 (java) S 23166 23168 22003 0 -1 4202496 8354 0 2 0 103 4 0 0 25 0 12 0 12274618 1567776768 7403 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/23168/statm: 382758 7403 1403 10 0 380060 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1531032

[startup+1.50131 s]
/proc/loadavg: 1.26 1.22 1.37 4/117 23180
/proc/meminfo: memFree=1766304/2059040 swapFree=4192956/4192956
[pid=23168] ppid=23166 vsize=1536152 CPUtime=2.67
/proc/23168/stat : 23168 (java) S 23166 23168 22003 0 -1 4202496 19794 0 2 0 258 9 0 0 25 0 12 0 12274618 1573019648 17593 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/23168/statm: 384038 17593 1415 10 0 381340 0
[pid=23168/tid=23170] ppid=23166 vsize=1536152 CPUtime=1.44
/proc/23168/task/23170/stat : 23170 (java) R 23166 23168 22003 0 -1 4202560 14026 0 1 0 137 7 0 0 25 0 12 0 12274622 1573019648 17593 1992294400 134512640 134550932 4287994144 18446744073709551615 4109526874 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23168/tid=23171] ppid=23166 vsize=1536152 CPUtime=0
/proc/23168/task/23171/stat : 23171 (java) S 23166 23168 22003 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 12274623 1573019648 17593 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23172] ppid=23166 vsize=1536152 CPUtime=0
/proc/23168/task/23172/stat : 23172 (java) S 23166 23168 22003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 12274623 1573019648 17593 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23173] ppid=23166 vsize=1536152 CPUtime=0
/proc/23168/task/23173/stat : 23173 (java) S 23166 23168 22003 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 12274625 1573019648 17593 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23174] ppid=23166 vsize=1536152 CPUtime=0
/proc/23168/task/23174/stat : 23174 (java) S 23166 23168 22003 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 12274625 1573019648 17593 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23175] ppid=23166 vsize=1536152 CPUtime=0
/proc/23168/task/23175/stat : 23175 (java) S 23166 23168 22003 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 12274625 1573019648 17593 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23176] ppid=23166 vsize=1536152 CPUtime=0
/proc/23168/task/23176/stat : 23176 (java) S 23166 23168 22003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 12274630 1573019648 17593 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23177] ppid=23166 vsize=1536152 CPUtime=0.09
/proc/23168/task/23177/stat : 23177 (java) R 23166 23168 22003 0 -1 4202560 113 0 0 0 9 0 0 0 24 0 12 0 12274630 1573019648 17593 1992294400 134512640 134550932 4287994144 18446744073709551615 105708624 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23168/tid=23178] ppid=23166 vsize=1536152 CPUtime=1.12
/proc/23168/task/23178/stat : 23178 (java) R 23166 23168 22003 0 -1 4202560 4594 0 0 0 111 1 0 0 17 0 12 0 12274630 1573019648 17593 1992294400 134512640 134550932 4287994144 18446744073709551615 102092513 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23168/tid=23179] ppid=23166 vsize=1536152 CPUtime=0
/proc/23168/task/23179/stat : 23179 (java) S 23166 23168 22003 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 12274630 1573019648 17593 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23180] ppid=23166 vsize=1536152 CPUtime=0
/proc/23168/task/23180/stat : 23180 (java) S 23166 23168 22003 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 12274630 1573019648 17593 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 1536152

[startup+3.10148 s]
/proc/loadavg: 1.26 1.22 1.37 5/118 23181
/proc/meminfo: memFree=1726492/2059040 swapFree=4192956/4192956
[pid=23168] ppid=23166 vsize=1541728 CPUtime=5.86
/proc/23168/stat : 23168 (java) S 23166 23168 22003 0 -1 4202496 32174 0 2 0 571 15 0 0 25 0 13 0 12274618 1578729472 26279 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/23168/statm: 385432 26279 1423 10 0 382734 0
[pid=23168/tid=23170] ppid=23166 vsize=1541728 CPUtime=3.03
/proc/23168/task/23170/stat : 23170 (java) R 23166 23168 22003 0 -1 4202560 21319 0 1 0 293 10 0 0 25 0 13 0 12274622 1578729472 26279 1992294400 134512640 134550932 4287994144 18446744073709551615 4109995842 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23168/tid=23171] ppid=23166 vsize=1541728 CPUtime=0
/proc/23168/task/23171/stat : 23171 (java) S 23166 23168 22003 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 12274623 1578729472 26279 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23172] ppid=23166 vsize=1541728 CPUtime=0
/proc/23168/task/23172/stat : 23172 (java) S 23166 23168 22003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12274623 1578729472 26279 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23173] ppid=23166 vsize=1541728 CPUtime=0
/proc/23168/task/23173/stat : 23173 (java) S 23166 23168 22003 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 12274625 1578729472 26279 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23174] ppid=23166 vsize=1541728 CPUtime=0
/proc/23168/task/23174/stat : 23174 (java) S 23166 23168 22003 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 13 0 12274625 1578729472 26279 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23175] ppid=23166 vsize=1541728 CPUtime=0
/proc/23168/task/23175/stat : 23175 (java) S 23166 23168 22003 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 12274625 1578729472 26279 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23176] ppid=23166 vsize=1541728 CPUtime=0
/proc/23168/task/23176/stat : 23176 (java) S 23166 23168 22003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12274630 1578729472 26279 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23177] ppid=23166 vsize=1541728 CPUtime=0.1
/proc/23168/task/23177/stat : 23177 (java) R 23166 23168 22003 0 -1 4202560 134 0 0 0 10 0 0 0 24 0 13 0 12274630 1578729472 26279 1992294400 134512640 134550932 4287994144 18446744073709551615 103237063 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23168/tid=23178] ppid=23166 vsize=1541728 CPUtime=2.7
/proc/23168/task/23178/stat : 23178 (java) R 23166 23168 22003 0 -1 4202560 9655 0 0 0 267 3 0 0 19 0 13 0 12274630 1578729472 26279 1992294400 134512640 134550932 4287994144 18446744073709551615 105875544 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23168/tid=23179] ppid=23166 vsize=1541728 CPUtime=0
/proc/23168/task/23179/stat : 23179 (java) S 23166 23168 22003 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12274630 1578729472 26279 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23180] ppid=23166 vsize=1541728 CPUtime=0
/proc/23168/task/23180/stat : 23180 (java) S 23166 23168 22003 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 12274630 1578729472 26279 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23181] ppid=23166 vsize=1541728 CPUtime=0
/proc/23168/task/23181/stat : 23181 (java) S 23166 23168 22003 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 12274781 1578729472 26279 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 1541728

[startup+6.30183 s]
/proc/loadavg: 1.47 1.26 1.39 3/118 23181
/proc/meminfo: memFree=1649736/2059040 swapFree=4192956/4192956
[pid=23168] ppid=23166 vsize=1543192 CPUtime=10.62
/proc/23168/stat : 23168 (java) S 23166 23168 22003 0 -1 4202496 50415 0 2 0 1039 23 0 0 25 0 13 0 12274618 1580228608 40572 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/23168/statm: 385798 40572 1440 10 0 383100 0
[pid=23168/tid=23170] ppid=23166 vsize=1543192 CPUtime=6.1
/proc/23168/task/23170/stat : 23170 (java) R 23166 23168 22003 0 -1 4202560 32095 0 1 0 595 15 0 0 25 0 13 0 12274622 1580228608 40572 1992294400 134512640 134550932 4287994144 18446744073709551615 4110093373 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23168/tid=23171] ppid=23166 vsize=1543192 CPUtime=0.06
/proc/23168/task/23171/stat : 23171 (java) S 23166 23168 22003 0 -1 4202560 1513 0 0 0 6 0 0 0 16 0 13 0 12274623 1580228608 40572 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23172] ppid=23166 vsize=1543192 CPUtime=0.07
/proc/23168/task/23172/stat : 23172 (java) S 23166 23168 22003 0 -1 4202560 1553 0 0 0 7 0 0 0 16 0 13 0 12274623 1580228608 40572 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23173] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23173/stat : 23173 (java) S 23166 23168 22003 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 13 0 12274625 1580228608 40572 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23174] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23174/stat : 23174 (java) S 23166 23168 22003 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12274625 1580228608 40572 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23175] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23175/stat : 23175 (java) S 23166 23168 22003 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12274625 1580228608 40572 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23176] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23176/stat : 23176 (java) S 23166 23168 22003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12274630 1580228608 40572 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23177] ppid=23166 vsize=1543192 CPUtime=0.46
/proc/23168/task/23177/stat : 23177 (java) S 23166 23168 22003 0 -1 4202560 1013 0 0 0 46 0 0 0 15 0 13 0 12274630 1580228608 40572 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23178] ppid=23166 vsize=1543192 CPUtime=3.87
/proc/23168/task/23178/stat : 23178 (java) S 23166 23168 22003 0 -1 4202560 13156 0 0 0 382 5 0 0 17 0 13 0 12274630 1580228608 40572 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23179] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23179/stat : 23179 (java) S 23166 23168 22003 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12274630 1580228608 40572 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23180] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23180/stat : 23180 (java) S 23166 23168 22003 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 12274630 1580228608 40572 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23181] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23181/stat : 23181 (java) S 23166 23168 22003 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 12274781 1580228608 40572 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.62
Current children cumulated vsize (KiB) 1543192

[startup+12.7015 s]
/proc/loadavg: 1.44 1.26 1.38 2/118 23181
/proc/meminfo: memFree=1614768/2059040 swapFree=4192956/4192956
[pid=23168] ppid=23166 vsize=1543192 CPUtime=17.2
/proc/23168/stat : 23168 (java) S 23166 23168 22003 0 -1 4202496 59259 0 2 0 1693 27 0 0 25 0 13 0 12274618 1580228608 49124 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/23168/statm: 385798 49124 1440 10 0 383100 0
[pid=23168/tid=23170] ppid=23166 vsize=1543192 CPUtime=12.34
/proc/23168/task/23170/stat : 23170 (java) R 23166 23168 22003 0 -1 4202560 35149 0 1 0 1218 16 0 0 25 0 13 0 12274622 1580228608 49124 1992294400 134512640 134550932 4287994144 18446744073709551615 4109870954 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23168/tid=23171] ppid=23166 vsize=1543192 CPUtime=0.21
/proc/23168/task/23171/stat : 23171 (java) S 23166 23168 22003 0 -1 4202560 4275 0 0 0 20 1 0 0 16 0 13 0 12274623 1580228608 49124 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23172] ppid=23166 vsize=1543192 CPUtime=0.21
/proc/23168/task/23172/stat : 23172 (java) S 23166 23168 22003 0 -1 4202560 4569 0 0 0 19 2 0 0 16 0 13 0 12274623 1580228608 49124 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23173] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23173/stat : 23173 (java) S 23166 23168 22003 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 12274625 1580228608 49124 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23174] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23174/stat : 23174 (java) S 23166 23168 22003 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12274625 1580228608 49124 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23175] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23175/stat : 23175 (java) S 23166 23168 22003 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12274625 1580228608 49124 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23176] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23176/stat : 23176 (java) S 23166 23168 22003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12274630 1580228608 49124 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23177] ppid=23166 vsize=1543192 CPUtime=0.49
/proc/23168/task/23177/stat : 23177 (java) S 23166 23168 22003 0 -1 4202560 1015 0 0 0 49 0 0 0 15 0 13 0 12274630 1580228608 49124 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23178] ppid=23166 vsize=1543192 CPUtime=3.89
/proc/23168/task/23178/stat : 23178 (java) S 23166 23168 22003 0 -1 4202560 13157 0 0 0 384 5 0 0 15 0 13 0 12274630 1580228608 49124 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23179] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23179/stat : 23179 (java) S 23166 23168 22003 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12274630 1580228608 49124 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23180] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23180/stat : 23180 (java) S 23166 23168 22003 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 12274630 1580228608 49124 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23181] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23181/stat : 23181 (java) S 23166 23168 22003 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 12274781 1580228608 49124 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.2
Current children cumulated vsize (KiB) 1543192

[startup+25.501 s]
/proc/loadavg: 1.47 1.28 1.39 2/118 23183
/proc/meminfo: memFree=1605344/2059040 swapFree=4192956/4192956
[pid=23168] ppid=23166 vsize=1543192 CPUtime=30.15
/proc/23168/stat : 23168 (java) S 23166 23168 22003 0 -1 4202496 61874 0 2 0 2987 28 0 0 25 0 13 0 12274618 1580228608 51559 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/23168/statm: 385798 51559 1440 10 0 383100 0
[pid=23168/tid=23170] ppid=23166 vsize=1543192 CPUtime=24.99
/proc/23168/task/23170/stat : 23170 (java) R 23166 23168 22003 0 -1 4202560 35346 0 1 0 2483 16 0 0 25 0 13 0 12274622 1580228608 51559 1992294400 134512640 134550932 4287994144 18446744073709551615 4109982541 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23168/tid=23171] ppid=23166 vsize=1543192 CPUtime=0.33
/proc/23168/task/23171/stat : 23171 (java) S 23166 23168 22003 0 -1 4202560 5477 0 0 0 32 1 0 0 15 0 13 0 12274623 1580228608 51559 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23172] ppid=23166 vsize=1543192 CPUtime=0.33
/proc/23168/task/23172/stat : 23172 (java) S 23166 23168 22003 0 -1 4202560 5785 0 0 0 30 3 0 0 16 0 13 0 12274623 1580228608 51559 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23173] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23173/stat : 23173 (java) S 23166 23168 22003 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 12274625 1580228608 51559 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23174] ppid=23166 vsize=1543192 CPUtime=0

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

/proc/23168/task/23180/stat : 23180 (java) S 23166 23168 22003 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23181] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23181/stat : 23181 (java) S 23166 23168 22003 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 12274781 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1291.8
Current children cumulated vsize (KiB) 1543192

[startup+1279.9 s]
/proc/loadavg: 1.02 1.03 1.10 2/118 23215
/proc/meminfo: memFree=1437200/2059040 swapFree=4192956/4192956
[pid=23168] ppid=23166 vsize=1543192 CPUtime=1298.25
/proc/23168/stat : 23168 (java) S 23166 23168 22003 0 -1 4202496 106933 0 2 0 129762 63 0 0 25 0 13 0 12274618 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/23168/statm: 385798 93004 1450 10 0 383100 0
[pid=23168/tid=23170] ppid=23166 vsize=1543192 CPUtime=1263.44
/proc/23168/task/23170/stat : 23170 (java) R 23166 23168 22003 0 -1 4202560 36157 0 1 0 126323 21 0 0 25 0 13 0 12274622 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4110034229 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23168/tid=23171] ppid=23166 vsize=1543192 CPUtime=14.48
/proc/23168/task/23171/stat : 23171 (java) S 23166 23168 22003 0 -1 4202560 27469 0 0 0 1434 14 0 0 15 0 13 0 12274623 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23172] ppid=23166 vsize=1543192 CPUtime=14.49
/proc/23168/task/23172/stat : 23172 (java) S 23166 23168 22003 0 -1 4202560 27766 0 0 0 1433 16 0 0 16 0 13 0 12274623 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23173] ppid=23166 vsize=1543192 CPUtime=1.15
/proc/23168/task/23173/stat : 23173 (java) S 23166 23168 22003 0 -1 4202560 216 0 0 0 111 4 0 0 15 0 13 0 12274625 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23174] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23174/stat : 23174 (java) S 23166 23168 22003 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12274625 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23175] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23175/stat : 23175 (java) S 23166 23168 22003 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12274625 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23176] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23176/stat : 23176 (java) S 23166 23168 22003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23177] ppid=23166 vsize=1543192 CPUtime=0.54
/proc/23168/task/23177/stat : 23177 (java) S 23166 23168 22003 0 -1 4202560 1015 0 0 0 54 0 0 0 15 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23178] ppid=23166 vsize=1543192 CPUtime=4.09
/proc/23168/task/23178/stat : 23178 (java) S 23166 23168 22003 0 -1 4202560 13165 0 0 0 404 5 0 0 16 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23179] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23179/stat : 23179 (java) S 23166 23168 22003 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23180] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23180/stat : 23180 (java) S 23166 23168 22003 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23181] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23181/stat : 23181 (java) S 23166 23168 22003 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 12274781 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1298.25
Current children cumulated vsize (KiB) 1543192

[startup+1283.1 s]
/proc/loadavg: 1.02 1.03 1.10 2/118 23215
/proc/meminfo: memFree=1437200/2059040 swapFree=4192956/4192956
[pid=23168] ppid=23166 vsize=1543192 CPUtime=1301.51
/proc/23168/stat : 23168 (java) S 23166 23168 22003 0 -1 4202496 106937 0 2 0 130088 63 0 0 25 0 13 0 12274618 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/23168/statm: 385798 93004 1450 10 0 383100 0
[pid=23168/tid=23170] ppid=23166 vsize=1543192 CPUtime=1266.58
/proc/23168/task/23170/stat : 23170 (java) R 23166 23168 22003 0 -1 4202560 36159 0 1 0 126637 21 0 0 25 0 13 0 12274622 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4109977488 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23168/tid=23171] ppid=23166 vsize=1543192 CPUtime=14.54
/proc/23168/task/23171/stat : 23171 (java) S 23166 23168 22003 0 -1 4202560 27469 0 0 0 1440 14 0 0 16 0 13 0 12274623 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23172] ppid=23166 vsize=1543192 CPUtime=14.55
/proc/23168/task/23172/stat : 23172 (java) S 23166 23168 22003 0 -1 4202560 27766 0 0 0 1439 16 0 0 16 0 13 0 12274623 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23173] ppid=23166 vsize=1543192 CPUtime=1.15
/proc/23168/task/23173/stat : 23173 (java) S 23166 23168 22003 0 -1 4202560 218 0 0 0 111 4 0 0 15 0 13 0 12274625 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23174] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23174/stat : 23174 (java) S 23166 23168 22003 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12274625 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23175] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23175/stat : 23175 (java) S 23166 23168 22003 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12274625 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23176] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23176/stat : 23176 (java) S 23166 23168 22003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23177] ppid=23166 vsize=1543192 CPUtime=0.54
/proc/23168/task/23177/stat : 23177 (java) S 23166 23168 22003 0 -1 4202560 1015 0 0 0 54 0 0 0 15 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23178] ppid=23166 vsize=1543192 CPUtime=4.09
/proc/23168/task/23178/stat : 23178 (java) S 23166 23168 22003 0 -1 4202560 13165 0 0 0 404 5 0 0 16 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23179] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23179/stat : 23179 (java) S 23166 23168 22003 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23180] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23180/stat : 23180 (java) S 23166 23168 22003 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23181] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23181/stat : 23181 (java) S 23166 23168 22003 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 12274781 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.51
Current children cumulated vsize (KiB) 1543192

[startup+1284.7 s]
/proc/loadavg: 1.02 1.03 1.10 3/118 23215
/proc/meminfo: memFree=1437200/2059040 swapFree=4192956/4192956
[pid=23168] ppid=23166 vsize=1543192 CPUtime=1303.11
/proc/23168/stat : 23168 (java) S 23166 23168 22003 0 -1 4202496 106937 0 2 0 130248 63 0 0 25 0 13 0 12274618 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/23168/statm: 385798 93004 1450 10 0 383100 0
[pid=23168/tid=23170] ppid=23166 vsize=1543192 CPUtime=1268.19
/proc/23168/task/23170/stat : 23170 (java) R 23166 23168 22003 0 -1 4202560 36159 0 1 0 126798 21 0 0 25 0 13 0 12274622 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4110093541 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23168/tid=23171] ppid=23166 vsize=1543192 CPUtime=14.54
/proc/23168/task/23171/stat : 23171 (java) S 23166 23168 22003 0 -1 4202560 27469 0 0 0 1440 14 0 0 16 0 13 0 12274623 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23172] ppid=23166 vsize=1543192 CPUtime=14.55
/proc/23168/task/23172/stat : 23172 (java) S 23166 23168 22003 0 -1 4202560 27766 0 0 0 1439 16 0 0 16 0 13 0 12274623 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23173] ppid=23166 vsize=1543192 CPUtime=1.15
/proc/23168/task/23173/stat : 23173 (java) S 23166 23168 22003 0 -1 4202560 218 0 0 0 111 4 0 0 15 0 13 0 12274625 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23174] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23174/stat : 23174 (java) S 23166 23168 22003 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12274625 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23175] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23175/stat : 23175 (java) S 23166 23168 22003 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12274625 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23176] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23176/stat : 23176 (java) S 23166 23168 22003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23177] ppid=23166 vsize=1543192 CPUtime=0.54
/proc/23168/task/23177/stat : 23177 (java) S 23166 23168 22003 0 -1 4202560 1015 0 0 0 54 0 0 0 15 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23178] ppid=23166 vsize=1543192 CPUtime=4.09
/proc/23168/task/23178/stat : 23178 (java) S 23166 23168 22003 0 -1 4202560 13165 0 0 0 404 5 0 0 16 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23179] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23179/stat : 23179 (java) S 23166 23168 22003 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23180] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23180/stat : 23180 (java) R 23166 23168 22003 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23168/tid=23181] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23181/stat : 23181 (java) S 23166 23168 22003 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 12274781 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1303.11
Current children cumulated vsize (KiB) 1543192

[startup+1285.5 s]
/proc/loadavg: 1.02 1.03 1.10 3/118 23215
/proc/meminfo: memFree=1437200/2059040 swapFree=4192956/4192956
[pid=23168] ppid=23166 vsize=1543192 CPUtime=1303.94
/proc/23168/stat : 23168 (java) S 23166 23168 22003 0 -1 4202496 106938 0 2 0 130331 63 0 0 25 0 13 0 12274618 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/23168/statm: 385798 93004 1450 10 0 383100 0
[pid=23168/tid=23170] ppid=23166 vsize=1543192 CPUtime=1268.95
/proc/23168/task/23170/stat : 23170 (java) R 23166 23168 22003 0 -1 4202560 36160 0 1 0 126874 21 0 0 25 0 13 0 12274622 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4110093575 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23168/tid=23171] ppid=23166 vsize=1543192 CPUtime=14.57
/proc/23168/task/23171/stat : 23171 (java) S 23166 23168 22003 0 -1 4202560 27469 0 0 0 1443 14 0 0 16 0 13 0 12274623 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23172] ppid=23166 vsize=1543192 CPUtime=14.58
/proc/23168/task/23172/stat : 23172 (java) S 23166 23168 22003 0 -1 4202560 27766 0 0 0 1442 16 0 0 15 0 13 0 12274623 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23173] ppid=23166 vsize=1543192 CPUtime=1.15
/proc/23168/task/23173/stat : 23173 (java) S 23166 23168 22003 0 -1 4202560 218 0 0 0 111 4 0 0 15 0 13 0 12274625 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23174] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23174/stat : 23174 (java) S 23166 23168 22003 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12274625 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23175] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23175/stat : 23175 (java) S 23166 23168 22003 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12274625 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23176] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23176/stat : 23176 (java) S 23166 23168 22003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23177] ppid=23166 vsize=1543192 CPUtime=0.54
/proc/23168/task/23177/stat : 23177 (java) S 23166 23168 22003 0 -1 4202560 1015 0 0 0 54 0 0 0 15 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23178] ppid=23166 vsize=1543192 CPUtime=4.09
/proc/23168/task/23178/stat : 23178 (java) S 23166 23168 22003 0 -1 4202560 13165 0 0 0 404 5 0 0 16 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23179] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23179/stat : 23179 (java) S 23166 23168 22003 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23180] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23180/stat : 23180 (java) S 23166 23168 22003 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 13 0 12274630 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23181] ppid=23166 vsize=1543192 CPUtime=0
/proc/23168/task/23181/stat : 23181 (java) S 23166 23168 22003 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 12274781 1580228608 93004 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1303.94
Current children cumulated vsize (KiB) 1543192

[startup+1285.91 s]
/proc/loadavg: 1.02 1.03 1.10 3/118 23215
/proc/meminfo: memFree=1437200/2059040 swapFree=4192956/4192956
[pid=23168] ppid=23166 vsize=1543516 CPUtime=1304.31
/proc/23168/stat : 23168 (java) S 23166 23168 22003 0 -1 4202496 106950 0 2 0 130368 63 0 0 25 0 13 0 12274618 1580560384 93016 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/23168/statm: 385879 93016 1451 10 0 383181 0
[pid=23168/tid=23170] ppid=23166 vsize=1543516 CPUtime=1269.3
/proc/23168/task/23170/stat : 23170 (java) S 23166 23168 22003 0 -1 4202560 36167 0 1 0 126909 21 0 0 25 0 13 0 12274622 1580560384 93016 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23171] ppid=23166 vsize=1543516 CPUtime=14.57
/proc/23168/task/23171/stat : 23171 (java) S 23166 23168 22003 0 -1 4202560 27469 0 0 0 1443 14 0 0 16 0 13 0 12274623 1580560384 93016 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23172] ppid=23166 vsize=1543516 CPUtime=14.58
/proc/23168/task/23172/stat : 23172 (java) S 23166 23168 22003 0 -1 4202560 27766 0 0 0 1442 16 0 0 15 0 13 0 12274623 1580560384 93016 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23173] ppid=23166 vsize=1543516 CPUtime=1.15
/proc/23168/task/23173/stat : 23173 (java) S 23166 23168 22003 0 -1 4202560 218 0 0 0 111 4 0 0 15 0 13 0 12274625 1580560384 93016 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 0 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23174] ppid=23166 vsize=1543516 CPUtime=0
/proc/23168/task/23174/stat : 23174 (java) S 23166 23168 22003 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12274625 1580560384 93016 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23175] ppid=23166 vsize=1543516 CPUtime=0
/proc/23168/task/23175/stat : 23175 (java) S 23166 23168 22003 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12274625 1580560384 93016 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23176] ppid=23166 vsize=1543516 CPUtime=0
/proc/23168/task/23176/stat : 23176 (java) S 23166 23168 22003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12274630 1580560384 93016 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23177] ppid=23166 vsize=1543516 CPUtime=0.54
/proc/23168/task/23177/stat : 23177 (java) S 23166 23168 22003 0 -1 4202560 1015 0 0 0 54 0 0 0 15 0 13 0 12274630 1580560384 93016 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23178] ppid=23166 vsize=1543516 CPUtime=4.09
/proc/23168/task/23178/stat : 23178 (java) S 23166 23168 22003 0 -1 4202560 13165 0 0 0 404 5 0 0 16 0 13 0 12274630 1580560384 93016 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23179] ppid=23166 vsize=1543516 CPUtime=0
/proc/23168/task/23179/stat : 23179 (java) S 23166 23168 22003 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12274630 1580560384 93016 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
[pid=23168/tid=23180] ppid=23166 vsize=1543516 CPUtime=0
/proc/23168/task/23180/stat : 23180 (java) S 23166 23168 22003 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 13 0 12274630 1580560384 93016 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 1 0 0 0
[pid=23168/tid=23181] ppid=23166 vsize=1543516 CPUtime=0
/proc/23168/task/23181/stat : 23181 (java) S 23166 23168 22003 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 12274781 1580560384 93016 1992294400 134512640 134550932 4287994144 18446744073709551615 4294960144 0 4 0 16800975 18446604437830841472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1304.31
Current children cumulated vsize (KiB) 1543516

Child status: 20
Real time (s): 1285.95
CPU time (s): 1304.36
CPU user time (s): 1303.68
CPU system time (s): 0.672897
CPU usage (%): 101.431
Max. virtual memory (cumulated for all children) (KiB): 1545460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1303.68
system time used= 0.672897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106953
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31848
involuntary context switches= 35714

runsolver used 2.71559 second user time and 6.75097 second system time

The end

Launcher Data

Begin job on node087 at 2010-07-06 20:24:24
IDJOB=2685386
IDBENCH=75714
IDSOLVER=1165
FILE ID=node087/2685386-1278440664
PBS_JOBID= 11233438
Free space on /tmp= 62512 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j60/normalized-j605_1-unsat.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2685386-1278440664/watcher-2685386-1278440664 -o /tmp/evaluation-result-2685386-1278440664/solver-2685386-1278440664 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2685386-1278440664.opb

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

MD5SUM BENCH= 42cd00962bc65fa4ff073d4ddf5f250d
RANDOM SEED=1575182697

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1806596 kB
Buffers:          6572 kB
Cached:         111756 kB
SwapCached:          0 kB
Active:         105196 kB
Inactive:        73540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1806596 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2348 kB
Writeback:           0 kB
AnonPages:       60392 kB
Mapped:          14676 kB
Slab:            51896 kB
PageTables:       4112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180712 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= 62512 MiB
End job on node087 at 2010-07-06 20:45:50