Trace number 1855966

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? 208.854 195.059

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome13.opb
MD5SUMe3f30a3ccce8a834fba8f93335c22413
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2933624
Total number of constraints48672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints48672
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 1496264
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 7062021246795700082208
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 7062021246795700082208
Number of bits of the biggest sum of numbers73
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1855966-1244897396.opb
0.22/0.21	c reading problem ... 
208.59/194.84	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
208.59/194.84		at java.math.BigInteger.add(Unknown Source)
208.59/194.84		at org.sat4j.pb.constraints.pb.MaxWatchPb.computeWatches(Unknown Source)
208.59/194.84		at org.sat4j.pb.constraints.pb.MaxWatchPb.normalizedMaxWatchPbNew(Unknown Source)
208.59/194.84		at org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure.constructPB(Unknown Source)
208.59/194.84		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(Unknown Source)
208.59/194.84		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
208.59/194.84		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
208.59/194.84		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
208.59/194.84		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
208.59/194.84		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
208.59/194.84		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
208.59/194.84		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
208.59/194.84		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
208.59/194.84		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
208.59/194.84		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
208.59/194.84		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
208.59/194.84		at org.sat4j.AbstractLauncher.run(Unknown Source)
208.59/194.84		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
208.59/194.84	c starts		: 0
208.59/194.84	c conflicts		: 0
208.59/194.84	c decisions		: 0
208.59/194.84	c propagations		: 0
208.59/194.84	c inspects		: 0
208.59/194.84	c learnt literals	: 0
208.59/194.84	c learnt binary clauses	: 0
208.59/194.84	c learnt ternary clauses	: 0
208.59/194.84	c learnt clauses	: 0
208.59/194.84	c ignored clauses	: 0
208.59/194.84	c root simplifications	: 0
208.59/194.84	c removed literals (reason simplification)	: 0
208.59/194.84	c reason swapping (by a shorter reason)	: 0
208.59/194.84	c Calls to reduceDB	: 0
208.59/194.84	c speed (assignments/second)	: 0.0
208.59/194.84	c non guided choices	0
208.59/194.84	c learnt constraints type 
208.59/194.84	c constraints type 
208.59/194.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 77728
208.59/194.84	s UNKNOWN
208.59/194.84	c Total wall clock time (in seconds): 194.632

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-1855966-1244897396/watcher-1855966-1244897396 -o /tmp/evaluation-result-1855966-1244897396/solver-1855966-1244897396 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855966-1244897396.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.07 1.00 1.00 3/64 14155
/proc/meminfo: memFree=1088536/2055920 swapFree=4182488/4192956
[pid=14155] ppid=14153 vsize=1612 CPUtime=0
/proc/14155/stat : 14155 (java6) D 14153 14155 13885 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 157341188 1650688 147 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/14155/statm: 403 147 111 9 0 45 0

[startup+0.081871 s]
/proc/loadavg: 1.07 1.00 1.00 3/64 14155
/proc/meminfo: memFree=1088536/2055920 swapFree=4182488/4192956
[pid=14155] ppid=14153 vsize=1470224 CPUtime=0.06
/proc/14155/stat : 14155 (java) S 14153 14155 13885 0 -1 0 3469 0 1 0 4 2 0 0 18 0 7 0 157341188 1505509376 3214 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/14155/statm: 367556 3215 1040 9 0 364907 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470224

[startup+0.101869 s]
/proc/loadavg: 1.07 1.00 1.00 3/64 14155
/proc/meminfo: memFree=1088536/2055920 swapFree=4182488/4192956
[pid=14155] ppid=14153 vsize=1472584 CPUtime=0.08
/proc/14155/stat : 14155 (java) S 14153 14155 13885 0 -1 0 3637 0 1 0 6 2 0 0 18 0 12 0 157341188 1507926016 3380 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14155/statm: 368146 3380 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301882 s]
/proc/loadavg: 1.07 1.00 1.00 3/64 14155
/proc/meminfo: memFree=1088536/2055920 swapFree=4182488/4192956
[pid=14155] ppid=14153 vsize=1475004 CPUtime=0.31
/proc/14155/stat : 14155 (java) S 14153 14155 13885 0 -1 0 20203 0 1 0 22 9 0 0 18 0 12 0 157341188 1510404096 19940 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14155/statm: 368751 19949 1343 9 0 366094 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1475004

