Trace number 2661298

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26UNSAT 90.6122 86.877

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 benchmark4.54331
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-2010 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.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
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.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.20	c No reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2661298-1276573675.opb
0.24/0.20	c reading problem ... 
0.64/0.69	c ... done. Wall clock time 0.458s.
0.64/0.69	c #vars     5380
0.64/0.69	c #constraints  2048
0.64/0.69	c constraints type 
0.64/0.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 84
0.64/0.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
0.64/0.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 368
0.64/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 449
90.55/86.81	c starts		: 1
90.55/86.81	c conflicts		: 4071
90.55/86.81	c decisions		: 48693
90.55/86.81	c propagations		: 202674
90.55/86.81	c inspects		: 26411721
90.55/86.81	c learnt literals	: 0
90.55/86.81	c learnt binary clauses	: 0
90.55/86.81	c learnt ternary clauses	: 0
90.55/86.81	c learnt clauses	: 4070
90.55/86.81	c ignored clauses	: 0
90.55/86.81	c root simplifications	: 0
90.55/86.81	c removed literals (reason simplification)	: 0
90.55/86.81	c reason swapping (by a shorter reason)	: 0
90.55/86.81	c Calls to reduceDB	: 0
90.55/86.81	c number of reductions to clauses (during analyze)	: 0
90.55/86.81	c number of learned constraints concerned by reduction	: 0
90.55/86.81	c number of learning phase by resolution	: 0
90.55/86.81	c number of learning phase by cutting planes	: 0
90.55/86.81	c speed (assignments/second)	: 2352.5164824960534
90.55/86.81	c non guided choices	0
90.55/86.82	c learnt constraints type 
90.55/86.82	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
90.55/86.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
90.55/86.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4058
90.55/86.82	c constraints type 
90.55/86.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 84
90.55/86.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
90.55/86.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 368
90.55/86.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 449
90.55/86.82	s UNSATISFIABLE
90.55/86.82	c Total wall clock time (in seconds): 86.619

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-2661298-1276573675/watcher-2661298-1276573675 -o /tmp/evaluation-result-2661298-1276573675/solver-2661298-1276573675 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661298-1276573675.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.09 1.02 1.01 3/106 570
/proc/meminfo: memFree=1724228/2059040 swapFree=4140388/4192956
[pid=570] ppid=568 vsize=444 CPUtime=0
/proc/570/stat : 570 (java6) R 568 570 505 0 -1 4194304 129 0 0 0 0 0 0 0 22 0 1 0 32971336 454656 48 1992294400 134512640 134550932 4291286416 18446744073709551615 3887700 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/570/statm: 111 48 38 10 0 25 0

[startup+0.107064 s]
/proc/loadavg: 1.09 1.02 1.01 3/106 570
/proc/meminfo: memFree=1724228/2059040 swapFree=4140388/4192956
[pid=570] ppid=568 vsize=1524184 CPUtime=0.09
/proc/570/stat : 570 (java) S 568 570 505 0 -1 4202496 4034 0 1 0 7 2 0 0 22 0 12 0 32971336 1560764416 3473 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/570/statm: 381046 3473 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.20294 s]
/proc/loadavg: 1.09 1.02 1.01 3/106 570
/proc/meminfo: memFree=1724228/2059040 swapFree=4140388/4192956
[pid=570] ppid=568 vsize=1526224 CPUtime=0.24
/proc/570/stat : 570 (java) S 568 570 505 0 -1 4202496 5118 0 1 0 21 3 0 0 22 0 12 0 32971336 1562853376 4555 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/570/statm: 381556 4555 1347 10 0 378858 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526224

[startup+0.423936 s]
/proc/loadavg: 1.09 1.02 1.01 3/106 570
/proc/meminfo: memFree=1724228/2059040 swapFree=4140388/4192956
[pid=570] ppid=568 vsize=1527248 CPUtime=0.64
/proc/570/stat : 570 (java) S 568 570 505 0 -1 4202496 6095 0 1 0 60 4 0 0 22 0 12 0 32971336 1563901952 5510 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/570/statm: 381812 5511 1383 10 0 379114 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 1527248

