Trace number 2660013

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? 231.825 215.471

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__512.opb
MD5SUMd5fa369dda5ecc7dd4bdafa11362a969
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 variables5121998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint512
Maximum length of a constraint22529
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 177420790272
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 177420790272
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.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100526
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	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.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
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 lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose 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-2660013-1276693813.opb
0.22/0.21	c reading problem ... 
194.87/178.56	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
194.87/178.57		at org.sat4j.core.Vec.<init>(Unknown Source)
194.87/178.57		at org.sat4j.core.Vec.<init>(Unknown Source)
194.87/178.57		at org.sat4j.pb.reader.OPBReader2007.readTerm(Unknown Source)
194.87/178.57		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
194.87/178.57		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
194.87/178.57		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
194.87/178.57		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
194.87/178.57		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
194.87/178.57		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
194.87/178.57		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
194.87/178.57		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
194.87/178.57		at org.sat4j.AbstractLauncher.run(Unknown Source)
194.87/178.57		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
204.76/188.40	c starts		: 0
204.76/188.40	c conflicts		: 0
204.76/188.40	c decisions		: 0
204.76/188.40	c propagations		: 0
204.76/188.40	c inspects		: 0
204.76/188.40	c learnt literals	: 0
204.76/188.40	c learnt binary clauses	: 0
204.76/188.40	c learnt ternary clauses	: 0
204.76/188.40	c learnt clauses	: 0
204.76/188.40	c ignored clauses	: 0
204.76/188.40	c root simplifications	: 0
204.76/188.40	c removed literals (reason simplification)	: 0
204.76/188.40	c reason swapping (by a shorter reason)	: 0
204.76/188.40	c Calls to reduceDB	: 0
204.76/188.40	c number of reductions to clauses (during analyze)	: 0
204.76/188.40	c number of learned constraints concerned by reduction	: 0
204.76/188.40	c number of learning phase by resolution	: 0
204.76/188.40	c number of learning phase by cutting planes	: 0
204.76/188.40	c speed (assignments/second)	: 0.0
204.76/188.40	c non guided choices	0
204.76/188.40	c learnt constraints type 
208.97/192.68	c constraints type 
231.66/215.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
231.66/215.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
231.66/215.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 876
231.66/215.32	s UNKNOWN
231.66/215.32	c Total wall clock time (in seconds): 215.107

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-2660013-1276693813/watcher-2660013-1276693813 -o /tmp/evaluation-result-2660013-1276693813/solver-2660013-1276693813 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2660013-1276693813.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.09 1.02 1.01 3/106 16207
/proc/meminfo: memFree=1506516/2059040 swapFree=4140084/4192956
[pid=16207] ppid=16205 vsize=248 CPUtime=0
/proc/16207/stat : 16207 (java) R 16205 16207 15575 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 10675276 253952 29 1992294400 134512640 134550932 4291116800 18446744073709551615 9863646 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16207/statm: 62 29 21 10 0 23 0

[startup+0.0189999 s]
/proc/loadavg: 1.09 1.02 1.01 3/106 16207
/proc/meminfo: memFree=1506516/2059040 swapFree=4140084/4192956
[pid=16207] ppid=16205 vsize=13716 CPUtime=0
/proc/16207/stat : 16207 (java) S 16205 16207 15575 0 -1 4202496 1221 0 1 0 0 0 0 0 15 0 2 0 10675276 14045184 667 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/16207/statm: 3429 667 335 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13716

[startup+0.102999 s]
/proc/loadavg: 1.09 1.02 1.01 3/106 16207
/proc/meminfo: memFree=1506516/2059040 swapFree=4140084/4192956
[pid=16207] ppid=16205 vsize=1524184 CPUtime=0.08
/proc/16207/stat : 16207 (java) S 16205 16207 15575 0 -1 4202496 3951 0 1 0 6 2 0 0 15 0 12 0 10675276 1560764416 3389 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16207/statm: 381046 3389 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301998 s]
/proc/loadavg: 1.09 1.02 1.01 3/106 16207
/proc/meminfo: memFree=1506516/2059040 swapFree=4140084/4192956
[pid=16207] ppid=16205 vsize=1526248 CPUtime=0.34
/proc/16207/stat : 16207 (java) S 16205 16207 15575 0 -1 4202496 20972 0 1 0 25 9 0 0 15 0 12 0 10675276 1562877952 20409 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16207/statm: 381562 20424 1348 10 0 378864 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526248