[startup+0.701933 s]
/proc/loadavg: 1.07 1.00 1.00 3/64 14155
/proc/meminfo: memFree=1088536/2055920 swapFree=4182488/4192956
[pid=14155] ppid=14153 vsize=1476336 CPUtime=0.92
/proc/14155/stat : 14155 (java) S 14153 14155 13885 0 -1 0 23842 0 1 0 80 12 0 0 18 0 12 0 157341188 1511768064 23376 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14155/statm: 369084 23377 1395 9 0 366427 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1476336

[startup+1.50201 s]
/proc/loadavg: 1.07 1.00 1.00 2/76 14167
/proc/meminfo: memFree=978744/2055920 swapFree=4182488/4192956
[pid=14155] ppid=14153 vsize=1476336 CPUtime=1.86
/proc/14155/stat : 14155 (java) S 14153 14155 13885 0 -1 0 51002 0 1 0 161 25 0 0 18 0 12 0 157341188 1511768064 50534 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14155/statm: 369084 50534 1406 9 0 366427 0
[pid=14155/tid=14157] ppid=14153 vsize=1476336 CPUtime=1.21
/proc/14155/task/14157/stat : 14157 (java) R 14153 14155 13885 0 -1 64 30919 0 1 0 107 14 0 0 16 0 12 0 157341190 1511768064 50534 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14158] ppid=14153 vsize=1476336 CPUtime=0.14
/proc/14155/task/14158/stat : 14158 (java) S 14153 14155 13885 0 -1 64 5959 0 0 0 11 3 0 0 18 0 12 0 157341191 1511768064 50534 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14159] ppid=14153 vsize=1476336 CPUtime=0.14
/proc/14155/task/14159/stat : 14159 (java) S 14153 14155 13885 0 -1 64 12201 0 0 0 9 5 0 0 16 0 12 0 157341191 1511768064 50534 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14160] ppid=14153 vsize=1476336 CPUtime=0
/proc/14155/task/14160/stat : 14160 (java) S 14153 14155 13885 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 157341193 1511768064 50534 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14161] ppid=14153 vsize=1476336 CPUtime=0
/proc/14155/task/14161/stat : 14161 (java) S 14153 14155 13885 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 157341193 1511768064 50534 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14162] ppid=14153 vsize=1476336 CPUtime=0
/proc/14155/task/14162/stat : 14162 (java) S 14153 14155 13885 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157341193 1511768064 50534 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14163] ppid=14153 vsize=1476336 CPUtime=0
/proc/14155/task/14163/stat : 14163 (java) S 14153 14155 13885 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157341197 1511768064 50534 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14164] ppid=14153 vsize=1476336 CPUtime=0.19
/proc/14155/task/14164/stat : 14164 (java) S 14153 14155 13885 0 -1 64 418 0 0 0 19 0 0 0 16 0 12 0 157341197 1511768064 50534 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14165] ppid=14153 vsize=1476336 CPUtime=0.14
/proc/14155/task/14165/stat : 14165 (java) S 14153 14155 13885 0 -1 64 757 0 0 0 14 0 0 0 16 0 12 0 157341197 1511768064 50534 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14166] ppid=14153 vsize=1476336 CPUtime=0
/proc/14155/task/14166/stat : 14166 (java) S 14153 14155 13885 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157341197 1511768064 50534 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14167] ppid=14153 vsize=1476336 CPUtime=0
/proc/14155/task/14167/stat : 14167 (java) S 14153 14155 13885 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 157341197 1511768064 50534 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 1476336

