Trace number 347840

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, and are wall clock time (not CPU time).

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? 426.296 398.333

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-ds.opb
MD5SUMcc75ee6fc059a591840488be914609eb
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of 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 19
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 1645248
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 8193
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 1645248
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.45	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.45	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.45	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.47	c no version file found!!!
0.09/0.47	c sun.arch.data.model	32
0.09/0.47	c java.version	1.6.0
0.09/0.47	c os.name	Linux
0.09/0.47	c os.version	2.6.9-22.EL.rootsmp
0.09/0.47	c os.arch	i386
0.09/0.47	c Free memory 1651659224
0.09/0.47	c Max memory 1654456320
0.09/0.47	c Total memory 1654456320
0.09/0.47	c Number of processors 2
0.19/0.54	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.19/0.54	--- Begin Solver configuration ---
0.19/0.54	c Stops conflict analysis at the first Unique Implication Point
0.19/0.54	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.54	c Learn all clauses as in MiniSAT
0.19/0.54	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.54	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.54	c No reason simplification
0.19/0.54	c --- End Solver configuration ---
0.19/0.54	c Simplify asserted PB constraints to clauses
0.19/0.54	c solving /tmp/evaluation/347840-1176518630/instance-347840-1176518630.opb
0.19/0.54	c reading problem ... 
426.03/398.02	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
426.03/398.02		at java.util.HashMap.addEntry(Unknown Source)
426.03/398.02		at java.util.HashMap.put(Unknown Source)
426.03/398.02		at org.sat4j.minisat.constraints.pb.MapPb.setCoef(Unknown Source)
426.03/398.02		at org.sat4j.minisat.constraints.pb.MapPb.cuttingPlaneStep(Unknown Source)
426.03/398.02		at org.sat4j.minisat.constraints.pb.MapPb.cuttingPlane(Unknown Source)
426.03/398.02		at org.sat4j.minisat.constraints.pb.MapPb.cuttingPlane(Unknown Source)
426.03/398.02		at org.sat4j.minisat.constraints.pb.WatchPb.niceCheckedParameters(Unknown Source)
426.03/398.02		at org.sat4j.minisat.constraints.pb.WatchPb.niceParameters(Unknown Source)
426.03/398.02		at org.sat4j.minisat.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(Unknown Source)
426.03/398.02		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
426.03/398.02		at org.sat4j.minisat.core.Solver.addPseudoBoolean(Unknown Source)
426.03/398.02		at org.sat4j.tools.SolverDecorator.addPseudoBoolean(Unknown Source)
426.03/398.02		at org.sat4j.reader.OPBReader2005.endConstraint(Unknown Source)
426.03/398.02		at org.sat4j.reader.OPBReader2005.readConstraint(Unknown Source)
426.03/398.02		at org.sat4j.reader.OPBReader2005.parse(Unknown Source)
426.03/398.02		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
426.03/398.02		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
426.03/398.02		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
426.03/398.02		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
426.03/398.02		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
426.03/398.02		at org.sat4j.AbstractLauncher.run(Unknown Source)
426.03/398.02		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
426.03/398.02	c starts		: 0
426.03/398.02	c conflicts		: 0
426.03/398.02	c decisions		: 0
426.03/398.02	c propagations		: 0
426.03/398.02	c inspects		: 0
426.03/398.02	c learnt literals	: 0
426.03/398.02	c learnt binary clauses	: 0
426.03/398.02	c learnt ternary clauses	: 0
426.03/398.02	c learnt clauses	: 0
426.03/398.02	c root simplifications	: 0
426.03/398.02	c removed literals (reason simplification)	: 0
426.03/398.02	c reason swapping (by a shorter reason)	: 0
426.03/398.02	c Calls to reduceDB	: 0
426.03/398.02	c speed (decisions/second)	: 0.0
426.03/398.02	c non guided choices	0
426.03/398.02	s UNKNOWN
426.03/398.02	c Total wall clock time (ms): 397.481

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node6/watcher-347840-1176518630 -o ROOT/results/node6/solver-347840-1176518630 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347840-1176518630/sat4jPseudoCPClause.jar /tmp/evaluation/347840-1176518630/instance-347840-1176518630.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.13 1.05 1.01 3/77 5566
/proc/meminfo: memFree=1338680/2055924 swapFree=4191880/4192956
[pid=5566] ppid=5564 vsize=18568 CPUtime=0
/proc/5566/stat : 5566 (runsolver) R 5564 5566 3837 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 127900923 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 268582841639 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/5566/statm: 4642 292 257 24 0 2626 0