[startup+0.825959 s]
/proc/loadavg: 1.09 1.02 1.01 3/106 570
/proc/meminfo: memFree=1724228/2059040 swapFree=4140388/4192956
[pid=570] ppid=568 vsize=1529296 CPUtime=1.42
/proc/570/stat : 570 (java) S 568 570 505 0 -1 4202496 9326 0 1 0 137 5 0 0 22 0 12 0 32971336 1565999104 8378 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/570/statm: 382324 8378 1415 10 0 379626 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 1529296

[startup+1.5012 s]
/proc/loadavg: 1.09 1.02 1.01 6/119 583
/proc/meminfo: memFree=1678308/2059040 swapFree=4140388/4192956
[pid=570] ppid=568 vsize=1540300 CPUtime=2.77
/proc/570/stat : 570 (java) S 568 570 505 0 -1 4202496 15880 0 1 0 269 8 0 0 22 0 13 0 32971336 1577267200 12692 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/570/statm: 385075 12692 1427 10 0 382377 0
[pid=570/tid=572] ppid=568 vsize=1540300 CPUtime=1.46
/proc/570/task/572/stat : 572 (java) R 568 570 505 0 -1 4202560 8199 0 1 0 141 5 0 0 18 0 13 0 32971337 1577267200 12692 1992294400 134512640 134550932 4289887424 18446744073709551615 4108924772 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=570/tid=573] ppid=568 vsize=1540300 CPUtime=0
/proc/570/task/573/stat : 573 (java) S 568 570 505 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 13 0 32971338 1577267200 12692 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=574] ppid=568 vsize=1540300 CPUtime=0
/proc/570/task/574/stat : 574 (java) S 568 570 505 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 32971338 1577267200 12692 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=575] ppid=568 vsize=1540300 CPUtime=0
/proc/570/task/575/stat : 575 (java) S 568 570 505 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 32971340 1577267200 12692 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=576] ppid=568 vsize=1540300 CPUtime=0
/proc/570/task/576/stat : 576 (java) S 568 570 505 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 13 0 32971340 1577267200 12692 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=577] ppid=568 vsize=1540300 CPUtime=0
/proc/570/task/577/stat : 577 (java) S 568 570 505 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 32971340 1577267200 12692 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=578] ppid=568 vsize=1540300 CPUtime=0
/proc/570/task/578/stat : 578 (java) S 568 570 505 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 32971345 1577267200 12692 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=579] ppid=568 vsize=1540300 CPUtime=1.23
/proc/570/task/579/stat : 579 (java) R 568 570 505 0 -1 4202560 6051 0 0 0 121 2 0 0 18 0 13 0 32971345 1577267200 12692 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=570/tid=580] ppid=568 vsize=1540300 CPUtime=0.07
/proc/570/task/580/stat : 580 (java) R 568 570 505 0 -1 4202560 562 0 0 0 7 0 0 0 24 0 13 0 32971345 1577267200 12692 1992294400 134512640 134550932 4289887424 18446744073709551615 103861475 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=570/tid=581] ppid=568 vsize=1540300 CPUtime=0
/proc/570/task/581/stat : 581 (java) S 568 570 505 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32971345 1577267200 12692 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=582] ppid=568 vsize=1540300 CPUtime=0
/proc/570/task/582/stat : 582 (java) S 568 570 505 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32971345 1577267200 12692 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=583] ppid=568 vsize=1540300 CPUtime=0
/proc/570/task/583/stat : 583 (java) S 568 570 505 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 32971438 1577267200 12692 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 1540300

