Trace number 1856435

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 Resolution 2.1.1? 311.528 295.417

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.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1856435-1244911455.opb
0.22/0.22	c reading problem ... 
311.31/295.21	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
311.31/295.21		at java.math.BigInteger.add(Unknown Source)
311.31/295.21		at java.math.BigInteger.add(Unknown Source)
311.31/295.21		at org.sat4j.pb.constraints.pb.MaxWatchPb.computeWatches(Unknown Source)
311.31/295.21		at org.sat4j.pb.constraints.pb.MaxWatchPb.normalizedMaxWatchPbNew(Unknown Source)
311.31/295.21		at org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure.constructPB(Unknown Source)
311.31/295.21		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(Unknown Source)
311.31/295.21		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
311.31/295.21		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
311.31/295.21		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
311.31/295.21		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
311.31/295.21		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
311.31/295.21		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
311.31/295.21		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
311.31/295.21		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
311.31/295.21		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
311.31/295.21		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
311.31/295.21		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
311.31/295.21		at org.sat4j.AbstractLauncher.run(Unknown Source)
311.31/295.21		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
311.31/295.21	c starts		: 0
311.31/295.21	c conflicts		: 0
311.31/295.21	c decisions		: 0
311.31/295.21	c propagations		: 0
311.31/295.21	c inspects		: 0
311.31/295.21	c learnt literals	: 0
311.31/295.21	c learnt binary clauses	: 0
311.31/295.21	c learnt ternary clauses	: 0
311.31/295.21	c learnt clauses	: 0
311.31/295.21	c ignored clauses	: 0
311.31/295.21	c root simplifications	: 0
311.31/295.21	c removed literals (reason simplification)	: 0
311.31/295.21	c reason swapping (by a shorter reason)	: 0
311.31/295.21	c Calls to reduceDB	: 0
311.31/295.21	c speed (assignments/second)	: 0.0
311.31/295.21	c non guided choices	0
311.31/295.21	c learnt constraints type 
311.31/295.21	c constraints type 
311.31/295.21	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 450
311.31/295.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 450
311.31/295.21	s UNKNOWN
311.31/295.21	c Total wall clock time (in seconds): 294.997

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-1856435-1244911455/watcher-1856435-1244911455 -o /tmp/evaluation-result-1856435-1244911455/solver-1856435-1244911455 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856435-1244911455.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.34 1.12 1.03 3/64 14686
/proc/meminfo: memFree=1240656/2055920 swapFree=4192812/4192956
[pid=14686] ppid=14684 vsize=18576 CPUtime=0
/proc/14686/stat : 14686 (runsolver) D 14684 14686 14557 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 158748107 19021824 284 1992294400 4194304 4302564 548682068432 18446744073709551615 214919867687 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/14686/statm: 4644 284 249 26 0 2626 0

[startup+0.083264 s]
/proc/loadavg: 1.34 1.12 1.03 3/64 14686
/proc/meminfo: memFree=1240656/2055920 swapFree=4192812/4192956
[pid=14686] ppid=14684 vsize=1470220 CPUtime=0.07
/proc/14686/stat : 14686 (java) S 14684 14686 14557 0 -1 0 3446 0 1 0 5 2 0 0 18 0 7 0 158748107 1505505280 3191 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/14686/statm: 367555 3191 1039 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.101268 s]
/proc/loadavg: 1.34 1.12 1.03 3/64 14686
/proc/meminfo: memFree=1240656/2055920 swapFree=4192812/4192956
[pid=14686] ppid=14684 vsize=1472584 CPUtime=0.08
/proc/14686/stat : 14686 (java) S 14684 14686 14557 0 -1 0 3602 0 1 0 6 2 0 0 18 0 12 0 158748107 1507926016 3345 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14686/statm: 368146 3345 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301314 s]
/proc/loadavg: 1.34 1.12 1.03 3/64 14686
/proc/meminfo: memFree=1240656/2055920 swapFree=4192812/4192956
[pid=14686] ppid=14684 vsize=1475000 CPUtime=0.32
/proc/14686/stat : 14686 (java) S 14684 14686 14557 0 -1 0 12487 0 1 0 26 6 0 0 18 0 12 0 158748107 1510400000 12225 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14686/statm: 368750 12225 1343 9 0 366093 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1475000