[startup+0.10289 s]
/proc/loadavg: 1.13 1.05 1.01 3/77 5566
/proc/meminfo: memFree=1338680/2055924 swapFree=4191880/4192956
[pid=5566] ppid=5564 vsize=12420 CPUtime=0.01
/proc/5566/stat : 5566 (java) S 5564 5566 3837 0 -1 0 769 0 0 0 0 1 0 0 18 0 2 0 127900923 12718080 551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/5566/statm: 3105 551 241 9 0 1241 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12420

[startup+0.202898 s]
/proc/loadavg: 1.13 1.05 1.01 3/77 5566
/proc/meminfo: memFree=1338680/2055924 swapFree=4191880/4192956
[pid=5566] ppid=5564 vsize=12948 CPUtime=0.01
/proc/5566/stat : 5566 (java) S 5564 5566 3837 0 -1 0 906 0 1 0 0 1 0 0 18 0 2 0 127900923 13258752 662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/5566/statm: 3237 662 332 9 0 1251 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12948

[startup+0.302912 s]
/proc/loadavg: 1.13 1.05 1.01 3/77 5566
/proc/meminfo: memFree=1338680/2055924 swapFree=4191880/4192956
[pid=5566] ppid=5564 vsize=1777708 CPUtime=0.04
/proc/5566/stat : 5566 (java) S 5564 5566 3837 0 -1 0 3622 0 1 0 2 2 0 0 18 0 7 0 127900923 1820372992 3364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/5566/statm: 444427 3365 1070 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.702962 s]
/proc/loadavg: 1.13 1.05 1.01 3/77 5566
/proc/meminfo: memFree=1338680/2055924 swapFree=4191880/4192956
[pid=5566] ppid=5564 vsize=1781608 CPUtime=0.39
/proc/5566/stat : 5566 (java) S 5564 5566 3837 0 -1 0 16968 0 1 0 30 9 0 0 18 0 12 0 127900923 1824366592 16706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5566/statm: 445402 16706 1267 9 0 443013 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1781608

[startup+1.50206 s]
/proc/loadavg: 1.20 1.07 1.01 2/89 5578
/proc/meminfo: memFree=1260696/2055924 swapFree=4191880/4192956
[pid=5566] ppid=5564 vsize=1784056 CPUtime=1.36
/proc/5566/stat : 5566 (java) S 5564 5566 3837 0 -1 0 30418 0 1 0 122 14 0 0 18 0 12 0 127900923 1826873344 29615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5566/statm: 446014 29616 1296 9 0 443625 0
[pid=5566/tid=5568] ppid=5564 vsize=1784056 CPUtime=0.99
/proc/5566/task/5568/stat : 5568 (java) R 5564 5566 3837 0 -1 64 28243 0 1 0 86 13 0 0 24 0 12 0 127900933 1826873344 29617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109505916 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5569] ppid=5564 vsize=1784056 CPUtime=0
/proc/5566/task/5569/stat : 5569 (java) S 5564 5566 3837 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 127900948 1826873344 29618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5570] ppid=5564 vsize=1784056 CPUtime=0
/proc/5566/task/5570/stat : 5570 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 127900948 1826873344 29618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5571] ppid=5564 vsize=1784056 CPUtime=0
/proc/5566/task/5571/stat : 5571 (java) S 5564 5566 3837 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 127900951 1826873344 29619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5572] ppid=5564 vsize=1784056 CPUtime=0
/proc/5566/task/5572/stat : 5572 (java) S 5564 5566 3837 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 127900951 1826873344 29620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5573] ppid=5564 vsize=1784056 CPUtime=0
/proc/5566/task/5573/stat : 5573 (java) S 5564 5566 3837 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 127900951 1826873344 29621 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5574] ppid=5564 vsize=1784056 CPUtime=0
/proc/5566/task/5574/stat : 5574 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 127900959 1826873344 29622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5575] ppid=5564 vsize=1784056 CPUtime=0.15
/proc/5566/task/5575/stat : 5575 (java) S 5564 5566 3837 0 -1 64 473 0 0 0 15 0 0 0 16 0 12 0 127900959 1826873344 29623 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5576] ppid=5564 vsize=1784056 CPUtime=0.2
/proc/5566/task/5576/stat : 5576 (java) S 5564 5566 3837 0 -1 64 981 0 0 0 20 0 0 0 16 0 12 0 127900959 1826873344 29623 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5577] ppid=5564 vsize=1784056 CPUtime=0
/proc/5566/task/5577/stat : 5577 (java) S 5564 5566 3837 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 127900959 1826873344 29624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5578] ppid=5564 vsize=1784056 CPUtime=0
/proc/5566/task/5578/stat : 5578 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127900959 1826873344 29625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 1784056

