Trace number 456988

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 NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? 95.2105 94.482

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_4_80.opb
MD5SUMd17850f8cb83537ab22f6a30504d9d46
Bench CategorySATUNSAT-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark30.6933
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31508
Sum of products size (including duplicates)63016
Number of different products15754
Sum of products size31508

Solver Data (download as text)

0.12/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.25	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.25	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.26	c no version file found!!!
0.12/0.26	c sun.arch.data.model	32
0.12/0.26	c java.version	1.6.0
0.12/0.26	c os.name	Linux
0.12/0.26	c os.version	2.6.9-22.EL.rootsmp
0.12/0.26	c os.arch	i386
0.12/0.26	c Free memory 1651659224
0.12/0.27	c Max memory 1654456320
0.12/0.27	c Total memory 1654456320
0.12/0.27	c Number of processors 2
0.21/0.33	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.21/0.33	--- Begin Solver configuration ---
0.21/0.33	c Stops conflict analysis at the first Unique Implication Point
0.21/0.33	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.33	c Learn all clauses as in MiniSAT
0.21/0.33	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.33	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.33	c No reason simplification
0.21/0.33	c --- End Solver configuration ---
0.21/0.33	c Simplify asserted PB constraints to clauses
0.21/0.33	c solving /tmp/evaluation/456988-1178365252/instance-456988-1178365252.opb
0.21/0.33	c reading problem ... 
95.12/94.46	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 16755
95.12/94.46		at org.sat4j.minisat.constraints.cnf.Lits.getFromPool(Unknown Source)
95.12/94.46		at org.sat4j.minisat.core.Solver.dimacs2internal(Unknown Source)
95.12/94.46		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
95.12/94.46		at org.sat4j.tools.SolverDecorator.addClause(Unknown Source)
95.12/94.46		at org.sat4j.reader.OPBReader2007.linearizeProduct(Unknown Source)
95.12/94.46		at org.sat4j.reader.OPBReader2007.readTerm(Unknown Source)
95.12/94.46		at org.sat4j.reader.OPBReader2005.readConstraint(Unknown Source)
95.12/94.46		at org.sat4j.reader.OPBReader2005.parse(Unknown Source)
95.12/94.46		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
95.12/94.46		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
95.12/94.46		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
95.12/94.46		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
95.12/94.46		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
95.12/94.46		at org.sat4j.AbstractLauncher.run(Unknown Source)
95.12/94.46		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
95.12/94.46	c starts		: 0
95.12/94.46	c conflicts		: 0
95.12/94.46	c decisions		: 0
95.12/94.46	c propagations		: 0
95.12/94.46	c inspects		: 0
95.12/94.46	c learnt literals	: 0
95.12/94.46	c learnt binary clauses	: 0
95.12/94.46	c learnt ternary clauses	: 0
95.12/94.46	c learnt clauses	: 0
95.12/94.46	c root simplifications	: 0
95.12/94.46	c removed literals (reason simplification)	: 0
95.12/94.46	c reason swapping (by a shorter reason)	: 0
95.12/94.46	c Calls to reduceDB	: 0
95.12/94.46	c speed (decisions/second)	: 0.0
95.12/94.46	c non guided choices	0
95.12/94.46	s UNKNOWN
95.12/94.46	c Total wall clock time (ms): 94.136

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node66/watcher-456988-1178365252 -o ROOT/results/node66/solver-456988-1178365252 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/456988-1178365252/sat4jPseudoCPClause.jar /tmp/evaluation/456988-1178365252/instance-456988-1178365252.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: 0.91 0.95 0.90 3/64 17274
/proc/meminfo: memFree=1692800/2055920 swapFree=4183156/4192956
[pid=17274] ppid=17272 vsize=18528 CPUtime=0
/proc/17274/stat : 17274 (runsolver) R 17272 17274 16758 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 312514782 18972672 284 18446744073709551615 4194304 4255128 548682068880 18446744073709551615 227607637287 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/17274/statm: 4632 284 249 14 0 2626 0