[startup+3.10235 s]
/proc/loadavg: 1.09 1.02 1.01 4/119 583
/proc/meminfo: memFree=1645820/2059040 swapFree=4140388/4192956
[pid=570] ppid=568 vsize=1540216 CPUtime=5.78
/proc/570/stat : 570 (java) S 568 570 505 0 -1 4202496 39353 0 1 0 560 18 0 0 22 0 13 0 32971336 1577181184 32707 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/570/statm: 385054 32707 1431 10 0 382356 0
[pid=570/tid=572] ppid=568 vsize=1540216 CPUtime=2.74
/proc/570/task/572/stat : 572 (java) R 568 570 505 0 -1 4202560 28044 0 1 0 262 12 0 0 20 0 13 0 32971337 1577181184 32707 1992294400 134512640 134550932 4289887424 18446744073709551615 4109521896 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=570/tid=573] ppid=568 vsize=1540216 CPUtime=0
/proc/570/task/573/stat : 573 (java) S 568 570 505 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 13 0 32971338 1577181184 32707 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=574] ppid=568 vsize=1540216 CPUtime=0
/proc/570/task/574/stat : 574 (java) S 568 570 505 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 32971338 1577181184 32707 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=575] ppid=568 vsize=1540216 CPUtime=0
/proc/570/task/575/stat : 575 (java) S 568 570 505 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 32971340 1577181184 32707 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=576] ppid=568 vsize=1540216 CPUtime=0
/proc/570/task/576/stat : 576 (java) S 568 570 505 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 13 0 32971340 1577181184 32707 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=577] ppid=568 vsize=1540216 CPUtime=0
/proc/570/task/577/stat : 577 (java) S 568 570 505 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 32971340 1577181184 32707 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=578] ppid=568 vsize=1540216 CPUtime=0
/proc/570/task/578/stat : 578 (java) S 568 570 505 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 32971345 1577181184 32707 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=579] ppid=568 vsize=1540216 CPUtime=2.51
/proc/570/task/579/stat : 579 (java) S 568 570 505 0 -1 4202560 7894 0 0 0 248 3 0 0 19 0 13 0 32971345 1577181184 32707 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=580] ppid=568 vsize=1540216 CPUtime=0.5
/proc/570/task/580/stat : 580 (java) S 568 570 505 0 -1 4202560 2347 0 0 0 49 1 0 0 24 0 13 0 32971345 1577181184 32707 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=581] ppid=568 vsize=1540216 CPUtime=0
/proc/570/task/581/stat : 581 (java) S 568 570 505 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32971345 1577181184 32707 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=582] ppid=568 vsize=1540216 CPUtime=0
/proc/570/task/582/stat : 582 (java) S 568 570 505 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32971345 1577181184 32707 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=583] ppid=568 vsize=1540216 CPUtime=0
/proc/570/task/583/stat : 583 (java) S 568 570 505 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 32971438 1577181184 32707 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 1540216

[startup+6.30164 s]
/proc/loadavg: 1.08 1.02 1.00 2/119 583
/proc/meminfo: memFree=1572040/2059040 swapFree=4140388/4192956
[pid=570] ppid=568 vsize=1540372 CPUtime=9.61
/proc/570/stat : 570 (java) S 568 570 505 0 -1 4202496 47047 0 1 0 939 22 0 0 22 0 13 0 32971336 1577340928 39051 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/570/statm: 385093 39051 1444 10 0 382395 0
[pid=570/tid=572] ppid=568 vsize=1540372 CPUtime=5.85
/proc/570/task/572/stat : 572 (java) R 568 570 505 0 -1 4202560 32114 0 1 0 571 14 0 0 25 0 13 0 32971337 1577340928 39051 1992294400 134512640 134550932 4289887424 18446744073709551615 4109541594 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=570/tid=573] ppid=568 vsize=1540372 CPUtime=0.05
/proc/570/task/573/stat : 573 (java) S 568 570 505 0 -1 4202560 1219 0 0 0 5 0 0 0 16 0 13 0 32971338 1577340928 39051 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=574] ppid=568 vsize=1540372 CPUtime=0.05
/proc/570/task/574/stat : 574 (java) S 568 570 505 0 -1 4202560 1136 0 0 0 5 0 0 0 16 0 13 0 32971338 1577340928 39051 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=575] ppid=568 vsize=1540372 CPUtime=0
/proc/570/task/575/stat : 575 (java) S 568 570 505 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 13 0 32971340 1577340928 39051 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=576] ppid=568 vsize=1540372 CPUtime=0
/proc/570/task/576/stat : 576 (java) S 568 570 505 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32971340 1577340928 39051 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=577] ppid=568 vsize=1540372 CPUtime=0
/proc/570/task/577/stat : 577 (java) S 568 570 505 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32971340 1577340928 39051 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=578] ppid=568 vsize=1540372 CPUtime=0
/proc/570/task/578/stat : 578 (java) S 568 570 505 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 32971345 1577340928 39051 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=579] ppid=568 vsize=1540372 CPUtime=2.94
/proc/570/task/579/stat : 579 (java) S 568 570 505 0 -1 4202560 8859 0 0 0 290 4 0 0 15 0 13 0 32971345 1577340928 39051 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=580] ppid=568 vsize=1540372 CPUtime=0.66
/proc/570/task/580/stat : 580 (java) S 568 570 505 0 -1 4202560 2628 0 0 0 65 1 0 0 17 0 13 0 32971345 1577340928 39051 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=581] ppid=568 vsize=1540372 CPUtime=0
/proc/570/task/581/stat : 581 (java) S 568 570 505 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32971345 1577340928 39051 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=582] ppid=568 vsize=1540372 CPUtime=0
/proc/570/task/582/stat : 582 (java) S 568 570 505 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32971345 1577340928 39051 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=583] ppid=568 vsize=1540372 CPUtime=0
/proc/570/task/583/stat : 583 (java) S 568 570 505 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 32971438 1577340928 39051 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.61
Current children cumulated vsize (KiB) 1540372