[startup+0.701395 s]
/proc/loadavg: 1.34 1.12 1.03 3/64 14686
/proc/meminfo: memFree=1240656/2055920 swapFree=4192812/4192956
[pid=14686] ppid=14684 vsize=1476220 CPUtime=0.92
/proc/14686/stat : 14686 (java) S 14684 14686 14557 0 -1 0 15416 0 1 0 85 7 0 0 18 0 12 0 158748107 1511649280 14928 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14686/statm: 369055 14929 1394 9 0 366398 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1476220

[startup+1.50256 s]
/proc/loadavg: 1.39 1.13 1.03 2/76 14698
/proc/meminfo: memFree=1164272/2055920 swapFree=4192812/4192956
[pid=14686] ppid=14684 vsize=1476220 CPUtime=1.73
/proc/14686/stat : 14686 (java) S 14684 14686 14557 0 -1 0 29281 0 1 0 159 14 0 0 18 0 12 0 158748107 1511649280 28793 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14686/statm: 369055 28794 1394 9 0 366398 0
[pid=14686/tid=14688] ppid=14684 vsize=1476220 CPUtime=1.37
/proc/14686/task/14688/stat : 14688 (java) R 14684 14686 14557 0 -1 64 27200 0 1 0 124 13 0 0 25 0 12 0 158748108 1511649280 28794 1992294400 134512640 134550932 4294956016 18446744073709551615 4109480903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14689] ppid=14684 vsize=1476220 CPUtime=0
/proc/14686/task/14689/stat : 14689 (java) S 14684 14686 14557 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 158748110 1511649280 28795 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14690] ppid=14684 vsize=1476220 CPUtime=0
/proc/14686/task/14690/stat : 14690 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 158748110 1511649280 28795 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14691] ppid=14684 vsize=1476220 CPUtime=0
/proc/14686/task/14691/stat : 14691 (java) S 14684 14686 14557 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158748111 1511649280 28796 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14692] ppid=14684 vsize=1476220 CPUtime=0
/proc/14686/task/14692/stat : 14692 (java) S 14684 14686 14557 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 158748112 1511649280 28797 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14693] ppid=14684 vsize=1476220 CPUtime=0
/proc/14686/task/14693/stat : 14693 (java) S 14684 14686 14557 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 158748112 1511649280 28797 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14694] ppid=14684 vsize=1476220 CPUtime=0
/proc/14686/task/14694/stat : 14694 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158748116 1511649280 28798 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14695] ppid=14684 vsize=1476220 CPUtime=0.16
/proc/14686/task/14695/stat : 14695 (java) S 14684 14686 14557 0 -1 64 419 0 0 0 16 0 0 0 16 0 12 0 158748116 1511649280 28799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14696] ppid=14684 vsize=1476220 CPUtime=0.18
/proc/14686/task/14696/stat : 14696 (java) S 14684 14686 14557 0 -1 64 919 0 0 0 18 0 0 0 17 0 12 0 158748116 1511649280 28799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14697] ppid=14684 vsize=1476220 CPUtime=0
/proc/14686/task/14697/stat : 14697 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158748116 1511649280 28800 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14698] ppid=14684 vsize=1476220 CPUtime=0
/proc/14686/task/14698/stat : 14698 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158748116 1511649280 28801 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 1476220

