Trace number 1856434

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? 313.354 297.213

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-ds.opb
MD5SUM7478f253a8ff3e29c2a001743623a20c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 764056
Optimality of the best value was proved NO
Number of variables1354640
Total number of constraints656
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint640
Maximum length of a constraint129180
Number of terms in the objective function 1354640
Biggest coefficient in the objective function 1732247552
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 49715233983525
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 1732247552
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 49715233983525
Number of bits of the biggest sum of numbers46
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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-1856434-1244911422/watcher-1856434-1244911422 -o /tmp/evaluation-result-1856434-1244911422/solver-1856434-1244911422 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856434-1244911422.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.44 1.09 1.03 2/64 10779
/proc/meminfo: memFree=978240/2055920 swapFree=4192812/4192956
[pid=10779] ppid=10777 vsize=152 CPUtime=0
/proc/10779/stat : 10779 (java6) D 10777 10779 10514 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 158744693 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 7979812 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/10779/statm: 38 26 19 9 0 4 0

[startup+0.0943589 s]
/proc/loadavg: 1.44 1.09 1.03 2/64 10779
/proc/meminfo: memFree=978240/2055920 swapFree=4192812/4192956
[pid=10779] ppid=10777 vsize=1470220 CPUtime=0.07
/proc/10779/stat : 10779 (java) S 10777 10779 10514 0 -1 0 3511 0 1 0 5 2 0 0 18 0 7 0 158744693 1505505280 3256 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/10779/statm: 367555 3256 1043 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.101359 s]
/proc/loadavg: 1.44 1.09 1.03 2/64 10779
/proc/meminfo: memFree=978240/2055920 swapFree=4192812/4192956
[pid=10779] ppid=10777 vsize=1472584 CPUtime=0.08
/proc/10779/stat : 10779 (java) S 10777 10779 10514 0 -1 0 3596 0 1 0 6 2 0 0 18 0 12 0 158744693 1507926016 3339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10779/statm: 368146 3339 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301384 s]
/proc/loadavg: 1.44 1.09 1.03 2/64 10779
/proc/meminfo: memFree=978240/2055920 swapFree=4192812/4192956
[pid=10779] ppid=10777 vsize=1474548 CPUtime=0.32
/proc/10779/stat : 10779 (java) S 10777 10779 10514 0 -1 0 12479 0 1 0 25 7 0 0 18 0 12 0 158744693 1509937152 12217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10779/statm: 368637 12217 1344 9 0 365980 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1474548

[startup+0.701433 s]
/proc/loadavg: 1.44 1.09 1.03 2/64 10779
/proc/meminfo: memFree=978240/2055920 swapFree=4192812/4192956
[pid=10779] ppid=10777 vsize=1475904 CPUtime=0.94
/proc/10779/stat : 10779 (java) S 10777 10779 10514 0 -1 0 15364 0 1 0 86 8 0 0 18 0 12 0 158744693 1511325696 14847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10779/statm: 368976 14847 1395 9 0 366319 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1475904