[startup+0.701913 s]
/proc/loadavg: 1.09 1.02 1.01 3/106 16207
/proc/meminfo: memFree=1506516/2059040 swapFree=4140084/4192956
[pid=16207] ppid=16205 vsize=1526444 CPUtime=0.99
/proc/16207/stat : 16207 (java) S 16205 16207 15575 0 -1 4202496 68046 0 1 0 67 32 0 0 15 0 12 0 10675276 1563078656 67481 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16207/statm: 381611 67481 1381 10 0 378913 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1526444

[startup+4.21997 s]
/proc/loadavg: 1.09 1.02 1.01 3/106 16207
/proc/meminfo: memFree=1506516/2059040 swapFree=4140084/4192956
[pid=16207] ppid=16205 vsize=1527780 CPUtime=4.96
/proc/16207/stat : 16207 (java) S 16205 16207 15575 0 -1 4202496 88484 0 1 0 451 45 0 0 15 0 12 0 10675276 1564446720 86442 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16207/statm: 381945 86442 1407 10 0 379247 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 1527780

[startup+4.30097 s]
/proc/loadavg: 1.09 1.02 1.01 3/106 16207
/proc/meminfo: memFree=1506516/2059040 swapFree=4140084/4192956
[pid=16207] ppid=16205 vsize=1527780 CPUtime=5.04
/proc/16207/stat : 16207 (java) S 16205 16207 15575 0 -1 4202496 88484 0 1 0 459 45 0 0 15 0 12 0 10675276 1564446720 86442 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16207/statm: 381945 86442 1407 10 0 379247 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 1527780

[startup+6.30195 s]
/proc/loadavg: 1.24 1.05 1.02 2/118 16219
/proc/meminfo: memFree=1146696/2059040 swapFree=4140084/4192956
[pid=16207] ppid=16205 vsize=1527780 CPUtime=7.17
/proc/16207/stat : 16207 (java) S 16205 16207 15575 0 -1 4202496 95102 0 1 0 668 49 0 0 15 0 12 0 10675276 1564446720 92388 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16207/statm: 381945 92388 1407 10 0 379247 0
[pid=16207/tid=16209] ppid=16205 vsize=1527780 CPUtime=5.66
/proc/16207/task/16209/stat : 16209 (java) R 16205 16207 15575 0 -1 4202560 32021 0 1 0 550 16 0 0 18 0 12 0 10675277 1564446720 92388 1992294400 134512640 134550932 4291116800 18446744073709551615 4108872478 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16207/tid=16210] ppid=16205 vsize=1527780 CPUtime=0.59
/proc/16207/task/16210/stat : 16210 (java) S 16205 16207 15575 0 -1 4202560 29452 0 0 0 43 16 0 0 16 0 12 0 10675279 1564446720 92388 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16211] ppid=16205 vsize=1527780 CPUtime=0.54
/proc/16207/task/16211/stat : 16211 (java) S 16205 16207 15575 0 -1 4202560 31592 0 0 0 38 16 0 0 16 0 12 0 10675279 1564446720 92388 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16212] ppid=16205 vsize=1527780 CPUtime=0
/proc/16207/task/16212/stat : 16212 (java) S 16205 16207 15575 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10675280 1564446720 92388 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 0 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16213] ppid=16205 vsize=1527780 CPUtime=0
/proc/16207/task/16213/stat : 16213 (java) S 16205 16207 15575 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 12 0 10675281 1564446720 92388 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16214] ppid=16205 vsize=1527780 CPUtime=0
/proc/16207/task/16214/stat : 16214 (java) S 16205 16207 15575 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 12 0 10675281 1564446720 92388 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16215] ppid=16205 vsize=1527780 CPUtime=0
/proc/16207/task/16215/stat : 16215 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10675286 1564446720 92388 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16216] ppid=16205 vsize=1527780 CPUtime=0.18
/proc/16207/task/16216/stat : 16216 (java) S 16205 16207 15575 0 -1 4202560 428 0 0 0 18 0 0 0 18 0 12 0 10675286 1564446720 92388 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16217] ppid=16205 vsize=1527780 CPUtime=0.17
/proc/16207/task/16217/stat : 16217 (java) S 16205 16207 15575 0 -1 4202560 534 0 0 0 17 0 0 0 18 0 12 0 10675286 1564446720 92388 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16218] ppid=16205 vsize=1527780 CPUtime=0
/proc/16207/task/16218/stat : 16218 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 10675286 1564446720 92388 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16219] ppid=16205 vsize=1527780 CPUtime=0
/proc/16207/task/16219/stat : 16219 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10675286 1564446720 92388 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 1527780

