Trace number 1859705

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? 215.911 199.144

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__256.opb
MD5SUM8b626683195681f98573c11853056c85
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables3842998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint256
Maximum length of a constraint11521
Number of terms in the objective function 3840000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 130042022144
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 130042022144
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1859705-1244976214/watcher-1859705-1244976214 -o /tmp/evaluation-result-1859705-1244976214/solver-1859705-1244976214 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859705-1244976214.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.03 1.00 3/64 18200
/proc/meminfo: memFree=1160680/2055920 swapFree=4182548/4192956
[pid=18200] ppid=18198 vsize=1612 CPUtime=0
/proc/18200/stat : 18200 (java6) R 18198 18200 17711 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 165222658 1650688 147 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/18200/statm: 403 147 111 9 0 45 0

[startup+0.095585 s]
/proc/loadavg: 1.01 1.03 1.00 3/64 18200
/proc/meminfo: memFree=1160680/2055920 swapFree=4182548/4192956
[pid=18200] ppid=18198 vsize=1472584 CPUtime=0.08
/proc/18200/stat : 18200 (java) S 18198 18200 17711 0 -1 0 3597 0 1 0 6 2 0 0 18 0 12 0 165222658 1507926016 3340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18200/statm: 368146 3341 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.102585 s]
/proc/loadavg: 1.01 1.03 1.00 3/64 18200
/proc/meminfo: memFree=1160680/2055920 swapFree=4182548/4192956
[pid=18200] ppid=18198 vsize=1472584 CPUtime=0.09
/proc/18200/stat : 18200 (java) S 18198 18200 17711 0 -1 0 3642 0 1 0 7 2 0 0 18 0 12 0 165222658 1507926016 3385 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18200/statm: 368146 3385 1069 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.302615 s]
/proc/loadavg: 1.01 1.03 1.00 3/64 18200
/proc/meminfo: memFree=1160680/2055920 swapFree=4182548/4192956
[pid=18200] ppid=18198 vsize=1475020 CPUtime=0.32
/proc/18200/stat : 18200 (java) S 18198 18200 17711 0 -1 0 19381 0 1 0 23 9 0 0 18 0 12 0 165222658 1510420480 19119 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18200/statm: 368755 19131 1343 9 0 366098 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1475020

[startup+0.702653 s]
/proc/loadavg: 1.01 1.03 1.00 3/64 18200
/proc/meminfo: memFree=1160680/2055920 swapFree=4182548/4192956
[pid=18200] ppid=18198 vsize=1477556 CPUtime=0.95
/proc/18200/stat : 18200 (java) S 18198 18200 17711 0 -1 0 28959 0 1 0 81 14 0 0 18 0 12 0 165222658 1513017344 28481 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18200/statm: 369389 28482 1390 9 0 366732 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1477556

[startup+1.50173 s]
/proc/loadavg: 1.01 1.03 1.00 3/76 18212
/proc/meminfo: memFree=972040/2055920 swapFree=4182548/4192956
[pid=18200] ppid=18198 vsize=1477556 CPUtime=1.91
/proc/18200/stat : 18200 (java) S 18198 18200 17711 0 -1 0 55788 0 1 0 161 30 0 0 18 0 12 0 165222658 1513017344 55308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18200/statm: 369389 55308 1401 9 0 366732 0
[pid=18200/tid=18202] ppid=18198 vsize=1477556 CPUtime=1.19
/proc/18200/task/18202/stat : 18202 (java) R 18198 18200 17711 0 -1 64 30898 0 1 0 104 15 0 0 20 0 12 0 165222659 1513017344 55308 1992294400 134512640 134550932 4294956016 18446744073709551615 4109455350 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18203] ppid=18198 vsize=1477556 CPUtime=0.17
/proc/18200/task/18203/stat : 18203 (java) S 18198 18200 17711 0 -1 64 10420 0 0 0 11 6 0 0 18 0 12 0 165222661 1513017344 55308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18204] ppid=18198 vsize=1477556 CPUtime=0.16
/proc/18200/task/18204/stat : 18204 (java) S 18198 18200 17711 0 -1 64 12221 0 0 0 10 6 0 0 16 0 12 0 165222661 1513017344 55308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18205] ppid=18198 vsize=1477556 CPUtime=0
/proc/18200/task/18205/stat : 18205 (java) S 18198 18200 17711 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165222663 1513017344 55308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18206] ppid=18198 vsize=1477556 CPUtime=0
/proc/18200/task/18206/stat : 18206 (java) S 18198 18200 17711 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165222663 1513017344 55308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18207] ppid=18198 vsize=1477556 CPUtime=0
/proc/18200/task/18207/stat : 18207 (java) S 18198 18200 17711 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165222663 1513017344 55308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18208] ppid=18198 vsize=1477556 CPUtime=0
/proc/18200/task/18208/stat : 18208 (java) S 18198 18200 17711 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165222667 1513017344 55308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18209] ppid=18198 vsize=1477556 CPUtime=0.18
/proc/18200/task/18209/stat : 18209 (java) S 18198 18200 17711 0 -1 64 775 0 0 0 18 0 0 0 17 0 12 0 165222667 1513017344 55308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18210] ppid=18198 vsize=1477556 CPUtime=0.15
/proc/18200/task/18210/stat : 18210 (java) S 18198 18200 17711 0 -1 64 725 0 0 0 15 0 0 0 16 0 12 0 165222667 1513017344 55308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18211] ppid=18198 vsize=1477556 CPUtime=0
/proc/18200/task/18211/stat : 18211 (java) S 18198 18200 17711 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165222667 1513017344 55308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18212] ppid=18198 vsize=1477556 CPUtime=0
/proc/18200/task/18212/stat : 18212 (java) S 18198 18200 17711 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165222667 1513017344 55308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 1477556