[startup+3.10124 s]
/proc/loadavg: 1.20 1.07 1.01 2/89 5578
/proc/meminfo: memFree=1127768/2055924 swapFree=4191880/4192956
[pid=5566] ppid=5564 vsize=1785340 CPUtime=3.16
/proc/5566/stat : 5566 (java) S 5564 5566 3837 0 -1 0 54895 0 1 0 288 28 0 0 18 0 12 0 127900923 1828188160 53694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5566/statm: 446335 53694 1305 9 0 443946 0
[pid=5566/tid=5568] ppid=5564 vsize=1785340 CPUtime=2.38
/proc/5566/task/5568/stat : 5568 (java) R 5564 5566 3837 0 -1 64 37655 0 1 0 220 18 0 0 25 0 12 0 127900933 1828188160 53694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109499234 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5569] ppid=5564 vsize=1785340 CPUtime=0.19
/proc/5566/task/5569/stat : 5569 (java) S 5564 5566 3837 0 -1 64 3858 0 0 0 18 1 0 0 16 0 12 0 127900948 1828188160 53694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5570] ppid=5564 vsize=1785340 CPUtime=0.19
/proc/5566/task/5570/stat : 5570 (java) S 5564 5566 3837 0 -1 64 11201 0 0 0 13 6 0 0 16 0 12 0 127900948 1828188160 53694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5571] ppid=5564 vsize=1785340 CPUtime=0
/proc/5566/task/5571/stat : 5571 (java) S 5564 5566 3837 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 127900951 1828188160 53694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5572] ppid=5564 vsize=1785340 CPUtime=0
/proc/5566/task/5572/stat : 5572 (java) S 5564 5566 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127900951 1828188160 53694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5573] ppid=5564 vsize=1785340 CPUtime=0
/proc/5566/task/5573/stat : 5573 (java) S 5564 5566 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127900951 1828188160 53694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5574] ppid=5564 vsize=1785340 CPUtime=0
/proc/5566/task/5574/stat : 5574 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 127900959 1828188160 53694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5575] ppid=5564 vsize=1785340 CPUtime=0.15
/proc/5566/task/5575/stat : 5575 (java) S 5564 5566 3837 0 -1 64 473 0 0 0 15 0 0 0 16 0 12 0 127900959 1828188160 53694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5576] ppid=5564 vsize=1785340 CPUtime=0.2
/proc/5566/task/5576/stat : 5576 (java) S 5564 5566 3837 0 -1 64 981 0 0 0 20 0 0 0 16 0 12 0 127900959 1828188160 53694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5577] ppid=5564 vsize=1785340 CPUtime=0
/proc/5566/task/5577/stat : 5577 (java) S 5564 5566 3837 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 127900959 1828188160 53694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5578] ppid=5564 vsize=1785340 CPUtime=0
/proc/5566/task/5578/stat : 5578 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127900959 1828188160 53694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 1785340