[startup+12.7019 s]
/proc/loadavg: 1.35 1.08 1.03 2/118 16219
/proc/meminfo: memFree=1048240/2059040 swapFree=4140084/4192956
[pid=16207] ppid=16205 vsize=1530348 CPUtime=14.95
/proc/16207/stat : 16207 (java) S 16205 16207 15575 0 -1 4202496 124986 0 1 0 1427 68 0 0 15 0 12 0 10675276 1567076352 118731 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16207/statm: 382587 118731 1412 10 0 379889 0
[pid=16207/tid=16209] ppid=16205 vsize=1530348 CPUtime=10.62
/proc/16207/task/16209/stat : 16209 (java) R 16205 16207 15575 0 -1 4202560 32031 0 1 0 1045 17 0 0 16 0 12 0 10675277 1567076352 118731 1992294400 134512640 134550932 4291116800 18446744073709551615 4108855618 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16207/tid=16210] ppid=16205 vsize=1530348 CPUtime=1.99
/proc/16207/task/16210/stat : 16210 (java) S 16205 16207 15575 0 -1 4202560 42135 0 0 0 176 23 0 0 16 0 12 0 10675279 1567076352 118731 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16211] ppid=16205 vsize=1530348 CPUtime=1.95
/proc/16207/task/16211/stat : 16211 (java) S 16205 16207 15575 0 -1 4202560 48778 0 0 0 169 26 0 0 16 0 12 0 10675279 1567076352 118731 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16212] ppid=16205 vsize=1530348 CPUtime=0
/proc/16207/task/16212/stat : 16212 (java) S 16205 16207 15575 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10675280 1567076352 118731 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 0 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16213] ppid=16205 vsize=1530348 CPUtime=0
/proc/16207/task/16213/stat : 16213 (java) S 16205 16207 15575 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 12 0 10675281 1567076352 118731 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16214] ppid=16205 vsize=1530348 CPUtime=0
/proc/16207/task/16214/stat : 16214 (java) S 16205 16207 15575 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 12 0 10675281 1567076352 118731 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16215] ppid=16205 vsize=1530348 CPUtime=0
/proc/16207/task/16215/stat : 16215 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10675286 1567076352 118731 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16216] ppid=16205 vsize=1530348 CPUtime=0.18
/proc/16207/task/16216/stat : 16216 (java) S 16205 16207 15575 0 -1 4202560 433 0 0 0 18 0 0 0 16 0 12 0 10675286 1567076352 118731 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16217] ppid=16205 vsize=1530348 CPUtime=0.17
/proc/16207/task/16217/stat : 16217 (java) S 16205 16207 15575 0 -1 4202560 534 0 0 0 17 0 0 0 18 0 12 0 10675286 1567076352 118731 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16218] ppid=16205 vsize=1530348 CPUtime=0
/proc/16207/task/16218/stat : 16218 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 10675286 1567076352 118731 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16219] ppid=16205 vsize=1530348 CPUtime=0
/proc/16207/task/16219/stat : 16219 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10675286 1567076352 118731 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.95
Current children cumulated vsize (KiB) 1530348