[startup+12.7022 s]
/proc/loadavg: 1.07 1.02 1.00 2/119 583
/proc/meminfo: memFree=1539552/2059040 swapFree=4140388/4192956
[pid=570] ppid=568 vsize=1540372 CPUtime=16.08
/proc/570/stat : 570 (java) S 568 570 505 0 -1 4202496 55826 0 1 0 1583 25 0 0 22 0 13 0 32971336 1577340928 47319 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/570/statm: 385093 47319 1444 10 0 382395 0
[pid=570/tid=572] ppid=568 vsize=1540372 CPUtime=12.18
/proc/570/task/572/stat : 572 (java) R 568 570 505 0 -1 4202560 36333 0 1 0 1203 15 0 0 25 0 13 0 32971337 1577340928 47319 1992294400 134512640 134550932 4289887424 18446744073709551615 4109832282 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=570/tid=573] ppid=568 vsize=1540372 CPUtime=0.11
/proc/570/task/573/stat : 573 (java) S 568 570 505 0 -1 4202560 3416 0 0 0 10 1 0 0 16 0 13 0 32971338 1577340928 47319 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=574] ppid=568 vsize=1540372 CPUtime=0.11
/proc/570/task/574/stat : 574 (java) S 568 570 505 0 -1 4202560 3493 0 0 0 9 2 0 0 15 0 13 0 32971338 1577340928 47319 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=575] ppid=568 vsize=1540372 CPUtime=0
/proc/570/task/575/stat : 575 (java) S 568 570 505 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 32971340 1577340928 47319 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=576] ppid=568 vsize=1540372 CPUtime=0
/proc/570/task/576/stat : 576 (java) S 568 570 505 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32971340 1577340928 47319 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=577] ppid=568 vsize=1540372 CPUtime=0
/proc/570/task/577/stat : 577 (java) S 568 570 505 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32971340 1577340928 47319 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=578] ppid=568 vsize=1540372 CPUtime=0
/proc/570/task/578/stat : 578 (java) S 568 570 505 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 32971345 1577340928 47319 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=579] ppid=568 vsize=1540372 CPUtime=2.94
/proc/570/task/579/stat : 579 (java) S 568 570 505 0 -1 4202560 8859 0 0 0 290 4 0 0 15 0 13 0 32971345 1577340928 47319 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=580] ppid=568 vsize=1540372 CPUtime=0.68
/proc/570/task/580/stat : 580 (java) S 568 570 505 0 -1 4202560 2630 0 0 0 67 1 0 0 15 0 13 0 32971345 1577340928 47319 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=581] ppid=568 vsize=1540372 CPUtime=0
/proc/570/task/581/stat : 581 (java) S 568 570 505 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32971345 1577340928 47319 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=582] ppid=568 vsize=1540372 CPUtime=0
/proc/570/task/582/stat : 582 (java) S 568 570 505 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32971345 1577340928 47319 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=583] ppid=568 vsize=1540372 CPUtime=0
/proc/570/task/583/stat : 583 (java) S 568 570 505 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 32971438 1577340928 47319 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.08
Current children cumulated vsize (KiB) 1540372

