Trace number 1856466

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.1UNSAT 515.723 510.571

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib3/normalized-mps-v2-20-10-qnet1.opb
MD5SUM9cd99d01f800e747c5049853d96a0d20
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.04853
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5380
Total number of constraints630
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)48
Number of constraints which are nor clauses,nor cardinality constraints542
Minimum length of a constraint2
Maximum length of a constraint77
Number of terms in the objective function 3720
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 133143986052
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 8388608000000
Number of bits of the biggest number in a constraint 43
Biggest sum of numbers in a constraint 17124187591735
Number of bits of the biggest sum of numbers44
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.1.1.v20090612
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1342000320
0.09/0.14	c Max memory 1344274432
0.09/0.14	c Total memory 1344274432
0.09/0.14	c Number of processors 2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1856466-1244912361.opb
0.23/0.21	c reading problem ... 
1.27/0.85	c ... done. Wall clock time 0.637s.
1.27/0.85	c #vars     5380
1.27/0.85	c #constraints  2048
1.27/0.85	c constraints type 
1.27/0.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 84
1.27/0.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
1.27/0.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 368
1.27/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 449
515.55/510.46	c starts		: 12
515.55/510.46	c conflicts		: 20277
515.55/510.46	c decisions		: 139287
515.55/510.46	c propagations		: 537830
515.55/510.46	c inspects		: 150906554
515.55/510.46	c learnt literals	: 0
515.55/510.46	c learnt binary clauses	: 0
515.55/510.46	c learnt ternary clauses	: 0
515.55/510.46	c learnt clauses	: 20276
515.55/510.46	c ignored clauses	: 0
515.55/510.46	c root simplifications	: 0
515.55/510.46	c removed literals (reason simplification)	: 0
515.55/510.46	c reason swapping (by a shorter reason)	: 0
515.55/510.46	c Calls to reduceDB	: 0
515.55/510.46	c speed (assignments/second)	: 1055.3632539009764
515.55/510.46	c non guided choices	5173
515.55/510.49	c learnt constraints type 
515.55/510.49	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
515.55/510.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
515.55/510.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20251
515.55/510.49	c constraints type 
515.55/510.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 84
515.55/510.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
515.55/510.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 368
515.55/510.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 449
515.55/510.49	s UNSATISFIABLE
515.55/510.49	c Total wall clock time (in seconds): 510.285

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-1856466-1244912361/watcher-1856466-1244912361 -o /tmp/evaluation-result-1856466-1244912361/solver-1856466-1244912361 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856466-1244912361.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.12 1.04 1.01 3/64 11051
/proc/meminfo: memFree=1331304/2055920 swapFree=4192952/4192956
[pid=11051] ppid=11049 vsize=152 CPUtime=0
/proc/11051/stat : 11051 (java) R 11049 11051 11014 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 158833448 155648 26 1992294400 134512640 134550932 4294956000 18446744073709551615 8921387 0 0 4096 0 0 0 0 17 1 0 0
/proc/11051/statm: 38 26 19 9 0 4 0

[startup+0.0280949 s]
/proc/loadavg: 1.12 1.04 1.01 3/64 11051
/proc/meminfo: memFree=1331304/2055920 swapFree=4192952/4192956
[pid=11051] ppid=11049 vsize=1468600 CPUtime=0.01
/proc/11051/stat : 11051 (java) S 11049 11051 11014 0 -1 0 2709 0 1 0 0 1 0 0 18 0 4 0 158833448 1503846400 2456 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11051/statm: 367150 2456 750 9 0 364501 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1468600

[startup+0.101102 s]
/proc/loadavg: 1.12 1.04 1.01 3/64 11051
/proc/meminfo: memFree=1331304/2055920 swapFree=4192952/4192956
[pid=11051] ppid=11049 vsize=1472584 CPUtime=0.09
/proc/11051/stat : 11051 (java) S 11049 11051 11014 0 -1 0 3654 0 1 0 7 2 0 0 18 0 12 0 158833448 1507926016 3397 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11051/statm: 368146 3397 1069 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301121 s]
/proc/loadavg: 1.12 1.04 1.01 3/64 11051
/proc/meminfo: memFree=1331304/2055920 swapFree=4192952/4192956
[pid=11051] ppid=11049 vsize=1475184 CPUtime=0.37
/proc/11051/stat : 11051 (java) S 11049 11051 11014 0 -1 0 5019 0 1 0 34 3 0 0 18 0 12 0 158833448 1510588416 4756 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11051/statm: 368796 4756 1359 9 0 366139 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1475184

