Trace number 1859616

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (exit code) 210.237 193.391

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__512.opb
MD5SUM0f92d181b92c9b1b2ec7960910124750
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 variables7682998
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 constraint512
Maximum length of a constraint23041
Number of terms in the objective function 7680000
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 260084044288
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 260084044288
Number of bits of the biggest sum of numbers38
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	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.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1859616-1244973980.opb
0.22/0.22	c reading problem ... 
185.58/168.72	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
185.58/168.72		at org.sat4j.minisat.constraints.cnf.Lits.getFromPool(Unknown Source)
185.58/168.72		at org.sat4j.minisat.core.Solver.dimacs2internal(Unknown Source)
185.58/168.72		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
185.58/168.72		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
185.58/168.72		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
185.58/168.72		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
185.58/168.72		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
185.58/168.72		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
185.58/168.72		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
185.58/168.72		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
185.58/168.72		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
185.58/168.72		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
185.58/168.72		at org.sat4j.AbstractLauncher.run(Unknown Source)
185.58/168.72		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
193.57/176.74	c starts		: 0
193.57/176.74	c conflicts		: 0
193.57/176.74	c decisions		: 0
193.57/176.74	c propagations		: 0
193.57/176.74	c inspects		: 0
193.57/176.74	c learnt literals	: 0
193.57/176.74	c learnt binary clauses	: 0
193.57/176.74	c learnt ternary clauses	: 0
193.57/176.74	c learnt clauses	: 0
193.57/176.74	c ignored clauses	: 0
193.57/176.74	c root simplifications	: 0
193.57/176.74	c removed literals (reason simplification)	: 0
193.57/176.74	c reason swapping (by a shorter reason)	: 0
193.57/176.74	c Calls to reduceDB	: 0
193.57/176.74	c speed (assignments/second)	: 0.0
193.57/176.74	c non guided choices	0
209.56/192.74	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
209.56/192.74		at org.sat4j.core.Vec.iterator(Unknown Source)
209.56/192.74		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Unknown Source)
209.56/192.74		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
209.56/192.74		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
209.56/192.74		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
209.56/192.74		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
209.56/192.74		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

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-1859616-1244973980/watcher-1859616-1244973980 -o /tmp/evaluation-result-1859616-1244973980/solver-1859616-1244973980 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1859616-1244973980.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.18 1.06 1.01 2/65 19750
/proc/meminfo: memFree=817688/2055920 swapFree=4182568/4192956
[pid=19750] ppid=19748 vsize=152 CPUtime=0
/proc/19750/stat : 19750 (java6) R 19748 19750 18821 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 164997047 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 12218667 0 0 4096 0 0 0 0 17 1 0 0
/proc/19750/statm: 38 26 19 9 0 4 0

[startup+0.105273 s]
/proc/loadavg: 1.18 1.06 1.01 2/65 19750
/proc/meminfo: memFree=817688/2055920 swapFree=4182568/4192956
[pid=19750] ppid=19748 vsize=1472584 CPUtime=0.09
/proc/19750/stat : 19750 (java) S 19748 19750 18821 0 -1 0 3637 0 1 0 7 2 0 0 18 0 12 0 164997047 1507926016 3380 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19750/statm: 368146 3380 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.201284 s]
/proc/loadavg: 1.18 1.06 1.01 2/65 19750
/proc/meminfo: memFree=817688/2055920 swapFree=4182568/4192956
[pid=19750] ppid=19748 vsize=1475008 CPUtime=0.22
/proc/19750/stat : 19750 (java) S 19748 19750 18821 0 -1 0 4725 0 1 0 19 3 0 0 18 0 12 0 164997047 1510408192 4463 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19750/statm: 368752 4463 1340 9 0 366095 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1475008

[startup+0.30131 s]
/proc/loadavg: 1.18 1.06 1.01 2/65 19750
/proc/meminfo: memFree=817688/2055920 swapFree=4182568/4192956
[pid=19750] ppid=19748 vsize=1474880 CPUtime=0.32
/proc/19750/stat : 19750 (java) S 19748 19750 18821 0 -1 0 18514 0 1 0 24 8 0 0 18 0 12 0 164997047 1510277120 18252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19750/statm: 368720 18252 1343 9 0 366063 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1474880