[startup+3.10189 s]
/proc/loadavg: 1.09 1.05 1.01 2/76 18212
/proc/meminfo: memFree=942472/2055920 swapFree=4182548/4192956
[pid=18200] ppid=18198 vsize=1477556 CPUtime=3.64
/proc/18200/stat : 18200 (java) S 18198 18200 17711 0 -1 0 64882 0 1 0 329 35 0 0 18 0 12 0 165222658 1513017344 63528 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18200/statm: 369389 63528 1401 9 0 366732 0
[pid=18200/tid=18202] ppid=18198 vsize=1477556 CPUtime=2.66
/proc/18200/task/18202/stat : 18202 (java) R 18198 18200 17711 0 -1 64 30899 0 1 0 250 16 0 0 19 0 12 0 165222659 1513017344 63528 1992294400 134512640 134550932 4294956016 18446744073709551615 4109436978 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18203] ppid=18198 vsize=1477556 CPUtime=0.3
/proc/18200/task/18203/stat : 18203 (java) S 18198 18200 17711 0 -1 64 15566 0 0 0 22 8 0 0 16 0 12 0 165222661 1513017344 63528 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18204] ppid=18198 vsize=1477556 CPUtime=0.29
/proc/18200/task/18204/stat : 18204 (java) S 18198 18200 17711 0 -1 64 16165 0 0 0 21 8 0 0 17 0 12 0 165222661 1513017344 63528 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18205] ppid=18198 vsize=1477556 CPUtime=0
/proc/18200/task/18205/stat : 18205 (java) S 18198 18200 17711 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 165222663 1513017344 63528 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18206] ppid=18198 vsize=1477556 CPUtime=0
/proc/18200/task/18206/stat : 18206 (java) S 18198 18200 17711 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165222663 1513017344 63528 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18207] ppid=18198 vsize=1477556 CPUtime=0
/proc/18200/task/18207/stat : 18207 (java) S 18198 18200 17711 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165222663 1513017344 63528 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18208] ppid=18198 vsize=1477556 CPUtime=0
/proc/18200/task/18208/stat : 18208 (java) S 18198 18200 17711 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165222667 1513017344 63528 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18209] ppid=18198 vsize=1477556 CPUtime=0.18
/proc/18200/task/18209/stat : 18209 (java) S 18198 18200 17711 0 -1 64 775 0 0 0 18 0 0 0 17 0 12 0 165222667 1513017344 63528 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18210] ppid=18198 vsize=1477556 CPUtime=0.15
/proc/18200/task/18210/stat : 18210 (java) S 18198 18200 17711 0 -1 64 725 0 0 0 15 0 0 0 16 0 12 0 165222667 1513017344 63528 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18211] ppid=18198 vsize=1477556 CPUtime=0
/proc/18200/task/18211/stat : 18211 (java) S 18198 18200 17711 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165222667 1513017344 63528 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18212] ppid=18198 vsize=1477556 CPUtime=0
/proc/18200/task/18212/stat : 18212 (java) S 18198 18200 17711 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165222667 1513017344 63528 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1477556