[startup+0.701161 s]
/proc/loadavg: 1.12 1.04 1.01 3/64 11051
/proc/meminfo: memFree=1331304/2055920 swapFree=4192952/4192956
[pid=11051] ppid=11049 vsize=1476304 CPUtime=1.07
/proc/11051/stat : 11051 (java) S 11049 11051 11014 0 -1 0 7441 0 1 0 103 4 0 0 18 0 12 0 158833448 1511735296 6744 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11051/statm: 369076 6744 1401 9 0 366419 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1476304

[startup+1.50224 s]
/proc/loadavg: 1.12 1.04 1.01 4/76 11063
/proc/meminfo: memFree=1293128/2055920 swapFree=4192952/4192956
[pid=11051] ppid=11049 vsize=1492548 CPUtime=2.66
/proc/11051/stat : 11051 (java) S 11049 11051 11014 0 -1 0 17118 0 1 0 257 9 0 0 18 0 13 0 158833448 1528369152 12802 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11051/statm: 373137 12803 1421 9 0 370480 0
[pid=11051/tid=11053] ppid=11049 vsize=1492548 CPUtime=1.18
/proc/11051/task/11053/stat : 11053 (java) R 11049 11051 11014 0 -1 64 7582 0 1 0 114 4 0 0 20 0 13 0 158833449 1528369152 12804 1992294400 134512640 134550932 4294956000 18446744073709551615 4109472249 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11054] ppid=11049 vsize=1492548 CPUtime=0
/proc/11051/task/11054/stat : 11054 (java) S 11049 11051 11014 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 158833450 1528369152 12805 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=1492548 CPUtime=0
/proc/11051/task/11055/stat : 11055 (java) S 11049 11051 11014 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 158833450 1528369152 12806 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11056] ppid=11049 vsize=1492548 CPUtime=0
/proc/11051/task/11056/stat : 11056 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 158833452 1528369152 12806 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11057] ppid=11049 vsize=1492548 CPUtime=0
/proc/11051/task/11057/stat : 11057 (java) S 11049 11051 11014 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 158833452 1528369152 12807 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11058] ppid=11049 vsize=1492548 CPUtime=0
/proc/11051/task/11058/stat : 11058 (java) S 11049 11051 11014 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 158833452 1528369152 12808 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11059] ppid=11049 vsize=1492548 CPUtime=0
/proc/11051/task/11059/stat : 11059 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158833457 1528369152 12808 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11060] ppid=11049 vsize=1492548 CPUtime=0.65
/proc/11051/task/11060/stat : 11060 (java) R 11049 11051 11014 0 -1 64 5021 0 0 0 63 2 0 0 18 0 13 0 158833457 1528369152 12809 1992294400 134512640 134550932 4294956000 18446744073709551615 104161253 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11061] ppid=11049 vsize=1492548 CPUtime=0.8
/proc/11051/task/11061/stat : 11061 (java) R 11049 11051 11014 0 -1 64 3777 0 0 0 79 1 0 0 18 0 13 0 158833457 1528369152 12810 1992294400 134512640 134550932 4294956000 18446744073709551615 106501829 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11062] ppid=11049 vsize=1492548 CPUtime=0
/proc/11051/task/11062/stat : 11062 (java) S 11049 11051 11014 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 158833457 1528369152 12811 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11063] ppid=11049 vsize=1492548 CPUtime=0
/proc/11051/task/11063/stat : 11063 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158833457 1528369152 12812 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 1492548