[startup+0.701358 s]
/proc/loadavg: 1.18 1.06 1.01 2/65 19750
/proc/meminfo: memFree=817688/2055920 swapFree=4182568/4192956
[pid=19750] ppid=19748 vsize=1474880 CPUtime=0.96
/proc/19750/stat : 19750 (java) S 19748 19750 18821 0 -1 0 70776 0 1 0 58 38 0 0 18 0 12 0 164997047 1510277120 70513 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19750/statm: 368720 70513 1360 9 0 366063 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1474880

[startup+1.50147 s]
/proc/loadavg: 1.40 1.10 1.03 2/77 19762
/proc/meminfo: memFree=539896/2055920 swapFree=4182568/4192956
[pid=19750] ppid=19748 vsize=1475528 CPUtime=2.09
/proc/19750/stat : 19750 (java) S 19748 19750 18821 0 -1 0 89754 0 1 0 161 48 0 0 18 0 12 0 164997047 1510940672 89286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19750/statm: 368882 89296 1402 9 0 366225 0
[pid=19750/tid=19752] ppid=19748 vsize=1475528 CPUtime=1.05
/proc/19750/task/19752/stat : 19752 (java) S 19748 19750 18821 0 -1 64 30921 0 1 0 92 13 0 0 25 0 12 0 164997049 1510940672 89302 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19753] ppid=19748 vsize=1475528 CPUtime=0.32
/proc/19750/task/19753/stat : 19753 (java) R 19748 19750 18821 0 -1 64 26318 0 0 0 17 15 0 0 17 0 12 0 164997050 1510940672 89311 1992294400 134512640 134550932 4294956000 18446744073709551615 106196750 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19754] ppid=19748 vsize=1475528 CPUtime=0.33
/proc/19750/task/19754/stat : 19754 (java) R 19748 19750 18821 0 -1 64 30665 0 0 0 16 17 0 0 17 0 12 0 164997050 1510940672 89352 1992294400 134512640 134550932 4294956000 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19755] ppid=19748 vsize=1475528 CPUtime=0
/proc/19750/task/19755/stat : 19755 (java) S 19748 19750 18821 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 164997052 1510940672 89358 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19756] ppid=19748 vsize=1475528 CPUtime=0
/proc/19750/task/19756/stat : 19756 (java) S 19748 19750 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 164997053 1510940672 89363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19757] ppid=19748 vsize=1475528 CPUtime=0
/proc/19750/task/19757/stat : 19757 (java) S 19748 19750 18821 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 164997053 1510940672 89369 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19758] ppid=19748 vsize=1475528 CPUtime=0
/proc/19750/task/19758/stat : 19758 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164997057 1510940672 89376 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19759] ppid=19748 vsize=1475528 CPUtime=0.19
/proc/19750/task/19759/stat : 19759 (java) S 19748 19750 18821 0 -1 64 509 0 0 0 19 0 0 0 17 0 12 0 164997057 1510940672 89383 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19760] ppid=19748 vsize=1475528 CPUtime=0.14
/proc/19750/task/19760/stat : 19760 (java) S 19748 19750 18821 0 -1 64 655 0 0 0 14 0 0 0 16 0 12 0 164997057 1510940672 89390 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19761] ppid=19748 vsize=1475528 CPUtime=0
/proc/19750/task/19761/stat : 19761 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164997057 1510940672 89397 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19762] ppid=19748 vsize=1475528 CPUtime=0
/proc/19750/task/19762/stat : 19762 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164997057 1510940672 89404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1475528