[startup+6.30261 s]
/proc/loadavg: 1.20 1.07 1.01 2/89 5578
/proc/meminfo: memFree=1046936/2055924 swapFree=4191880/4192956
[pid=5566] ppid=5564 vsize=1787712 CPUtime=7
/proc/5566/stat : 5566 (java) S 5564 5566 3837 0 -1 0 75273 0 1 0 661 39 0 0 18 0 12 0 127900923 1830617088 72626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5566/statm: 446928 72626 1305 9 0 444539 0
[pid=5566/tid=5568] ppid=5564 vsize=1787712 CPUtime=4.92
/proc/5566/task/5568/stat : 5568 (java) R 5564 5566 3837 0 -1 64 37658 0 1 0 473 19 0 0 25 0 12 0 127900933 1830617088 72626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5569] ppid=5564 vsize=1787712 CPUtime=0.85
/proc/5566/task/5569/stat : 5569 (java) S 5564 5566 3837 0 -1 64 14608 0 0 0 77 8 0 0 19 0 12 0 127900948 1830617088 72626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5570] ppid=5564 vsize=1787712 CPUtime=0.84
/proc/5566/task/5570/stat : 5570 (java) S 5564 5566 3837 0 -1 64 20826 0 0 0 74 10 0 0 19 0 12 0 127900948 1830617088 72626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5571] ppid=5564 vsize=1787712 CPUtime=0
/proc/5566/task/5571/stat : 5571 (java) S 5564 5566 3837 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 127900951 1830617088 72626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5572] ppid=5564 vsize=1787712 CPUtime=0
/proc/5566/task/5572/stat : 5572 (java) S 5564 5566 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127900951 1830617088 72626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5573] ppid=5564 vsize=1787712 CPUtime=0
/proc/5566/task/5573/stat : 5573 (java) S 5564 5566 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127900951 1830617088 72626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5574] ppid=5564 vsize=1787712 CPUtime=0
/proc/5566/task/5574/stat : 5574 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 127900959 1830617088 72626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5575] ppid=5564 vsize=1787712 CPUtime=0.15
/proc/5566/task/5575/stat : 5575 (java) S 5564 5566 3837 0 -1 64 473 0 0 0 15 0 0 0 16 0 12 0 127900959 1830617088 72626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5576] ppid=5564 vsize=1787712 CPUtime=0.2
/proc/5566/task/5576/stat : 5576 (java) S 5564 5566 3837 0 -1 64 981 0 0 0 20 0 0 0 16 0 12 0 127900959 1830617088 72626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5577] ppid=5564 vsize=1787712 CPUtime=0
/proc/5566/task/5577/stat : 5577 (java) S 5564 5566 3837 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 127900959 1830617088 72626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5578] ppid=5564 vsize=1787712 CPUtime=0
/proc/5566/task/5578/stat : 5578 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127900959 1830617088 72626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 1787712

[startup+12.7014 s]
/proc/loadavg: 1.40 1.11 1.03 3/89 5579
/proc/meminfo: memFree=945304/2055924 swapFree=4191880/4192956
[pid=5566] ppid=5564 vsize=1795156 CPUtime=16.36
/proc/5566/stat : 5566 (java) S 5564 5566 3837 0 -1 0 109318 0 1 0 1576 60 0 0 18 0 12 0 127900923 1838239744 101401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5566/statm: 448789 101401 1317 9 0 446400 0
[pid=5566/tid=5568] ppid=5564 vsize=1795156 CPUtime=8.85
/proc/5566/task/5568/stat : 5568 (java) S 5564 5566 3837 0 -1 64 37687 0 1 0 865 20 0 0 25 0 12 0 127900933 1838239744 101401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5569] ppid=5564 vsize=1795156 CPUtime=2.91
/proc/5566/task/5569/stat : 5569 (java) R 5564 5566 3837 0 -1 64 33229 0 0 0 274 17 0 0 17 0 12 0 127900948 1838239744 101401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5570] ppid=5564 vsize=1795156 CPUtime=2.9
/proc/5566/task/5570/stat : 5570 (java) R 5564 5566 3837 0 -1 64 31192 0 0 0 274 16 0 0 16 0 12 0 127900948 1838239744 101401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5571] ppid=5564 vsize=1795156 CPUtime=0
/proc/5566/task/5571/stat : 5571 (java) S 5564 5566 3837 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 127900951 1838239744 101401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5572] ppid=5564 vsize=1795156 CPUtime=0
/proc/5566/task/5572/stat : 5572 (java) S 5564 5566 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127900951 1838239744 101401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5573] ppid=5564 vsize=1795156 CPUtime=0
/proc/5566/task/5573/stat : 5573 (java) S 5564 5566 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127900951 1838239744 101401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5574] ppid=5564 vsize=1795156 CPUtime=0
/proc/5566/task/5574/stat : 5574 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 127900959 1838239744 101401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5575] ppid=5564 vsize=1795156 CPUtime=0.6
/proc/5566/task/5575/stat : 5575 (java) S 5564 5566 3837 0 -1 64 1632 0 0 0 60 0 0 0 17 0 12 0 127900959 1838239744 101401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5576] ppid=5564 vsize=1795156 CPUtime=1.03
/proc/5566/task/5576/stat : 5576 (java) S 5564 5566 3837 0 -1 64 4851 0 0 0 100 3 0 0 15 0 12 0 127900959 1838239744 101401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5577] ppid=5564 vsize=1795156 CPUtime=0
/proc/5566/task/5577/stat : 5577 (java) S 5564 5566 3837 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 127900959 1838239744 101401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5578] ppid=5564 vsize=1795156 CPUtime=0
/proc/5566/task/5578/stat : 5578 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127900959 1838239744 101401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.36
Current children cumulated vsize (KiB) 1795156