[startup+3.1024 s]
/proc/loadavg: 1.27 1.07 1.02 4/77 11064
/proc/meminfo: memFree=1272320/2055920 swapFree=4192952/4192956
[pid=11051] ppid=11049 vsize=1490632 CPUtime=5.29
/proc/11051/stat : 11051 (java) S 11049 11051 11014 0 -1 0 46290 0 1 0 507 22 0 0 18 0 13 0 158833448 1526407168 36978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11051/statm: 372658 36978 1434 9 0 370001 0
[pid=11051/tid=11053] ppid=11049 vsize=1490632 CPUtime=2.12
/proc/11051/task/11053/stat : 11053 (java) R 11049 11051 11014 0 -1 64 31038 0 1 0 198 14 0 0 22 0 13 0 158833449 1526407168 36978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=1490632 CPUtime=0
/proc/11051/task/11054/stat : 11054 (java) S 11049 11051 11014 0 -1 64 403 0 0 0 0 0 0 0 16 0 13 0 158833450 1526407168 36978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=1490632 CPUtime=0.01
/proc/11051/task/11055/stat : 11055 (java) S 11049 11051 11014 0 -1 64 309 0 0 0 1 0 0 0 16 0 13 0 158833450 1526407168 36978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11056] ppid=11049 vsize=1490632 CPUtime=0
/proc/11051/task/11056/stat : 11056 (java) S 11049 11051 11014 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 158833452 1526407168 36978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11057] ppid=11049 vsize=1490632 CPUtime=0
/proc/11051/task/11057/stat : 11057 (java) S 11049 11051 11014 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158833452 1526407168 36978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11058] ppid=11049 vsize=1490632 CPUtime=0
/proc/11051/task/11058/stat : 11058 (java) S 11049 11051 11014 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158833452 1526407168 36978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11059] ppid=11049 vsize=1490632 CPUtime=0
/proc/11051/task/11059/stat : 11059 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158833457 1526407168 36978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11060] ppid=11049 vsize=1490632 CPUtime=1.46
/proc/11051/task/11060/stat : 11060 (java) R 11049 11051 11014 0 -1 64 8167 0 0 0 142 4 0 0 17 0 13 0 158833457 1526407168 36978 1992294400 134512640 134550932 4294956000 18446744073709551615 104143967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11061] ppid=11049 vsize=1490632 CPUtime=1.66
/proc/11051/task/11061/stat : 11061 (java) R 11049 11051 11014 0 -1 64 5619 0 0 0 164 2 0 0 16 0 13 0 158833457 1526407168 36978 1992294400 134512640 134550932 4294956000 18446744073709551615 105580545 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11062] ppid=11049 vsize=1490632 CPUtime=0
/proc/11051/task/11062/stat : 11062 (java) S 11049 11051 11014 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 158833457 1526407168 36978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11063] ppid=11049 vsize=1490632 CPUtime=0
/proc/11051/task/11063/stat : 11063 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158833457 1526407168 36978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11064] ppid=11049 vsize=1490632 CPUtime=0
/proc/11051/task/11064/stat : 11064 (java) S 11049 11051 11014 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158833569 1526407168 36978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 1490632

[startup+6.30172 s]
/proc/loadavg: 1.27 1.07 1.02 2/77 11064
/proc/meminfo: memFree=1181200/2055920 swapFree=4192952/4192956
[pid=11051] ppid=11049 vsize=1490568 CPUtime=9.04
/proc/11051/stat : 11051 (java) S 11049 11051 11014 0 -1 0 50987 0 1 0 878 26 0 0 18 0 13 0 158833448 1526341632 40472 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11051/statm: 372642 40472 1438 9 0 369985 0
[pid=11051/tid=11053] ppid=11049 vsize=1490568 CPUtime=5.05
/proc/11051/task/11053/stat : 11053 (java) R 11049 11051 11014 0 -1 64 31049 0 1 0 491 14 0 0 25 0 13 0 158833449 1526341632 40472 1992294400 134512640 134550932 4294956000 18446744073709551615 4109804723 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=1490568 CPUtime=0.08
/proc/11051/task/11054/stat : 11054 (java) S 11049 11051 11014 0 -1 64 2199 0 0 0 6 2 0 0 16 0 13 0 158833450 1526341632 40472 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=1490568 CPUtime=0.07
/proc/11051/task/11055/stat : 11055 (java) S 11049 11051 11014 0 -1 64 1940 0 0 0 7 0 0 0 16 0 13 0 158833450 1526341632 40472 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11056] ppid=11049 vsize=1490568 CPUtime=0
/proc/11051/task/11056/stat : 11056 (java) S 11049 11051 11014 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 158833452 1526341632 40472 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11057] ppid=11049 vsize=1490568 CPUtime=0
/proc/11051/task/11057/stat : 11057 (java) S 11049 11051 11014 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158833452 1526341632 40472 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11058] ppid=11049 vsize=1490568 CPUtime=0
/proc/11051/task/11058/stat : 11058 (java) S 11049 11051 11014 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158833452 1526341632 40472 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11059] ppid=11049 vsize=1490568 CPUtime=0
/proc/11051/task/11059/stat : 11059 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158833457 1526341632 40472 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11060] ppid=11049 vsize=1490568 CPUtime=1.79
/proc/11051/task/11060/stat : 11060 (java) S 11049 11051 11014 0 -1 64 9274 0 0 0 175 4 0 0 16 0 13 0 158833457 1526341632 40472 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11061] ppid=11049 vsize=1490568 CPUtime=1.98
/proc/11051/task/11061/stat : 11061 (java) S 11049 11051 11014 0 -1 64 5749 0 0 0 196 2 0 0 16 0 13 0 158833457 1526341632 40472 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11062] ppid=11049 vsize=1490568 CPUtime=0
/proc/11051/task/11062/stat : 11062 (java) S 11049 11051 11014 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 158833457 1526341632 40472 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11063] ppid=11049 vsize=1490568 CPUtime=0
/proc/11051/task/11063/stat : 11063 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158833457 1526341632 40472 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11064] ppid=11049 vsize=1490568 CPUtime=0
/proc/11051/task/11064/stat : 11064 (java) S 11049 11051 11014 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158833569 1526341632 40472 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.04
Current children cumulated vsize (KiB) 1490568