[startup+0.0168991 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 17274
/proc/meminfo: memFree=1692800/2055920 swapFree=4183156/4192956
[pid=17274] ppid=17272 vsize=1800 CPUtime=0
/proc/17274/stat : 17274 (java) D 17272 17274 16758 0 -1 0 345 0 0 0 0 0 0 0 18 0 1 0 312514782 1843200 155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 9839396 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/17274/statm: 450 155 118 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.10184 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 17274
/proc/meminfo: memFree=1692800/2055920 swapFree=4183156/4192956
[pid=17274] ppid=17272 vsize=1776376 CPUtime=0.05
/proc/17274/stat : 17274 (java) S 17272 17274 16758 0 -1 0 3420 0 26 0 1 4 0 0 18 0 4 0 312514782 1819009024 3192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/17274/statm: 444094 3192 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1776376

[startup+0.301877 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 17274
/proc/meminfo: memFree=1692800/2055920 swapFree=4183156/4192956
[pid=17274] ppid=17272 vsize=1782424 CPUtime=0.21
/proc/17274/stat : 17274 (java) S 17272 17274 16758 0 -1 0 4746 0 26 0 15 6 0 0 18 0 12 0 312514782 1825202176 4511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17274/statm: 445606 4511 1244 9 0 443217 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1782424

[startup+0.701954 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 17274
/proc/meminfo: memFree=1692800/2055920 swapFree=4183156/4192956
[pid=17274] ppid=17272 vsize=1782456 CPUtime=0.74
/proc/17274/stat : 17274 (java) S 17272 17274 16758 0 -1 0 6010 0 26 0 67 7 0 0 18 0 12 0 312514782 1825234944 5743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17274/statm: 445614 5743 1298 9 0 443225 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 1782456

[startup+1.50211 s]
/proc/loadavg: 1.08 0.99 0.91 3/76 17286
/proc/meminfo: memFree=1660896/2055920 swapFree=4183156/4192956
[pid=17274] ppid=17272 vsize=1789032 CPUtime=1.91
/proc/17274/stat : 17274 (java) S 17272 17274 16758 0 -1 0 11225 0 26 0 182 9 0 0 18 0 12 0 312514782 1831968768 8611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17274/statm: 447258 8611 1304 9 0 444869 0
[pid=17274/tid=17276] ppid=17272 vsize=1789032 CPUtime=1.03
/proc/17274/task/17276/stat : 17276 (java) R 17272 17274 16758 0 -1 64 6056 0 1 0 99 4 0 0 19 0 12 0 312514788 1831968768 8611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109489599 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17277] ppid=17272 vsize=1789032 CPUtime=0
/proc/17274/task/17277/stat : 17277 (java) S 17272 17274 16758 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 312514790 1831968768 8611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17278] ppid=17272 vsize=1789032 CPUtime=0
/proc/17274/task/17278/stat : 17278 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 312514790 1831968768 8611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17279] ppid=17272 vsize=1789032 CPUtime=0
/proc/17274/task/17279/stat : 17279 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 312514792 1831968768 8611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17280] ppid=17272 vsize=1789032 CPUtime=0
/proc/17274/task/17280/stat : 17280 (java) S 17272 17274 16758 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 312514793 1831968768 8612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17281] ppid=17272 vsize=1789032 CPUtime=0
/proc/17274/task/17281/stat : 17281 (java) S 17272 17274 16758 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 312514793 1831968768 8612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17282] ppid=17272 vsize=1789032 CPUtime=0
/proc/17274/task/17282/stat : 17282 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 312514800 1831968768 8612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17283] ppid=17272 vsize=1789032 CPUtime=0.45
/proc/17274/task/17283/stat : 17283 (java) S 17272 17274 16758 0 -1 64 2233 0 0 0 44 1 0 0 16 0 12 0 312514800 1831968768 8612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17284] ppid=17272 vsize=1789032 CPUtime=0.38
/proc/17274/task/17284/stat : 17284 (java) S 17272 17274 16758 0 -1 64 2243 0 0 0 37 1 0 0 16 0 12 0 312514800 1831968768 8612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17285] ppid=17272 vsize=1789032 CPUtime=0
/proc/17274/task/17285/stat : 17285 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 312514800 1831968768 8612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17286] ppid=17272 vsize=1789032 CPUtime=0
/proc/17274/task/17286/stat : 17286 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 312514800 1831968768 8612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 1789032