[startup+6.30222 s]
/proc/loadavg: 1.09 1.05 1.01 2/76 18212
/proc/meminfo: memFree=868616/2055920 swapFree=4182548/4192956
[pid=18200] ppid=18198 vsize=1477492 CPUtime=7.12
/proc/18200/stat : 18200 (java) S 18198 18200 17711 0 -1 0 78080 0 1 0 670 42 0 0 18 0 12 0 165222658 1512951808 74541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18200/statm: 369373 74541 1401 9 0 366716 0
[pid=18200/tid=18202] ppid=18198 vsize=1477492 CPUtime=5.58
/proc/18200/task/18202/stat : 18202 (java) S 18198 18200 17711 0 -1 64 30903 0 1 0 540 18 0 0 25 0 12 0 165222659 1512951808 74541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18203] ppid=18198 vsize=1477492 CPUtime=0.58
/proc/18200/task/18203/stat : 18203 (java) R 18198 18200 17711 0 -1 64 21530 0 0 0 48 10 0 0 16 0 12 0 165222661 1512951808 74541 1992294400 134512640 134550932 4294956016 18446744073709551615 104198055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18204] ppid=18198 vsize=1477492 CPUtime=0.57
/proc/18200/task/18204/stat : 18204 (java) R 18198 18200 17711 0 -1 64 23395 0 0 0 46 11 0 0 16 0 12 0 165222661 1512951808 74541 1992294400 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18205] ppid=18198 vsize=1477492 CPUtime=0
/proc/18200/task/18205/stat : 18205 (java) S 18198 18200 17711 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 165222663 1512951808 74541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18206] ppid=18198 vsize=1477492 CPUtime=0
/proc/18200/task/18206/stat : 18206 (java) S 18198 18200 17711 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165222663 1512951808 74541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18207] ppid=18198 vsize=1477492 CPUtime=0
/proc/18200/task/18207/stat : 18207 (java) S 18198 18200 17711 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165222663 1512951808 74541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18208] ppid=18198 vsize=1477492 CPUtime=0
/proc/18200/task/18208/stat : 18208 (java) S 18198 18200 17711 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165222667 1512951808 74541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18209] ppid=18198 vsize=1477492 CPUtime=0.18
/proc/18200/task/18209/stat : 18209 (java) S 18198 18200 17711 0 -1 64 775 0 0 0 18 0 0 0 17 0 12 0 165222667 1512951808 74541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18210] ppid=18198 vsize=1477492 CPUtime=0.16
/proc/18200/task/18210/stat : 18210 (java) S 18198 18200 17711 0 -1 64 725 0 0 0 16 0 0 0 16 0 12 0 165222667 1512951808 74541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18211] ppid=18198 vsize=1477492 CPUtime=0
/proc/18200/task/18211/stat : 18211 (java) S 18198 18200 17711 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165222667 1512951808 74541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18212] ppid=18198 vsize=1477492 CPUtime=0
/proc/18200/task/18212/stat : 18212 (java) S 18198 18200 17711 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165222667 1512951808 74541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 1477492