[startup+12.7023 s]
/proc/loadavg: 1.23 1.07 1.01 2/77 11064
/proc/meminfo: memFree=1149776/2055920 swapFree=4192952/4192956
[pid=11051] ppid=11049 vsize=1490568 CPUtime=15.47
/proc/11051/stat : 11051 (java) S 11049 11051 11014 0 -1 0 57669 0 1 0 1518 29 0 0 18 0 13 0 158833448 1526341632 46632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11051/statm: 372642 46632 1438 9 0 369985 0
[pid=11051/tid=11053] ppid=11049 vsize=1490568 CPUtime=11.39
/proc/11051/task/11053/stat : 11053 (java) R 11049 11051 11014 0 -1 64 34276 0 1 0 1124 15 0 0 25 0 13 0 158833449 1526341632 46632 1992294400 134512640 134550932 4294956000 18446744073709551615 4109521654 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11054] ppid=11049 vsize=1490568 CPUtime=0.13
/proc/11051/task/11054/stat : 11054 (java) S 11049 11051 11014 0 -1 64 3994 0 0 0 10 3 0 0 15 0 13 0 158833450 1526341632 46632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=1490568 CPUtime=0.12
/proc/11051/task/11055/stat : 11055 (java) S 11049 11051 11014 0 -1 64 3600 0 0 0 11 1 0 0 16 0 13 0 158833450 1526341632 46632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11056] ppid=11049 vsize=1490568 CPUtime=0
/proc/11051/task/11056/stat : 11056 (java) S 11049 11051 11014 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 158833452 1526341632 46632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11057] ppid=11049 vsize=1490568 CPUtime=0
/proc/11051/task/11057/stat : 11057 (java) S 11049 11051 11014 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158833452 1526341632 46632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11058] ppid=11049 vsize=1490568 CPUtime=0
/proc/11051/task/11058/stat : 11058 (java) S 11049 11051 11014 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158833452 1526341632 46632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11059] ppid=11049 vsize=1490568 CPUtime=0
/proc/11051/task/11059/stat : 11059 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158833457 1526341632 46632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11060] ppid=11049 vsize=1490568 CPUtime=1.79
/proc/11051/task/11060/stat : 11060 (java) S 11049 11051 11014 0 -1 64 9274 0 0 0 175 4 0 0 16 0 13 0 158833457 1526341632 46632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11061] ppid=11049 vsize=1490568 CPUtime=1.98
/proc/11051/task/11061/stat : 11061 (java) S 11049 11051 11014 0 -1 64 5749 0 0 0 196 2 0 0 16 0 13 0 158833457 1526341632 46632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11062] ppid=11049 vsize=1490568 CPUtime=0
/proc/11051/task/11062/stat : 11062 (java) S 11049 11051 11014 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 158833457 1526341632 46632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11063] ppid=11049 vsize=1490568 CPUtime=0
/proc/11051/task/11063/stat : 11063 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158833457 1526341632 46632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11064] ppid=11049 vsize=1490568 CPUtime=0
/proc/11051/task/11064/stat : 11064 (java) S 11049 11051 11014 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158833569 1526341632 46632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.47
Current children cumulated vsize (KiB) 1490568