[startup+3.10243 s]
/proc/loadavg: 1.08 0.99 0.91 2/76 17286
/proc/meminfo: memFree=1654112/2055920 swapFree=4183156/4192956
[pid=17274] ppid=17272 vsize=1789032 CPUtime=3.59
/proc/17274/stat : 17274 (java) S 17272 17274 16758 0 -1 0 12527 0 26 0 348 11 0 0 18 0 12 0 312514782 1831968768 9912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17274/statm: 447258 9912 1304 9 0 444869 0
[pid=17274/tid=17276] ppid=17272 vsize=1789032 CPUtime=2.59
/proc/17274/task/17276/stat : 17276 (java) R 17272 17274 16758 0 -1 64 7351 0 1 0 253 6 0 0 25 0 12 0 312514788 1831968768 9912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490162 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17277] ppid=17272 vsize=1789032 CPUtime=0
/proc/17274/task/17277/stat : 17277 (java) S 17272 17274 16758 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 312514790 1831968768 9912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17278] ppid=17272 vsize=1789032 CPUtime=0
/proc/17274/task/17278/stat : 17278 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 312514790 1831968768 9912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17279] ppid=17272 vsize=1789032 CPUtime=0
/proc/17274/task/17279/stat : 17279 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 312514792 1831968768 9912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17280] ppid=17272 vsize=1789032 CPUtime=0
/proc/17274/task/17280/stat : 17280 (java) S 17272 17274 16758 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 312514793 1831968768 9912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17281] ppid=17272 vsize=1789032 CPUtime=0
/proc/17274/task/17281/stat : 17281 (java) S 17272 17274 16758 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 312514793 1831968768 9912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17282] ppid=17272 vsize=1789032 CPUtime=0
/proc/17274/task/17282/stat : 17282 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 312514800 1831968768 9912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17283] ppid=17272 vsize=1789032 CPUtime=0.51
/proc/17274/task/17283/stat : 17283 (java) S 17272 17274 16758 0 -1 64 2234 0 0 0 50 1 0 0 16 0 12 0 312514800 1831968768 9912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17284] ppid=17272 vsize=1789032 CPUtime=0.44
/proc/17274/task/17284/stat : 17284 (java) S 17272 17274 16758 0 -1 64 2249 0 0 0 43 1 0 0 16 0 12 0 312514800 1831968768 9912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17285] ppid=17272 vsize=1789032 CPUtime=0
/proc/17274/task/17285/stat : 17285 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 312514800 1831968768 9912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17286] ppid=17272 vsize=1789032 CPUtime=0
/proc/17274/task/17286/stat : 17286 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 312514800 1831968768 9912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 1789032

[startup+6.30106 s]
/proc/loadavg: 1.08 0.99 0.91 2/76 17286
/proc/meminfo: memFree=1647456/2055920 swapFree=4183156/4192956
[pid=17274] ppid=17272 vsize=1788776 CPUtime=6.89
/proc/17274/stat : 17274 (java) S 17272 17274 16758 0 -1 0 13808 0 26 0 677 12 0 0 18 0 12 0 312514782 1831706624 11135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17274/statm: 447194 11135 1304 9 0 444805 0
[pid=17274/tid=17276] ppid=17272 vsize=1788776 CPUtime=5.73
/proc/17274/task/17276/stat : 17276 (java) R 17272 17274 16758 0 -1 64 8608 0 1 0 566 7 0 0 25 0 12 0 312514788 1831706624 11135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490311 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17277] ppid=17272 vsize=1788776 CPUtime=0
/proc/17274/task/17277/stat : 17277 (java) S 17272 17274 16758 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 312514790 1831706624 11135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17278] ppid=17272 vsize=1788776 CPUtime=0
/proc/17274/task/17278/stat : 17278 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 312514790 1831706624 11135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17279] ppid=17272 vsize=1788776 CPUtime=0
/proc/17274/task/17279/stat : 17279 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 312514792 1831706624 11135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17280] ppid=17272 vsize=1788776 CPUtime=0
/proc/17274/task/17280/stat : 17280 (java) S 17272 17274 16758 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 312514793 1831706624 11135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17281] ppid=17272 vsize=1788776 CPUtime=0
/proc/17274/task/17281/stat : 17281 (java) S 17272 17274 16758 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 312514793 1831706624 11135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17282] ppid=17272 vsize=1788776 CPUtime=0
/proc/17274/task/17282/stat : 17282 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 312514800 1831706624 11135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17283] ppid=17272 vsize=1788776 CPUtime=0.61
/proc/17274/task/17283/stat : 17283 (java) S 17272 17274 16758 0 -1 64 2253 0 0 0 60 1 0 0 16 0 12 0 312514800 1831706624 11135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17284] ppid=17272 vsize=1788776 CPUtime=0.52
/proc/17274/task/17284/stat : 17284 (java) S 17272 17274 16758 0 -1 64 2254 0 0 0 51 1 0 0 16 0 12 0 312514800 1831706624 11135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17285] ppid=17272 vsize=1788776 CPUtime=0
/proc/17274/task/17285/stat : 17285 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 312514800 1831706624 11135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17286] ppid=17272 vsize=1788776 CPUtime=0
/proc/17274/task/17286/stat : 17286 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 312514800 1831706624 11135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 1788776