[startup+25.5096 s]
/proc/loadavg: 1.29 1.08 1.02 2/118 16219
/proc/meminfo: memFree=882080/2059040 swapFree=4140084/4192956
[pid=16207] ppid=16205 vsize=1530348 CPUtime=30.49
/proc/16207/stat : 16207 (java) S 16205 16207 15575 0 -1 4202496 166207 0 1 0 2954 95 0 0 15 0 12 0 10675276 1567076352 158428 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16207/statm: 382587 158428 1412 10 0 379889 0
[pid=16207/tid=16209] ppid=16205 vsize=1530348 CPUtime=20.37
/proc/16207/task/16209/stat : 16209 (java) R 16205 16207 15575 0 -1 4202560 32047 0 1 0 2017 20 0 0 16 0 12 0 10675277 1567076352 158428 1992294400 134512640 134550932 4291116800 18446744073709551615 4108882005 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16207/tid=16210] ppid=16205 vsize=1530348 CPUtime=4.76
/proc/16207/task/16210/stat : 16210 (java) S 16205 16207 15575 0 -1 4202560 63933 0 0 0 439 37 0 0 16 0 12 0 10675279 1567076352 158428 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16211] ppid=16205 vsize=1530348 CPUtime=4.93
/proc/16207/task/16211/stat : 16211 (java) S 16205 16207 15575 0 -1 4202560 68181 0 0 0 458 35 0 0 16 0 12 0 10675279 1567076352 158428 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16212] ppid=16205 vsize=1530348 CPUtime=0
/proc/16207/task/16212/stat : 16212 (java) S 16205 16207 15575 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10675280 1567076352 158428 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 0 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16213] ppid=16205 vsize=1530348 CPUtime=0
/proc/16207/task/16213/stat : 16213 (java) S 16205 16207 15575 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 12 0 10675281 1567076352 158428 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16214] ppid=16205 vsize=1530348 CPUtime=0
/proc/16207/task/16214/stat : 16214 (java) S 16205 16207 15575 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 12 0 10675281 1567076352 158428 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16215] ppid=16205 vsize=1530348 CPUtime=0
/proc/16207/task/16215/stat : 16215 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10675286 1567076352 158428 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16216] ppid=16205 vsize=1530348 CPUtime=0.18
/proc/16207/task/16216/stat : 16216 (java) S 16205 16207 15575 0 -1 4202560 433 0 0 0 18 0 0 0 15 0 12 0 10675286 1567076352 158428 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16217] ppid=16205 vsize=1530348 CPUtime=0.19
/proc/16207/task/16217/stat : 16217 (java) S 16205 16207 15575 0 -1 4202560 538 0 0 0 19 0 0 0 15 0 12 0 10675286 1567076352 158428 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16218] ppid=16205 vsize=1530348 CPUtime=0
/proc/16207/task/16218/stat : 16218 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 10675286 1567076352 158428 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16219] ppid=16205 vsize=1530348 CPUtime=0
/proc/16207/task/16219/stat : 16219 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10675286 1567076352 158428 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 30.49
Current children cumulated vsize (KiB) 1530348