[startup+25.5026 s]
/proc/loadavg: 1.19 1.06 1.01 2/77 11064
/proc/meminfo: memFree=1138704/2055920 swapFree=4192952/4192956
[pid=11051] ppid=11049 vsize=1490568 CPUtime=28.32
/proc/11051/stat : 11051 (java) S 11049 11051 11014 0 -1 0 60676 0 1 0 2802 30 0 0 18 0 13 0 158833448 1526341632 49330 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11051/statm: 372642 49330 1438 9 0 369985 0
[pid=11051/tid=11053] ppid=11049 vsize=1490568 CPUtime=24.12
/proc/11051/task/11053/stat : 11053 (java) R 11049 11051 11014 0 -1 64 34680 0 1 0 2397 15 0 0 25 0 13 0 158833449 1526341632 49330 1992294400 134512640 134550932 4294956000 18446744073709551615 4109808597 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11054] ppid=11049 vsize=1490568 CPUtime=0.18
/proc/11051/task/11054/stat : 11054 (java) S 11049 11051 11014 0 -1 64 5326 0 0 0 15 3 0 0 16 0 13 0 158833450 1526341632 49330 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=1490568 CPUtime=0.18
/proc/11051/task/11055/stat : 11055 (java) S 11049 11051 11014 0 -1 64 4871 0 0 0 16 2 0 0 16 0 13 0 158833450 1526341632 49330 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11056] ppid=11049 vsize=1490568 CPUtime=0
/proc/11051/task/11056/stat : 11056 (java) S 11049 11051 11014 0 -1 64 32 0 0 0 0 0 0 0 15 0 13 0 158833452 1526341632 49330 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11057] ppid=11049 vsize=1490568 CPUtime=0

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

/proc/11051/task/11063/stat : 11063 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158833457 1528438784 79196 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11064] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11064/stat : 11064 (java) S 11049 11051 11014 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158833569 1528438784 79196 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 504.14
Current children cumulated vsize (KiB) 1492616

[startup+505.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11070
/proc/meminfo: memFree=1018320/2055920 swapFree=4192952/4192956
[pid=11051] ppid=11049 vsize=1492616 CPUtime=510.57
/proc/11051/stat : 11051 (java) S 11049 11051 11014 0 -1 0 96185 0 1 0 51001 56 0 0 18 0 13 0 158833448 1528438784 79329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11051/statm: 373154 79329 1438 9 0 370497 0
[pid=11051/tid=11053] ppid=11049 vsize=1492616 CPUtime=501.43
/proc/11051/task/11053/stat : 11053 (java) R 11049 11051 11014 0 -1 64 35282 0 1 0 50125 18 0 0 25 0 13 0 158833449 1528438784 79329 1992294400 134512640 134550932 4294956000 18446744073709551615 4109804587 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11054] ppid=11049 vsize=1492616 CPUtime=2.57
/proc/11051/task/11054/stat : 11054 (java) S 11049 11051 11014 0 -1 64 22534 0 0 0 244 13 0 0 16 0 13 0 158833450 1528438784 79329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=1492616 CPUtime=2.56
/proc/11051/task/11055/stat : 11055 (java) S 11049 11051 11014 0 -1 64 21808 0 0 0 244 12 0 0 16 0 13 0 158833450 1528438784 79329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11056] ppid=11049 vsize=1492616 CPUtime=0.1
/proc/11051/task/11056/stat : 11056 (java) S 11049 11051 11014 0 -1 64 32 0 0 0 7 3 0 0 16 0 13 0 158833452 1528438784 79329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11057] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11057/stat : 11057 (java) S 11049 11051 11014 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158833452 1528438784 79329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11058] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11058/stat : 11058 (java) S 11049 11051 11014 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158833452 1528438784 79329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11059] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11059/stat : 11059 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158833457 1528438784 79329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11060] ppid=11049 vsize=1492616 CPUtime=1.79
/proc/11051/task/11060/stat : 11060 (java) S 11049 11051 11014 0 -1 64 9274 0 0 0 175 4 0 0 16 0 13 0 158833457 1528438784 79329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11061] ppid=11049 vsize=1492616 CPUtime=2.07
/proc/11051/task/11061/stat : 11061 (java) S 11049 11051 11014 0 -1 64 6511 0 0 0 204 3 0 0 17 0 13 0 158833457 1528438784 79329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11062] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11062/stat : 11062 (java) S 11049 11051 11014 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 158833457 1528438784 79329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11063] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11063/stat : 11063 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158833457 1528438784 79329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11064] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11064/stat : 11064 (java) S 11049 11051 11014 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158833569 1528438784 79329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 510.57
Current children cumulated vsize (KiB) 1492616