[startup+1.50251 s]
/proc/loadavg: 1.44 1.09 1.03 2/76 10791
/proc/meminfo: memFree=895136/2055920 swapFree=4192812/4192956
[pid=10779] ppid=10777 vsize=1475904 CPUtime=1.74
/proc/10779/stat : 10779 (java) S 10777 10779 10514 0 -1 0 29407 0 1 0 159 15 0 0 18 0 12 0 158744693 1511325696 28890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10779/statm: 368976 28891 1395 9 0 366319 0
[pid=10779/tid=10781] ppid=10777 vsize=1475904 CPUtime=1.37
/proc/10779/task/10781/stat : 10781 (java) R 10777 10779 10514 0 -1 64 27389 0 1 0 124 13 0 0 25 0 12 0 158744695 1511325696 28891 1992294400 134512640 134550932 4294956000 18446744073709551615 4109293654 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10782] ppid=10777 vsize=1475904 CPUtime=0
/proc/10779/task/10782/stat : 10782 (java) S 10777 10779 10514 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 158744696 1511325696 28892 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10783] ppid=10777 vsize=1475904 CPUtime=0
/proc/10779/task/10783/stat : 10783 (java) S 10777 10779 10514 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 158744696 1511325696 28893 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10784] ppid=10777 vsize=1475904 CPUtime=0
/proc/10779/task/10784/stat : 10784 (java) S 10777 10779 10514 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 158744698 1511325696 28893 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10785] ppid=10777 vsize=1475904 CPUtime=0
/proc/10779/task/10785/stat : 10785 (java) S 10777 10779 10514 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 158744699 1511325696 28894 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10786] ppid=10777 vsize=1475904 CPUtime=0
/proc/10779/task/10786/stat : 10786 (java) S 10777 10779 10514 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 158744699 1511325696 28895 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10787] ppid=10777 vsize=1475904 CPUtime=0
/proc/10779/task/10787/stat : 10787 (java) S 10777 10779 10514 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158744703 1511325696 28895 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10788] ppid=10777 vsize=1475904 CPUtime=0.19
/proc/10779/task/10788/stat : 10788 (java) S 10777 10779 10514 0 -1 64 465 0 0 0 19 0 0 0 16 0 12 0 158744703 1511325696 28896 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10789] ppid=10777 vsize=1475904 CPUtime=0.14
/proc/10779/task/10789/stat : 10789 (java) S 10777 10779 10514 0 -1 64 815 0 0 0 14 0 0 0 16 0 12 0 158744703 1511325696 28897 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10790] ppid=10777 vsize=1475904 CPUtime=0
/proc/10779/task/10790/stat : 10790 (java) S 10777 10779 10514 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158744703 1511325696 28897 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10791] ppid=10777 vsize=1475904 CPUtime=0
/proc/10779/task/10791/stat : 10791 (java) S 10777 10779 10514 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158744703 1511325696 28898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 1475904

[startup+3.1017 s]
/proc/loadavg: 1.48 1.11 1.03 2/76 10791
/proc/meminfo: memFree=811552/2055920 swapFree=4192812/4192956
[pid=10779] ppid=10777 vsize=1475904 CPUtime=3.44
/proc/10779/stat : 10779 (java) S 10777 10779 10514 0 -1 0 43780 0 1 0 322 22 0 0 18 0 12 0 158744693 1511325696 43112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10779/statm: 368976 43112 1406 9 0 366319 0
[pid=10779/tid=10781] ppid=10777 vsize=1475904 CPUtime=2.87
/proc/10779/task/10781/stat : 10781 (java) R 10777 10779 10514 0 -1 64 30917 0 1 0 272 15 0 0 25 0 12 0 158744695 1511325696 43112 1992294400 134512640 134550932 4294956000 18446744073709551615 4109292645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10782] ppid=10777 vsize=1475904 CPUtime=0.1
/proc/10779/task/10782/stat : 10782 (java) S 10777 10779 10514 0 -1 64 8446 0 0 0 6 4 0 0 17 0 12 0 158744696 1511325696 43112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10783] ppid=10777 vsize=1475904 CPUtime=0.1
/proc/10779/task/10783/stat : 10783 (java) S 10777 10779 10514 0 -1 64 2388 0 0 0 9 1 0 0 17 0 12 0 158744696 1511325696 43112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10784] ppid=10777 vsize=1475904 CPUtime=0
/proc/10779/task/10784/stat : 10784 (java) S 10777 10779 10514 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158744698 1511325696 43112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10785] ppid=10777 vsize=1475904 CPUtime=0
/proc/10779/task/10785/stat : 10785 (java) S 10777 10779 10514 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 158744699 1511325696 43112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10786] ppid=10777 vsize=1475904 CPUtime=0
/proc/10779/task/10786/stat : 10786 (java) S 10777 10779 10514 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 158744699 1511325696 43112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10787] ppid=10777 vsize=1475904 CPUtime=0
/proc/10779/task/10787/stat : 10787 (java) S 10777 10779 10514 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158744703 1511325696 43112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10788] ppid=10777 vsize=1475904 CPUtime=0.19
/proc/10779/task/10788/stat : 10788 (java) S 10777 10779 10514 0 -1 64 465 0 0 0 19 0 0 0 16 0 12 0 158744703 1511325696 43112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10789] ppid=10777 vsize=1475904 CPUtime=0.14
/proc/10779/task/10789/stat : 10789 (java) S 10777 10779 10514 0 -1 64 815 0 0 0 14 0 0 0 16 0 12 0 158744703 1511325696 43112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10790] ppid=10777 vsize=1475904 CPUtime=0
/proc/10779/task/10790/stat : 10790 (java) S 10777 10779 10514 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158744703 1511325696 43112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10791] ppid=10777 vsize=1475904 CPUtime=0
/proc/10779/task/10791/stat : 10791 (java) S 10777 10779 10514 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158744703 1511325696 43112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 1475904