[startup+51.1024 s]
/proc/loadavg: 1.19 1.07 1.02 3/118 16219
/proc/meminfo: memFree=316020/2059040 swapFree=4140084/4192956
[pid=16207] ppid=16205 vsize=1532908 CPUtime=64.1
/proc/16207/stat : 16207 (java) S 16205 16207 15575 0 -1 4202496 324317 0 1 0 6239 171 0 0 15 0 12 0 10675276 1569697792 299784 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16207/statm: 383227 299784 1423 10 0 380529 0
[pid=16207/tid=16209] ppid=16205 vsize=1532908 CPUtime=37.66
/proc/16207/task/16209/stat : 16209 (java) R 16205 16207 15575 0 -1 4202560 32096 0 1 0 3743 23 0 0 16 0 12 0 10675277 1569697792 299784 1992294400 134512640 134550932 4291116800 18446744073709551615 4108901496 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16207/tid=16210] ppid=16205 vsize=1532908 CPUtime=12.68
/proc/16207/task/16210/stat : 16210 (java) S 16205 16207 15575 0 -1 4202560 152000 0 0 0 1188 80 0 0 16 0 12 0 10675279 1569697792 299784 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16211] ppid=16205 vsize=1532908 CPUtime=12.97
/proc/16207/task/16211/stat : 16211 (java) S 16205 16207 15575 0 -1 4202560 138138 0 0 0 1231 66 0 0 16 0 12 0 10675279 1569697792 299784 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16212] ppid=16205 vsize=1532908 CPUtime=0
/proc/16207/task/16212/stat : 16212 (java) S 16205 16207 15575 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 10675280 1569697792 299784 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 0 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16213] ppid=16205 vsize=1532908 CPUtime=0
/proc/16207/task/16213/stat : 16213 (java) S 16205 16207 15575 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 12 0 10675281 1569697792 299784 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16214] ppid=16205 vsize=1532908 CPUtime=0
/proc/16207/task/16214/stat : 16214 (java) S 16205 16207 15575 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 12 0 10675281 1569697792 299784 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16215] ppid=16205 vsize=1532908 CPUtime=0
/proc/16207/task/16215/stat : 16215 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10675286 1569697792 299784 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16216] ppid=16205 vsize=1532908 CPUtime=0.38
/proc/16207/task/16216/stat : 16216 (java) S 16205 16207 15575 0 -1 4202560 446 0 0 0 38 0 0 0 15 0 12 0 10675286 1569697792 299784 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16217] ppid=16205 vsize=1532908 CPUtime=0.36
/proc/16207/task/16217/stat : 16217 (java) S 16205 16207 15575 0 -1 4202560 554 0 0 0 36 0 0 0 15 0 12 0 10675286 1569697792 299784 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16218] ppid=16205 vsize=1532908 CPUtime=0
/proc/16207/task/16218/stat : 16218 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 10675286 1569697792 299784 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16219] ppid=16205 vsize=1532908 CPUtime=0
/proc/16207/task/16219/stat : 16219 (java) S 16205 16207 15575 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 12 0 10675286 1569697792 299784 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 64.1
Current children cumulated vsize (KiB) 1532908

[startup+102.302 s]
/proc/loadavg: 1.16 1.08 1.03 2/118 16221
/proc/meminfo: memFree=74220/2059040 swapFree=4140084/4192956

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

/proc/16207/statm: 391371 359719 1424 10 0 388673 0
[pid=16207/tid=16209] ppid=16205 vsize=1565484 CPUtime=47.12
/proc/16207/task/16209/stat : 16209 (java) S 16205 16207 15575 0 -1 4202560 32132 0 1 0 4688 24 0 0 16 0 13 0 10675277 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16210] ppid=16205 vsize=1565484 CPUtime=16.23
/proc/16207/task/16210/stat : 16210 (java) S 16205 16207 15575 0 -1 4202560 181789 0 0 0 1528 95 0 0 16 0 13 0 10675279 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16211] ppid=16205 vsize=1565484 CPUtime=16.51
/proc/16207/task/16211/stat : 16211 (java) S 16205 16207 15575 0 -1 4202560 162434 0 0 0 1574 77 0 0 16 0 13 0 10675279 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16212] ppid=16205 vsize=1565484 CPUtime=143.89
/proc/16207/task/16212/stat : 16212 (java) R 16205 16207 15575 0 -1 4202560 523659 0 0 0 14192 197 0 0 25 0 13 0 10675280 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 106157810 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16207/tid=16213] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16213/stat : 16213 (java) S 16205 16207 15575 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10675281 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16214] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16214/stat : 16214 (java) S 16205 16207 15575 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 10675281 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16215] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16215/stat : 16215 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16216] ppid=16205 vsize=1565484 CPUtime=0.38
/proc/16207/task/16216/stat : 16216 (java) S 16205 16207 15575 0 -1 4202560 446 0 0 0 38 0 0 0 15 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16217] ppid=16205 vsize=1565484 CPUtime=0.36
/proc/16207/task/16217/stat : 16217 (java) S 16205 16207 15575 0 -1 4202560 554 0 0 0 36 0 0 0 15 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16218] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16218/stat : 16218 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16219] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16219/stat : 16219 (java) S 16205 16207 15575 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16224] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16224/stat : 16224 (java) S 16205 16207 15575 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 10693133 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 224.56
Current children cumulated vsize (KiB) 1565484