[startup+3.1027 s]
/proc/loadavg: 1.40 1.10 1.03 2/77 19762
/proc/meminfo: memFree=442488/2055920 swapFree=4182568/4192956
[pid=19750] ppid=19748 vsize=1475528 CPUtime=3.88
/proc/19750/stat : 19750 (java) S 19748 19750 18821 0 -1 0 99123 0 1 0 334 54 0 0 18 0 12 0 164997047 1510940672 98448 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19750/statm: 368882 98449 1402 9 0 366225 0
[pid=19750/tid=19752] ppid=19748 vsize=1475528 CPUtime=2.44
/proc/19750/task/19752/stat : 19752 (java) S 19748 19750 18821 0 -1 64 30922 0 1 0 230 14 0 0 25 0 12 0 164997049 1510940672 98450 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19753] ppid=19748 vsize=1475528 CPUtime=0.52
/proc/19750/task/19753/stat : 19753 (java) R 19748 19750 18821 0 -1 64 27829 0 0 0 36 16 0 0 17 0 12 0 164997050 1510940672 98451 1992294400 134512640 134550932 4294956000 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19754] ppid=19748 vsize=1475528 CPUtime=0.55
/proc/19750/task/19754/stat : 19754 (java) R 19748 19750 18821 0 -1 64 38457 0 0 0 33 22 0 0 17 0 12 0 164997050 1510940672 98453 1992294400 134512640 134550932 4294956000 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19755] ppid=19748 vsize=1475528 CPUtime=0
/proc/19750/task/19755/stat : 19755 (java) S 19748 19750 18821 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 164997052 1510940672 98454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19756] ppid=19748 vsize=1475528 CPUtime=0
/proc/19750/task/19756/stat : 19756 (java) S 19748 19750 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 164997053 1510940672 98455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19757] ppid=19748 vsize=1475528 CPUtime=0
/proc/19750/task/19757/stat : 19757 (java) S 19748 19750 18821 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 164997053 1510940672 98456 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19758] ppid=19748 vsize=1475528 CPUtime=0
/proc/19750/task/19758/stat : 19758 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164997057 1510940672 98457 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19759] ppid=19748 vsize=1475528 CPUtime=0.19
/proc/19750/task/19759/stat : 19759 (java) S 19748 19750 18821 0 -1 64 509 0 0 0 19 0 0 0 17 0 12 0 164997057 1510940672 98458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19760] ppid=19748 vsize=1475528 CPUtime=0.14
/proc/19750/task/19760/stat : 19760 (java) S 19748 19750 18821 0 -1 64 655 0 0 0 14 0 0 0 16 0 12 0 164997057 1510940672 98459 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19761] ppid=19748 vsize=1475528 CPUtime=0
/proc/19750/task/19761/stat : 19761 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164997057 1510940672 98460 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19762] ppid=19748 vsize=1475528 CPUtime=0
/proc/19750/task/19762/stat : 19762 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164997057 1510940672 98461 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 1475528

[startup+6.30115 s]
/proc/loadavg: 1.37 1.10 1.03 2/76 19762
/proc/meminfo: memFree=404416/2055920 swapFree=4182568/4192956
[pid=19750] ppid=19748 vsize=1475340 CPUtime=7.39
/proc/19750/stat : 19750 (java) S 19748 19750 18821 0 -1 0 112180 0 1 0 678 61 0 0 18 0 12 0 164997047 1510748160 110455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19750/statm: 368835 110455 1402 9 0 366178 0
[pid=19750/tid=19752] ppid=19748 vsize=1475340 CPUtime=5.31
/proc/19750/task/19752/stat : 19752 (java) R 19748 19750 18821 0 -1 64 30926 0 1 0 517 14 0 0 20 0 12 0 164997049 1510748160 110455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19753] ppid=19748 vsize=1475340 CPUtime=0.84
/proc/19750/task/19753/stat : 19753 (java) S 19748 19750 18821 0 -1 64 33792 0 0 0 65 19 0 0 18 0 12 0 164997050 1510748160 110455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19754] ppid=19748 vsize=1475340 CPUtime=0.87
/proc/19750/task/19754/stat : 19754 (java) S 19748 19750 18821 0 -1 64 45538 0 0 0 61 26 0 0 16 0 12 0 164997050 1510748160 110455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19755] ppid=19748 vsize=1475340 CPUtime=0
/proc/19750/task/19755/stat : 19755 (java) S 19748 19750 18821 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 164997052 1510748160 110455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19756] ppid=19748 vsize=1475340 CPUtime=0
/proc/19750/task/19756/stat : 19756 (java) S 19748 19750 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 164997053 1510748160 110455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19757] ppid=19748 vsize=1475340 CPUtime=0
/proc/19750/task/19757/stat : 19757 (java) S 19748 19750 18821 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 164997053 1510748160 110455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19758] ppid=19748 vsize=1475340 CPUtime=0
/proc/19750/task/19758/stat : 19758 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164997057 1510748160 110455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19759] ppid=19748 vsize=1475340 CPUtime=0.19
/proc/19750/task/19759/stat : 19759 (java) S 19748 19750 18821 0 -1 64 509 0 0 0 19 0 0 0 16 0 12 0 164997057 1510748160 110455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19760] ppid=19748 vsize=1475340 CPUtime=0.14
/proc/19750/task/19760/stat : 19760 (java) S 19748 19750 18821 0 -1 64 655 0 0 0 14 0 0 0 16 0 12 0 164997057 1510748160 110455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19761] ppid=19748 vsize=1475340 CPUtime=0
/proc/19750/task/19761/stat : 19761 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164997057 1510748160 110455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19762] ppid=19748 vsize=1475340 CPUtime=0
/proc/19750/task/19762/stat : 19762 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164997057 1510748160 110455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 1475340