[startup+3.10219 s]
/proc/loadavg: 1.07 1.00 1.00 2/76 14167
/proc/meminfo: memFree=890296/2055920 swapFree=4182488/4192956
[pid=14155] ppid=14153 vsize=1476336 CPUtime=3.59
/proc/14155/stat : 14155 (java) S 14153 14155 13885 0 -1 0 59886 0 1 0 329 30 0 0 18 0 12 0 157341188 1511768064 58486 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14155/statm: 369084 58486 1406 9 0 366427 0
[pid=14155/tid=14157] ppid=14153 vsize=1476336 CPUtime=2.68
/proc/14155/task/14157/stat : 14157 (java) R 14153 14155 13885 0 -1 64 30920 0 1 0 253 15 0 0 16 0 12 0 157341190 1511768064 58486 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14158] ppid=14153 vsize=1476336 CPUtime=0.26
/proc/14155/task/14158/stat : 14158 (java) S 14153 14155 13885 0 -1 64 8932 0 0 0 22 4 0 0 18 0 12 0 157341191 1511768064 58486 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14159] ppid=14153 vsize=1476336 CPUtime=0.27
/proc/14155/task/14159/stat : 14159 (java) S 14153 14155 13885 0 -1 64 18106 0 0 0 19 8 0 0 17 0 12 0 157341191 1511768064 58486 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14160] ppid=14153 vsize=1476336 CPUtime=0
/proc/14155/task/14160/stat : 14160 (java) S 14153 14155 13885 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 157341193 1511768064 58486 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14161] ppid=14153 vsize=1476336 CPUtime=0
/proc/14155/task/14161/stat : 14161 (java) S 14153 14155 13885 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 157341193 1511768064 58486 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14162] ppid=14153 vsize=1476336 CPUtime=0
/proc/14155/task/14162/stat : 14162 (java) S 14153 14155 13885 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157341193 1511768064 58486 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14163] ppid=14153 vsize=1476336 CPUtime=0
/proc/14155/task/14163/stat : 14163 (java) S 14153 14155 13885 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157341197 1511768064 58486 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14164] ppid=14153 vsize=1476336 CPUtime=0.19
/proc/14155/task/14164/stat : 14164 (java) S 14153 14155 13885 0 -1 64 418 0 0 0 19 0 0 0 16 0 12 0 157341197 1511768064 58486 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14165] ppid=14153 vsize=1476336 CPUtime=0.14
/proc/14155/task/14165/stat : 14165 (java) S 14153 14155 13885 0 -1 64 757 0 0 0 14 0 0 0 16 0 12 0 157341197 1511768064 58486 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14166] ppid=14153 vsize=1476336 CPUtime=0
/proc/14155/task/14166/stat : 14166 (java) S 14153 14155 13885 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157341197 1511768064 58486 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14167] ppid=14153 vsize=1476336 CPUtime=0
/proc/14155/task/14167/stat : 14167 (java) S 14153 14155 13885 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 157341197 1511768064 58486 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 1476336

[startup+6.30253 s]
/proc/loadavg: 1.15 1.02 1.01 2/76 14167
/proc/meminfo: memFree=840248/2055920 swapFree=4182488/4192956
[pid=14155] ppid=14153 vsize=1475664 CPUtime=7.06
/proc/14155/stat : 14155 (java) S 14153 14155 13885 0 -1 0 71290 0 1 0 669 37 0 0 18 0 12 0 157341188 1511079936 67431 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14155/statm: 368916 67431 1406 9 0 366259 0
[pid=14155/tid=14157] ppid=14153 vsize=1475664 CPUtime=5.62
/proc/14155/task/14157/stat : 14157 (java) R 14153 14155 13885 0 -1 64 30924 0 1 0 545 17 0 0 18 0 12 0 157341190 1511079936 67431 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14158] ppid=14153 vsize=1475664 CPUtime=0.54
/proc/14155/task/14158/stat : 14158 (java) S 14153 14155 13885 0 -1 64 15835 0 0 0 46 8 0 0 17 0 12 0 157341191 1511079936 67431 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14159] ppid=14153 vsize=1475664 CPUtime=0.54
/proc/14155/task/14159/stat : 14159 (java) S 14153 14155 13885 0 -1 64 22603 0 0 0 44 10 0 0 16 0 12 0 157341191 1511079936 67431 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14160] ppid=14153 vsize=1475664 CPUtime=0
/proc/14155/task/14160/stat : 14160 (java) S 14153 14155 13885 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 157341193 1511079936 67431 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14161] ppid=14153 vsize=1475664 CPUtime=0
/proc/14155/task/14161/stat : 14161 (java) S 14153 14155 13885 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 157341193 1511079936 67431 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14162] ppid=14153 vsize=1475664 CPUtime=0
/proc/14155/task/14162/stat : 14162 (java) S 14153 14155 13885 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157341193 1511079936 67431 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14163] ppid=14153 vsize=1475664 CPUtime=0
/proc/14155/task/14163/stat : 14163 (java) S 14153 14155 13885 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157341197 1511079936 67431 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14164] ppid=14153 vsize=1475664 CPUtime=0.19
/proc/14155/task/14164/stat : 14164 (java) S 14153 14155 13885 0 -1 64 418 0 0 0 19 0 0 0 16 0 12 0 157341197 1511079936 67431 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14165] ppid=14153 vsize=1475664 CPUtime=0.14
/proc/14155/task/14165/stat : 14165 (java) S 14153 14155 13885 0 -1 64 757 0 0 0 14 0 0 0 16 0 12 0 157341197 1511079936 67431 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14166] ppid=14153 vsize=1475664 CPUtime=0
/proc/14155/task/14166/stat : 14166 (java) S 14153 14155 13885 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157341197 1511079936 67431 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14167] ppid=14153 vsize=1475664 CPUtime=0
/proc/14155/task/14167/stat : 14167 (java) S 14153 14155 13885 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 157341197 1511079936 67431 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 1475664