[startup+211.41 s]
/proc/loadavg: 1.02 1.05 1.02 2/119 16224
/proc/meminfo: memFree=74336/2059040 swapFree=4140084/4192956
[pid=16207] ppid=16205 vsize=1565484 CPUtime=227.77
/proc/16207/stat : 16207 (java) S 16205 16207 15575 0 -1 4202496 917857 0 1 0 22374 403 0 0 15 0 13 0 10675276 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16207/statm: 391371 359719 1424 10 0 388673 0
[pid=16207/tid=16209] ppid=16205 vsize=1565484 CPUtime=47.12
/proc/16207/task/16209/stat : 16209 (java) S 16205 16207 15575 0 -1 4202560 32132 0 1 0 4688 24 0 0 16 0 13 0 10675277 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16210] ppid=16205 vsize=1565484 CPUtime=16.23
/proc/16207/task/16210/stat : 16210 (java) S 16205 16207 15575 0 -1 4202560 181789 0 0 0 1528 95 0 0 16 0 13 0 10675279 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16211] ppid=16205 vsize=1565484 CPUtime=16.51
/proc/16207/task/16211/stat : 16211 (java) S 16205 16207 15575 0 -1 4202560 162434 0 0 0 1574 77 0 0 16 0 13 0 10675279 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16212] ppid=16205 vsize=1565484 CPUtime=147.1
/proc/16207/task/16212/stat : 16212 (java) R 16205 16207 15575 0 -1 4202560 539415 0 0 0 14506 204 0 0 25 0 13 0 10675280 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 104177864 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16207/tid=16213] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16213/stat : 16213 (java) S 16205 16207 15575 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10675281 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16214] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16214/stat : 16214 (java) S 16205 16207 15575 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 10675281 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16215] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16215/stat : 16215 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16216] ppid=16205 vsize=1565484 CPUtime=0.38
/proc/16207/task/16216/stat : 16216 (java) S 16205 16207 15575 0 -1 4202560 446 0 0 0 38 0 0 0 15 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16217] ppid=16205 vsize=1565484 CPUtime=0.36
/proc/16207/task/16217/stat : 16217 (java) S 16205 16207 15575 0 -1 4202560 554 0 0 0 36 0 0 0 15 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16218] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16218/stat : 16218 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16219] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16219/stat : 16219 (java) S 16205 16207 15575 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16224] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16224/stat : 16224 (java) S 16205 16207 15575 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 10693133 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 227.77
Current children cumulated vsize (KiB) 1565484

[startup+213.002 s]
/proc/loadavg: 1.02 1.05 1.02 2/119 16224
/proc/meminfo: memFree=74336/2059040 swapFree=4140084/4192956
[pid=16207] ppid=16205 vsize=1565484 CPUtime=229.36
/proc/16207/stat : 16207 (java) S 16205 16207 15575 0 -1 4202496 917857 0 1 0 22533 403 0 0 15 0 13 0 10675276 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16207/statm: 391371 359719 1424 10 0 388673 0
[pid=16207/tid=16209] ppid=16205 vsize=1565484 CPUtime=47.12
/proc/16207/task/16209/stat : 16209 (java) S 16205 16207 15575 0 -1 4202560 32132 0 1 0 4688 24 0 0 16 0 13 0 10675277 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16210] ppid=16205 vsize=1565484 CPUtime=16.23
/proc/16207/task/16210/stat : 16210 (java) S 16205 16207 15575 0 -1 4202560 181789 0 0 0 1528 95 0 0 16 0 13 0 10675279 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16211] ppid=16205 vsize=1565484 CPUtime=16.51
/proc/16207/task/16211/stat : 16211 (java) S 16205 16207 15575 0 -1 4202560 162434 0 0 0 1574 77 0 0 16 0 13 0 10675279 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16212] ppid=16205 vsize=1565484 CPUtime=148.69
/proc/16207/task/16212/stat : 16212 (java) R 16205 16207 15575 0 -1 4202560 539415 0 0 0 14665 204 0 0 25 0 13 0 10675280 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 106836645 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16207/tid=16213] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16213/stat : 16213 (java) S 16205 16207 15575 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10675281 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16214] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16214/stat : 16214 (java) S 16205 16207 15575 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 10675281 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16215] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16215/stat : 16215 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16216] ppid=16205 vsize=1565484 CPUtime=0.38
/proc/16207/task/16216/stat : 16216 (java) S 16205 16207 15575 0 -1 4202560 446 0 0 0 38 0 0 0 15 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16217] ppid=16205 vsize=1565484 CPUtime=0.36
/proc/16207/task/16217/stat : 16217 (java) S 16205 16207 15575 0 -1 4202560 554 0 0 0 36 0 0 0 15 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16218] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16218/stat : 16218 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16219] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16219/stat : 16219 (java) S 16205 16207 15575 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16224] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16224/stat : 16224 (java) S 16205 16207 15575 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 10693133 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 229.36
Current children cumulated vsize (KiB) 1565484