[startup+6.30108 s]
/proc/loadavg: 1.48 1.11 1.03 2/76 10791
/proc/meminfo: memFree=759008/2055920 swapFree=4192812/4192956
[pid=10779] ppid=10777 vsize=1475872 CPUtime=6.99
/proc/10779/stat : 10779 (java) S 10777 10779 10514 0 -1 0 62530 0 1 0 667 32 0 0 18 0 12 0 158744693 1511292928 59708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10779/statm: 368968 59709 1406 9 0 366311 0
[pid=10779/tid=10781] ppid=10777 vsize=1475872 CPUtime=5.7
/proc/10779/task/10781/stat : 10781 (java) S 10777 10779 10514 0 -1 64 30921 0 1 0 554 16 0 0 25 0 12 0 158744695 1511292928 59710 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10782] ppid=10777 vsize=1475872 CPUtime=0.45
/proc/10779/task/10782/stat : 10782 (java) R 10777 10779 10514 0 -1 64 19694 0 0 0 36 9 0 0 17 0 12 0 158744696 1511292928 59711 1992294400 134512640 134550932 4294956000 18446744073709551615 106197559 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10783] ppid=10777 vsize=1475872 CPUtime=0.46
/proc/10779/task/10783/stat : 10783 (java) R 10777 10779 10514 0 -1 64 9890 0 0 0 41 5 0 0 17 0 12 0 158744696 1511292928 59712 1992294400 134512640 134550932 4294956000 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10784] ppid=10777 vsize=1475872 CPUtime=0
/proc/10779/task/10784/stat : 10784 (java) S 10777 10779 10514 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 158744698 1511292928 59714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10785] ppid=10777 vsize=1475872 CPUtime=0
/proc/10779/task/10785/stat : 10785 (java) S 10777 10779 10514 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 158744699 1511292928 59715 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10786] ppid=10777 vsize=1475872 CPUtime=0
/proc/10779/task/10786/stat : 10786 (java) S 10777 10779 10514 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 158744699 1511292928 59716 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10787] ppid=10777 vsize=1475872 CPUtime=0
/proc/10779/task/10787/stat : 10787 (java) S 10777 10779 10514 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158744703 1511292928 59717 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10788] ppid=10777 vsize=1475872 CPUtime=0.19
/proc/10779/task/10788/stat : 10788 (java) S 10777 10779 10514 0 -1 64 465 0 0 0 19 0 0 0 16 0 12 0 158744703 1511292928 59718 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10789] ppid=10777 vsize=1475872 CPUtime=0.14
/proc/10779/task/10789/stat : 10789 (java) S 10777 10779 10514 0 -1 64 815 0 0 0 14 0 0 0 16 0 12 0 158744703 1511292928 59719 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10790] ppid=10777 vsize=1475872 CPUtime=0
/proc/10779/task/10790/stat : 10790 (java) S 10777 10779 10514 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158744703 1511292928 59720 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10791] ppid=10777 vsize=1475872 CPUtime=0
/proc/10779/task/10791/stat : 10791 (java) S 10777 10779 10514 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158744703 1511292928 59721 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 1475872