[startup+12.7022 s]
/proc/loadavg: 1.14 1.02 1.00 4/76 14167
/proc/meminfo: memFree=755832/2055920 swapFree=4182488/4192956
[pid=14155] ppid=14153 vsize=1491720 CPUtime=15.53
/proc/14155/stat : 14155 (java) S 14153 14155 13885 0 -1 0 97073 0 1 0 1501 52 0 0 18 0 12 0 157341188 1527521280 87518 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14155/statm: 372930 87518 1416 9 0 370273 0
[pid=14155/tid=14157] ppid=14153 vsize=1491720 CPUtime=10.89
/proc/14155/task/14157/stat : 14157 (java) R 14153 14155 13885 0 -1 64 30940 0 1 0 1071 18 0 0 21 0 12 0 157341190 1527521280 87518 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14158] ppid=14153 vsize=1491720 CPUtime=1.57
/proc/14155/task/14158/stat : 14158 (java) S 14153 14155 13885 0 -1 64 27844 0 0 0 142 15 0 0 16 0 12 0 157341191 1527521280 87518 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14159] ppid=14153 vsize=1491720 CPUtime=1.59
/proc/14155/task/14159/stat : 14159 (java) S 14153 14155 13885 0 -1 64 28562 0 0 0 146 13 0 0 17 0 12 0 157341191 1527521280 87518 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14160] ppid=14153 vsize=1491720 CPUtime=0
/proc/14155/task/14160/stat : 14160 (java) S 14153 14155 13885 0 -1 64 15 0 0 0 0 0 0 0 17 0 12 0 157341193 1527521280 87518 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14161] ppid=14153 vsize=1491720 CPUtime=0
/proc/14155/task/14161/stat : 14161 (java) S 14153 14155 13885 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 157341193 1527521280 87518 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14162] ppid=14153 vsize=1491720 CPUtime=0
/proc/14155/task/14162/stat : 14162 (java) S 14153 14155 13885 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157341193 1527521280 87518 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14163] ppid=14153 vsize=1491720 CPUtime=0
/proc/14155/task/14163/stat : 14163 (java) S 14153 14155 13885 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157341197 1527521280 87518 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14164] ppid=14153 vsize=1491720 CPUtime=0.92
/proc/14155/task/14164/stat : 14164 (java) S 14153 14155 13885 0 -1 64 6299 0 0 0 89 3 0 0 20 0 12 0 157341197 1527521280 87518 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14165] ppid=14153 vsize=1491720 CPUtime=0.52
/proc/14155/task/14165/stat : 14165 (java) S 14153 14155 13885 0 -1 64 2675 0 0 0 52 0 0 0 19 0 12 0 157341197 1527521280 87518 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14166] ppid=14153 vsize=1491720 CPUtime=0
/proc/14155/task/14166/stat : 14166 (java) S 14153 14155 13885 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157341197 1527521280 87518 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14167] ppid=14153 vsize=1491720 CPUtime=0
/proc/14155/task/14167/stat : 14167 (java) S 14153 14155 13885 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 157341197 1527521280 87518 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.53
Current children cumulated vsize (KiB) 1491720