[startup+214.602 s]
/proc/loadavg: 1.02 1.05 1.02 2/119 16224
/proc/meminfo: memFree=74336/2059040 swapFree=4140084/4192956
[pid=16207] ppid=16205 vsize=1565484 CPUtime=230.97
/proc/16207/stat : 16207 (java) S 16205 16207 15575 0 -1 4202496 917859 0 1 0 22694 403 0 0 15 0 13 0 10675276 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16207/statm: 391371 359719 1424 10 0 388673 0
[pid=16207/tid=16209] ppid=16205 vsize=1565484 CPUtime=47.12
/proc/16207/task/16209/stat : 16209 (java) S 16205 16207 15575 0 -1 4202560 32132 0 1 0 4688 24 0 0 16 0 13 0 10675277 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16210] ppid=16205 vsize=1565484 CPUtime=16.23
/proc/16207/task/16210/stat : 16210 (java) S 16205 16207 15575 0 -1 4202560 181789 0 0 0 1528 95 0 0 16 0 13 0 10675279 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16211] ppid=16205 vsize=1565484 CPUtime=16.51
/proc/16207/task/16211/stat : 16211 (java) S 16205 16207 15575 0 -1 4202560 162434 0 0 0 1574 77 0 0 16 0 13 0 10675279 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16212] ppid=16205 vsize=1565484 CPUtime=150.3
/proc/16207/task/16212/stat : 16212 (java) R 16205 16207 15575 0 -1 4202560 539415 0 0 0 14826 204 0 0 25 0 13 0 10675280 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16207/tid=16213] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16213/stat : 16213 (java) S 16205 16207 15575 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10675281 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16214] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16214/stat : 16214 (java) S 16205 16207 15575 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 10675281 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16215] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16215/stat : 16215 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16216] ppid=16205 vsize=1565484 CPUtime=0.38
/proc/16207/task/16216/stat : 16216 (java) S 16205 16207 15575 0 -1 4202560 446 0 0 0 38 0 0 0 15 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16217] ppid=16205 vsize=1565484 CPUtime=0.36
/proc/16207/task/16217/stat : 16217 (java) S 16205 16207 15575 0 -1 4202560 554 0 0 0 36 0 0 0 15 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16218] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16218/stat : 16218 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16219] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16219/stat : 16219 (java) S 16205 16207 15575 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16224] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16224/stat : 16224 (java) S 16205 16207 15575 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 10693133 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 230.97
Current children cumulated vsize (KiB) 1565484