[startup+3.1019 s]
/proc/loadavg: 1.39 1.13 1.03 2/76 14698
/proc/meminfo: memFree=1074480/2055920 swapFree=4192812/4192956
[pid=14686] ppid=14684 vsize=1476220 CPUtime=3.43
/proc/14686/stat : 14686 (java) S 14684 14686 14557 0 -1 0 43786 0 1 0 321 22 0 0 18 0 12 0 158748107 1511649280 43172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14686/statm: 369055 43172 1405 9 0 366398 0
[pid=14686/tid=14688] ppid=14684 vsize=1476220 CPUtime=2.86
/proc/14686/task/14688/stat : 14688 (java) R 14684 14686 14557 0 -1 64 30886 0 1 0 271 15 0 0 25 0 12 0 158748108 1511649280 43172 1992294400 134512640 134550932 4294956016 18446744073709551615 4109481315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14689] ppid=14684 vsize=1476220 CPUtime=0.09
/proc/14686/task/14689/stat : 14689 (java) S 14684 14686 14557 0 -1 64 8220 0 0 0 5 4 0 0 16 0 12 0 158748110 1511649280 43172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14690] ppid=14684 vsize=1476220 CPUtime=0.1
/proc/14686/task/14690/stat : 14690 (java) S 14684 14686 14557 0 -1 64 2591 0 0 0 9 1 0 0 16 0 12 0 158748110 1511649280 43172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14691] ppid=14684 vsize=1476220 CPUtime=0
/proc/14686/task/14691/stat : 14691 (java) S 14684 14686 14557 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158748111 1511649280 43172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14692] ppid=14684 vsize=1476220 CPUtime=0
/proc/14686/task/14692/stat : 14692 (java) S 14684 14686 14557 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158748112 1511649280 43172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14693] ppid=14684 vsize=1476220 CPUtime=0
/proc/14686/task/14693/stat : 14693 (java) S 14684 14686 14557 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158748112 1511649280 43172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14694] ppid=14684 vsize=1476220 CPUtime=0
/proc/14686/task/14694/stat : 14694 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158748116 1511649280 43172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14695] ppid=14684 vsize=1476220 CPUtime=0.16
/proc/14686/task/14695/stat : 14695 (java) S 14684 14686 14557 0 -1 64 419 0 0 0 16 0 0 0 16 0 12 0 158748116 1511649280 43172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14696] ppid=14684 vsize=1476220 CPUtime=0.18
/proc/14686/task/14696/stat : 14696 (java) S 14684 14686 14557 0 -1 64 919 0 0 0 18 0 0 0 17 0 12 0 158748116 1511649280 43172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14697] ppid=14684 vsize=1476220 CPUtime=0
/proc/14686/task/14697/stat : 14697 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158748116 1511649280 43172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14698] ppid=14684 vsize=1476220 CPUtime=0
/proc/14686/task/14698/stat : 14698 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158748116 1511649280 43172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 1476220

[startup+6.3026 s]
/proc/loadavg: 1.39 1.13 1.03 2/76 14698
/proc/meminfo: memFree=1020720/2055920 swapFree=4192812/4192956
[pid=14686] ppid=14684 vsize=1475904 CPUtime=7.07
/proc/14686/stat : 14686 (java) S 14684 14686 14557 0 -1 0 65612 0 1 0 674 33 0 0 18 0 12 0 158748107 1511325696 62328 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14686/statm: 368976 62328 1405 9 0 366319 0
[pid=14686/tid=14688] ppid=14684 vsize=1475904 CPUtime=5.62
/proc/14686/task/14688/stat : 14688 (java) R 14684 14686 14557 0 -1 64 30891 0 1 0 547 15 0 0 24 0 12 0 158748108 1511325696 62328 1992294400 134512640 134550932 4294956016 18446744073709551615 4109463237 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14689] ppid=14684 vsize=1475904 CPUtime=0.52
/proc/14686/task/14689/stat : 14689 (java) S 14684 14686 14557 0 -1 64 19148 0 0 0 43 9 0 0 18 0 12 0 158748110 1511325696 62328 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14690] ppid=14684 vsize=1475904 CPUtime=0.53
/proc/14686/task/14690/stat : 14690 (java) S 14684 14686 14557 0 -1 64 13484 0 0 0 47 6 0 0 16 0 12 0 158748110 1511325696 62328 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14691] ppid=14684 vsize=1475904 CPUtime=0
/proc/14686/task/14691/stat : 14691 (java) S 14684 14686 14557 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158748111 1511325696 62328 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14692] ppid=14684 vsize=1475904 CPUtime=0
/proc/14686/task/14692/stat : 14692 (java) S 14684 14686 14557 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158748112 1511325696 62328 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14693] ppid=14684 vsize=1475904 CPUtime=0
/proc/14686/task/14693/stat : 14693 (java) S 14684 14686 14557 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158748112 1511325696 62328 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14694] ppid=14684 vsize=1475904 CPUtime=0
/proc/14686/task/14694/stat : 14694 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158748116 1511325696 62328 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14695] ppid=14684 vsize=1475904 CPUtime=0.16
/proc/14686/task/14695/stat : 14695 (java) S 14684 14686 14557 0 -1 64 419 0 0 0 16 0 0 0 16 0 12 0 158748116 1511325696 62328 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14696] ppid=14684 vsize=1475904 CPUtime=0.18
/proc/14686/task/14696/stat : 14696 (java) S 14684 14686 14557 0 -1 64 919 0 0 0 18 0 0 0 17 0 12 0 158748116 1511325696 62328 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14697] ppid=14684 vsize=1475904 CPUtime=0
/proc/14686/task/14697/stat : 14697 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158748116 1511325696 62328 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14698] ppid=14684 vsize=1475904 CPUtime=0
/proc/14686/task/14698/stat : 14698 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158748116 1511325696 62328 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 1475904