[startup+12.7023 s]
/proc/loadavg: 1.07 0.99 0.91 2/76 17286
/proc/meminfo: memFree=1642016/2055920 swapFree=4183156/4192956
[pid=17274] ppid=17272 vsize=1786588 CPUtime=13.29
/proc/17274/stat : 17274 (java) S 17272 17274 16758 0 -1 0 15602 0 26 0 1316 13 0 0 18 0 12 0 312514782 1829466112 12388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17274/statm: 446647 12388 1304 9 0 444258 0
[pid=17274/tid=17276] ppid=17272 vsize=1786588 CPUtime=12.12
/proc/17274/task/17276/stat : 17276 (java) R 17272 17274 16758 0 -1 64 10402 0 1 0 1204 8 0 0 25 0 12 0 312514788 1829466112 12388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490058 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17277] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17277/stat : 17277 (java) S 17272 17274 16758 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 312514790 1829466112 12388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17278] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17278/stat : 17278 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 312514790 1829466112 12388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17279] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17279/stat : 17279 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 312514792 1829466112 12388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17280] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17280/stat : 17280 (java) S 17272 17274 16758 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 312514793 1829466112 12388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17281] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17281/stat : 17281 (java) S 17272 17274 16758 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 312514793 1829466112 12388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17282] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17282/stat : 17282 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 312514800 1829466112 12388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17283] ppid=17272 vsize=1786588 CPUtime=0.61
/proc/17274/task/17283/stat : 17283 (java) S 17272 17274 16758 0 -1 64 2253 0 0 0 60 1 0 0 17 0 12 0 312514800 1829466112 12388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17284] ppid=17272 vsize=1786588 CPUtime=0.52
/proc/17274/task/17284/stat : 17284 (java) S 17272 17274 16758 0 -1 64 2254 0 0 0 51 1 0 0 16 0 12 0 312514800 1829466112 12388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17285] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17285/stat : 17285 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 312514800 1829466112 12388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17286] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17286/stat : 17286 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 312514800 1829466112 12388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.29
Current children cumulated vsize (KiB) 1786588

[startup+25.5019 s]
/proc/loadavg: 1.06 0.99 0.91 2/76 17286
/proc/meminfo: memFree=1632416/2055920 swapFree=4183156/4192956
[pid=17274] ppid=17272 vsize=1786588 CPUtime=26.18
/proc/17274/stat : 17274 (java) S 17272 17274 16758 0 -1 0 18304 0 26 0 2602 16 0 0 18 0 12 0 312514782 1829466112 14707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17274/statm: 446647 14707 1304 9 0 444258 0
[pid=17274/tid=17276] ppid=17272 vsize=1786588 CPUtime=24.9
/proc/17274/task/17276/stat : 17276 (java) R 17272 17274 16758 0 -1 64 12681 0 1 0 2479 11 0 0 25 0 12 0 312514788 1829466112 14707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490311 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17277] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17277/stat : 17277 (java) S 17272 17274 16758 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 312514790 1829466112 14707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17278] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17278/stat : 17278 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 312514790 1829466112 14707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17279] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17279/stat : 17279 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 312514792 1829466112 14707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17280] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17280/stat : 17280 (java) S 17272 17274 16758 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 312514793 1829466112 14707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17281] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17281/stat : 17281 (java) S 17272 17274 16758 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 312514793 1829466112 14707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17282] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17282/stat : 17282 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 312514800 1829466112 14707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/17274/task/17280/stat : 17280 (java) S 17272 17274 16758 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 312514793 1829466112 21269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17281] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17281/stat : 17281 (java) S 17272 17274 16758 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 312514793 1829466112 21269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17282] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17282/stat : 17282 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 312514800 1829466112 21269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17283] ppid=17272 vsize=1786588 CPUtime=0.76
/proc/17274/task/17283/stat : 17283 (java) S 17272 17274 16758 0 -1 64 2681 0 0 0 75 1 0 0 17 0 12 0 312514800 1829466112 21269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17284] ppid=17272 vsize=1786588 CPUtime=0.61
/proc/17274/task/17284/stat : 17284 (java) S 17272 17274 16758 0 -1 64 2260 0 0 0 60 1 0 0 17 0 12 0 312514800 1829466112 21269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17285] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17285/stat : 17285 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 312514800 1829466112 21269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17286] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17286/stat : 17286 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 312514800 1829466112 21269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.23
Current children cumulated vsize (KiB) 1786588