[startup+25.5015 s]
/proc/loadavg: 1.06 1.01 1.00 2/119 583
/proc/meminfo: memFree=1531616/2059040 swapFree=4140388/4192956
[pid=570] ppid=568 vsize=1540824 CPUtime=29.01
/proc/570/stat : 570 (java) S 568 570 505 0 -1 4202496 58224 0 1 0 2875 26 0 0 22 0 13 0 32971336 1577803776 49373 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/570/statm: 385206 49373 1444 10 0 382508 0
[pid=570/tid=572] ppid=568 vsize=1540824 CPUtime=24.91
/proc/570/task/572/stat : 572 (java) R 568 570 505 0 -1 4202560 36558 0 1 0 2476 15 0 0 25 0 13 0 32971337 1577803776 49373 1992294400 134512640 134550932 4289887424 18446744073709551615 4109521861 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=570/tid=573] ppid=568 vsize=1540824 CPUtime=0.15
/proc/570/task/573/stat : 573 (java) S 568 570 505 0 -1 4202560 4474 0 0 0 14 1 0 0 16 0 13 0 32971338 1577803776 49373 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=574] ppid=568 vsize=1540824 CPUtime=0.16
/proc/570/task/574/stat : 574 (java) S 568 570 505 0 -1 4202560 4318 0 0 0 14 2 0 0 15 0 13 0 32971338 1577803776 49373 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=575] ppid=568 vsize=1540824 CPUtime=0

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

/proc/570/task/582/stat : 582 (java) S 568 570 505 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 32971345 1578209280 51985 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=583] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/583/stat : 583 (java) S 568 570 505 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 32971438 1578209280 51985 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 80.91
Current children cumulated vsize (KiB) 1541220

[startup+83.602 s]
/proc/loadavg: 1.02 1.01 1.00 2/119 585
/proc/meminfo: memFree=1519588/2059040 swapFree=4140388/4192956
[pid=570] ppid=568 vsize=1541220 CPUtime=87.34
/proc/570/stat : 570 (java) S 568 570 505 0 -1 4202496 61537 0 1 0 8707 27 0 0 22 0 13 0 32971336 1578209280 52167 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/570/statm: 385305 52167 1444 10 0 382607 0
[pid=570/tid=572] ppid=568 vsize=1541220 CPUtime=82.8
/proc/570/task/572/stat : 572 (java) R 568 570 505 0 -1 4202560 36785 0 1 0 8264 16 0 0 25 0 13 0 32971337 1578209280 52167 1992294400 134512640 134550932 4289887424 18446744073709551615 4109584486 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=570/tid=573] ppid=568 vsize=1541220 CPUtime=0.33
/proc/570/task/573/stat : 573 (java) S 568 570 505 0 -1 4202560 5878 0 0 0 32 1 0 0 16 0 13 0 32971338 1578209280 52167 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=574] ppid=568 vsize=1541220 CPUtime=0.33
/proc/570/task/574/stat : 574 (java) S 568 570 505 0 -1 4202560 5729 0 0 0 31 2 0 0 15 0 13 0 32971338 1578209280 52167 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=575] ppid=568 vsize=1541220 CPUtime=0.02
/proc/570/task/575/stat : 575 (java) S 568 570 505 0 -1 4202560 38 0 0 0 2 0 0 0 15 0 13 0 32971340 1578209280 52167 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=576] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/576/stat : 576 (java) S 568 570 505 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32971340 1578209280 52167 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=577] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/577/stat : 577 (java) S 568 570 505 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32971340 1578209280 52167 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=578] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/578/stat : 578 (java) S 568 570 505 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 32971345 1578209280 52167 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=579] ppid=568 vsize=1541220 CPUtime=2.95
/proc/570/task/579/stat : 579 (java) S 568 570 505 0 -1 4202560 8859 0 0 0 291 4 0 0 15 0 13 0 32971345 1578209280 52167 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=580] ppid=568 vsize=1541220 CPUtime=0.85
/proc/570/task/580/stat : 580 (java) S 568 570 505 0 -1 4202560 3171 0 0 0 84 1 0 0 16 0 13 0 32971345 1578209280 52167 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=581] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/581/stat : 581 (java) S 568 570 505 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32971345 1578209280 52167 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=582] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/582/stat : 582 (java) S 568 570 505 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 32971345 1578209280 52167 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=583] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/583/stat : 583 (java) S 568 570 505 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 32971438 1578209280 52167 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 87.34
Current children cumulated vsize (KiB) 1541220