[startup+25.5026 s]
/proc/loadavg: 1.25 1.05 1.01 2/76 14167
/proc/meminfo: memFree=457080/2055920 swapFree=4182488/4192956
[pid=14155] ppid=14153 vsize=1488548 CPUtime=31.66
/proc/14155/stat : 14155 (java) S 14153 14155 13885 0 -1 0 181104 0 1 0 3065 101 0 0 18 0 12 0 157341188 1524273152 163181 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14155/statm: 372137 163181 1416 9 0 369480 0
[pid=14155/tid=14157] ppid=14153 vsize=1488548 CPUtime=20.18
/proc/14155/task/14157/stat : 14157 (java) R 14153 14155 13885 0 -1 64 30963 0 1 0 1997 21 0 0 16 0 12 0 157341190 1524273152 163181 1992294400 134512640 134550932 4294956000 18446744073709551615 4109469580 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14158] ppid=14153 vsize=1488548 CPUtime=4.78
/proc/14155/task/14158/stat : 14158 (java) S 14153 14155 13885 0 -1 64 63964 0 0 0 439 39 0 0 16 0 12 0 157341191 1524273152 163181 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14159] ppid=14153 vsize=1488548 CPUtime=5.01
/proc/14155/task/14159/stat : 14159 (java) S 14153 14155 13885 0 -1 64 76407 0 0 0 466 35 0 0 17 0 12 0 157341191 1524273152 163181 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14160] ppid=14153 vsize=1488548 CPUtime=0
/proc/14155/task/14160/stat : 14160 (java) S 14153 14155 13885 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 157341193 1524273152 163181 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14161] ppid=14153 vsize=1488548 CPUtime=0
/proc/14155/task/14161/stat : 14161 (java) S 14153 14155 13885 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 157341193 1524273152 163181 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14162] ppid=14153 vsize=1488548 CPUtime=0
/proc/14155/task/14162/stat : 14162 (java) S 14153 14155 13885 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157341193 1524273152 163181 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14163] ppid=14153 vsize=1488548 CPUtime=0
/proc/14155/task/14163/stat : 14163 (java) S 14153 14155 13885 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157341197 1524273152 163181 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14164] ppid=14153 vsize=1488548 CPUtime=1

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

/proc/meminfo: memFree=30904/2055920 swapFree=4182488/4192956
[pid=14155] ppid=14153 vsize=1494472 CPUtime=199.3
/proc/14155/stat : 14155 (java) S 14153 14155 13885 0 -1 0 767392 0 1 0 19538 392 0 0 18 0 12 0 157341188 1530339328 342097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14155/statm: 373618 342097 1423 9 0 370961 0
[pid=14155/tid=14157] ppid=14153 vsize=1494472 CPUtime=46.75
/proc/14155/task/14157/stat : 14157 (java) S 14153 14155 13885 0 -1 64 31026 0 1 0 4647 28 0 0 17 0 12 0 157341190 1530339328 342097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14158] ppid=14153 vsize=1494472 CPUtime=13.24
/proc/14155/task/14158/stat : 14158 (java) S 14153 14155 13885 0 -1 64 164534 0 0 0 1236 88 0 0 17 0 12 0 157341191 1530339328 342097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14159] ppid=14153 vsize=1494472 CPUtime=12.89
/proc/14155/task/14159/stat : 14159 (java) S 14153 14155 13885 0 -1 64 165586 0 0 0 1191 98 0 0 16 0 12 0 157341191 1530339328 342097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14160] ppid=14153 vsize=1494472 CPUtime=124.71
/proc/14155/task/14160/stat : 14160 (java) R 14153 14155 13885 0 -1 64 396489 0 0 0 12299 172 0 0 25 0 12 0 157341193 1530339328 342097 1992294400 134512640 134550932 4294956000 18446744073709551615 104177728 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14161] ppid=14153 vsize=1494472 CPUtime=0
/proc/14155/task/14161/stat : 14161 (java) S 14153 14155 13885 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 157341193 1530339328 342097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14162] ppid=14153 vsize=1494472 CPUtime=0
/proc/14155/task/14162/stat : 14162 (java) S 14153 14155 13885 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157341193 1530339328 342097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14163] ppid=14153 vsize=1494472 CPUtime=0
/proc/14155/task/14163/stat : 14163 (java) S 14153 14155 13885 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157341197 1530339328 342097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14164] ppid=14153 vsize=1494472 CPUtime=1.01
/proc/14155/task/14164/stat : 14164 (java) S 14153 14155 13885 0 -1 64 6325 0 0 0 98 3 0 0 16 0 12 0 157341197 1530339328 342097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14165] ppid=14153 vsize=1494472 CPUtime=0.63
/proc/14155/task/14165/stat : 14165 (java) S 14153 14155 13885 0 -1 64 2694 0 0 0 63 0 0 0 17 0 12 0 157341197 1530339328 342097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14166] ppid=14153 vsize=1494472 CPUtime=0
/proc/14155/task/14166/stat : 14166 (java) S 14153 14155 13885 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157341197 1530339328 342097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14167] ppid=14153 vsize=1494472 CPUtime=0
/proc/14155/task/14167/stat : 14167 (java) S 14153 14155 13885 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 157341197 1530339328 342097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 199.3
Current children cumulated vsize (KiB) 1494472