[startup+508.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11070
/proc/meminfo: memFree=1018128/2055920 swapFree=4192952/4192956
[pid=11051] ppid=11049 vsize=1492616 CPUtime=513.8
/proc/11051/stat : 11051 (java) S 11049 11051 11014 0 -1 0 96506 0 1 0 51324 56 0 0 18 0 13 0 158833448 1528438784 79632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11051/statm: 373154 79632 1438 9 0 370497 0
[pid=11051/tid=11053] ppid=11049 vsize=1492616 CPUtime=504.61
/proc/11051/task/11053/stat : 11053 (java) R 11049 11051 11014 0 -1 64 35285 0 1 0 50443 18 0 0 21 0 13 0 158833449 1528438784 79632 1992294400 134512640 134550932 4294956000 18446744073709551615 4109834686 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11054] ppid=11049 vsize=1492616 CPUtime=2.59
/proc/11051/task/11054/stat : 11054 (java) S 11049 11051 11014 0 -1 64 22682 0 0 0 246 13 0 0 16 0 13 0 158833450 1528438784 79632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=1492616 CPUtime=2.58
/proc/11051/task/11055/stat : 11055 (java) S 11049 11051 11014 0 -1 64 21978 0 0 0 246 12 0 0 16 0 13 0 158833450 1528438784 79632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11056] ppid=11049 vsize=1492616 CPUtime=0.11
/proc/11051/task/11056/stat : 11056 (java) S 11049 11051 11014 0 -1 64 32 0 0 0 8 3 0 0 16 0 13 0 158833452 1528438784 79632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11057] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11057/stat : 11057 (java) S 11049 11051 11014 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158833452 1528438784 79632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11058] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11058/stat : 11058 (java) S 11049 11051 11014 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158833452 1528438784 79632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11059] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11059/stat : 11059 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158833457 1528438784 79632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11060] ppid=11049 vsize=1492616 CPUtime=1.79
/proc/11051/task/11060/stat : 11060 (java) S 11049 11051 11014 0 -1 64 9274 0 0 0 175 4 0 0 16 0 13 0 158833457 1528438784 79632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11061] ppid=11049 vsize=1492616 CPUtime=2.07
/proc/11051/task/11061/stat : 11061 (java) S 11049 11051 11014 0 -1 64 6511 0 0 0 204 3 0 0 17 0 13 0 158833457 1528438784 79632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11062] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11062/stat : 11062 (java) S 11049 11051 11014 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 158833457 1528438784 79632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11063] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11063/stat : 11063 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158833457 1528438784 79632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11064] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11064/stat : 11064 (java) S 11049 11051 11014 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158833569 1528438784 79632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 513.8
Current children cumulated vsize (KiB) 1492616

[startup+509.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11070
/proc/meminfo: memFree=1015952/2055920 swapFree=4192952/4192956
[pid=11051] ppid=11049 vsize=1492616 CPUtime=514.62
/proc/11051/stat : 11051 (java) S 11049 11051 11014 0 -1 0 96838 0 1 0 51405 57 0 0 18 0 13 0 158833448 1528438784 79927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11051/statm: 373154 79927 1438 9 0 370497 0
[pid=11051/tid=11053] ppid=11049 vsize=1492616 CPUtime=505.39
/proc/11051/task/11053/stat : 11053 (java) R 11049 11051 11014 0 -1 64 35286 0 1 0 50521 18 0 0 20 0 13 0 158833449 1528438784 79927 1992294400 134512640 134550932 4294956000 18446744073709551615 4109645317 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11054] ppid=11049 vsize=1492616 CPUtime=2.61
/proc/11051/task/11054/stat : 11054 (java) S 11049 11051 11014 0 -1 64 22851 0 0 0 248 13 0 0 16 0 13 0 158833450 1528438784 79927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=1492616 CPUtime=2.6
/proc/11051/task/11055/stat : 11055 (java) S 11049 11051 11014 0 -1 64 22140 0 0 0 248 12 0 0 17 0 13 0 158833450 1528438784 79927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11056] ppid=11049 vsize=1492616 CPUtime=0.11
/proc/11051/task/11056/stat : 11056 (java) S 11049 11051 11014 0 -1 64 32 0 0 0 8 3 0 0 16 0 13 0 158833452 1528438784 79927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11057] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11057/stat : 11057 (java) S 11049 11051 11014 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158833452 1528438784 79927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11058] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11058/stat : 11058 (java) S 11049 11051 11014 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158833452 1528438784 79927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11059] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11059/stat : 11059 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158833457 1528438784 79927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11060] ppid=11049 vsize=1492616 CPUtime=1.79
/proc/11051/task/11060/stat : 11060 (java) S 11049 11051 11014 0 -1 64 9274 0 0 0 175 4 0 0 16 0 13 0 158833457 1528438784 79927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11061] ppid=11049 vsize=1492616 CPUtime=2.07
/proc/11051/task/11061/stat : 11061 (java) S 11049 11051 11014 0 -1 64 6511 0 0 0 204 3 0 0 17 0 13 0 158833457 1528438784 79927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11062] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11062/stat : 11062 (java) S 11049 11051 11014 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 158833457 1528438784 79927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11063] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11063/stat : 11063 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158833457 1528438784 79927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11064] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11064/stat : 11064 (java) S 11049 11051 11014 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158833569 1528438784 79927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 514.62
Current children cumulated vsize (KiB) 1492616