[startup+12.7021 s]
/proc/loadavg: 1.34 1.10 1.02 3/76 19762
/proc/meminfo: memFree=289344/2055920 swapFree=4182568/4192956
[pid=19750] ppid=19748 vsize=1478856 CPUtime=14.99
/proc/19750/stat : 19750 (java) S 19748 19750 18821 0 -1 0 140653 0 1 0 1424 75 0 0 18 0 12 0 164997047 1514348544 136070 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19750/statm: 369714 136070 1407 9 0 367057 0
[pid=19750/tid=19752] ppid=19748 vsize=1478856 CPUtime=10.46
/proc/19750/task/19752/stat : 19752 (java) R 19748 19750 18821 0 -1 64 30935 0 1 0 1031 15 0 0 19 0 12 0 164997049 1514348544 136070 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19753] ppid=19748 vsize=1478856 CPUtime=2.05
/proc/19750/task/19753/stat : 19753 (java) S 19748 19750 18821 0 -1 64 44130 0 0 0 181 24 0 0 16 0 12 0 164997050 1514348544 136070 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19754] ppid=19748 vsize=1478856 CPUtime=2.08
/proc/19750/task/19754/stat : 19754 (java) S 19748 19750 18821 0 -1 64 63659 0 0 0 175 33 0 0 17 0 12 0 164997050 1514348544 136070 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19755] ppid=19748 vsize=1478856 CPUtime=0
/proc/19750/task/19755/stat : 19755 (java) S 19748 19750 18821 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 164997052 1514348544 136070 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19756] ppid=19748 vsize=1478856 CPUtime=0
/proc/19750/task/19756/stat : 19756 (java) S 19748 19750 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 164997053 1514348544 136070 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19757] ppid=19748 vsize=1478856 CPUtime=0
/proc/19750/task/19757/stat : 19757 (java) S 19748 19750 18821 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 164997053 1514348544 136070 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19758] ppid=19748 vsize=1478856 CPUtime=0
/proc/19750/task/19758/stat : 19758 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164997057 1514348544 136070 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19759] ppid=19748 vsize=1478856 CPUtime=0.2
/proc/19750/task/19759/stat : 19759 (java) S 19748 19750 18821 0 -1 64 514 0 0 0 20 0 0 0 16 0 12 0 164997057 1514348544 136070 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19760] ppid=19748 vsize=1478856 CPUtime=0.14
/proc/19750/task/19760/stat : 19760 (java) S 19748 19750 18821 0 -1 64 655 0 0 0 14 0 0 0 16 0 12 0 164997057 1514348544 136070 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19761] ppid=19748 vsize=1478856 CPUtime=0
/proc/19750/task/19761/stat : 19761 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164997057 1514348544 136070 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19762] ppid=19748 vsize=1478856 CPUtime=0
/proc/19750/task/19762/stat : 19762 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164997057 1514348544 136070 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.99
Current children cumulated vsize (KiB) 1478856