[startup+92.7013 s]
/proc/loadavg: 1.02 0.99 0.91 2/76 17286
/proc/meminfo: memFree=1604896/2055920 swapFree=4183156/4192956
[pid=17274] ppid=17272 vsize=1786588 CPUtime=93.42
/proc/17274/stat : 17274 (java) S 17272 17274 16758 0 -1 0 25092 0 26 0 9318 24 0 0 18 0 12 0 312514782 1829466112 21493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17274/statm: 446647 21493 1304 9 0 444258 0
[pid=17274/tid=17276] ppid=17272 vsize=1786588 CPUtime=92
/proc/17274/task/17276/stat : 17276 (java) R 17272 17274 16758 0 -1 64 19458 0 1 0 9182 18 0 0 25 0 12 0 312514788 1829466112 21493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17277] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17277/stat : 17277 (java) S 17272 17274 16758 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 312514790 1829466112 21493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17278] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17278/stat : 17278 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 312514790 1829466112 21493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17279] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17279/stat : 17279 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 312514792 1829466112 21493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17280] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17280/stat : 17280 (java) S 17272 17274 16758 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 312514793 1829466112 21493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17281] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17281/stat : 17281 (java) S 17272 17274 16758 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 312514793 1829466112 21493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17282] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17282/stat : 17282 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 312514800 1829466112 21493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17283] ppid=17272 vsize=1786588 CPUtime=0.76
/proc/17274/task/17283/stat : 17283 (java) S 17272 17274 16758 0 -1 64 2681 0 0 0 75 1 0 0 17 0 12 0 312514800 1829466112 21493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17284] ppid=17272 vsize=1786588 CPUtime=0.61
/proc/17274/task/17284/stat : 17284 (java) S 17272 17274 16758 0 -1 64 2260 0 0 0 60 1 0 0 17 0 12 0 312514800 1829466112 21493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17285] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17285/stat : 17285 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 312514800 1829466112 21493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17286] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17286/stat : 17286 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 312514800 1829466112 21493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.42
Current children cumulated vsize (KiB) 1786588

[startup+93.5054 s]
/proc/loadavg: 1.02 0.99 0.91 2/76 17286
/proc/meminfo: memFree=1604576/2055920 swapFree=4183156/4192956
[pid=17274] ppid=17272 vsize=1786588 CPUtime=94.23
/proc/17274/stat : 17274 (java) S 17272 17274 16758 0 -1 0 25147 0 26 0 9399 24 0 0 18 0 12 0 312514782 1829466112 21548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17274/statm: 446647 21548 1304 9 0 444258 0
[pid=17274/tid=17276] ppid=17272 vsize=1786588 CPUtime=92.81
/proc/17274/task/17276/stat : 17276 (java) R 17272 17274 16758 0 -1 64 19513 0 1 0 9263 18 0 0 25 0 12 0 312514788 1829466112 21548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490311 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17277] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17277/stat : 17277 (java) S 17272 17274 16758 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 312514790 1829466112 21548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17278] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17278/stat : 17278 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 312514790 1829466112 21548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17279] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17279/stat : 17279 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 312514792 1829466112 21548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17280] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17280/stat : 17280 (java) S 17272 17274 16758 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 312514793 1829466112 21548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17281] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17281/stat : 17281 (java) S 17272 17274 16758 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 312514793 1829466112 21548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17282] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17282/stat : 17282 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 312514800 1829466112 21548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17283] ppid=17272 vsize=1786588 CPUtime=0.76
/proc/17274/task/17283/stat : 17283 (java) S 17272 17274 16758 0 -1 64 2681 0 0 0 75 1 0 0 17 0 12 0 312514800 1829466112 21548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17284] ppid=17272 vsize=1786588 CPUtime=0.61
/proc/17274/task/17284/stat : 17284 (java) S 17272 17274 16758 0 -1 64 2260 0 0 0 60 1 0 0 17 0 12 0 312514800 1829466112 21548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17285] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17285/stat : 17285 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 312514800 1829466112 21548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17286] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17286/stat : 17286 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 312514800 1829466112 21548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 94.23
Current children cumulated vsize (KiB) 1786588