[startup+85.2091 s]
/proc/loadavg: 1.02 1.01 1.00 2/119 585
/proc/meminfo: memFree=1519464/2059040 swapFree=4140388/4192956
[pid=570] ppid=568 vsize=1541220 CPUtime=88.95
/proc/570/stat : 570 (java) S 568 570 505 0 -1 4202496 61655 0 1 0 8868 27 0 0 22 0 13 0 32971336 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/570/statm: 385305 52276 1444 10 0 382607 0
[pid=570/tid=572] ppid=568 vsize=1541220 CPUtime=84.39
/proc/570/task/572/stat : 572 (java) R 568 570 505 0 -1 4202560 36787 0 1 0 8423 16 0 0 25 0 13 0 32971337 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4109522405 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=570/tid=573] ppid=568 vsize=1541220 CPUtime=0.34
/proc/570/task/573/stat : 573 (java) S 568 570 505 0 -1 4202560 5911 0 0 0 33 1 0 0 16 0 13 0 32971338 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=574] ppid=568 vsize=1541220 CPUtime=0.34
/proc/570/task/574/stat : 574 (java) S 568 570 505 0 -1 4202560 5812 0 0 0 32 2 0 0 15 0 13 0 32971338 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=575] ppid=568 vsize=1541220 CPUtime=0.02
/proc/570/task/575/stat : 575 (java) S 568 570 505 0 -1 4202560 38 0 0 0 2 0 0 0 15 0 13 0 32971340 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=576] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/576/stat : 576 (java) S 568 570 505 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32971340 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=577] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/577/stat : 577 (java) S 568 570 505 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32971340 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=578] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/578/stat : 578 (java) S 568 570 505 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 32971345 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=579] ppid=568 vsize=1541220 CPUtime=2.95
/proc/570/task/579/stat : 579 (java) S 568 570 505 0 -1 4202560 8859 0 0 0 291 4 0 0 15 0 13 0 32971345 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=580] ppid=568 vsize=1541220 CPUtime=0.85
/proc/570/task/580/stat : 580 (java) S 568 570 505 0 -1 4202560 3171 0 0 0 84 1 0 0 16 0 13 0 32971345 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=581] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/581/stat : 581 (java) S 568 570 505 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32971345 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=582] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/582/stat : 582 (java) S 568 570 505 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 32971345 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=583] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/583/stat : 583 (java) S 568 570 505 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 32971438 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 88.95
Current children cumulated vsize (KiB) 1541220