[startup+25.5029 s]
/proc/loadavg: 1.33 1.11 1.03 2/89 5579
/proc/meminfo: memFree=800472/2055924 swapFree=4191880/4192956
[pid=5566] ppid=5564 vsize=1795156 CPUtime=31.88
/proc/5566/stat : 5566 (java) S 5564 5566 3837 0 -1 0 150078 0 1 0 3109 79 0 0 18 0 12 0 127900923 1838239744 136657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5566/statm: 448789 136657 1317 9 0 446400 0
[pid=5566/tid=5568] ppid=5564 vsize=1795156 CPUtime=18.89
/proc/5566/task/5568/stat : 5568 (java) R 5564 5566 3837 0 -1 64 37709 0 1 0 1867 22 0 0 18 0 12 0 127900933 1838239744 136657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109690977 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5569] ppid=5564 vsize=1795156 CPUtime=5.64
/proc/5566/task/5569/stat : 5569 (java) S 5564 5566 3837 0 -1 64 51806 0 0 0 539 25 0 0 16 0 12 0 127900948 1838239744 136657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5570] ppid=5564 vsize=1795156 CPUtime=5.65
/proc/5566/task/5570/stat : 5570 (java) S 5564 5566 3837 0 -1 64 53350 0 0 0 540 25 0 0 16 0 12 0 127900948 1838239744 136657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5571] ppid=5564 vsize=1795156 CPUtime=0
/proc/5566/task/5571/stat : 5571 (java) S 5564 5566 3837 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 127900951 1838239744 136657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5572] ppid=5564 vsize=1795156 CPUtime=0
/proc/5566/task/5572/stat : 5572 (java) S 5564 5566 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127900951 1838239744 136657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5573] ppid=5564 vsize=1795156 CPUtime=0
/proc/5566/task/5573/stat : 5573 (java) S 5564 5566 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127900951 1838239744 136657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5574] ppid=5564 vsize=1795156 CPUtime=0
/proc/5566/task/5574/stat : 5574 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 127900959 1838239744 136657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=22680/2055924 swapFree=4191880/4192956
[pid=5566] ppid=5564 vsize=1809876 CPUtime=418.43
/proc/5566/stat : 5566 (java) S 5564 5566 3837 0 -1 0 781878 0 2 0 41456 387 0 0 18 0 12 0 127900923 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5566/statm: 452469 420656 1320 9 0 450080 0
[pid=5566/tid=5568] ppid=5564 vsize=1809876 CPUtime=123.68
/proc/5566/task/5568/stat : 5568 (java) S 5564 5566 3837 0 -1 64 37852 0 1 0 12334 34 0 0 17 0 12 0 127900933 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5569] ppid=5564 vsize=1809876 CPUtime=27.9
/proc/5566/task/5569/stat : 5569 (java) S 5564 5566 3837 0 -1 64 219199 0 0 0 2684 106 0 0 16 0 12 0 127900948 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5570] ppid=5564 vsize=1809876 CPUtime=27.81
/proc/5566/task/5570/stat : 5570 (java) S 5564 5566 3837 0 -1 64 189736 0 0 0 2689 92 0 0 17 0 12 0 127900948 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5571] ppid=5564 vsize=1809876 CPUtime=237.26
/proc/5566/task/5571/stat : 5571 (java) R 5564 5566 3837 0 -1 64 327885 0 1 0 23579 147 0 0 25 0 12 0 127900951 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105332838 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5572] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5572/stat : 5572 (java) S 5564 5566 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127900951 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5573] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5573/stat : 5573 (java) S 5564 5566 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127900951 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5574] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5574/stat : 5574 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5575] ppid=5564 vsize=1809876 CPUtime=0.65
/proc/5566/task/5575/stat : 5575 (java) S 5564 5566 3837 0 -1 64 1635 0 0 0 65 0 0 0 16 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5576] ppid=5564 vsize=1809876 CPUtime=1.06
/proc/5566/task/5576/stat : 5576 (java) S 5564 5566 3837 0 -1 64 4851 0 0 0 103 3 0 0 16 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5577] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5577/stat : 5577 (java) S 5564 5566 3837 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5578] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5578/stat : 5578 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 418.43
Current children cumulated vsize (KiB) 1809876