[startup+510.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11070
/proc/meminfo: memFree=1014864/2055920 swapFree=4192952/4192956
[pid=11051] ppid=11049 vsize=1492616 CPUtime=515.45
/proc/11051/stat : 11051 (java) S 11049 11051 11014 0 -1 0 97142 0 1 0 51488 57 0 0 18 0 13 0 158833448 1528438784 80203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11051/statm: 373154 80203 1438 9 0 370497 0
[pid=11051/tid=11053] ppid=11049 vsize=1492616 CPUtime=506.17
/proc/11051/task/11053/stat : 11053 (java) R 11049 11051 11014 0 -1 64 35287 0 1 0 50599 18 0 0 18 0 13 0 158833449 1528438784 80203 1992294400 134512640 134550932 4294956000 18446744073709551615 4109645008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11054] ppid=11049 vsize=1492616 CPUtime=2.63
/proc/11051/task/11054/stat : 11054 (java) S 11049 11051 11014 0 -1 64 23013 0 0 0 250 13 0 0 16 0 13 0 158833450 1528438784 80203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=1492616 CPUtime=2.62
/proc/11051/task/11055/stat : 11055 (java) S 11049 11051 11014 0 -1 64 22281 0 0 0 250 12 0 0 17 0 13 0 158833450 1528438784 80203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11056] ppid=11049 vsize=1492616 CPUtime=0.11
/proc/11051/task/11056/stat : 11056 (java) S 11049 11051 11014 0 -1 64 32 0 0 0 8 3 0 0 16 0 13 0 158833452 1528438784 80203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11057] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11057/stat : 11057 (java) S 11049 11051 11014 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158833452 1528438784 80203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11058] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11058/stat : 11058 (java) S 11049 11051 11014 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158833452 1528438784 80203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11059] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11059/stat : 11059 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158833457 1528438784 80203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11060] ppid=11049 vsize=1492616 CPUtime=1.79
/proc/11051/task/11060/stat : 11060 (java) S 11049 11051 11014 0 -1 64 9274 0 0 0 175 4 0 0 16 0 13 0 158833457 1528438784 80203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11061] ppid=11049 vsize=1492616 CPUtime=2.07
/proc/11051/task/11061/stat : 11061 (java) S 11049 11051 11014 0 -1 64 6511 0 0 0 204 3 0 0 17 0 13 0 158833457 1528438784 80203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11062] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11062/stat : 11062 (java) S 11049 11051 11014 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 158833457 1528438784 80203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11063] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11063/stat : 11063 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158833457 1528438784 80203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11064] ppid=11049 vsize=1492616 CPUtime=0
/proc/11051/task/11064/stat : 11064 (java) S 11049 11051 11014 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158833569 1528438784 80203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 515.45
Current children cumulated vsize (KiB) 1492616