[startup+12.7019 s]
/proc/loadavg: 1.16 1.06 1.01 2/76 18212
/proc/meminfo: memFree=766664/2055920 swapFree=4182548/4192956
[pid=18200] ppid=18198 vsize=1480060 CPUtime=14.91
/proc/18200/stat : 18200 (java) S 18198 18200 17711 0 -1 0 108824 0 1 0 1431 60 0 0 18 0 12 0 165222658 1515581440 101739 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18200/statm: 370015 101739 1406 9 0 367358 0
[pid=18200/tid=18202] ppid=18198 vsize=1480060 CPUtime=10.51
/proc/18200/task/18202/stat : 18202 (java) R 18198 18200 17711 0 -1 64 30912 0 1 0 1031 20 0 0 19 0 12 0 165222659 1515581440 101739 1992294400 134512640 134550932 4294956016 18446744073709551615 4109436709 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18203] ppid=18198 vsize=1480060 CPUtime=2
/proc/18200/task/18203/stat : 18203 (java) S 18198 18200 17711 0 -1 64 34160 0 0 0 183 17 0 0 17 0 12 0 165222661 1515581440 101739 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18204] ppid=18198 vsize=1480060 CPUtime=2
/proc/18200/task/18204/stat : 18204 (java) S 18198 18200 17711 0 -1 64 41495 0 0 0 180 20 0 0 17 0 12 0 165222661 1515581440 101739 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18205] ppid=18198 vsize=1480060 CPUtime=0
/proc/18200/task/18205/stat : 18205 (java) S 18198 18200 17711 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 165222663 1515581440 101739 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18206] ppid=18198 vsize=1480060 CPUtime=0
/proc/18200/task/18206/stat : 18206 (java) S 18198 18200 17711 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165222663 1515581440 101739 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18207] ppid=18198 vsize=1480060 CPUtime=0
/proc/18200/task/18207/stat : 18207 (java) S 18198 18200 17711 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165222663 1515581440 101739 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18208] ppid=18198 vsize=1480060 CPUtime=0
/proc/18200/task/18208/stat : 18208 (java) S 18198 18200 17711 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165222667 1515581440 101739 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18209] ppid=18198 vsize=1480060 CPUtime=0.18
/proc/18200/task/18209/stat : 18209 (java) S 18198 18200 17711 0 -1 64 775 0 0 0 18 0 0 0 17 0 12 0 165222667 1515581440 101739 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18210] ppid=18198 vsize=1480060 CPUtime=0.16
/proc/18200/task/18210/stat : 18210 (java) S 18198 18200 17711 0 -1 64 730 0 0 0 16 0 0 0 16 0 12 0 165222667 1515581440 101739 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18211] ppid=18198 vsize=1480060 CPUtime=0
/proc/18200/task/18211/stat : 18211 (java) S 18198 18200 17711 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165222667 1515581440 101739 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18212] ppid=18198 vsize=1480060 CPUtime=0
/proc/18200/task/18212/stat : 18212 (java) S 18198 18200 17711 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165222667 1515581440 101739 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.91
Current children cumulated vsize (KiB) 1480060

[startup+25.5022 s]
/proc/loadavg: 1.21 1.07 1.02 2/76 18212
/proc/meminfo: memFree=526088/2055920 swapFree=4182548/4192956
[pid=18200] ppid=18198 vsize=1480060 CPUtime=31.8
/proc/18200/stat : 18200 (java) S 18198 18200 17711 0 -1 0 174535 0 1 0 3084 96 0 0 18 0 12 0 165222658 1515581440 164418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18200/statm: 370015 164418 1417 9 0 367358 0
[pid=18200/tid=18202] ppid=18198 vsize=1480060 CPUtime=19.09
/proc/18200/task/18202/stat : 18202 (java) S 18198 18200 17711 0 -1 64 30972 0 1 0 1887 22 0 0 19 0 12 0 165222659 1515581440 164418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18203] ppid=18198 vsize=1480060 CPUtime=5.88
/proc/18200/task/18203/stat : 18203 (java) R 18198 18200 17711 0 -1 64 53359 0 0 0 560 28 0 0 17 0 12 0 165222661 1515581440 164418 1992294400 134512640 134550932 4294956016 18446744073709551615 105886514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18204] ppid=18198 vsize=1480060 CPUtime=6.06
/proc/18200/task/18204/stat : 18204 (java) R 18198 18200 17711 0 -1 64 87885 0 0 0 563 43 0 0 18 0 12 0 165222661 1515581440 164418 1992294400 134512640 134550932 4294956016 18446744073709551615 104188527 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18205] ppid=18198 vsize=1480060 CPUtime=0
/proc/18200/task/18205/stat : 18205 (java) S 18198 18200 17711 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 165222663 1515581440 164418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18206] ppid=18198 vsize=1480060 CPUtime=0
/proc/18200/task/18206/stat : 18206 (java) S 18198 18200 17711 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165222663 1515581440 164420 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18207] ppid=18198 vsize=1480060 CPUtime=0
/proc/18200/task/18207/stat : 18207 (java) S 18198 18200 17711 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165222663 1515581440 164422 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18208] ppid=18198 vsize=1480060 CPUtime=0
/proc/18200/task/18208/stat : 18208 (java) S 18198 18200 17711 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165222667 1515581440 164423 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18209] ppid=18198 vsize=1480060 CPUtime=0.39

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