[startup+12.703 s]
/proc/loadavg: 1.48 1.12 1.04 2/76 10791
/proc/meminfo: memFree=644384/2055920 swapFree=4192812/4192956
[pid=10779] ppid=10777 vsize=1479820 CPUtime=15.37
/proc/10779/stat : 10779 (java) S 10777 10779 10514 0 -1 0 96146 0 1 0 1489 48 0 0 18 0 12 0 158744693 1515335680 89310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10779/statm: 369955 89312 1416 9 0 367298 0
[pid=10779/tid=10781] ppid=10777 vsize=1479820 CPUtime=10.38
/proc/10779/task/10781/stat : 10781 (java) S 10777 10779 10514 0 -1 64 30943 0 1 0 1021 17 0 0 19 0 12 0 158744695 1515335680 89312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10782] ppid=10777 vsize=1479820 CPUtime=2.03
/proc/10779/task/10782/stat : 10782 (java) R 10777 10779 10514 0 -1 64 34490 0 0 0 187 16 0 0 17 0 12 0 158744696 1515335680 89313 1992294400 134512640 134550932 4294956000 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10783] ppid=10777 vsize=1479820 CPUtime=2.09
/proc/10779/task/10783/stat : 10783 (java) R 10777 10779 10514 0 -1 64 28542 0 0 0 197 12 0 0 17 0 12 0 158744696 1515335680 89314 1992294400 134512640 134550932 4294956000 18446744073709551615 104198029 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10784] ppid=10777 vsize=1479820 CPUtime=0
/proc/10779/task/10784/stat : 10784 (java) S 10777 10779 10514 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158744698 1515335680 89315 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10785] ppid=10777 vsize=1479820 CPUtime=0
/proc/10779/task/10785/stat : 10785 (java) S 10777 10779 10514 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 158744699 1515335680 89316 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10786] ppid=10777 vsize=1479820 CPUtime=0
/proc/10779/task/10786/stat : 10786 (java) S 10777 10779 10514 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 158744699 1515335680 89317 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10787] ppid=10777 vsize=1479820 CPUtime=0
/proc/10779/task/10787/stat : 10787 (java) S 10777 10779 10514 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158744703 1515335680 89318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10788] ppid=10777 vsize=1479820 CPUtime=0.48
/proc/10779/task/10788/stat : 10788 (java) S 10777 10779 10514 0 -1 64 557 0 0 0 48 0 0 0 16 0 12 0 158744703 1515335680 89319 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10789] ppid=10777 vsize=1479820 CPUtime=0.32
/proc/10779/task/10789/stat : 10789 (java) S 10777 10779 10514 0 -1 64 868 0 0 0 32 0 0 0 16 0 12 0 158744703 1515335680 89320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10790] ppid=10777 vsize=1479820 CPUtime=0
/proc/10779/task/10790/stat : 10790 (java) S 10777 10779 10514 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158744703 1515335680 89321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10791] ppid=10777 vsize=1479820 CPUtime=0
/proc/10779/task/10791/stat : 10791 (java) S 10777 10779 10514 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158744703 1515335680 89322 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.37
Current children cumulated vsize (KiB) 1479820

[startup+25.5025 s]
/proc/loadavg: 1.41 1.12 1.03 2/76 10791
/proc/meminfo: memFree=489440/2055920 swapFree=4192812/4192956
[pid=10779] ppid=10777 vsize=1479788 CPUtime=30.12
/proc/10779/stat : 10779 (java) S 10777 10779 10514 0 -1 0 133760 0 1 0 2941 71 0 0 18 0 12 0 158744693 1515302912 124440 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10779/statm: 369947 124440 1416 9 0 367290 0
[pid=10779/tid=10781] ppid=10777 vsize=1479788 CPUtime=20.92
/proc/10779/task/10781/stat : 10781 (java) R 10777 10779 10514 0 -1 64 30962 0 1 0 2073 19 0 0 19 0 12 0 158744695 1515302912 124440 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436618 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10782] ppid=10777 vsize=1479788 CPUtime=4.04
/proc/10779/task/10782/stat : 10782 (java) S 10777 10779 10514 0 -1 64 55554 0 0 0 376 28 0 0 17 0 12 0 158744696 1515302912 124440 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10783] ppid=10777 vsize=1479788 CPUtime=4.26
/proc/10779/task/10783/stat : 10783 (java) S 10777 10779 10514 0 -1 64 44998 0 0 0 405 21 0 0 16 0 12 0 158744696 1515302912 124440 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10784] ppid=10777 vsize=1479788 CPUtime=0
/proc/10779/task/10784/stat : 10784 (java) S 10777 10779 10514 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158744698 1515302912 124440 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10785] ppid=10777 vsize=1479788 CPUtime=0
/proc/10779/task/10785/stat : 10785 (java) S 10777 10779 10514 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 158744699 1515302912 124440 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10786] ppid=10777 vsize=1479788 CPUtime=0
/proc/10779/task/10786/stat : 10786 (java) S 10777 10779 10514 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 158744699 1515302912 124440 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10787] ppid=10777 vsize=1479788 CPUtime=0
/proc/10779/task/10787/stat : 10787 (java) S 10777 10779 10514 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158744703 1515302912 124440 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10788] ppid=10777 vsize=1479788 CPUtime=0.48

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