[startup+25.5019 s]
/proc/loadavg: 1.29 1.10 1.02 2/76 19762
/proc/meminfo: memFree=126208/2055920 swapFree=4182568/4192956
[pid=19750] ppid=19748 vsize=1478856 CPUtime=30.88
/proc/19750/stat : 19750 (java) S 19748 19750 18821 0 -1 0 183015 0 1 0 2987 101 0 0 18 0 12 0 164997047 1514348544 175335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19750/statm: 369714 175335 1407 9 0 367057 0
[pid=19750/tid=19752] ppid=19748 vsize=1478856 CPUtime=20.06
/proc/19750/task/19752/stat : 19752 (java) S 19748 19750 18821 0 -1 64 30949 0 1 0 1987 19 0 0 23 0 12 0 164997049 1514348544 175335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19753] ppid=19748 vsize=1478856 CPUtime=5.22
/proc/19750/task/19753/stat : 19753 (java) R 19748 19750 18821 0 -1 64 63044 0 0 0 488 34 0 0 18 0 12 0 164997050 1514348544 175335 1992294400 134512640 134550932 4294956000 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19754] ppid=19748 vsize=1478856 CPUtime=5.17
/proc/19750/task/19754/stat : 19754 (java) R 19748 19750 18821 0 -1 64 87088 0 0 0 472 45 0 0 17 0 12 0 164997050 1514348544 175335 1992294400 134512640 134550932 4294956000 18446744073709551615 106205051 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19755] ppid=19748 vsize=1478856 CPUtime=0
/proc/19750/task/19755/stat : 19755 (java) S 19748 19750 18821 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 164997052 1514348544 175335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19756] ppid=19748 vsize=1478856 CPUtime=0
/proc/19750/task/19756/stat : 19756 (java) S 19748 19750 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 164997053 1514348544 175335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19757] ppid=19748 vsize=1478856 CPUtime=0
/proc/19750/task/19757/stat : 19757 (java) S 19748 19750 18821 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 164997053 1514348544 175335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19758] ppid=19748 vsize=1478856 CPUtime=0
/proc/19750/task/19758/stat : 19758 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164997057 1514348544 175335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19759] ppid=19748 vsize=1478856 CPUtime=0.2

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

[pid=19750/tid=19754] ppid=19748 vsize=1497488 CPUtime=17.84
/proc/19750/task/19754/stat : 19754 (java) S 19748 19750 18821 0 -1 64 154159 0 0 0 1705 79 0 0 17 0 13 0 164997050 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19755] ppid=19748 vsize=1497488 CPUtime=117.09
/proc/19750/task/19755/stat : 19755 (java) R 19748 19750 18821 0 -1 64 526024 0 0 0 11478 231 0 0 25 0 13 0 164997052 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 104177852 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19756] ppid=19748 vsize=1497488 CPUtime=0
/proc/19750/task/19756/stat : 19756 (java) S 19748 19750 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164997053 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19757] ppid=19748 vsize=1497488 CPUtime=0
/proc/19750/task/19757/stat : 19757 (java) S 19748 19750 18821 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164997053 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19758] ppid=19748 vsize=1497488 CPUtime=0
/proc/19750/task/19758/stat : 19758 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164997057 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19759] ppid=19748 vsize=1497488 CPUtime=0.41
/proc/19750/task/19759/stat : 19759 (java) S 19748 19750 18821 0 -1 64 643 0 0 0 41 0 0 0 17 0 13 0 164997057 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19760] ppid=19748 vsize=1497488 CPUtime=0.38
/proc/19750/task/19760/stat : 19760 (java) S 19748 19750 18821 0 -1 64 1367 0 0 0 38 0 0 0 17 0 13 0 164997057 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19761] ppid=19748 vsize=1497488 CPUtime=0
/proc/19750/task/19761/stat : 19761 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164997057 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19762] ppid=19748 vsize=1497488 CPUtime=0
/proc/19750/task/19762/stat : 19762 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164997057 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19763] ppid=19748 vsize=1497488 CPUtime=0
/proc/19750/task/19763/stat : 19763 (java) S 19748 19750 18821 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165013920 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 202.46
Current children cumulated vsize (KiB) 1497488