/proc/loadavg: 1.07 1.11 1.04 2/77 18213
/proc/meminfo: memFree=47424/2055920 swapFree=4182548/4192956
[pid=18200] ppid=18198 vsize=1512388 CPUtime=208.68
/proc/18200/stat : 18200 (java) S 18198 18200 17711 0 -1 0 892575 0 1 0 20444 424 0 0 18 0 13 0 165222658 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18200/statm: 378097 346485 1418 9 0 375440 0
[pid=18200/tid=18202] ppid=18198 vsize=1512388 CPUtime=37.95
/proc/18200/task/18202/stat : 18202 (java) S 18198 18200 17711 0 -1 64 31028 0 1 0 3768 27 0 0 17 0 13 0 165222659 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18203] ppid=18198 vsize=1512388 CPUtime=16.73
/proc/18200/task/18203/stat : 18203 (java) S 18198 18200 17711 0 -1 64 147314 0 0 0 1599 74 0 0 16 0 13 0 165222661 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18204] ppid=18198 vsize=1512388 CPUtime=17.19
/proc/18200/task/18204/stat : 18204 (java) S 18198 18200 17711 0 -1 64 187868 0 0 0 1629 90 0 0 16 0 13 0 165222661 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18205] ppid=18198 vsize=1512388 CPUtime=136.03
/proc/18200/task/18205/stat : 18205 (java) R 18198 18200 17711 0 -1 64 524050 0 0 0 13372 231 0 0 18 0 13 0 165222663 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 104177783 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18206] ppid=18198 vsize=1512388 CPUtime=0
/proc/18200/task/18206/stat : 18206 (java) S 18198 18200 17711 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165222663 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18207] ppid=18198 vsize=1512388 CPUtime=0
/proc/18200/task/18207/stat : 18207 (java) S 18198 18200 17711 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165222663 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18208] ppid=18198 vsize=1512388 CPUtime=0
/proc/18200/task/18208/stat : 18208 (java) S 18198 18200 17711 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165222667 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18209] ppid=18198 vsize=1512388 CPUtime=0.4
/proc/18200/task/18209/stat : 18209 (java) S 18198 18200 17711 0 -1 64 811 0 0 0 40 0 0 0 17 0 13 0 165222667 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18210] ppid=18198 vsize=1512388 CPUtime=0.33
/proc/18200/task/18210/stat : 18210 (java) S 18198 18200 17711 0 -1 64 755 0 0 0 33 0 0 0 16 0 13 0 165222667 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18211] ppid=18198 vsize=1512388 CPUtime=0
/proc/18200/task/18211/stat : 18211 (java) S 18198 18200 17711 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165222667 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18212] ppid=18198 vsize=1512388 CPUtime=0
/proc/18200/task/18212/stat : 18212 (java) S 18198 18200 17711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165222667 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18213] ppid=18198 vsize=1512388 CPUtime=0
/proc/18200/task/18213/stat : 18213 (java) S 18198 18200 17711 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165239169 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 208.68
Current children cumulated vsize (KiB) 1512388