[startup+288.002 s]
/proc/loadavg: 1.00 1.05 1.01 2/76 10791
/proc/meminfo: memFree=31648/2055920 swapFree=4192812/4192956
[pid=10779] ppid=10777 vsize=1487792 CPUtime=304.19
/proc/10779/stat : 10779 (java) S 10777 10779 10514 0 -1 0 640866 0 1 0 30060 359 0 0 18 0 12 0 158744693 1523499008 340413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10779/statm: 371948 340413 1423 9 0 369291 0
[pid=10779/tid=10781] ppid=10777 vsize=1487792 CPUtime=106.09
/proc/10779/task/10781/stat : 10781 (java) S 10777 10779 10514 0 -1 64 31074 0 1 0 10576 33 0 0 16 0 12 0 158744695 1523499008 340413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10782] ppid=10777 vsize=1487792 CPUtime=16.05
/proc/10779/task/10782/stat : 10782 (java) S 10777 10779 10514 0 -1 64 170410 0 0 0 1489 116 0 0 17 0 12 0 158744696 1523499008 340413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10783] ppid=10777 vsize=1487792 CPUtime=16.84
/proc/10779/task/10783/stat : 10783 (java) S 10777 10779 10514 0 -1 64 162731 0 0 0 1601 83 0 0 16 0 12 0 158744696 1523499008 340413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10784] ppid=10777 vsize=1487792 CPUtime=164.27
/proc/10779/task/10784/stat : 10784 (java) R 10777 10779 10514 0 -1 64 274414 0 0 0 16303 124 0 0 18 0 12 0 158744698 1523499008 340413 1992294400 134512640 134550932 4294956000 18446744073709551615 104177783 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10785] ppid=10777 vsize=1487792 CPUtime=0
/proc/10779/task/10785/stat : 10785 (java) S 10777 10779 10514 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 158744699 1523499008 340413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10786] ppid=10777 vsize=1487792 CPUtime=0
/proc/10779/task/10786/stat : 10786 (java) S 10777 10779 10514 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 158744699 1523499008 340413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10787] ppid=10777 vsize=1487792 CPUtime=0
/proc/10779/task/10787/stat : 10787 (java) S 10777 10779 10514 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158744703 1523499008 340413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10788] ppid=10777 vsize=1487792 CPUtime=0.51
/proc/10779/task/10788/stat : 10788 (java) S 10777 10779 10514 0 -1 64 559 0 0 0 51 0 0 0 16 0 12 0 158744703 1523499008 340413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10789] ppid=10777 vsize=1487792 CPUtime=0.37
/proc/10779/task/10789/stat : 10789 (java) S 10777 10779 10514 0 -1 64 940 0 0 0 37 0 0 0 16 0 12 0 158744703 1523499008 340413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10790] ppid=10777 vsize=1487792 CPUtime=0
/proc/10779/task/10790/stat : 10790 (java) S 10777 10779 10514 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158744703 1523499008 340413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10791] ppid=10777 vsize=1487792 CPUtime=0
/proc/10779/task/10791/stat : 10791 (java) S 10777 10779 10514 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158744703 1523499008 340413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 304.19
Current children cumulated vsize (KiB) 1487792