[startup+393.601 s]
/proc/loadavg: 1.00 1.06 1.03 2/89 5579
/proc/meminfo: memFree=30680/2055924 swapFree=4191880/4192956
[pid=5566] ppid=5564 vsize=1801876 CPUtime=421.63
/proc/5566/stat : 5566 (java) S 5564 5566 3837 0 -1 0 785634 0 2 0 41774 389 0 0 18 0 12 0 127900923 1845121024 418656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5566/statm: 450469 418656 1320 9 0 448080 0
[pid=5566/tid=5568] ppid=5564 vsize=1801876 CPUtime=123.73
/proc/5566/task/5568/stat : 5568 (java) S 5564 5566 3837 0 -1 64 37854 0 1 0 12339 34 0 0 16 0 12 0 127900933 1845121024 418656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5569] ppid=5564 vsize=1801876 CPUtime=27.9
/proc/5566/task/5569/stat : 5569 (java) S 5564 5566 3837 0 -1 64 219199 0 0 0 2684 106 0 0 16 0 12 0 127900948 1845121024 418656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5570] ppid=5564 vsize=1801876 CPUtime=27.81
/proc/5566/task/5570/stat : 5570 (java) S 5564 5566 3837 0 -1 64 189736 0 0 0 2689 92 0 0 17 0 12 0 127900948 1845121024 418656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5571] ppid=5564 vsize=1801876 CPUtime=240.41
/proc/5566/task/5571/stat : 5571 (java) R 5564 5566 3837 0 -1 64 331639 0 1 0 23892 149 0 0 18 0 12 0 127900951 1845121024 418656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105882513 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5572] ppid=5564 vsize=1801876 CPUtime=0
/proc/5566/task/5572/stat : 5572 (java) S 5564 5566 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127900951 1845121024 418656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5573] ppid=5564 vsize=1801876 CPUtime=0
/proc/5566/task/5573/stat : 5573 (java) S 5564 5566 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127900951 1845121024 418656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5574] ppid=5564 vsize=1801876 CPUtime=0
/proc/5566/task/5574/stat : 5574 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 127900959 1845121024 418656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5575] ppid=5564 vsize=1801876 CPUtime=0.65
/proc/5566/task/5575/stat : 5575 (java) S 5564 5566 3837 0 -1 64 1635 0 0 0 65 0 0 0 16 0 12 0 127900959 1845121024 418656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5576] ppid=5564 vsize=1801876 CPUtime=1.06
/proc/5566/task/5576/stat : 5576 (java) S 5564 5566 3837 0 -1 64 4851 0 0 0 103 3 0 0 16 0 12 0 127900959 1845121024 418656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5577] ppid=5564 vsize=1801876 CPUtime=0
/proc/5566/task/5577/stat : 5577 (java) S 5564 5566 3837 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 127900959 1845121024 418656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5578] ppid=5564 vsize=1801876 CPUtime=0
/proc/5566/task/5578/stat : 5578 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127900959 1845121024 418656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 421.63
Current children cumulated vsize (KiB) 1801876