[startup+93.9025 s]
/proc/loadavg: 1.02 0.99 0.91 2/76 17286
/proc/meminfo: memFree=1604576/2055920 swapFree=4183156/4192956
[pid=17274] ppid=17272 vsize=1786588 CPUtime=94.62
/proc/17274/stat : 17274 (java) S 17272 17274 16758 0 -1 0 25177 0 26 0 9438 24 0 0 18 0 12 0 312514782 1829466112 21578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17274/statm: 446647 21578 1304 9 0 444258 0
[pid=17274/tid=17276] ppid=17272 vsize=1786588 CPUtime=93.2
/proc/17274/task/17276/stat : 17276 (java) R 17272 17274 16758 0 -1 64 19543 0 1 0 9302 18 0 0 25 0 12 0 312514788 1829466112 21578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490311 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17277] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17277/stat : 17277 (java) S 17272 17274 16758 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 312514790 1829466112 21578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17278] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17278/stat : 17278 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 312514790 1829466112 21578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17279] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17279/stat : 17279 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 312514792 1829466112 21578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17280] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17280/stat : 17280 (java) S 17272 17274 16758 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 312514793 1829466112 21578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17281] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17281/stat : 17281 (java) S 17272 17274 16758 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 312514793 1829466112 21578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17282] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17282/stat : 17282 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 312514800 1829466112 21578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17283] ppid=17272 vsize=1786588 CPUtime=0.76
/proc/17274/task/17283/stat : 17283 (java) S 17272 17274 16758 0 -1 64 2681 0 0 0 75 1 0 0 17 0 12 0 312514800 1829466112 21578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17284] ppid=17272 vsize=1786588 CPUtime=0.61
/proc/17274/task/17284/stat : 17284 (java) S 17272 17274 16758 0 -1 64 2260 0 0 0 60 1 0 0 17 0 12 0 312514800 1829466112 21578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17285] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17285/stat : 17285 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 312514800 1829466112 21578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17286] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17286/stat : 17286 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 312514800 1829466112 21578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 94.62
Current children cumulated vsize (KiB) 1786588

[startup+94.3026 s]
/proc/loadavg: 1.02 0.99 0.91 2/76 17286
/proc/meminfo: memFree=1604576/2055920 swapFree=4183156/4192956
[pid=17274] ppid=17272 vsize=1786588 CPUtime=95.02
/proc/17274/stat : 17274 (java) S 17272 17274 16758 0 -1 0 25203 0 26 0 9478 24 0 0 18 0 12 0 312514782 1829466112 21604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17274/statm: 446647 21604 1304 9 0 444258 0
[pid=17274/tid=17276] ppid=17272 vsize=1786588 CPUtime=93.6
/proc/17274/task/17276/stat : 17276 (java) R 17272 17274 16758 0 -1 64 19569 0 1 0 9342 18 0 0 25 0 12 0 312514788 1829466112 21604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109489954 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17277] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17277/stat : 17277 (java) S 17272 17274 16758 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 312514790 1829466112 21604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17278] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17278/stat : 17278 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 312514790 1829466112 21604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17279] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17279/stat : 17279 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 312514792 1829466112 21604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17280] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17280/stat : 17280 (java) S 17272 17274 16758 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 312514793 1829466112 21604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17281] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17281/stat : 17281 (java) S 17272 17274 16758 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 312514793 1829466112 21604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17282] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17282/stat : 17282 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 312514800 1829466112 21604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17283] ppid=17272 vsize=1786588 CPUtime=0.76
/proc/17274/task/17283/stat : 17283 (java) S 17272 17274 16758 0 -1 64 2681 0 0 0 75 1 0 0 17 0 12 0 312514800 1829466112 21604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17284] ppid=17272 vsize=1786588 CPUtime=0.61
/proc/17274/task/17284/stat : 17284 (java) S 17272 17274 16758 0 -1 64 2260 0 0 0 60 1 0 0 17 0 12 0 312514800 1829466112 21604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17285] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17285/stat : 17285 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 312514800 1829466112 21604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17286] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17286/stat : 17286 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 312514800 1829466112 21604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.02
Current children cumulated vsize (KiB) 1786588