[startup+86.0012 s]
/proc/loadavg: 1.02 1.01 1.00 2/119 585
/proc/meminfo: memFree=1519464/2059040 swapFree=4140388/4192956
[pid=570] ppid=568 vsize=1541220 CPUtime=89.75
/proc/570/stat : 570 (java) S 568 570 505 0 -1 4202496 61655 0 1 0 8948 27 0 0 22 0 13 0 32971336 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/570/statm: 385305 52276 1444 10 0 382607 0
[pid=570/tid=572] ppid=568 vsize=1541220 CPUtime=85.19
/proc/570/task/572/stat : 572 (java) R 568 570 505 0 -1 4202560 36787 0 1 0 8503 16 0 0 25 0 13 0 32971337 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4109847707 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=570/tid=573] ppid=568 vsize=1541220 CPUtime=0.34
/proc/570/task/573/stat : 573 (java) S 568 570 505 0 -1 4202560 5911 0 0 0 33 1 0 0 16 0 13 0 32971338 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=574] ppid=568 vsize=1541220 CPUtime=0.34
/proc/570/task/574/stat : 574 (java) S 568 570 505 0 -1 4202560 5812 0 0 0 32 2 0 0 15 0 13 0 32971338 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=575] ppid=568 vsize=1541220 CPUtime=0.02
/proc/570/task/575/stat : 575 (java) S 568 570 505 0 -1 4202560 38 0 0 0 2 0 0 0 15 0 13 0 32971340 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=576] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/576/stat : 576 (java) S 568 570 505 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32971340 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=577] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/577/stat : 577 (java) S 568 570 505 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32971340 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=578] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/578/stat : 578 (java) S 568 570 505 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 32971345 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=579] ppid=568 vsize=1541220 CPUtime=2.95
/proc/570/task/579/stat : 579 (java) S 568 570 505 0 -1 4202560 8859 0 0 0 291 4 0 0 15 0 13 0 32971345 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=580] ppid=568 vsize=1541220 CPUtime=0.85
/proc/570/task/580/stat : 580 (java) S 568 570 505 0 -1 4202560 3171 0 0 0 84 1 0 0 16 0 13 0 32971345 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=581] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/581/stat : 581 (java) S 568 570 505 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32971345 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=582] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/582/stat : 582 (java) S 568 570 505 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 32971345 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=583] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/583/stat : 583 (java) S 568 570 505 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 32971438 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 89.75
Current children cumulated vsize (KiB) 1541220

[startup+86.4013 s]
/proc/loadavg: 1.02 1.01 1.00 2/119 585
/proc/meminfo: memFree=1519340/2059040 swapFree=4140388/4192956
[pid=570] ppid=568 vsize=1541220 CPUtime=90.15
/proc/570/stat : 570 (java) S 568 570 505 0 -1 4202496 61655 0 1 0 8988 27 0 0 22 0 13 0 32971336 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/570/statm: 385305 52276 1444 10 0 382607 0
[pid=570/tid=572] ppid=568 vsize=1541220 CPUtime=85.59
/proc/570/task/572/stat : 572 (java) R 568 570 505 0 -1 4202560 36787 0 1 0 8543 16 0 0 25 0 13 0 32971337 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4109576570 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=570/tid=573] ppid=568 vsize=1541220 CPUtime=0.34
/proc/570/task/573/stat : 573 (java) S 568 570 505 0 -1 4202560 5911 0 0 0 33 1 0 0 16 0 13 0 32971338 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=574] ppid=568 vsize=1541220 CPUtime=0.34
/proc/570/task/574/stat : 574 (java) S 568 570 505 0 -1 4202560 5812 0 0 0 32 2 0 0 15 0 13 0 32971338 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=575] ppid=568 vsize=1541220 CPUtime=0.02
/proc/570/task/575/stat : 575 (java) S 568 570 505 0 -1 4202560 38 0 0 0 2 0 0 0 15 0 13 0 32971340 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=576] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/576/stat : 576 (java) S 568 570 505 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32971340 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=577] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/577/stat : 577 (java) S 568 570 505 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32971340 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=578] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/578/stat : 578 (java) S 568 570 505 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 32971345 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=579] ppid=568 vsize=1541220 CPUtime=2.95
/proc/570/task/579/stat : 579 (java) S 568 570 505 0 -1 4202560 8859 0 0 0 291 4 0 0 15 0 13 0 32971345 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=580] ppid=568 vsize=1541220 CPUtime=0.85
/proc/570/task/580/stat : 580 (java) S 568 570 505 0 -1 4202560 3171 0 0 0 84 1 0 0 16 0 13 0 32971345 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=581] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/581/stat : 581 (java) S 568 570 505 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32971345 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=582] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/582/stat : 582 (java) S 568 570 505 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 32971345 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=583] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/583/stat : 583 (java) S 568 570 505 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 32971438 1578209280 52276 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 90.15
Current children cumulated vsize (KiB) 1541220