[startup+291.202 s]
/proc/loadavg: 1.00 1.05 1.01 2/76 10791
/proc/meminfo: memFree=23584/2055920 swapFree=4192812/4192956
[pid=10779] ppid=10777 vsize=1488116 CPUtime=307.38
/proc/10779/stat : 10779 (java) S 10777 10779 10514 0 -1 0 648817 0 1 0 30376 362 0 0 18 0 13 0 158744693 1523830784 340419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10779/statm: 372029 340419 1423 9 0 369372 0
[pid=10779/tid=10781] ppid=10777 vsize=1488116 CPUtime=106.1
/proc/10779/task/10781/stat : 10781 (java) S 10777 10779 10514 0 -1 64 31077 0 1 0 10577 33 0 0 18 0 13 0 158744695 1523830784 340419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10782] ppid=10777 vsize=1488116 CPUtime=16.05
/proc/10779/task/10782/stat : 10782 (java) S 10777 10779 10514 0 -1 64 170410 0 0 0 1489 116 0 0 17 0 13 0 158744696 1523830784 340419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10783] ppid=10777 vsize=1488116 CPUtime=16.84
/proc/10779/task/10783/stat : 10783 (java) S 10777 10779 10514 0 -1 64 162731 0 0 0 1601 83 0 0 16 0 13 0 158744696 1523830784 340419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10784] ppid=10777 vsize=1488116 CPUtime=167.46
/proc/10779/task/10784/stat : 10784 (java) R 10777 10779 10514 0 -1 64 282358 0 0 0 16619 127 0 0 17 0 13 0 158744698 1523830784 340419 1992294400 134512640 134550932 4294956000 18446744073709551615 105696665 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10785] ppid=10777 vsize=1488116 CPUtime=0
/proc/10779/task/10785/stat : 10785 (java) S 10777 10779 10514 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158744699 1523830784 340419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10786] ppid=10777 vsize=1488116 CPUtime=0
/proc/10779/task/10786/stat : 10786 (java) S 10777 10779 10514 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 158744699 1523830784 340419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10787] ppid=10777 vsize=1488116 CPUtime=0
/proc/10779/task/10787/stat : 10787 (java) S 10777 10779 10514 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158744703 1523830784 340419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10788] ppid=10777 vsize=1488116 CPUtime=0.51
/proc/10779/task/10788/stat : 10788 (java) S 10777 10779 10514 0 -1 64 559 0 0 0 51 0 0 0 16 0 13 0 158744703 1523830784 340419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10789] ppid=10777 vsize=1488116 CPUtime=0.37
/proc/10779/task/10789/stat : 10789 (java) S 10777 10779 10514 0 -1 64 940 0 0 0 37 0 0 0 16 0 13 0 158744703 1523830784 340419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10790] ppid=10777 vsize=1488116 CPUtime=0
/proc/10779/task/10790/stat : 10790 (java) S 10777 10779 10514 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158744703 1523830784 340419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10791] ppid=10777 vsize=1488116 CPUtime=0
/proc/10779/task/10791/stat : 10791 (java) S 10777 10779 10514 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158744703 1523830784 340419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 307.38
Current children cumulated vsize (KiB) 1488116

[startup+294.402 s]
/proc/loadavg: 1.00 1.05 1.01 2/77 10792
/proc/meminfo: memFree=23576/2055920 swapFree=4192812/4192956
[pid=10779] ppid=10777 vsize=1496116 CPUtime=310.58
/proc/10779/stat : 10779 (java) S 10777 10779 10514 0 -1 0 652818 0 1 0 30695 363 0 0 18 0 13 0 158744693 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10779/statm: 374029 342419 1423 9 0 371372 0
[pid=10779/tid=10781] ppid=10777 vsize=1496116 CPUtime=106.1
/proc/10779/task/10781/stat : 10781 (java) S 10777 10779 10514 0 -1 64 31077 0 1 0 10577 33 0 0 18 0 13 0 158744695 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10782] ppid=10777 vsize=1496116 CPUtime=16.05
/proc/10779/task/10782/stat : 10782 (java) S 10777 10779 10514 0 -1 64 170410 0 0 0 1489 116 0 0 17 0 13 0 158744696 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10783] ppid=10777 vsize=1496116 CPUtime=16.84
/proc/10779/task/10783/stat : 10783 (java) S 10777 10779 10514 0 -1 64 162731 0 0 0 1601 83 0 0 16 0 13 0 158744696 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10784] ppid=10777 vsize=1496116 CPUtime=170.66
/proc/10779/task/10784/stat : 10784 (java) R 10777 10779 10514 0 -1 64 286359 0 0 0 16938 128 0 0 21 0 13 0 158744698 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10785] ppid=10777 vsize=1496116 CPUtime=0
/proc/10779/task/10785/stat : 10785 (java) S 10777 10779 10514 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158744699 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10786] ppid=10777 vsize=1496116 CPUtime=0
/proc/10779/task/10786/stat : 10786 (java) S 10777 10779 10514 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 158744699 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10787] ppid=10777 vsize=1496116 CPUtime=0
/proc/10779/task/10787/stat : 10787 (java) S 10777 10779 10514 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158744703 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10788] ppid=10777 vsize=1496116 CPUtime=0.51
/proc/10779/task/10788/stat : 10788 (java) S 10777 10779 10514 0 -1 64 559 0 0 0 51 0 0 0 16 0 13 0 158744703 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10789] ppid=10777 vsize=1496116 CPUtime=0.37
/proc/10779/task/10789/stat : 10789 (java) S 10777 10779 10514 0 -1 64 940 0 0 0 37 0 0 0 16 0 13 0 158744703 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10790] ppid=10777 vsize=1496116 CPUtime=0
/proc/10779/task/10790/stat : 10790 (java) S 10777 10779 10514 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158744703 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10791] ppid=10777 vsize=1496116 CPUtime=0
/proc/10779/task/10791/stat : 10791 (java) S 10777 10779 10514 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158744703 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10792] ppid=10777 vsize=1496116 CPUtime=0
/proc/10779/task/10792/stat : 10792 (java) S 10777 10779 10514 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158773794 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 310.58
Current children cumulated vsize (KiB) 1496116