[startup+195.102 s]
/proc/loadavg: 1.06 1.11 1.04 2/77 18213
/proc/meminfo: memFree=55488/2055920 swapFree=4182548/4192956
[pid=18200] ppid=18198 vsize=1496388 CPUtime=211.88
/proc/18200/stat : 18200 (java) S 18198 18200 17711 0 -1 0 900330 0 1 0 20760 428 0 0 18 0 13 0 165222658 1532301312 342485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18200/statm: 374097 342485 1418 9 0 371440 0
[pid=18200/tid=18202] ppid=18198 vsize=1496388 CPUtime=37.95
/proc/18200/task/18202/stat : 18202 (java) S 18198 18200 17711 0 -1 64 31028 0 1 0 3768 27 0 0 17 0 13 0 165222659 1532301312 342485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18203] ppid=18198 vsize=1496388 CPUtime=16.73
/proc/18200/task/18203/stat : 18203 (java) S 18198 18200 17711 0 -1 64 147314 0 0 0 1599 74 0 0 16 0 13 0 165222661 1532301312 342485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18204] ppid=18198 vsize=1496388 CPUtime=17.19
/proc/18200/task/18204/stat : 18204 (java) S 18198 18200 17711 0 -1 64 187868 0 0 0 1629 90 0 0 16 0 13 0 165222661 1532301312 342485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18205] ppid=18198 vsize=1496388 CPUtime=139.22
/proc/18200/task/18205/stat : 18205 (java) R 18198 18200 17711 0 -1 64 531805 0 0 0 13688 234 0 0 25 0 13 0 165222663 1532301312 342485 1992294400 134512640 134550932 4294956016 18446744073709551615 105880850 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18206] ppid=18198 vsize=1496388 CPUtime=0
/proc/18200/task/18206/stat : 18206 (java) S 18198 18200 17711 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165222663 1532301312 342485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18207] ppid=18198 vsize=1496388 CPUtime=0
/proc/18200/task/18207/stat : 18207 (java) S 18198 18200 17711 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165222663 1532301312 342485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18208] ppid=18198 vsize=1496388 CPUtime=0
/proc/18200/task/18208/stat : 18208 (java) S 18198 18200 17711 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165222667 1532301312 342485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18209] ppid=18198 vsize=1496388 CPUtime=0.4
/proc/18200/task/18209/stat : 18209 (java) S 18198 18200 17711 0 -1 64 811 0 0 0 40 0 0 0 17 0 13 0 165222667 1532301312 342485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18210] ppid=18198 vsize=1496388 CPUtime=0.33
/proc/18200/task/18210/stat : 18210 (java) S 18198 18200 17711 0 -1 64 755 0 0 0 33 0 0 0 16 0 13 0 165222667 1532301312 342485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18211] ppid=18198 vsize=1496388 CPUtime=0
/proc/18200/task/18211/stat : 18211 (java) S 18198 18200 17711 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165222667 1532301312 342485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18212] ppid=18198 vsize=1496388 CPUtime=0
/proc/18200/task/18212/stat : 18212 (java) S 18198 18200 17711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165222667 1532301312 342485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18213] ppid=18198 vsize=1496388 CPUtime=0
/proc/18200/task/18213/stat : 18213 (java) S 18198 18200 17711 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165239169 1532301312 342485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 211.88
Current children cumulated vsize (KiB) 1496388

[startup+196.703 s]
/proc/loadavg: 1.06 1.11 1.04 2/77 18213
/proc/meminfo: memFree=31488/2055920 swapFree=4182548/4192956
[pid=18200] ppid=18198 vsize=1512388 CPUtime=213.48
/proc/18200/stat : 18200 (java) S 18198 18200 17711 0 -1 0 908331 0 1 0 20917 431 0 0 18 0 13 0 165222658 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18200/statm: 378097 346485 1418 9 0 375440 0
[pid=18200/tid=18202] ppid=18198 vsize=1512388 CPUtime=37.95
/proc/18200/task/18202/stat : 18202 (java) S 18198 18200 17711 0 -1 64 31028 0 1 0 3768 27 0 0 17 0 13 0 165222659 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18203] ppid=18198 vsize=1512388 CPUtime=16.73
/proc/18200/task/18203/stat : 18203 (java) S 18198 18200 17711 0 -1 64 147314 0 0 0 1599 74 0 0 16 0 13 0 165222661 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18204] ppid=18198 vsize=1512388 CPUtime=17.19
/proc/18200/task/18204/stat : 18204 (java) S 18198 18200 17711 0 -1 64 187868 0 0 0 1629 90 0 0 16 0 13 0 165222661 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18205] ppid=18198 vsize=1512388 CPUtime=140.83
/proc/18200/task/18205/stat : 18205 (java) R 18198 18200 17711 0 -1 64 539806 0 0 0 13845 238 0 0 25 0 13 0 165222663 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 106158044 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18206] ppid=18198 vsize=1512388 CPUtime=0
/proc/18200/task/18206/stat : 18206 (java) S 18198 18200 17711 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165222663 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18207] ppid=18198 vsize=1512388 CPUtime=0
/proc/18200/task/18207/stat : 18207 (java) S 18198 18200 17711 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165222663 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18208] ppid=18198 vsize=1512388 CPUtime=0
/proc/18200/task/18208/stat : 18208 (java) S 18198 18200 17711 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165222667 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18209] ppid=18198 vsize=1512388 CPUtime=0.4
/proc/18200/task/18209/stat : 18209 (java) S 18198 18200 17711 0 -1 64 811 0 0 0 40 0 0 0 17 0 13 0 165222667 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18210] ppid=18198 vsize=1512388 CPUtime=0.33
/proc/18200/task/18210/stat : 18210 (java) S 18198 18200 17711 0 -1 64 755 0 0 0 33 0 0 0 16 0 13 0 165222667 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18211] ppid=18198 vsize=1512388 CPUtime=0
/proc/18200/task/18211/stat : 18211 (java) S 18198 18200 17711 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165222667 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18212] ppid=18198 vsize=1512388 CPUtime=0
/proc/18200/task/18212/stat : 18212 (java) S 18198 18200 17711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165222667 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18213] ppid=18198 vsize=1512388 CPUtime=0
/proc/18200/task/18213/stat : 18213 (java) S 18198 18200 17711 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165239169 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 213.48
Current children cumulated vsize (KiB) 1512388