[startup+191.903 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 14169
/proc/meminfo: memFree=30840/2055920 swapFree=4182488/4192956
[pid=14155] ppid=14153 vsize=1522472 CPUtime=205.7
/proc/14155/stat : 14155 (java) S 14153 14155 13885 0 -1 0 796399 0 1 0 20165 405 0 0 18 0 12 0 157341188 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14155/statm: 380618 349097 1423 9 0 377961 0
[pid=14155/tid=14157] ppid=14153 vsize=1522472 CPUtime=46.75
/proc/14155/task/14157/stat : 14157 (java) S 14153 14155 13885 0 -1 64 31026 0 1 0 4647 28 0 0 17 0 12 0 157341190 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14158] ppid=14153 vsize=1522472 CPUtime=13.24
/proc/14155/task/14158/stat : 14158 (java) S 14153 14155 13885 0 -1 64 164534 0 0 0 1236 88 0 0 17 0 12 0 157341191 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14159] ppid=14153 vsize=1522472 CPUtime=12.89
/proc/14155/task/14159/stat : 14159 (java) S 14153 14155 13885 0 -1 64 165586 0 0 0 1191 98 0 0 16 0 12 0 157341191 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14160] ppid=14153 vsize=1522472 CPUtime=131.11
/proc/14155/task/14160/stat : 14160 (java) R 14153 14155 13885 0 -1 64 425496 0 0 0 12926 185 0 0 25 0 12 0 157341193 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 104177870 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14161] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14161/stat : 14161 (java) S 14153 14155 13885 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 157341193 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14162] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14162/stat : 14162 (java) S 14153 14155 13885 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157341193 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14163] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14163/stat : 14163 (java) S 14153 14155 13885 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14164] ppid=14153 vsize=1522472 CPUtime=1.01
/proc/14155/task/14164/stat : 14164 (java) S 14153 14155 13885 0 -1 64 6325 0 0 0 98 3 0 0 16 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14165] ppid=14153 vsize=1522472 CPUtime=0.63
/proc/14155/task/14165/stat : 14165 (java) S 14153 14155 13885 0 -1 64 2694 0 0 0 63 0 0 0 17 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14166] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14166/stat : 14166 (java) S 14153 14155 13885 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14167] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14167/stat : 14167 (java) S 14153 14155 13885 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 205.7
Current children cumulated vsize (KiB) 1522472