[startup+86.8013 s]
/proc/loadavg: 1.02 1.01 1.00 2/119 585
/proc/meminfo: memFree=1519340/2059040 swapFree=4140388/4192956
[pid=570] ppid=568 vsize=1541220 CPUtime=90.55
/proc/570/stat : 570 (java) S 568 570 505 0 -1 4202496 61763 0 1 0 9028 27 0 0 22 0 13 0 32971336 1578209280 52377 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/570/statm: 385305 52377 1444 10 0 382607 0
[pid=570/tid=572] ppid=568 vsize=1541220 CPUtime=85.98
/proc/570/task/572/stat : 572 (java) R 568 570 505 0 -1 4202560 36788 0 1 0 8582 16 0 0 25 0 13 0 32971337 1578209280 52377 1992294400 134512640 134550932 4289887424 18446744073709551615 4109275099 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=570/tid=573] ppid=568 vsize=1541220 CPUtime=0.35
/proc/570/task/573/stat : 573 (java) S 568 570 505 0 -1 4202560 5965 0 0 0 34 1 0 0 16 0 13 0 32971338 1578209280 52377 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=574] ppid=568 vsize=1541220 CPUtime=0.35
/proc/570/task/574/stat : 574 (java) S 568 570 505 0 -1 4202560 5865 0 0 0 33 2 0 0 15 0 13 0 32971338 1578209280 52377 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=575] ppid=568 vsize=1541220 CPUtime=0.02
/proc/570/task/575/stat : 575 (java) S 568 570 505 0 -1 4202560 38 0 0 0 2 0 0 0 16 0 13 0 32971340 1578209280 52377 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 0 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=576] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/576/stat : 576 (java) S 568 570 505 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32971340 1578209280 52377 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=577] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/577/stat : 577 (java) S 568 570 505 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32971340 1578209280 52377 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=578] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/578/stat : 578 (java) S 568 570 505 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 32971345 1578209280 52377 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=579] ppid=568 vsize=1541220 CPUtime=2.95
/proc/570/task/579/stat : 579 (java) S 568 570 505 0 -1 4202560 8859 0 0 0 291 4 0 0 15 0 13 0 32971345 1578209280 52377 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=580] ppid=568 vsize=1541220 CPUtime=0.85
/proc/570/task/580/stat : 580 (java) S 568 570 505 0 -1 4202560 3171 0 0 0 84 1 0 0 16 0 13 0 32971345 1578209280 52377 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=581] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/581/stat : 581 (java) S 568 570 505 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32971345 1578209280 52377 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 0 0 0 0
[pid=570/tid=582] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/582/stat : 582 (java) S 568 570 505 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 32971345 1578209280 52377 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
[pid=570/tid=583] ppid=568 vsize=1541220 CPUtime=0
/proc/570/task/583/stat : 583 (java) S 568 570 505 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 32971438 1578209280 52377 1992294400 134512640 134550932 4289887424 18446744073709551615 4294960144 0 4 0 16800975 18446604437815135168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 90.55
Current children cumulated vsize (KiB) 1541220

Child status: 20
Real time (s): 86.877
CPU time (s): 90.6122
CPU user time (s): 90.3083
CPU system time (s): 0.303953
CPU usage (%): 104.299
Max. virtual memory (cumulated for all children) (KiB): 1544472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.3083
system time used= 0.303953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61779
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= 2539
involuntary context switches= 2961

runsolver used 0.187971 second user time and 0.463929 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-15 05:47:55
IDJOB=2661298
IDBENCH=2542
IDSOLVER=1165
FILE ID=node004/2661298-1276573675
PBS_JOBID= 11173526
Free space on /tmp= 62564 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
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 -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661298-1276573675/watcher-2661298-1276573675 -o /tmp/evaluation-result-2661298-1276573675/solver-2661298-1276573675 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661298-1276573675.opb

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

MD5SUM BENCH= 9cd99d01f800e747c5049853d96a0d20
RANDOM SEED=1347604808

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.210
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
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.210
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1724500 kB
Buffers:         74744 kB
Cached:         165164 kB
SwapCached:       6576 kB
Active:          78940 kB
Inactive:       174352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1724500 kB
SwapTotal:     4192956 kB
SwapFree:      4140388 kB
Dirty:             512 kB
Writeback:          12 kB
AnonPages:       11460 kB
Mapped:          13044 kB
Slab:            59400 kB
PageTables:       4072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182264 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62564 MiB
End job on node004 at 2010-06-15 05:49:22