[startup+188.802 s]
/proc/loadavg: 1.07 1.10 1.03 2/77 19763
/proc/meminfo: memFree=35192/2055920 swapFree=4182568/4192956
[pid=19750] ppid=19748 vsize=1497488 CPUtime=205.66
/proc/19750/stat : 19750 (java) S 19748 19750 18821 0 -1 0 893702 0 1 0 20132 434 0 0 18 0 13 0 164997047 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19750/statm: 374372 342903 1419 9 0 371715 0
[pid=19750/tid=19752] ppid=19748 vsize=1497488 CPUtime=49.77
/proc/19750/task/19752/stat : 19752 (java) S 19748 19750 18821 0 -1 64 31030 0 1 0 4950 27 0 0 18 0 13 0 164997049 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19753] ppid=19748 vsize=1497488 CPUtime=16.9
/proc/19750/task/19753/stat : 19753 (java) S 19748 19750 18821 0 -1 64 163785 0 0 0 1604 86 0 0 16 0 13 0 164997050 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19754] ppid=19748 vsize=1497488 CPUtime=17.84
/proc/19750/task/19754/stat : 19754 (java) S 19748 19750 18821 0 -1 64 154159 0 0 0 1705 79 0 0 17 0 13 0 164997050 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19755] ppid=19748 vsize=1497488 CPUtime=120.29
/proc/19750/task/19755/stat : 19755 (java) R 19748 19750 18821 0 -1 64 541969 0 0 0 11791 238 0 0 25 0 13 0 164997052 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 104177882 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19756] ppid=19748 vsize=1497488 CPUtime=0
/proc/19750/task/19756/stat : 19756 (java) S 19748 19750 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164997053 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19757] ppid=19748 vsize=1497488 CPUtime=0
/proc/19750/task/19757/stat : 19757 (java) S 19748 19750 18821 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164997053 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19758] ppid=19748 vsize=1497488 CPUtime=0
/proc/19750/task/19758/stat : 19758 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164997057 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19759] ppid=19748 vsize=1497488 CPUtime=0.41
/proc/19750/task/19759/stat : 19759 (java) S 19748 19750 18821 0 -1 64 643 0 0 0 41 0 0 0 17 0 13 0 164997057 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19760] ppid=19748 vsize=1497488 CPUtime=0.38
/proc/19750/task/19760/stat : 19760 (java) S 19748 19750 18821 0 -1 64 1367 0 0 0 38 0 0 0 17 0 13 0 164997057 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19761] ppid=19748 vsize=1497488 CPUtime=0
/proc/19750/task/19761/stat : 19761 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164997057 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19762] ppid=19748 vsize=1497488 CPUtime=0
/proc/19750/task/19762/stat : 19762 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164997057 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19763] ppid=19748 vsize=1497488 CPUtime=0
/proc/19750/task/19763/stat : 19763 (java) S 19748 19750 18821 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165013920 1533427712 342903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 205.66
Current children cumulated vsize (KiB) 1497488

[startup+190.407 s]
/proc/loadavg: 1.07 1.10 1.03 2/77 19763
/proc/meminfo: memFree=35192/2055920 swapFree=4182568/4192956
[pid=19750] ppid=19748 vsize=1513488 CPUtime=207.27
/proc/19750/stat : 19750 (java) S 19748 19750 18821 0 -1 0 901703 0 1 0 20289 438 0 0 18 0 13 0 164997047 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19750/statm: 378372 346903 1419 9 0 375715 0
[pid=19750/tid=19752] ppid=19748 vsize=1513488 CPUtime=49.77
/proc/19750/task/19752/stat : 19752 (java) S 19748 19750 18821 0 -1 64 31030 0 1 0 4950 27 0 0 18 0 13 0 164997049 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19753] ppid=19748 vsize=1513488 CPUtime=16.9
/proc/19750/task/19753/stat : 19753 (java) S 19748 19750 18821 0 -1 64 163785 0 0 0 1604 86 0 0 16 0 13 0 164997050 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19754] ppid=19748 vsize=1513488 CPUtime=17.84
/proc/19750/task/19754/stat : 19754 (java) S 19748 19750 18821 0 -1 64 154159 0 0 0 1705 79 0 0 17 0 13 0 164997050 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19755] ppid=19748 vsize=1513488 CPUtime=121.89
/proc/19750/task/19755/stat : 19755 (java) R 19748 19750 18821 0 -1 64 549970 0 0 0 11947 242 0 0 25 0 13 0 164997052 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19756] ppid=19748 vsize=1513488 CPUtime=0
/proc/19750/task/19756/stat : 19756 (java) S 19748 19750 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164997053 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19757] ppid=19748 vsize=1513488 CPUtime=0
/proc/19750/task/19757/stat : 19757 (java) S 19748 19750 18821 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164997053 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19758] ppid=19748 vsize=1513488 CPUtime=0
/proc/19750/task/19758/stat : 19758 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164997057 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19759] ppid=19748 vsize=1513488 CPUtime=0.41
/proc/19750/task/19759/stat : 19759 (java) S 19748 19750 18821 0 -1 64 643 0 0 0 41 0 0 0 17 0 13 0 164997057 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19760] ppid=19748 vsize=1513488 CPUtime=0.38
/proc/19750/task/19760/stat : 19760 (java) S 19748 19750 18821 0 -1 64 1367 0 0 0 38 0 0 0 17 0 13 0 164997057 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19761] ppid=19748 vsize=1513488 CPUtime=0
/proc/19750/task/19761/stat : 19761 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164997057 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19762] ppid=19748 vsize=1513488 CPUtime=0
/proc/19750/task/19762/stat : 19762 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164997057 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19763] ppid=19748 vsize=1513488 CPUtime=0
/proc/19750/task/19763/stat : 19763 (java) S 19748 19750 18821 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165013920 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 207.27
Current children cumulated vsize (KiB) 1513488