[startup+12.702 s]
/proc/loadavg: 1.41 1.14 1.04 3/76 14698
/proc/meminfo: memFree=907632/2055920 swapFree=4192812/4192956
[pid=14686] ppid=14684 vsize=1480776 CPUtime=15.52
/proc/14686/stat : 14686 (java) S 14684 14686 14557 0 -1 0 95922 0 1 0 1503 49 0 0 18 0 12 0 158748107 1516314624 89004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14686/statm: 370194 89004 1415 9 0 367537 0
[pid=14686/tid=14688] ppid=14684 vsize=1480776 CPUtime=10.28
/proc/14686/task/14688/stat : 14688 (java) S 14684 14686 14557 0 -1 64 30911 0 1 0 1011 17 0 0 21 0 12 0 158748108 1516314624 89004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14689] ppid=14684 vsize=1480776 CPUtime=2.2
/proc/14686/task/14689/stat : 14689 (java) R 14684 14686 14557 0 -1 64 32622 0 0 0 203 17 0 0 17 0 12 0 158748110 1516314624 89004 1992294400 134512640 134550932 4294956016 18446744073709551615 104188422 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14690] ppid=14684 vsize=1480776 CPUtime=2.19
/proc/14686/task/14690/stat : 14690 (java) R 14684 14686 14557 0 -1 64 29967 0 0 0 206 13 0 0 16 0 12 0 158748110 1516314624 89004 1992294400 134512640 134550932 4294956016 18446744073709551615 104198138 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14691] ppid=14684 vsize=1480776 CPUtime=0
/proc/14686/task/14691/stat : 14691 (java) S 14684 14686 14557 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158748111 1516314624 89004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14692] ppid=14684 vsize=1480776 CPUtime=0
/proc/14686/task/14692/stat : 14692 (java) S 14684 14686 14557 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158748112 1516314624 89004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14693] ppid=14684 vsize=1480776 CPUtime=0
/proc/14686/task/14693/stat : 14693 (java) S 14684 14686 14557 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158748112 1516314624 89004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14694] ppid=14684 vsize=1480776 CPUtime=0
/proc/14686/task/14694/stat : 14694 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158748116 1516314624 89004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14695] ppid=14684 vsize=1480776 CPUtime=0.4
/proc/14686/task/14695/stat : 14695 (java) S 14684 14686 14557 0 -1 64 726 0 0 0 40 0 0 0 16 0 12 0 158748116 1516314624 89004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14696] ppid=14684 vsize=1480776 CPUtime=0.4
/proc/14686/task/14696/stat : 14696 (java) S 14684 14686 14557 0 -1 64 945 0 0 0 40 0 0 0 15 0 12 0 158748116 1516314624 89004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14697] ppid=14684 vsize=1480776 CPUtime=0
/proc/14686/task/14697/stat : 14697 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158748116 1516314624 89004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14698] ppid=14684 vsize=1480776 CPUtime=0
/proc/14686/task/14698/stat : 14698 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158748116 1516314624 89004 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.52
Current children cumulated vsize (KiB) 1480776