[startup+215.002 s]
/proc/loadavg: 1.02 1.05 1.02 2/119 16224
/proc/meminfo: memFree=74336/2059040 swapFree=4140084/4192956
[pid=16207] ppid=16205 vsize=1565484 CPUtime=231.36
/proc/16207/stat : 16207 (java) S 16205 16207 15575 0 -1 4202496 917859 0 1 0 22733 403 0 0 15 0 13 0 10675276 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16207/statm: 391371 359719 1424 10 0 388673 0
[pid=16207/tid=16209] ppid=16205 vsize=1565484 CPUtime=47.12
/proc/16207/task/16209/stat : 16209 (java) S 16205 16207 15575 0 -1 4202560 32132 0 1 0 4688 24 0 0 16 0 13 0 10675277 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16210] ppid=16205 vsize=1565484 CPUtime=16.23
/proc/16207/task/16210/stat : 16210 (java) S 16205 16207 15575 0 -1 4202560 181789 0 0 0 1528 95 0 0 16 0 13 0 10675279 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16211] ppid=16205 vsize=1565484 CPUtime=16.51
/proc/16207/task/16211/stat : 16211 (java) S 16205 16207 15575 0 -1 4202560 162434 0 0 0 1574 77 0 0 16 0 13 0 10675279 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16212] ppid=16205 vsize=1565484 CPUtime=150.69
/proc/16207/task/16212/stat : 16212 (java) R 16205 16207 15575 0 -1 4202560 539415 0 0 0 14865 204 0 0 25 0 13 0 10675280 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 106159242 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16207/tid=16213] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16213/stat : 16213 (java) S 16205 16207 15575 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10675281 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16214] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16214/stat : 16214 (java) S 16205 16207 15575 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 10675281 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16215] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16215/stat : 16215 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16216] ppid=16205 vsize=1565484 CPUtime=0.38
/proc/16207/task/16216/stat : 16216 (java) S 16205 16207 15575 0 -1 4202560 446 0 0 0 38 0 0 0 15 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16217] ppid=16205 vsize=1565484 CPUtime=0.36
/proc/16207/task/16217/stat : 16217 (java) S 16205 16207 15575 0 -1 4202560 554 0 0 0 36 0 0 0 15 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16218] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16218/stat : 16218 (java) S 16205 16207 15575 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 1 0 0 0
[pid=16207/tid=16219] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16219/stat : 16219 (java) S 16205 16207 15575 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 13 0 10675286 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
[pid=16207/tid=16224] ppid=16205 vsize=1565484 CPUtime=0
/proc/16207/task/16224/stat : 16224 (java) S 16205 16207 15575 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 10693133 1603055616 359719 1992294400 134512640 134550932 4291116800 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 231.36
Current children cumulated vsize (KiB) 1565484

[startup+215.401 s]
/proc/loadavg: 1.02 1.05 1.02 2/119 16224
/proc/meminfo: memFree=74336/2059040 swapFree=4140084/4192956
[pid=16207] ppid=16205 vsize=0 CPUtime=231.74
/proc/16207/stat : 16207 (java) Z 16205 16207 15575 0 -1 4202524 917868 0 1 0 22765 409 0 0 15 0 2 0 10675276 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16207/statm: 0 0 0 0 0 0 0
[pid=16207/tid=16218] ppid=16205 vsize=0 CPUtime=0.05
/proc/16207/task/16218/stat : 16218 (java) R 16205 16207 15575 0 -1 4203588 1 0 0 0 0 5 0 0 18 0 2 0 10675286 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 231.74
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 215.471
CPU time (s): 231.825
CPU user time (s): 227.658
CPU system time (s): 4.16637
CPU usage (%): 107.59
Max. virtual memory (cumulated for all children) (KiB): 1581488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 227.658
system time used= 4.16637
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 917868
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= 5189
involuntary context switches= 2830

runsolver used 0.432934 second user time and 1.13983 second system time

The end

Launcher Data

Begin job on node038 at 2010-06-16 15:10:25
IDJOB=2660013
IDBENCH=71913
IDSOLVER=1164
FILE ID=node038/2660013-1276693813
PBS_JOBID= 11172596
Free space on /tmp= 62228 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__512.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660013-1276693813/watcher-2660013-1276693813 -o /tmp/evaluation-result-2660013-1276693813/solver-2660013-1276693813 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2660013-1276693813.opb

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

MD5SUM BENCH= d5fa369dda5ecc7dd4bdafa11362a969
RANDOM SEED=2068416500

node038.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.222
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.44
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.222
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1506540 kB
Buffers:         49864 kB
Cached:         400008 kB
SwapCached:       5380 kB
Active:         290620 kB
Inactive:       171664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1506540 kB
SwapTotal:     4192956 kB
SwapFree:      4140084 kB
Dirty:          226832 kB
Writeback:           0 kB
AnonPages:       11168 kB
Mapped:          13008 kB
Slab:            68016 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181100 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62228 MiB
End job on node038 at 2010-06-16 15:14:01