[startup+296.006 s]
/proc/loadavg: 1.00 1.05 1.01 2/77 10792
/proc/meminfo: memFree=23576/2055920 swapFree=4192812/4192956
[pid=10779] ppid=10777 vsize=1496116 CPUtime=312.18
/proc/10779/stat : 10779 (java) S 10777 10779 10514 0 -1 0 652818 0 1 0 30855 363 0 0 18 0 13 0 158744693 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10779/statm: 374029 342419 1423 9 0 371372 0
[pid=10779/tid=10781] ppid=10777 vsize=1496116 CPUtime=106.1
/proc/10779/task/10781/stat : 10781 (java) S 10777 10779 10514 0 -1 64 31077 0 1 0 10577 33 0 0 18 0 13 0 158744695 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10782] ppid=10777 vsize=1496116 CPUtime=16.05
/proc/10779/task/10782/stat : 10782 (java) S 10777 10779 10514 0 -1 64 170410 0 0 0 1489 116 0 0 17 0 13 0 158744696 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10783] ppid=10777 vsize=1496116 CPUtime=16.84
/proc/10779/task/10783/stat : 10783 (java) S 10777 10779 10514 0 -1 64 162731 0 0 0 1601 83 0 0 16 0 13 0 158744696 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10784] ppid=10777 vsize=1496116 CPUtime=172.26
/proc/10779/task/10784/stat : 10784 (java) R 10777 10779 10514 0 -1 64 286359 0 0 0 17098 128 0 0 25 0 13 0 158744698 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 106159242 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10785] ppid=10777 vsize=1496116 CPUtime=0
/proc/10779/task/10785/stat : 10785 (java) S 10777 10779 10514 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158744699 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10786] ppid=10777 vsize=1496116 CPUtime=0
/proc/10779/task/10786/stat : 10786 (java) S 10777 10779 10514 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 158744699 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10787] ppid=10777 vsize=1496116 CPUtime=0
/proc/10779/task/10787/stat : 10787 (java) S 10777 10779 10514 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158744703 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10788] ppid=10777 vsize=1496116 CPUtime=0.51
/proc/10779/task/10788/stat : 10788 (java) S 10777 10779 10514 0 -1 64 559 0 0 0 51 0 0 0 16 0 13 0 158744703 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10789] ppid=10777 vsize=1496116 CPUtime=0.37
/proc/10779/task/10789/stat : 10789 (java) S 10777 10779 10514 0 -1 64 940 0 0 0 37 0 0 0 16 0 13 0 158744703 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10790] ppid=10777 vsize=1496116 CPUtime=0
/proc/10779/task/10790/stat : 10790 (java) S 10777 10779 10514 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158744703 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10791] ppid=10777 vsize=1496116 CPUtime=0
/proc/10779/task/10791/stat : 10791 (java) S 10777 10779 10514 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158744703 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10792] ppid=10777 vsize=1496116 CPUtime=0
/proc/10779/task/10792/stat : 10792 (java) S 10777 10779 10514 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158773794 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 312.18
Current children cumulated vsize (KiB) 1496116