[startup+25.5027 s]
/proc/loadavg: 1.34 1.14 1.04 2/76 14698
/proc/meminfo: memFree=748400/2055920 swapFree=4192812/4192956
[pid=14686] ppid=14684 vsize=1480776 CPUtime=30.21
/proc/14686/stat : 14686 (java) S 14684 14686 14557 0 -1 0 133586 0 1 0 2949 72 0 0 18 0 12 0 158748107 1516314624 124658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14686/statm: 370194 124658 1415 9 0 367537 0
[pid=14686/tid=14688] ppid=14684 vsize=1480776 CPUtime=21.04
/proc/14686/task/14688/stat : 14688 (java) R 14684 14686 14557 0 -1 64 30931 0 1 0 2086 18 0 0 20 0 12 0 158748108 1516314624 124658 1992294400 134512640 134550932 4294956016 18446744073709551615 4109437015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14689] ppid=14684 vsize=1480776 CPUtime=4.15
/proc/14686/task/14689/stat : 14689 (java) S 14684 14686 14557 0 -1 64 49769 0 0 0 389 26 0 0 16 0 12 0 158748110 1516314624 124658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14690] ppid=14684 vsize=1480776 CPUtime=4.12
/proc/14686/task/14690/stat : 14690 (java) S 14684 14686 14557 0 -1 64 50460 0 0 0 387 25 0 0 16 0 12 0 158748110 1516314624 124658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14691] ppid=14684 vsize=1480776 CPUtime=0
/proc/14686/task/14691/stat : 14691 (java) S 14684 14686 14557 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158748111 1516314624 124658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14692] ppid=14684 vsize=1480776 CPUtime=0
/proc/14686/task/14692/stat : 14692 (java) S 14684 14686 14557 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158748112 1516314624 124658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14693] ppid=14684 vsize=1480776 CPUtime=0
/proc/14686/task/14693/stat : 14693 (java) S 14684 14686 14557 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158748112 1516314624 124658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14694] ppid=14684 vsize=1480776 CPUtime=0
/proc/14686/task/14694/stat : 14694 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158748116 1516314624 124658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14695] ppid=14684 vsize=1480776 CPUtime=0.41

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

/proc/meminfo: memFree=30768/2055920 swapFree=4192812/4192956
[pid=14686] ppid=14684 vsize=1496780 CPUtime=304.01
/proc/14686/stat : 14686 (java) S 14684 14686 14557 0 -1 0 642081 0 1 0 30067 334 0 0 18 0 12 0 158748107 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14686/statm: 374195 342738 1423 9 0 371538 0
[pid=14686/tid=14688] ppid=14684 vsize=1496780 CPUtime=108.35
/proc/14686/task/14688/stat : 14688 (java) S 14684 14686 14557 0 -1 64 31039 0 1 0 10803 32 0 0 16 0 12 0 158748108 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14689] ppid=14684 vsize=1496780 CPUtime=16.03
/proc/14686/task/14689/stat : 14689 (java) S 14684 14686 14557 0 -1 64 166318 0 0 0 1510 93 0 0 16 0 12 0 158748110 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14690] ppid=14684 vsize=1496780 CPUtime=16.34
/proc/14686/task/14690/stat : 14690 (java) S 14684 14686 14557 0 -1 64 164921 0 0 0 1548 86 0 0 17 0 12 0 158748110 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14691] ppid=14684 vsize=1496780 CPUtime=162.36
/proc/14686/task/14691/stat : 14691 (java) R 14684 14686 14557 0 -1 64 277384 0 0 0 16115 121 0 0 25 0 12 0 158748111 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 105696573 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14692] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14692/stat : 14692 (java) S 14684 14686 14557 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158748112 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14693] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14693/stat : 14693 (java) S 14684 14686 14557 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158748112 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14694] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14694/stat : 14694 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14695] ppid=14684 vsize=1496780 CPUtime=0.44
/proc/14686/task/14695/stat : 14695 (java) S 14684 14686 14557 0 -1 64 727 0 0 0 44 0 0 0 16 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14696] ppid=14684 vsize=1496780 CPUtime=0.44
/proc/14686/task/14696/stat : 14696 (java) S 14684 14686 14557 0 -1 64 950 0 0 0 44 0 0 0 16 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14697] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14697/stat : 14697 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14698] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14698/stat : 14698 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 304.01
Current children cumulated vsize (KiB) 1496780