[startup+510.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11070
/proc/meminfo: memFree=1014864/2055920 swapFree=4192952/4192956
[pid=11051] ppid=11049 vsize=1492940 CPUtime=515.65
/proc/11051/stat : 11051 (java) S 11049 11051 11014 0 -1 0 97160 0 1 0 51508 57 0 0 18 0 13 0 158833448 1528770560 80221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11051/statm: 373235 80221 1441 9 0 370578 0
[pid=11051/tid=11053] ppid=11049 vsize=1492940 CPUtime=506.33
/proc/11051/task/11053/stat : 11053 (java) S 11049 11051 11014 0 -1 64 35293 0 1 0 50615 18 0 0 17 0 13 0 158833449 1528770560 80221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11054] ppid=11049 vsize=1492940 CPUtime=2.63
/proc/11051/task/11054/stat : 11054 (java) S 11049 11051 11014 0 -1 64 23013 0 0 0 250 13 0 0 16 0 13 0 158833450 1528770560 80221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11055] ppid=11049 vsize=1492940 CPUtime=2.62
/proc/11051/task/11055/stat : 11055 (java) S 11049 11051 11014 0 -1 64 22281 0 0 0 250 12 0 0 17 0 13 0 158833450 1528770560 80221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11056] ppid=11049 vsize=1492940 CPUtime=0.11
/proc/11051/task/11056/stat : 11056 (java) S 11049 11051 11014 0 -1 64 32 0 0 0 8 3 0 0 16 0 13 0 158833452 1528770560 80221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11057] ppid=11049 vsize=1492940 CPUtime=0
/proc/11051/task/11057/stat : 11057 (java) S 11049 11051 11014 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158833452 1528770560 80221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11058] ppid=11049 vsize=1492940 CPUtime=0
/proc/11051/task/11058/stat : 11058 (java) S 11049 11051 11014 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158833452 1528770560 80221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11059] ppid=11049 vsize=1492940 CPUtime=0
/proc/11051/task/11059/stat : 11059 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158833457 1528770560 80221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11060] ppid=11049 vsize=1492940 CPUtime=1.79
/proc/11051/task/11060/stat : 11060 (java) S 11049 11051 11014 0 -1 64 9274 0 0 0 175 4 0 0 17 0 13 0 158833457 1528770560 80221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11051/tid=11061] ppid=11049 vsize=1492940 CPUtime=2.08
/proc/11051/task/11061/stat : 11061 (java) R 11049 11051 11014 0 -1 64 6515 0 0 0 205 3 0 0 16 0 13 0 158833457 1528770560 80221 1992294400 134512640 134550932 4294956000 18446744073709551615 103335536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11062] ppid=11049 vsize=1492940 CPUtime=0
/proc/11051/task/11062/stat : 11062 (java) S 11049 11051 11014 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 158833457 1528770560 80221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11063] ppid=11049 vsize=1492940 CPUtime=0
/proc/11051/task/11063/stat : 11063 (java) S 11049 11051 11014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158833457 1528770560 80221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11051/tid=11064] ppid=11049 vsize=1492940 CPUtime=0
/proc/11051/task/11064/stat : 11064 (java) S 11049 11051 11014 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158833569 1528770560 80221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 515.65
Current children cumulated vsize (KiB) 1492940

Child status: 20
Real time (s): 510.571
CPU time (s): 515.723
CPU user time (s): 515.092
CPU system time (s): 0.630904
CPU usage (%): 101.009
Max. virtual memory (cumulated for all children) (KiB): 1493788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 515.092
system time used= 0.630904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97164
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= 16425
involuntary context switches= 13940

runsolver used 0.574912 second user time and 1.3078 second system time

The end

Launcher Data

Begin job on node36 at 2009-06-13 18:59:21
IDJOB=1856466
IDBENCH=2542
IDSOLVER=681
FILE ID=node36/1856466-1244912361
PBS_JOBID= 9354614
Free space on /tmp= 66236 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib3/normalized-mps-v2-20-10-qnet1.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-1856466-1244912361/watcher-1856466-1244912361 -o /tmp/evaluation-result-1856466-1244912361/solver-1856466-1244912361 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856466-1244912361.opb

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

MD5SUM BENCH= 9cd99d01f800e747c5049853d96a0d20
RANDOM SEED=723319964

node36.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.230
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.230
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:       1331720 kB
Buffers:         67036 kB
Cached:         578960 kB
SwapCached:          4 kB
Active:          49324 kB
Inactive:       610456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1331720 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:             628 kB
Writeback:           0 kB
Mapped:          23612 kB
Slab:            50428 kB
Committed_AS:   127644 kB
PageTables:       1360 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= 66232 MiB
End job on node36 at 2009-06-13 19:07:52