[startup+396.802 s]
/proc/loadavg: 1.00 1.06 1.03 2/89 5579
/proc/meminfo: memFree=22680/2055924 swapFree=4191880/4192956
[pid=5566] ppid=5564 vsize=1809876 CPUtime=424.83
/proc/5566/stat : 5566 (java) S 5564 5566 3837 0 -1 0 789635 0 2 0 42092 391 0 0 18 0 12 0 127900923 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5566/statm: 452469 420656 1320 9 0 450080 0
[pid=5566/tid=5568] ppid=5564 vsize=1809876 CPUtime=123.73
/proc/5566/task/5568/stat : 5568 (java) S 5564 5566 3837 0 -1 64 37854 0 1 0 12339 34 0 0 16 0 12 0 127900933 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5569] ppid=5564 vsize=1809876 CPUtime=27.9
/proc/5566/task/5569/stat : 5569 (java) S 5564 5566 3837 0 -1 64 219199 0 0 0 2684 106 0 0 16 0 12 0 127900948 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5570] ppid=5564 vsize=1809876 CPUtime=27.81
/proc/5566/task/5570/stat : 5570 (java) S 5564 5566 3837 0 -1 64 189736 0 0 0 2689 92 0 0 17 0 12 0 127900948 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5571] ppid=5564 vsize=1809876 CPUtime=243.61
/proc/5566/task/5571/stat : 5571 (java) R 5564 5566 3837 0 -1 64 335640 0 1 0 24210 151 0 0 25 0 12 0 127900951 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105882629 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5572] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5572/stat : 5572 (java) S 5564 5566 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127900951 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5573] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5573/stat : 5573 (java) S 5564 5566 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127900951 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5574] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5574/stat : 5574 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5575] ppid=5564 vsize=1809876 CPUtime=0.65
/proc/5566/task/5575/stat : 5575 (java) S 5564 5566 3837 0 -1 64 1635 0 0 0 65 0 0 0 16 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5576] ppid=5564 vsize=1809876 CPUtime=1.06
/proc/5566/task/5576/stat : 5576 (java) S 5564 5566 3837 0 -1 64 4851 0 0 0 103 3 0 0 16 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5577] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5577/stat : 5577 (java) S 5564 5566 3837 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5578] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5578/stat : 5578 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 424.83
Current children cumulated vsize (KiB) 1809876

[startup+397.603 s]
/proc/loadavg: 1.00 1.06 1.03 2/89 5579
/proc/meminfo: memFree=22680/2055924 swapFree=4191880/4192956
[pid=5566] ppid=5564 vsize=1809876 CPUtime=425.63
/proc/5566/stat : 5566 (java) S 5564 5566 3837 0 -1 0 789635 0 2 0 42172 391 0 0 18 0 12 0 127900923 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5566/statm: 452469 420656 1320 9 0 450080 0
[pid=5566/tid=5568] ppid=5564 vsize=1809876 CPUtime=123.73
/proc/5566/task/5568/stat : 5568 (java) S 5564 5566 3837 0 -1 64 37854 0 1 0 12339 34 0 0 16 0 12 0 127900933 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5569] ppid=5564 vsize=1809876 CPUtime=27.9
/proc/5566/task/5569/stat : 5569 (java) S 5564 5566 3837 0 -1 64 219199 0 0 0 2684 106 0 0 16 0 12 0 127900948 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5570] ppid=5564 vsize=1809876 CPUtime=27.81
/proc/5566/task/5570/stat : 5570 (java) S 5564 5566 3837 0 -1 64 189736 0 0 0 2689 92 0 0 17 0 12 0 127900948 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5571] ppid=5564 vsize=1809876 CPUtime=244.41
/proc/5566/task/5571/stat : 5571 (java) R 5564 5566 3837 0 -1 64 335640 0 1 0 24290 151 0 0 25 0 12 0 127900951 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103360680 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5572] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5572/stat : 5572 (java) S 5564 5566 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127900951 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5573] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5573/stat : 5573 (java) S 5564 5566 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127900951 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5574] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5574/stat : 5574 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5575] ppid=5564 vsize=1809876 CPUtime=0.65
/proc/5566/task/5575/stat : 5575 (java) S 5564 5566 3837 0 -1 64 1635 0 0 0 65 0 0 0 16 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5576] ppid=5564 vsize=1809876 CPUtime=1.06
/proc/5566/task/5576/stat : 5576 (java) S 5564 5566 3837 0 -1 64 4851 0 0 0 103 3 0 0 16 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5577] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5577/stat : 5577 (java) S 5564 5566 3837 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5578] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5578/stat : 5578 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 425.63
Current children cumulated vsize (KiB) 1809876