[startup+291.102 s]
/proc/loadavg: 1.08 1.13 1.06 2/76 14698
/proc/meminfo: memFree=22768/2055920 swapFree=4192812/4192956
[pid=14686] ppid=14684 vsize=1488780 CPUtime=307.2
/proc/14686/stat : 14686 (java) S 14684 14686 14557 0 -1 0 645964 0 1 0 30385 335 0 0 18 0 12 0 158748107 1524510720 340738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14686/statm: 372195 340738 1422 9 0 369538 0
[pid=14686/tid=14688] ppid=14684 vsize=1488780 CPUtime=108.36
/proc/14686/task/14688/stat : 14688 (java) S 14684 14686 14557 0 -1 64 31042 0 1 0 10804 32 0 0 16 0 12 0 158748108 1524510720 340738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14689] ppid=14684 vsize=1488780 CPUtime=16.03
/proc/14686/task/14689/stat : 14689 (java) S 14684 14686 14557 0 -1 64 166318 0 0 0 1510 93 0 0 16 0 12 0 158748110 1524510720 340738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14690] ppid=14684 vsize=1488780 CPUtime=16.34
/proc/14686/task/14690/stat : 14690 (java) S 14684 14686 14557 0 -1 64 164921 0 0 0 1548 86 0 0 17 0 12 0 158748110 1524510720 340738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14691] ppid=14684 vsize=1488780 CPUtime=165.55
/proc/14686/task/14691/stat : 14691 (java) R 14684 14686 14557 0 -1 64 281264 0 0 0 16433 122 0 0 17 0 12 0 158748111 1524510720 340738 1992294400 134512640 134550932 4294956016 18446744073709551615 105696850 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14692] ppid=14684 vsize=1488780 CPUtime=0
/proc/14686/task/14692/stat : 14692 (java) S 14684 14686 14557 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158748112 1524510720 340738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14693] ppid=14684 vsize=1488780 CPUtime=0
/proc/14686/task/14693/stat : 14693 (java) S 14684 14686 14557 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158748112 1524510720 340738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14694] ppid=14684 vsize=1488780 CPUtime=0
/proc/14686/task/14694/stat : 14694 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158748116 1524510720 340738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14695] ppid=14684 vsize=1488780 CPUtime=0.44
/proc/14686/task/14695/stat : 14695 (java) S 14684 14686 14557 0 -1 64 727 0 0 0 44 0 0 0 16 0 12 0 158748116 1524510720 340738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14696] ppid=14684 vsize=1488780 CPUtime=0.44
/proc/14686/task/14696/stat : 14696 (java) S 14684 14686 14557 0 -1 64 950 0 0 0 44 0 0 0 16 0 12 0 158748116 1524510720 340738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14697] ppid=14684 vsize=1488780 CPUtime=0
/proc/14686/task/14697/stat : 14697 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158748116 1524510720 340738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14698] ppid=14684 vsize=1488780 CPUtime=0
/proc/14686/task/14698/stat : 14698 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158748116 1524510720 340738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 307.2
Current children cumulated vsize (KiB) 1488780