[startup+192.002 s]
/proc/loadavg: 1.06 1.09 1.03 2/77 19763
/proc/meminfo: memFree=35192/2055920 swapFree=4182568/4192956
[pid=19750] ppid=19748 vsize=1513488 CPUtime=208.86
/proc/19750/stat : 19750 (java) S 19748 19750 18821 0 -1 0 901703 0 1 0 20448 438 0 0 18 0 13 0 164997047 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19750/statm: 378372 346903 1419 9 0 375715 0
[pid=19750/tid=19752] ppid=19748 vsize=1513488 CPUtime=49.77
/proc/19750/task/19752/stat : 19752 (java) S 19748 19750 18821 0 -1 64 31030 0 1 0 4950 27 0 0 18 0 13 0 164997049 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19753] ppid=19748 vsize=1513488 CPUtime=16.9
/proc/19750/task/19753/stat : 19753 (java) S 19748 19750 18821 0 -1 64 163785 0 0 0 1604 86 0 0 16 0 13 0 164997050 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19754] ppid=19748 vsize=1513488 CPUtime=17.84
/proc/19750/task/19754/stat : 19754 (java) S 19748 19750 18821 0 -1 64 154159 0 0 0 1705 79 0 0 17 0 13 0 164997050 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19755] ppid=19748 vsize=1513488 CPUtime=123.49
/proc/19750/task/19755/stat : 19755 (java) R 19748 19750 18821 0 -1 64 549970 0 0 0 12107 242 0 0 25 0 13 0 164997052 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19756] ppid=19748 vsize=1513488 CPUtime=0
/proc/19750/task/19756/stat : 19756 (java) S 19748 19750 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164997053 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19757] ppid=19748 vsize=1513488 CPUtime=0
/proc/19750/task/19757/stat : 19757 (java) S 19748 19750 18821 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164997053 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19758] ppid=19748 vsize=1513488 CPUtime=0
/proc/19750/task/19758/stat : 19758 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164997057 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19759] ppid=19748 vsize=1513488 CPUtime=0.41
/proc/19750/task/19759/stat : 19759 (java) S 19748 19750 18821 0 -1 64 643 0 0 0 41 0 0 0 17 0 13 0 164997057 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19760] ppid=19748 vsize=1513488 CPUtime=0.38
/proc/19750/task/19760/stat : 19760 (java) S 19748 19750 18821 0 -1 64 1367 0 0 0 38 0 0 0 17 0 13 0 164997057 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19761] ppid=19748 vsize=1513488 CPUtime=0
/proc/19750/task/19761/stat : 19761 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164997057 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19762] ppid=19748 vsize=1513488 CPUtime=0
/proc/19750/task/19762/stat : 19762 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164997057 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19763] ppid=19748 vsize=1513488 CPUtime=0
/proc/19750/task/19763/stat : 19763 (java) S 19748 19750 18821 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165013920 1549811712 346903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 208.86
Current children cumulated vsize (KiB) 1513488