[startup+193.503 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 14169
/proc/meminfo: memFree=30840/2055920 swapFree=4182488/4192956
[pid=14155] ppid=14153 vsize=1522472 CPUtime=207.3
/proc/14155/stat : 14155 (java) S 14153 14155 13885 0 -1 0 796399 0 1 0 20325 405 0 0 18 0 12 0 157341188 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14155/statm: 380618 349097 1423 9 0 377961 0
[pid=14155/tid=14157] ppid=14153 vsize=1522472 CPUtime=46.75
/proc/14155/task/14157/stat : 14157 (java) S 14153 14155 13885 0 -1 64 31026 0 1 0 4647 28 0 0 17 0 12 0 157341190 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14158] ppid=14153 vsize=1522472 CPUtime=13.24
/proc/14155/task/14158/stat : 14158 (java) S 14153 14155 13885 0 -1 64 164534 0 0 0 1236 88 0 0 17 0 12 0 157341191 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14159] ppid=14153 vsize=1522472 CPUtime=12.89
/proc/14155/task/14159/stat : 14159 (java) S 14153 14155 13885 0 -1 64 165586 0 0 0 1191 98 0 0 16 0 12 0 157341191 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14160] ppid=14153 vsize=1522472 CPUtime=132.71
/proc/14155/task/14160/stat : 14160 (java) R 14153 14155 13885 0 -1 64 425496 0 0 0 13086 185 0 0 25 0 12 0 157341193 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 104187738 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14161] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14161/stat : 14161 (java) S 14153 14155 13885 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 157341193 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14162] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14162/stat : 14162 (java) S 14153 14155 13885 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157341193 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14163] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14163/stat : 14163 (java) S 14153 14155 13885 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14164] ppid=14153 vsize=1522472 CPUtime=1.01
/proc/14155/task/14164/stat : 14164 (java) S 14153 14155 13885 0 -1 64 6325 0 0 0 98 3 0 0 16 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14165] ppid=14153 vsize=1522472 CPUtime=0.63
/proc/14155/task/14165/stat : 14165 (java) S 14153 14155 13885 0 -1 64 2694 0 0 0 63 0 0 0 17 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14166] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14166/stat : 14166 (java) S 14153 14155 13885 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14167] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14167/stat : 14167 (java) S 14153 14155 13885 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 207.3
Current children cumulated vsize (KiB) 1522472

[startup+194.303 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 14169
/proc/meminfo: memFree=30840/2055920 swapFree=4182488/4192956
[pid=14155] ppid=14153 vsize=1522472 CPUtime=208.09
/proc/14155/stat : 14155 (java) S 14153 14155 13885 0 -1 0 796399 0 1 0 20404 405 0 0 18 0 12 0 157341188 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14155/statm: 380618 349097 1423 9 0 377961 0
[pid=14155/tid=14157] ppid=14153 vsize=1522472 CPUtime=46.75
/proc/14155/task/14157/stat : 14157 (java) S 14153 14155 13885 0 -1 64 31026 0 1 0 4647 28 0 0 17 0 12 0 157341190 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14158] ppid=14153 vsize=1522472 CPUtime=13.24
/proc/14155/task/14158/stat : 14158 (java) S 14153 14155 13885 0 -1 64 164534 0 0 0 1236 88 0 0 17 0 12 0 157341191 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14159] ppid=14153 vsize=1522472 CPUtime=12.89
/proc/14155/task/14159/stat : 14159 (java) S 14153 14155 13885 0 -1 64 165586 0 0 0 1191 98 0 0 16 0 12 0 157341191 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14160] ppid=14153 vsize=1522472 CPUtime=133.51
/proc/14155/task/14160/stat : 14160 (java) R 14153 14155 13885 0 -1 64 425496 0 0 0 13166 185 0 0 25 0 12 0 157341193 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 105886146 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14161] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14161/stat : 14161 (java) S 14153 14155 13885 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 157341193 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14162] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14162/stat : 14162 (java) S 14153 14155 13885 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157341193 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14163] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14163/stat : 14163 (java) S 14153 14155 13885 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14164] ppid=14153 vsize=1522472 CPUtime=1.01
/proc/14155/task/14164/stat : 14164 (java) S 14153 14155 13885 0 -1 64 6325 0 0 0 98 3 0 0 16 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14165] ppid=14153 vsize=1522472 CPUtime=0.63
/proc/14155/task/14165/stat : 14165 (java) S 14153 14155 13885 0 -1 64 2694 0 0 0 63 0 0 0 17 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14166] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14166/stat : 14166 (java) S 14153 14155 13885 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14167] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14167/stat : 14167 (java) S 14153 14155 13885 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 208.09
Current children cumulated vsize (KiB) 1522472