[startup+292.701 s]
/proc/loadavg: 1.08 1.13 1.06 2/76 14698
/proc/meminfo: memFree=22704/2055920 swapFree=4192812/4192956
[pid=14686] ppid=14684 vsize=1496780 CPUtime=308.8
/proc/14686/stat : 14686 (java) S 14684 14686 14557 0 -1 0 649965 0 1 0 30543 337 0 0 18 0 12 0 158748107 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14686/statm: 374195 342738 1422 9 0 371538 0
[pid=14686/tid=14688] ppid=14684 vsize=1496780 CPUtime=108.36
/proc/14686/task/14688/stat : 14688 (java) S 14684 14686 14557 0 -1 64 31042 0 1 0 10804 32 0 0 16 0 12 0 158748108 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14689] ppid=14684 vsize=1496780 CPUtime=16.03
/proc/14686/task/14689/stat : 14689 (java) S 14684 14686 14557 0 -1 64 166318 0 0 0 1510 93 0 0 16 0 12 0 158748110 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14690] ppid=14684 vsize=1496780 CPUtime=16.34
/proc/14686/task/14690/stat : 14690 (java) S 14684 14686 14557 0 -1 64 164921 0 0 0 1548 86 0 0 17 0 12 0 158748110 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14691] ppid=14684 vsize=1496780 CPUtime=167.15
/proc/14686/task/14691/stat : 14691 (java) R 14684 14686 14557 0 -1 64 285265 0 0 0 16591 124 0 0 20 0 12 0 158748111 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 106157886 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14692] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14692/stat : 14692 (java) S 14684 14686 14557 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158748112 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14693] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14693/stat : 14693 (java) S 14684 14686 14557 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158748112 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14694] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14694/stat : 14694 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14695] ppid=14684 vsize=1496780 CPUtime=0.44
/proc/14686/task/14695/stat : 14695 (java) S 14684 14686 14557 0 -1 64 727 0 0 0 44 0 0 0 16 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14696] ppid=14684 vsize=1496780 CPUtime=0.44
/proc/14686/task/14696/stat : 14696 (java) S 14684 14686 14557 0 -1 64 950 0 0 0 44 0 0 0 16 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14697] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14697/stat : 14697 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14698] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14698/stat : 14698 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 308.8
Current children cumulated vsize (KiB) 1496780

[startup+294.303 s]
/proc/loadavg: 1.08 1.13 1.06 2/76 14698
/proc/meminfo: memFree=22768/2055920 swapFree=4192812/4192956
[pid=14686] ppid=14684 vsize=1496780 CPUtime=310.41
/proc/14686/stat : 14686 (java) S 14684 14686 14557 0 -1 0 649965 0 1 0 30704 337 0 0 18 0 12 0 158748107 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14686/statm: 374195 342738 1422 9 0 371538 0
[pid=14686/tid=14688] ppid=14684 vsize=1496780 CPUtime=108.36
/proc/14686/task/14688/stat : 14688 (java) S 14684 14686 14557 0 -1 64 31042 0 1 0 10804 32 0 0 16 0 12 0 158748108 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14689] ppid=14684 vsize=1496780 CPUtime=16.03
/proc/14686/task/14689/stat : 14689 (java) S 14684 14686 14557 0 -1 64 166318 0 0 0 1510 93 0 0 16 0 12 0 158748110 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14690] ppid=14684 vsize=1496780 CPUtime=16.34
/proc/14686/task/14690/stat : 14690 (java) S 14684 14686 14557 0 -1 64 164921 0 0 0 1548 86 0 0 17 0 12 0 158748110 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14691] ppid=14684 vsize=1496780 CPUtime=168.75
/proc/14686/task/14691/stat : 14691 (java) R 14684 14686 14557 0 -1 64 285265 0 0 0 16751 124 0 0 25 0 12 0 158748111 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14692] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14692/stat : 14692 (java) S 14684 14686 14557 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158748112 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14693] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14693/stat : 14693 (java) S 14684 14686 14557 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158748112 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14694] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14694/stat : 14694 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14695] ppid=14684 vsize=1496780 CPUtime=0.44
/proc/14686/task/14695/stat : 14695 (java) S 14684 14686 14557 0 -1 64 727 0 0 0 44 0 0 0 16 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14696] ppid=14684 vsize=1496780 CPUtime=0.44
/proc/14686/task/14696/stat : 14696 (java) S 14684 14686 14557 0 -1 64 950 0 0 0 44 0 0 0 16 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14697] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14697/stat : 14697 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14698] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14698/stat : 14698 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 310.41
Current children cumulated vsize (KiB) 1496780