[startup+192.802 s]
/proc/loadavg: 1.06 1.09 1.03 2/77 19763
/proc/meminfo: memFree=35256/2055920 swapFree=4182568/4192956
[pid=19750] ppid=19748 vsize=1481484 CPUtime=209.65
/proc/19750/stat : 19750 (java) S 19748 19750 18821 0 -1 0 901706 0 1 0 20527 438 0 0 18 0 12 0 164997047 1517039616 338904 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19750/statm: 370371 338904 1420 9 0 367714 0
[pid=19750/tid=19752] ppid=19748 vsize=1481484 CPUtime=49.77
/proc/19750/task/19752/stat : 19752 (java) S 19748 19750 18821 0 -1 64 31031 0 1 0 4950 27 0 0 16 0 12 0 164997049 1517039616 338904 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19753] ppid=19748 vsize=1481484 CPUtime=16.9
/proc/19750/task/19753/stat : 19753 (java) S 19748 19750 18821 0 -1 64 163785 0 0 0 1604 86 0 0 16 0 12 0 164997050 1517039616 338904 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19754] ppid=19748 vsize=1481484 CPUtime=17.84
/proc/19750/task/19754/stat : 19754 (java) S 19748 19750 18821 0 -1 64 154159 0 0 0 1705 79 0 0 17 0 12 0 164997050 1517039616 338904 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19755] ppid=19748 vsize=1481484 CPUtime=124.29
/proc/19750/task/19755/stat : 19755 (java) R 19748 19750 18821 0 -1 64 549970 0 0 0 12186 243 0 0 25 0 12 0 164997052 1517039616 338904 1992294400 134512640 134550932 4294956000 18446744073709551615 106158070 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19756] ppid=19748 vsize=1481484 CPUtime=0
/proc/19750/task/19756/stat : 19756 (java) S 19748 19750 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 164997053 1517039616 338904 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19757] ppid=19748 vsize=1481484 CPUtime=0
/proc/19750/task/19757/stat : 19757 (java) S 19748 19750 18821 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 164997053 1517039616 338904 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19758] ppid=19748 vsize=1481484 CPUtime=0
/proc/19750/task/19758/stat : 19758 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164997057 1517039616 338904 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19759] ppid=19748 vsize=1481484 CPUtime=0.41
/proc/19750/task/19759/stat : 19759 (java) S 19748 19750 18821 0 -1 64 643 0 0 0 41 0 0 0 17 0 12 0 164997057 1517039616 338904 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19760] ppid=19748 vsize=1481484 CPUtime=0.38
/proc/19750/task/19760/stat : 19760 (java) S 19748 19750 18821 0 -1 64 1367 0 0 0 38 0 0 0 17 0 12 0 164997057 1517039616 338904 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19750/tid=19761] ppid=19748 vsize=1481484 CPUtime=0
/proc/19750/task/19761/stat : 19761 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164997057 1517039616 338904 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19750/tid=19762] ppid=19748 vsize=1481484 CPUtime=0
/proc/19750/task/19762/stat : 19762 (java) S 19748 19750 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164997057 1517039616 338904 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 209.65
Current children cumulated vsize (KiB) 1481484

[startup+193.201 s]
/proc/loadavg: 1.06 1.09 1.03 2/77 19763
/proc/meminfo: memFree=35256/2055920 swapFree=4182568/4192956
[pid=19750] ppid=19748 vsize=0 CPUtime=210.04
/proc/19750/stat : 19750 (java) Z 19748 19750 18821 0 -1 12 901712 0 1 0 20564 440 0 0 16 0 2 0 164997047 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19750/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 210.04
Current children cumulated vsize (KiB) 0

[startup+193.301 s]
/proc/loadavg: 1.06 1.09 1.03 2/77 19763
/proc/meminfo: memFree=35256/2055920 swapFree=4182568/4192956
[pid=19750] ppid=19748 vsize=0 CPUtime=210.14
/proc/19750/stat : 19750 (java) Z 19748 19750 18821 0 -1 12 901712 0 1 0 20564 450 0 0 16 0 2 0 164997047 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19750/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 210.14
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 193.391
CPU time (s): 210.237
CPU user time (s): 205.644
CPU system time (s): 4.5933
CPU usage (%): 108.711
Max. virtual memory (cumulated for all children) (KiB): 1529492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 205.644
system time used= 4.5933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 901712
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= 5372
involuntary context switches= 2429

runsolver used 0.208968 second user time and 0.526919 second system time

The end

Launcher Data

Begin job on node39 at 2009-06-14 12:06:40
IDJOB=1859616
IDBENCH=71857
IDSOLVER=681
FILE ID=node39/1859616-1244973980
PBS_JOBID= 9355042
Free space on /tmp= 65840 MiB

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

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

MD5SUM BENCH= 0f92d181b92c9b1b2ec7960910124750
RANDOM SEED=1945218005

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        818104 kB
Buffers:         77456 kB
Cached:        1065212 kB
SwapCached:       4220 kB
Active:         489012 kB
Inactive:       661596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        818104 kB
SwapTotal:     4192956 kB
SwapFree:      4182568 kB
Dirty:          248992 kB
Writeback:           0 kB
Mapped:          13660 kB
Slab:            73172 kB
Committed_AS:   119160 kB
PageTables:       1388 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= 65840 MiB
End job on node39 at 2009-06-14 12:09:53