[startup+94.4026 s]
/proc/loadavg: 1.02 0.99 0.91 2/76 17286
/proc/meminfo: memFree=1604576/2055920 swapFree=4183156/4192956
[pid=17274] ppid=17272 vsize=1786588 CPUtime=95.12
/proc/17274/stat : 17274 (java) S 17272 17274 16758 0 -1 0 25208 0 26 0 9488 24 0 0 18 0 12 0 312514782 1829466112 21609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17274/statm: 446647 21609 1304 9 0 444258 0
[pid=17274/tid=17276] ppid=17272 vsize=1786588 CPUtime=93.7
/proc/17274/task/17276/stat : 17276 (java) R 17272 17274 16758 0 -1 64 19574 0 1 0 9352 18 0 0 25 0 12 0 312514788 1829466112 21609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490311 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17277] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17277/stat : 17277 (java) S 17272 17274 16758 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 312514790 1829466112 21609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17278] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17278/stat : 17278 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 312514790 1829466112 21609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17279] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17279/stat : 17279 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 312514792 1829466112 21609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17280] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17280/stat : 17280 (java) S 17272 17274 16758 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 312514793 1829466112 21609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17281] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17281/stat : 17281 (java) S 17272 17274 16758 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 312514793 1829466112 21609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17282] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17282/stat : 17282 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 312514800 1829466112 21609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17283] ppid=17272 vsize=1786588 CPUtime=0.76
/proc/17274/task/17283/stat : 17283 (java) S 17272 17274 16758 0 -1 64 2681 0 0 0 75 1 0 0 17 0 12 0 312514800 1829466112 21609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17274/tid=17284] ppid=17272 vsize=1786588 CPUtime=0.61
/proc/17274/task/17284/stat : 17284 (java) S 17272 17274 16758 0 -1 64 2260 0 0 0 60 1 0 0 17 0 12 0 312514800 1829466112 21609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17285] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17285/stat : 17285 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 312514800 1829466112 21609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17274/tid=17286] ppid=17272 vsize=1786588 CPUtime=0
/proc/17274/task/17286/stat : 17286 (java) S 17272 17274 16758 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 312514800 1829466112 21609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.12
Current children cumulated vsize (KiB) 1786588

Child status: 1
Real time (s): 94.482
CPU time (s): 95.2105
CPU user time (s): 94.9526
CPU system time (s): 0.25796
CPU usage (%): 100.771
Max. virtual memory (cumulated for all children) (KiB): 1789232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.9526
system time used= 0.25796
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25240
page faults= 26
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2755
involuntary context switches= 2356

runsolver used 0.086986 second user time and 0.269958 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Sat May  5 11:40:52 UTC 2007

IDJOB= 456988
IDBENCH= 48311
IDSOLVER= 164
FILE ID= node66/456988-1178365252

PBS_JOBID= 5189168

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_4_80.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/456988-1178365252/sat4jPseudoCPClause.jar /tmp/evaluation/456988-1178365252/instance-456988-1178365252.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-456988-1178365252 -o ROOT/results/node66/solver-456988-1178365252 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/456988-1178365252/sat4jPseudoCPClause.jar /tmp/evaluation/456988-1178365252/instance-456988-1178365252.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d17850f8cb83537ab22f6a30504d9d46

RANDOM SEED= 841885030

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.281
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.281
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:       1693400 kB
Buffers:         21724 kB
Cached:         251568 kB
SwapCached:       3808 kB
Active:          47564 kB
Inactive:       235872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693400 kB
SwapTotal:     4192956 kB
SwapFree:      4183156 kB
Dirty:            4000 kB
Writeback:           0 kB
Mapped:          16148 kB
Slab:            65096 kB
Committed_AS:  5099160 kB
PageTables:       1380 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= 66561 MiB

End job on node66 on Sat May  5 11:42:27 UTC 2007