[startup+198.302 s]
/proc/loadavg: 1.06 1.11 1.04 2/77 18213
/proc/meminfo: memFree=31488/2055920 swapFree=4182548/4192956
[pid=18200] ppid=18198 vsize=1512388 CPUtime=215.08
/proc/18200/stat : 18200 (java) S 18198 18200 17711 0 -1 0 908331 0 1 0 21077 431 0 0 18 0 13 0 165222658 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18200/statm: 378097 346485 1418 9 0 375440 0
[pid=18200/tid=18202] ppid=18198 vsize=1512388 CPUtime=37.95
/proc/18200/task/18202/stat : 18202 (java) S 18198 18200 17711 0 -1 64 31028 0 1 0 3768 27 0 0 17 0 13 0 165222659 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18203] ppid=18198 vsize=1512388 CPUtime=16.73
/proc/18200/task/18203/stat : 18203 (java) S 18198 18200 17711 0 -1 64 147314 0 0 0 1599 74 0 0 16 0 13 0 165222661 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18204] ppid=18198 vsize=1512388 CPUtime=17.19
/proc/18200/task/18204/stat : 18204 (java) S 18198 18200 17711 0 -1 64 187868 0 0 0 1629 90 0 0 16 0 13 0 165222661 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18205] ppid=18198 vsize=1512388 CPUtime=142.43
/proc/18200/task/18205/stat : 18205 (java) R 18198 18200 17711 0 -1 64 539806 0 0 0 14005 238 0 0 25 0 13 0 165222663 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18206] ppid=18198 vsize=1512388 CPUtime=0
/proc/18200/task/18206/stat : 18206 (java) S 18198 18200 17711 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165222663 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18207] ppid=18198 vsize=1512388 CPUtime=0
/proc/18200/task/18207/stat : 18207 (java) S 18198 18200 17711 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165222663 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18208] ppid=18198 vsize=1512388 CPUtime=0
/proc/18200/task/18208/stat : 18208 (java) S 18198 18200 17711 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165222667 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18209] ppid=18198 vsize=1512388 CPUtime=0.4
/proc/18200/task/18209/stat : 18209 (java) S 18198 18200 17711 0 -1 64 811 0 0 0 40 0 0 0 17 0 13 0 165222667 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18210] ppid=18198 vsize=1512388 CPUtime=0.33
/proc/18200/task/18210/stat : 18210 (java) S 18198 18200 17711 0 -1 64 755 0 0 0 33 0 0 0 16 0 13 0 165222667 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18211] ppid=18198 vsize=1512388 CPUtime=0
/proc/18200/task/18211/stat : 18211 (java) S 18198 18200 17711 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165222667 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18212] ppid=18198 vsize=1512388 CPUtime=0
/proc/18200/task/18212/stat : 18212 (java) S 18198 18200 17711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165222667 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18213] ppid=18198 vsize=1512388 CPUtime=0
/proc/18200/task/18213/stat : 18213 (java) S 18198 18200 17711 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165239169 1548685312 346485 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 215.08
Current children cumulated vsize (KiB) 1512388