[startup+295.103 s]
/proc/loadavg: 1.08 1.13 1.06 2/76 14698
/proc/meminfo: memFree=22768/2055920 swapFree=4192812/4192956
[pid=14686] ppid=14684 vsize=1496780 CPUtime=311.21
/proc/14686/stat : 14686 (java) S 14684 14686 14557 0 -1 0 649965 0 1 0 30784 337 0 0 18 0 12 0 158748107 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14686/statm: 374195 342738 1422 9 0 371538 0
[pid=14686/tid=14688] ppid=14684 vsize=1496780 CPUtime=108.36
/proc/14686/task/14688/stat : 14688 (java) S 14684 14686 14557 0 -1 64 31042 0 1 0 10804 32 0 0 16 0 12 0 158748108 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14689] ppid=14684 vsize=1496780 CPUtime=16.03
/proc/14686/task/14689/stat : 14689 (java) S 14684 14686 14557 0 -1 64 166318 0 0 0 1510 93 0 0 16 0 12 0 158748110 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14690] ppid=14684 vsize=1496780 CPUtime=16.34
/proc/14686/task/14690/stat : 14690 (java) S 14684 14686 14557 0 -1 64 164921 0 0 0 1548 86 0 0 17 0 12 0 158748110 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14686/tid=14691] ppid=14684 vsize=1496780 CPUtime=169.55
/proc/14686/task/14691/stat : 14691 (java) R 14684 14686 14557 0 -1 64 285265 0 0 0 16831 124 0 0 25 0 12 0 158748111 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14692] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14692/stat : 14692 (java) S 14684 14686 14557 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158748112 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14693] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14693/stat : 14693 (java) S 14684 14686 14557 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158748112 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14694] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14694/stat : 14694 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14695] ppid=14684 vsize=1496780 CPUtime=0.44
/proc/14686/task/14695/stat : 14695 (java) S 14684 14686 14557 0 -1 64 727 0 0 0 44 0 0 0 16 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14696] ppid=14684 vsize=1496780 CPUtime=0.44
/proc/14686/task/14696/stat : 14696 (java) S 14684 14686 14557 0 -1 64 950 0 0 0 44 0 0 0 16 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14697] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14697/stat : 14697 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14686/tid=14698] ppid=14684 vsize=1496780 CPUtime=0
/proc/14686/task/14698/stat : 14698 (java) S 14684 14686 14557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158748116 1532702720 342738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 311.21
Current children cumulated vsize (KiB) 1496780

[startup+295.303 s]
/proc/loadavg: 1.08 1.13 1.06 2/76 14698
/proc/meminfo: memFree=22768/2055920 swapFree=4192812/4192956
[pid=14686] ppid=14684 vsize=0 CPUtime=311.41
/proc/14686/stat : 14686 (java) Z 14684 14686 14557 0 -1 12 649983 0 1 0 30795 346 0 0 16 0 2 0 158748107 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14686/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 311.41
Current children cumulated vsize (KiB) 0

[startup+295.403 s]
/proc/loadavg: 1.08 1.13 1.06 2/76 14698
/proc/meminfo: memFree=22768/2055920 swapFree=4192812/4192956
[pid=14686] ppid=14684 vsize=0 CPUtime=311.51
/proc/14686/stat : 14686 (java) Z 14684 14686 14557 0 -1 12 649983 0 1 0 30795 356 0 0 16 0 2 0 158748107 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14686/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 311.51
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 295.417
CPU time (s): 311.528
CPU user time (s): 307.953
CPU system time (s): 3.57446
CPU usage (%): 105.454
Max. virtual memory (cumulated for all children) (KiB): 1504784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 307.953
system time used= 3.57446
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 649983
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= 7520
involuntary context switches= 5416

runsolver used 0.305953 second user time and 0.811876 second system time

The end

Launcher Data

Begin job on node10 at 2009-06-13 18:44:34
IDJOB=1856435
IDBENCH=2520
IDSOLVER=682
FILE ID=node10/1856435-1244911455
PBS_JOBID= 9354601
Free space on /tmp= 65988 MiB

SOLVER NAME= SAT4J Pseudo Resolution 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 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856435-1244911455/watcher-1856435-1244911455 -o /tmp/evaluation-result-1856435-1244911455/solver-1856435-1244911455 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856435-1244911455.opb

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

MD5SUM BENCH= 7478f253a8ff3e29c2a001743623a20c
RANDOM SEED=483984357

node10.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.263
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.263
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:       1241200 kB
Buffers:         60484 kB
Cached:         671464 kB
SwapCached:        140 kB
Active:         325176 kB
Inactive:       420356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1241200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          223760 kB
Writeback:           0 kB
Mapped:          23232 kB
Slab:            55192 kB
Committed_AS:   135176 kB
PageTables:       1384 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= 65988 MiB
End job on node10 at 2009-06-13 18:49:30