[startup+398.003 s]
/proc/loadavg: 1.00 1.06 1.03 2/89 5579
/proc/meminfo: memFree=22680/2055924 swapFree=4191880/4192956
[pid=5566] ppid=5564 vsize=1809876 CPUtime=426.03
/proc/5566/stat : 5566 (java) S 5564 5566 3837 0 -1 0 789635 0 2 0 42212 391 0 0 18 0 12 0 127900923 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5566/statm: 452469 420656 1320 9 0 450080 0
[pid=5566/tid=5568] ppid=5564 vsize=1809876 CPUtime=123.73
/proc/5566/task/5568/stat : 5568 (java) S 5564 5566 3837 0 -1 64 37854 0 1 0 12339 34 0 0 16 0 12 0 127900933 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5569] ppid=5564 vsize=1809876 CPUtime=27.9
/proc/5566/task/5569/stat : 5569 (java) S 5564 5566 3837 0 -1 64 219199 0 0 0 2684 106 0 0 16 0 12 0 127900948 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5570] ppid=5564 vsize=1809876 CPUtime=27.81
/proc/5566/task/5570/stat : 5570 (java) S 5564 5566 3837 0 -1 64 189736 0 0 0 2689 92 0 0 17 0 12 0 127900948 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5571] ppid=5564 vsize=1809876 CPUtime=244.81
/proc/5566/task/5571/stat : 5571 (java) R 5564 5566 3837 0 -1 64 335640 0 1 0 24330 151 0 0 25 0 12 0 127900951 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104905259 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5572] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5572/stat : 5572 (java) S 5564 5566 3837 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127900951 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5573] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5573/stat : 5573 (java) S 5564 5566 3837 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127900951 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5574] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5574/stat : 5574 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5575] ppid=5564 vsize=1809876 CPUtime=0.65
/proc/5566/task/5575/stat : 5575 (java) S 5564 5566 3837 0 -1 64 1635 0 0 0 65 0 0 0 16 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5576] ppid=5564 vsize=1809876 CPUtime=1.06
/proc/5566/task/5576/stat : 5576 (java) S 5564 5566 3837 0 -1 64 4851 0 0 0 103 3 0 0 16 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5566/tid=5577] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5577/stat : 5577 (java) S 5564 5566 3837 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5566/tid=5578] ppid=5564 vsize=1809876 CPUtime=0
/proc/5566/task/5578/stat : 5578 (java) S 5564 5566 3837 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127900959 1853313024 420656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 426.03
Current children cumulated vsize (KiB) 1809876

[startup+398.202 s]
/proc/loadavg: 1.00 1.06 1.03 2/79 5580
/proc/meminfo: memFree=897112/2055924 swapFree=4191880/4192956
[pid=5566] ppid=5564 vsize=0 CPUtime=426.18
/proc/5566/stat : 5566 (java) Z 5564 5566 3837 0 -1 12 789649 0 2 0 42214 404 0 0 16 0 2 0 127900923 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5566/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 426.18
Current children cumulated vsize (KiB) 0

[startup+398.307 s]
/proc/loadavg: 1.00 1.06 1.03 2/79 5580
/proc/meminfo: memFree=897112/2055924 swapFree=4191880/4192956
[pid=5566] ppid=5564 vsize=0 CPUtime=426.28
/proc/5566/stat : 5566 (java) Z 5564 5566 3837 0 -1 12 789649 0 2 0 42214 414 0 0 16 0 2 0 127900923 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5566/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 426.28
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 398.333
CPU time (s): 426.296
CPU user time (s): 422.143
CPU system time (s): 4.15337
CPU usage (%): 107.02
Max. virtual memory (cumulated for all children) (KiB): 1817880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 422.143
system time used= 4.15337
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 789649
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9567
involuntary context switches= 11341

runsolver used 0.486925 second user time and 1.19482 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Apr 14 02:43:53 UTC 2007

IDJOB= 347840
IDBENCH= 1504
IDSOLVER= 164
FILE ID= node6/347840-1176518630

PBS_JOBID= 4556695

Free space on /tmp= 66316 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-ds.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347840-1176518630/sat4jPseudoCPClause.jar /tmp/evaluation/347840-1176518630/instance-347840-1176518630.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-347840-1176518630 -o ROOT/results/node6/solver-347840-1176518630 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347840-1176518630/sat4jPseudoCPClause.jar /tmp/evaluation/347840-1176518630/instance-347840-1176518630.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cc75ee6fc059a591840488be914609eb

RANDOM SEED= 450385039

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/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.232
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.232
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:      2055924 kB
MemFree:       1339280 kB
Buffers:          1700 kB
Cached:         593096 kB
SwapCached:          0 kB
Active:         582536 kB
Inactive:        71244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1339280 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:          211120 kB
Writeback:           0 kB
Mapped:          72316 kB
Slab:            48436 kB
Committed_AS:  4835396 kB
PageTables:       1788 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= 66316 MiB

End job on node6 on Sat Apr 14 02:50:31 UTC 2007