[startup+194.707 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 14169
/proc/meminfo: memFree=30840/2055920 swapFree=4182488/4192956
[pid=14155] ppid=14153 vsize=1522472 CPUtime=208.5
/proc/14155/stat : 14155 (java) S 14153 14155 13885 0 -1 0 796399 0 1 0 20445 405 0 0 18 0 12 0 157341188 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14155/statm: 380618 349097 1423 9 0 377961 0
[pid=14155/tid=14157] ppid=14153 vsize=1522472 CPUtime=46.75
/proc/14155/task/14157/stat : 14157 (java) S 14153 14155 13885 0 -1 64 31026 0 1 0 4647 28 0 0 17 0 12 0 157341190 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14158] ppid=14153 vsize=1522472 CPUtime=13.24
/proc/14155/task/14158/stat : 14158 (java) S 14153 14155 13885 0 -1 64 164534 0 0 0 1236 88 0 0 17 0 12 0 157341191 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14159] ppid=14153 vsize=1522472 CPUtime=12.89
/proc/14155/task/14159/stat : 14159 (java) S 14153 14155 13885 0 -1 64 165586 0 0 0 1191 98 0 0 16 0 12 0 157341191 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14160] ppid=14153 vsize=1522472 CPUtime=133.91
/proc/14155/task/14160/stat : 14160 (java) R 14153 14155 13885 0 -1 64 425496 0 0 0 13206 185 0 0 25 0 12 0 157341193 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 106836645 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14161] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14161/stat : 14161 (java) S 14153 14155 13885 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 157341193 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14162] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14162/stat : 14162 (java) S 14153 14155 13885 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157341193 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14163] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14163/stat : 14163 (java) S 14153 14155 13885 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14164] ppid=14153 vsize=1522472 CPUtime=1.01
/proc/14155/task/14164/stat : 14164 (java) S 14153 14155 13885 0 -1 64 6325 0 0 0 98 3 0 0 16 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14165] ppid=14153 vsize=1522472 CPUtime=0.63
/proc/14155/task/14165/stat : 14165 (java) S 14153 14155 13885 0 -1 64 2694 0 0 0 63 0 0 0 17 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14166] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14166/stat : 14166 (java) S 14153 14155 13885 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14155/tid=14167] ppid=14153 vsize=1522472 CPUtime=0
/proc/14155/task/14167/stat : 14167 (java) S 14153 14155 13885 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 157341197 1559011328 349097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 208.5
Current children cumulated vsize (KiB) 1522472

[startup+194.903 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 14169
/proc/meminfo: memFree=30840/2055920 swapFree=4182488/4192956
[pid=14155] ppid=14153 vsize=0 CPUtime=208.69
/proc/14155/stat : 14155 (java) Z 14153 14155 13885 0 -1 12 796416 0 1 0 20458 411 0 0 16 0 2 0 157341188 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14155/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 208.69
Current children cumulated vsize (KiB) 0

[startup+195.003 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 14169
/proc/meminfo: memFree=30840/2055920 swapFree=4182488/4192956
[pid=14155] ppid=14153 vsize=0 CPUtime=208.79
/proc/14155/stat : 14155 (java) Z 14153 14155 13885 0 -1 12 796416 0 1 0 20458 421 0 0 16 0 2 0 157341188 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14155/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 208.79
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 195.059
CPU time (s): 208.854
CPU user time (s): 204.588
CPU system time (s): 4.26635
CPU usage (%): 107.072
Max. virtual memory (cumulated for all children) (KiB): 1538476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 204.588
system time used= 4.26635
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 796416
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5229
involuntary context switches= 4222

runsolver used 0.238963 second user time and 0.567913 second system time

The end

Launcher Data

Begin job on node21 at 2009-06-13 14:50:12
IDJOB=1855966
IDBENCH=2278
IDSOLVER=681
FILE ID=node21/1855966-1244897396
PBS_JOBID= 9354464
Free space on /tmp= 65964 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome13.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1855966-1244897396/watcher-1855966-1244897396 -o /tmp/evaluation-result-1855966-1244897396/solver-1855966-1244897396 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855966-1244897396.opb

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

MD5SUM BENCH= e3f30a3ccce8a834fba8f93335c22413
RANDOM SEED=1264368213

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1089016 kB
Buffers:         68560 kB
Cached:         816732 kB
SwapCached:       4216 kB
Active:         198040 kB
Inactive:       694632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1089016 kB
SwapTotal:     4192956 kB
SwapFree:      4182488 kB
Dirty:          163652 kB
Writeback:           0 kB
Mapped:          13380 kB
Slab:            60316 kB
Committed_AS:   138324 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65964 MiB
End job on node21 at 2009-06-13 14:53:27