[startup+198.702 s]
/proc/loadavg: 1.06 1.11 1.04 2/77 18213
/proc/meminfo: memFree=31488/2055920 swapFree=4182548/4192956
[pid=18200] ppid=18198 vsize=1480384 CPUtime=215.48
/proc/18200/stat : 18200 (java) S 18198 18200 17711 0 -1 0 908339 0 1 0 21116 432 0 0 18 0 12 0 165222658 1515913216 338492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18200/statm: 370096 338492 1419 9 0 367439 0
[pid=18200/tid=18202] ppid=18198 vsize=1480384 CPUtime=37.95
/proc/18200/task/18202/stat : 18202 (java) S 18198 18200 17711 0 -1 64 31029 0 1 0 3768 27 0 0 16 0 12 0 165222659 1515913216 338492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18203] ppid=18198 vsize=1480384 CPUtime=16.73
/proc/18200/task/18203/stat : 18203 (java) S 18198 18200 17711 0 -1 64 147314 0 0 0 1599 74 0 0 16 0 12 0 165222661 1515913216 338492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18204] ppid=18198 vsize=1480384 CPUtime=17.19
/proc/18200/task/18204/stat : 18204 (java) S 18198 18200 17711 0 -1 64 187868 0 0 0 1629 90 0 0 16 0 12 0 165222661 1515913216 338492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18205] ppid=18198 vsize=1480384 CPUtime=142.82
/proc/18200/task/18205/stat : 18205 (java) R 18198 18200 17711 0 -1 64 539806 0 0 0 14044 238 0 0 25 0 12 0 165222663 1515913216 338492 1992294400 134512640 134550932 4294956016 18446744073709551615 106158404 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18206] ppid=18198 vsize=1480384 CPUtime=0
/proc/18200/task/18206/stat : 18206 (java) S 18198 18200 17711 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165222663 1515913216 338492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18207] ppid=18198 vsize=1480384 CPUtime=0
/proc/18200/task/18207/stat : 18207 (java) S 18198 18200 17711 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165222663 1515913216 338492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18208] ppid=18198 vsize=1480384 CPUtime=0
/proc/18200/task/18208/stat : 18208 (java) S 18198 18200 17711 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165222667 1515913216 338492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18209] ppid=18198 vsize=1480384 CPUtime=0.4
/proc/18200/task/18209/stat : 18209 (java) S 18198 18200 17711 0 -1 64 811 0 0 0 40 0 0 0 17 0 12 0 165222667 1515913216 338492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18210] ppid=18198 vsize=1480384 CPUtime=0.33
/proc/18200/task/18210/stat : 18210 (java) S 18198 18200 17711 0 -1 64 755 0 0 0 33 0 0 0 16 0 12 0 165222667 1515913216 338492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18200/tid=18211] ppid=18198 vsize=1480384 CPUtime=0
/proc/18200/task/18211/stat : 18211 (java) S 18198 18200 17711 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165222667 1515913216 338492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18200/tid=18212] ppid=18198 vsize=1480384 CPUtime=0
/proc/18200/task/18212/stat : 18212 (java) S 18198 18200 17711 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165222667 1515913216 338492 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 215.48
Current children cumulated vsize (KiB) 1480384

[startup+199.106 s]
/proc/loadavg: 1.06 1.11 1.04 2/66 18213
/proc/meminfo: memFree=436352/2055920 swapFree=4182548/4192956
[pid=18200] ppid=18198 vsize=0 CPUtime=215.87
/proc/18200/stat : 18200 (java) Z 18198 18200 17711 0 -1 12 908344 0 1 0 21139 448 0 0 16 0 2 0 165222658 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18200/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 215.87
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 199.144
CPU time (s): 215.911
CPU user time (s): 211.392
CPU system time (s): 4.51931
CPU usage (%): 108.42
Max. virtual memory (cumulated for all children) (KiB): 1528392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 211.392
system time used= 4.51931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 908344
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5289
involuntary context switches= 4575

runsolver used 0.264959 second user time and 0.553915 second system time

The end

Launcher Data

Begin job on node17 at 2009-06-14 12:43:44
IDJOB=1859705
IDBENCH=71901
IDSOLVER=682
FILE ID=node17/1859705-1244976214
PBS_JOBID= 9355026
Free space on /tmp= 66284 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_3000_5__126_2812__256.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1859705-1244976214/watcher-1859705-1244976214 -o /tmp/evaluation-result-1859705-1244976214/solver-1859705-1244976214 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859705-1244976214.opb

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

MD5SUM BENCH= 8b626683195681f98573c11853056c85
RANDOM SEED=2094963005

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
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.214
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:       1161160 kB
Buffers:         77588 kB
Cached:         727172 kB
SwapCached:       5052 kB
Active:         305436 kB
Inactive:       508196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1161160 kB
SwapTotal:     4192956 kB
SwapFree:      4182548 kB
Dirty:          190972 kB
Writeback:           0 kB
Mapped:          13748 kB
Slab:            67040 kB
Committed_AS:   139052 kB
PageTables:       1468 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= 66284 MiB
End job on node17 at 2009-06-14 12:47:03