[startup+296.802 s]
/proc/loadavg: 1.00 1.05 1.01 2/77 10792
/proc/meminfo: memFree=23576/2055920 swapFree=4192812/4192956
[pid=10779] ppid=10777 vsize=1496116 CPUtime=312.98
/proc/10779/stat : 10779 (java) S 10777 10779 10514 0 -1 0 652818 0 1 0 30935 363 0 0 18 0 13 0 158744693 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10779/statm: 374029 342419 1423 9 0 371372 0
[pid=10779/tid=10781] ppid=10777 vsize=1496116 CPUtime=106.1
/proc/10779/task/10781/stat : 10781 (java) S 10777 10779 10514 0 -1 64 31077 0 1 0 10577 33 0 0 18 0 13 0 158744695 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10782] ppid=10777 vsize=1496116 CPUtime=16.05
/proc/10779/task/10782/stat : 10782 (java) S 10777 10779 10514 0 -1 64 170410 0 0 0 1489 116 0 0 17 0 13 0 158744696 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10783] ppid=10777 vsize=1496116 CPUtime=16.84
/proc/10779/task/10783/stat : 10783 (java) S 10777 10779 10514 0 -1 64 162731 0 0 0 1601 83 0 0 16 0 13 0 158744696 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10784] ppid=10777 vsize=1496116 CPUtime=173.06
/proc/10779/task/10784/stat : 10784 (java) R 10777 10779 10514 0 -1 64 286359 0 0 0 17178 128 0 0 25 0 13 0 158744698 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10785] ppid=10777 vsize=1496116 CPUtime=0
/proc/10779/task/10785/stat : 10785 (java) S 10777 10779 10514 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158744699 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10786] ppid=10777 vsize=1496116 CPUtime=0
/proc/10779/task/10786/stat : 10786 (java) S 10777 10779 10514 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 158744699 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10787] ppid=10777 vsize=1496116 CPUtime=0
/proc/10779/task/10787/stat : 10787 (java) S 10777 10779 10514 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158744703 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10788] ppid=10777 vsize=1496116 CPUtime=0.51
/proc/10779/task/10788/stat : 10788 (java) S 10777 10779 10514 0 -1 64 559 0 0 0 51 0 0 0 16 0 13 0 158744703 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10789] ppid=10777 vsize=1496116 CPUtime=0.37
/proc/10779/task/10789/stat : 10789 (java) S 10777 10779 10514 0 -1 64 940 0 0 0 37 0 0 0 16 0 13 0 158744703 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10779/tid=10790] ppid=10777 vsize=1496116 CPUtime=0
/proc/10779/task/10790/stat : 10790 (java) S 10777 10779 10514 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158744703 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10791] ppid=10777 vsize=1496116 CPUtime=0
/proc/10779/task/10791/stat : 10791 (java) S 10777 10779 10514 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158744703 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10779/tid=10792] ppid=10777 vsize=1496116 CPUtime=0
/proc/10779/task/10792/stat : 10792 (java) S 10777 10779 10514 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158773794 1532022784 342419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 312.98
Current children cumulated vsize (KiB) 1496116

[startup+297.202 s]
/proc/loadavg: 1.00 1.05 1.01 1/76 10792
/proc/meminfo: memFree=39576/2055920 swapFree=4192812/4192956
[pid=10779] ppid=10777 vsize=0 CPUtime=313.33
/proc/10779/stat : 10779 (java) Z 10777 10779 10514 0 -1 12 652828 0 1 0 30951 382 0 0 16 0 2 0 158744693 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10779/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 313.33
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 297.213
CPU time (s): 313.354
CPU user time (s): 309.515
CPU system time (s): 3.83942
CPU usage (%): 105.431
Max. virtual memory (cumulated for all children) (KiB): 1503796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 309.515
system time used= 3.83942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 652828
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= 7499
involuntary context switches= 2627

runsolver used 0.363944 second user time and 0.829873 second system time

The end

Launcher Data

Begin job on node11 at 2009-06-13 18:44:01
IDJOB=1856434
IDBENCH=2520
IDSOLVER=681
FILE ID=node11/1856434-1244911422
PBS_JOBID= 9354503
Free space on /tmp= 65948 MiB

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

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

MD5SUM BENCH= 7478f253a8ff3e29c2a001743623a20c
RANDOM SEED=1414777361

node11.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.234
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.234
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:        978656 kB
Buffers:         60492 kB
Cached:         928428 kB
SwapCached:        140 kB
Active:         333232 kB
Inactive:       669268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        978656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          240424 kB
Writeback:           0 kB
Mapped:          23244 kB
Slab:            60704 kB
Committed_AS:   126268 kB
PageTables:       1452 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= 65948 MiB
End job on node11 at 2009-06-13 18:48:58