Trace number 2663332

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 RES // CP 2.2.0 2010-05-31? 615.254 599.722

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__1024.opb
MD5SUM2bcff1be6c98046e73917053605e201c
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 variables15362998
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 constraint1024
Maximum length of a constraint46081
Number of terms in the objective function 15360000
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 520168088576
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 520168088576
Number of bits of the biggest sum of numbers39
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.v20100531
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.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
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.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
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 lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose 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 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@18385e3
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.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.23	c No reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	
0.22/0.23	c solving HOME/instance-2663332-1276690920.opb
0.22/0.23	c reading problem ... 
563.44/547.86	Exception in thread "main" c starts		: 0
604.78/589.30	c conflicts		: 0
604.78/589.30	c decisions		: 0
604.78/589.30	c propagations		: 0
604.78/589.30	c inspects		: 0
604.78/589.30	c learnt literals	: 0
604.78/589.30	c learnt binary clauses	: 0
604.78/589.30	c learnt ternary clauses	: 0
604.78/589.30	c learnt clauses	: 0
604.78/589.30	c ignored clauses	: 0
604.78/589.30	c root simplifications	: 0
604.78/589.30	c removed literals (reason simplification)	: 0
604.78/589.30	c reason swapping (by a shorter reason)	: 0
604.78/589.30	c Calls to reduceDB	: 0
609.78/594.29	c number of reductions to clauses (during analyze)	: 0
609.78/594.29	c number of learned constraints concerned by reduction	: 0
609.78/594.29	c number of learning phase by resolution	: 0
609.78/594.29	c number of learning phase by cutting planes	: 0
609.78/594.29	c speed (assignments/second)	: 0.0
609.78/594.29	c non guided choices	0
609.78/594.29	c learnt constraints type 
609.78/594.29	c constraints type 
609.78/594.29	c constraints type 
609.78/594.29	s UNKNOWN
614.77/599.28	c Total wall clock time (in seconds): 599.05

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-2663332-1276690920/watcher-2663332-1276690920 -o /tmp/evaluation-result-2663332-1276690920/solver-2663332-1276690920 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663332-1276690920.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: 2.12 1.29 1.09 3/106 16162
/proc/meminfo: memFree=827284/2059040 swapFree=4164932/4192956
[pid=16162] ppid=16160 vsize=248 CPUtime=0
/proc/16162/stat : 16162 (java) R 16160 16162 15715 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 10387341 253952 28 1992294400 134512640 134550932 4288817872 18446744073709551615 7021022 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16162/statm: 62 28 21 10 0 23 0

[startup+0.0155471 s]
/proc/loadavg: 2.12 1.29 1.09 3/106 16162
/proc/meminfo: memFree=827284/2059040 swapFree=4164932/4192956
[pid=16162] ppid=16160 vsize=13164 CPUtime=0
/proc/16162/stat : 16162 (java) R 16160 16162 15715 0 -1 4194304 954 0 0 0 0 0 0 0 18 0 1 0 10387341 13479936 444 1992294400 134512640 134550932 4288817872 18446744073709551615 107016187 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16162/statm: 3291 460 164 10 0 1121 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13164

[startup+0.10155 s]
/proc/loadavg: 2.12 1.29 1.09 3/106 16162
/proc/meminfo: memFree=827284/2059040 swapFree=4164932/4192956
[pid=16162] ppid=16160 vsize=1525016 CPUtime=0.08
/proc/16162/stat : 16162 (java) S 16160 16162 15715 0 -1 4202496 3915 0 1 0 6 2 0 0 18 0 12 0 10387341 1561616384 3353 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16162/statm: 381254 3354 1062 10 0 378564 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525016

[startup+0.30157 s]
/proc/loadavg: 2.12 1.29 1.09 3/106 16162
/proc/meminfo: memFree=827284/2059040 swapFree=4164932/4192956
[pid=16162] ppid=16160 vsize=1526124 CPUtime=0.34
/proc/16162/stat : 16162 (java) S 16160 16162 15715 0 -1 4202496 18129 0 1 0 26 8 0 0 18 0 12 0 10387341 1562750976 17566 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16162/statm: 381531 17580 1350 10 0 378834 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526124

[startup+0.719613 s]
/proc/loadavg: 2.12 1.29 1.09 3/106 16162
/proc/meminfo: memFree=827284/2059040 swapFree=4164932/4192956
[pid=16162] ppid=16160 vsize=1526124 CPUtime=0.8
/proc/16162/stat : 16162 (java) S 16160 16162 15715 0 -1 4202496 91462 0 1 0 45 35 0 0 18 0 12 0 10387341 1562750976 90897 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16162/statm: 381531 90897 1353 10 0 378834 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 1526124

[startup+1.50169 s]
/proc/loadavg: 2.12 1.29 1.09 2/118 16174
/proc/meminfo: memFree=334476/2059040 swapFree=4164932/4192956
[pid=16162] ppid=16160 vsize=1527412 CPUtime=1.85
/proc/16162/stat : 16162 (java) S 16160 16162 15715 0 -1 4202496 178309 0 1 0 115 70 0 0 18 0 12 0 10387341 1564069888 177744 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16162/statm: 381853 177744 1393 10 0 379156 0
[pid=16162/tid=16164] ppid=16160 vsize=1527412 CPUtime=1.25
/proc/16162/task/16164/stat : 16164 (java) R 16160 16162 15715 0 -1 4202560 150069 0 1 0 69 56 0 0 25 0 12 0 10387342 1564069888 177744 1992294400 134512640 134550932 4288817872 18446744073709551615 4109660843 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16162/tid=16165] ppid=16160 vsize=1527412 CPUtime=0.2
/proc/16162/task/16165/stat : 16165 (java) S 16160 16162 15715 0 -1 4202560 18782 0 0 0 12 8 0 0 16 0 12 0 10387344 1564069888 177744 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 0
[pid=16162/tid=16166] ppid=16160 vsize=1527412 CPUtime=0.15
/proc/16162/task/16166/stat : 16166 (java) S 16160 16162 15715 0 -1 4202560 7538 0 0 0 11 4 0 0 15 0 12 0 10387344 1564069888 177744 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16167] ppid=16160 vsize=1527412 CPUtime=0
/proc/16162/task/16167/stat : 16167 (java) S 16160 16162 15715 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 10387346 1564069888 177744 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 0 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16168] ppid=16160 vsize=1527412 CPUtime=0
/proc/16162/task/16168/stat : 16168 (java) S 16160 16162 15715 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 12 0 10387346 1564069888 177744 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16169] ppid=16160 vsize=1527412 CPUtime=0
/proc/16162/task/16169/stat : 16169 (java) S 16160 16162 15715 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 12 0 10387346 1564069888 177744 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16170] ppid=16160 vsize=1527412 CPUtime=0
/proc/16162/task/16170/stat : 16170 (java) S 16160 16162 15715 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10387351 1564069888 177744 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16171] ppid=16160 vsize=1527412 CPUtime=0.16
/proc/16162/task/16171/stat : 16171 (java) S 16160 16162 15715 0 -1 4202560 361 0 0 0 16 0 0 0 17 0 12 0 10387351 1564069888 177744 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 0
[pid=16162/tid=16172] ppid=16160 vsize=1527412 CPUtime=0.05
/proc/16162/task/16172/stat : 16172 (java) R 16160 16162 15715 0 -1 4202560 488 0 0 0 5 0 0 0 17 0 12 0 10387351 1564069888 177744 1992294400 134512640 134550932 4288817872 18446744073709551615 103601834 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16162/tid=16173] ppid=16160 vsize=1527412 CPUtime=0
/proc/16162/task/16173/stat : 16173 (java) S 16160 16162 15715 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10387351 1564069888 177744 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16174] ppid=16160 vsize=1527412 CPUtime=0
/proc/16162/task/16174/stat : 16174 (java) S 16160 16162 15715 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10387351 1564069888 177744 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 1527412

[startup+3.10182 s]
/proc/loadavg: 2.12 1.29 1.09 1/118 16174
/proc/meminfo: memFree=7776/2059040 swapFree=4149924/4192956
[pid=16162] ppid=16160 vsize=1527612 CPUtime=3.61
/proc/16162/stat : 16162 (java) S 16160 16162 15715 0 -1 4202496 210915 0 1 0 269 92 0 0 18 0 12 0 10387341 1564274688 210345 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16162/statm: 381903 210345 1407 10 0 379206 0
[pid=16162/tid=16164] ppid=16160 vsize=1527612 CPUtime=2.27
/proc/16162/task/16164/stat : 16164 (java) R 16160 16162 15715 0 -1 4202560 152039 0 1 0 169 58 0 0 22 0 12 0 10387342 1564274688 210345 1992294400 134512640 134550932 4288817872 18446744073709551615 4109701013 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16162/tid=16165] ppid=16160 vsize=1527612 CPUtime=0.51
/proc/16162/task/16165/stat : 16165 (java) S 16160 16162 15715 0 -1 4202560 37554 0 0 0 32 19 0 0 16 0 12 0 10387344 1564274688 210345 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 20
[pid=16162/tid=16166] ppid=16160 vsize=1527612 CPUtime=0.44
/proc/16162/task/16166/stat : 16166 (java) S 16160 16162 15715 0 -1 4202560 19265 0 0 0 32 12 0 0 16 0 12 0 10387344 1564274688 210345 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 21
[pid=16162/tid=16167] ppid=16160 vsize=1527612 CPUtime=0
/proc/16162/task/16167/stat : 16167 (java) S 16160 16162 15715 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 12 0 10387346 1564274688 210345 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 0 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16168] ppid=16160 vsize=1527612 CPUtime=0
/proc/16162/task/16168/stat : 16168 (java) S 16160 16162 15715 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 12 0 10387346 1564274688 210345 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16169] ppid=16160 vsize=1527612 CPUtime=0
/proc/16162/task/16169/stat : 16169 (java) S 16160 16162 15715 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 12 0 10387346 1564274688 210345 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16170] ppid=16160 vsize=1527612 CPUtime=0
/proc/16162/task/16170/stat : 16170 (java) S 16160 16162 15715 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10387351 1564274688 210345 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16171] ppid=16160 vsize=1527612 CPUtime=0.22
/proc/16162/task/16171/stat : 16171 (java) S 16160 16162 15715 0 -1 4202560 367 0 0 0 22 0 0 0 16 0 12 0 10387351 1564274688 210345 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16172] ppid=16160 vsize=1527612 CPUtime=0.12
/proc/16162/task/16172/stat : 16172 (java) S 16160 16162 15715 0 -1 4202560 611 0 0 0 12 0 0 0 17 0 12 0 10387351 1564274688 210345 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 0
[pid=16162/tid=16173] ppid=16160 vsize=1527612 CPUtime=0
/proc/16162/task/16173/stat : 16173 (java) S 16160 16162 15715 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10387351 1564274688 210345 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16174] ppid=16160 vsize=1527612 CPUtime=0
/proc/16162/task/16174/stat : 16174 (java) S 16160 16162 15715 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 12 0 10387351 1564274688 210345 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 1527612

[startup+6.30111 s]
/proc/loadavg: 2.11 1.30 1.10 4/118 16174
/proc/meminfo: memFree=9916/2059040 swapFree=4140832/4192956
[pid=16162] ppid=16160 vsize=1527612 CPUtime=7.4
/proc/16162/stat : 16162 (java) S 16160 16162 15715 0 -1 4202496 222307 0 1 0 642 98 0 0 18 0 12 0 10387341 1564274688 220549 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16162/statm: 381903 220549 1407 10 0 379206 0
[pid=16162/tid=16164] ppid=16160 vsize=1527612 CPUtime=4.85
/proc/16162/task/16164/stat : 16164 (java) R 16160 16162 15715 0 -1 4202560 152042 0 1 0 426 59 0 0 25 0 12 0 10387342 1564274688 220549 1992294400 134512640 134550932 4288817872 18446744073709551615 4109671362 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16162/tid=16165] ppid=16160 vsize=1527612 CPUtime=1.13
/proc/16162/task/16165/stat : 16165 (java) S 16160 16162 15715 0 -1 4202560 41758 0 0 0 92 21 0 0 16 0 12 0 10387344 1564274688 220549 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 20
[pid=16162/tid=16166] ppid=16160 vsize=1527612 CPUtime=1.03
/proc/16162/task/16166/stat : 16166 (java) S 16160 16162 15715 0 -1 4202560 26449 0 0 0 88 15 0 0 16 0 12 0 10387344 1564274688 220549 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 21
[pid=16162/tid=16167] ppid=16160 vsize=1527612 CPUtime=0
/proc/16162/task/16167/stat : 16167 (java) S 16160 16162 15715 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 12 0 10387346 1564274688 220549 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 0 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16168] ppid=16160 vsize=1527612 CPUtime=0
/proc/16162/task/16168/stat : 16168 (java) S 16160 16162 15715 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 12 0 10387346 1564274688 220549 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16169] ppid=16160 vsize=1527612 CPUtime=0
/proc/16162/task/16169/stat : 16169 (java) S 16160 16162 15715 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 12 0 10387346 1564274688 220549 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16170] ppid=16160 vsize=1527612 CPUtime=0
/proc/16162/task/16170/stat : 16170 (java) S 16160 16162 15715 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10387351 1564274688 220549 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16171] ppid=16160 vsize=1527612 CPUtime=0.22
/proc/16162/task/16171/stat : 16171 (java) S 16160 16162 15715 0 -1 4202560 367 0 0 0 22 0 0 0 15 0 12 0 10387351 1564274688 220549 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16172] ppid=16160 vsize=1527612 CPUtime=0.12
/proc/16162/task/16172/stat : 16172 (java) S 16160 16162 15715 0 -1 4202560 611 0 0 0 12 0 0 0 17 0 12 0 10387351 1564274688 220549 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 0
[pid=16162/tid=16173] ppid=16160 vsize=1527612 CPUtime=0
/proc/16162/task/16173/stat : 16173 (java) S 16160 16162 15715 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10387351 1564274688 220549 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16174] ppid=16160 vsize=1527612 CPUtime=0
/proc/16162/task/16174/stat : 16174 (java) S 16160 16162 15715 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 12 0 10387351 1564274688 220549 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 1527612

[startup+12.7017 s]
/proc/loadavg: 2.26 1.34 1.11 3/118 16174
/proc/meminfo: memFree=10488/2059040 swapFree=4140240/4192956
[pid=16162] ppid=16160 vsize=1531460 CPUtime=16.22
/proc/16162/stat : 16162 (java) S 16160 16162 15715 0 -1 4202496 241778 0 1 0 1515 107 0 0 18 0 12 0 10387341 1568215040 238435 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16162/statm: 382865 238439 1412 10 0 380168 0
[pid=16162/tid=16164] ppid=16160 vsize=1531460 CPUtime=8.74
/proc/16162/task/16164/stat : 16164 (java) S 16160 16162 15715 0 -1 4202560 152049 0 1 0 814 60 0 0 19 0 12 0 10387342 1568215040 238441 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 0
[pid=16162/tid=16165] ppid=16160 vsize=1531460 CPUtime=3.62
/proc/16162/task/16165/stat : 16165 (java) R 16160 16162 15715 0 -1 4202560 52989 0 0 0 338 24 0 0 16 0 12 0 10387344 1568215040 238443 1992294400 134512640 134550932 4288817872 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 20
[pid=16162/tid=16166] ppid=16160 vsize=1531460 CPUtime=3.46
/proc/16162/task/16166/stat : 16166 (java) R 16160 16162 15715 0 -1 4202560 34685 0 0 0 326 20 0 0 16 0 12 0 10387344 1568215040 238445 1992294400 134512640 134550932 4288817872 18446744073709551615 106195197 0 4 0 16800975 0 0 0 -1 0 0 0 21
[pid=16162/tid=16167] ppid=16160 vsize=1531460 CPUtime=0
/proc/16162/task/16167/stat : 16167 (java) S 16160 16162 15715 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 12 0 10387346 1568215040 238448 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 0 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16168] ppid=16160 vsize=1531460 CPUtime=0
/proc/16162/task/16168/stat : 16168 (java) S 16160 16162 15715 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 12 0 10387346 1568215040 238450 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16169] ppid=16160 vsize=1531460 CPUtime=0
/proc/16162/task/16169/stat : 16169 (java) S 16160 16162 15715 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 12 0 10387346 1568215040 238452 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16170] ppid=16160 vsize=1531460 CPUtime=0
/proc/16162/task/16170/stat : 16170 (java) S 16160 16162 15715 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10387351 1568215040 238454 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16171] ppid=16160 vsize=1531460 CPUtime=0.22
/proc/16162/task/16171/stat : 16171 (java) S 16160 16162 15715 0 -1 4202560 372 0 0 0 22 0 0 0 15 0 12 0 10387351 1568215040 238456 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16172] ppid=16160 vsize=1531460 CPUtime=0.12
/proc/16162/task/16172/stat : 16172 (java) S 16160 16162 15715 0 -1 4202560 611 0 0 0 12 0 0 0 17 0 12 0 10387351 1568215040 238459 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 0
[pid=16162/tid=16173] ppid=16160 vsize=1531460 CPUtime=0
/proc/16162/task/16173/stat : 16173 (java) S 16160 16162 15715 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10387351 1568215040 238461 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16174] ppid=16160 vsize=1531460 CPUtime=0
/proc/16162/task/16174/stat : 16174 (java) S 16160 16162 15715 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 12 0 10387351 1568215040 238463 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.22
Current children cumulated vsize (KiB) 1531460

[startup+25.5013 s]
/proc/loadavg: 2.05 1.34 1.12 2/118 16174
/proc/meminfo: memFree=10008/2059040 swapFree=4140240/4192956
[pid=16162] ppid=16160 vsize=1531460 CPUtime=33.82
/proc/16162/stat : 16162 (java) S 16160 16162 15715 0 -1 4202496 282970 0 1 0 3250 132 0 0 18 0 12 0 10387341 1568215040 276141 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16162/statm: 382865 276141 1412 10 0 380168 0
[pid=16162/tid=16164] ppid=16160 vsize=1531460 CPUtime=16.5
/proc/16162/task/16164/stat : 16164 (java) R 16160 16162 15715 0 -1 4202560 152062 0 1 0 1588 62 0 0 16 0 12 0 10387342 1568215040 276141 1992294400 134512640 134550932 4288817872 18446744073709551615 4109671362 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16162/tid=16165] ppid=16160 vsize=1531460 CPUtime=8.55
/proc/16162/task/16165/stat : 16165 (java) S 16160 16162 15715 0 -1 4202560 75089 0 0 0 818 37 0 0 16 0 12 0 10387344 1568215040 276141 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 20
[pid=16162/tid=16166] ppid=16160 vsize=1531460 CPUtime=8.34
/proc/16162/task/16166/stat : 16166 (java) S 16160 16162 15715 0 -1 4202560 53753 0 0 0 804 30 0 0 16 0 12 0 10387344 1568215040 276141 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 21
[pid=16162/tid=16167] ppid=16160 vsize=1531460 CPUtime=0
/proc/16162/task/16167/stat : 16167 (java) S 16160 16162 15715 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 12 0 10387346 1568215040 276141 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 0 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16168] ppid=16160 vsize=1531460 CPUtime=0
/proc/16162/task/16168/stat : 16168 (java) S 16160 16162 15715 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 12 0 10387346 1568215040 276141 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16169] ppid=16160 vsize=1531460 CPUtime=0
/proc/16162/task/16169/stat : 16169 (java) S 16160 16162 15715 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 12 0 10387346 1568215040 276141 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16170] ppid=16160 vsize=1531460 CPUtime=0
/proc/16162/task/16170/stat : 16170 (java) S 16160 16162 15715 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10387351 1568215040 276141 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16171] ppid=16160 vsize=1531460 CPUtime=0.22

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

[pid=16162/tid=16169] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16169/stat : 16169 (java) S 16160 16162 15715 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 10387346 1634340864 367353 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16170] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16170/stat : 16170 (java) S 16160 16162 15715 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10387351 1634340864 367353 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16171] ppid=16160 vsize=1596036 CPUtime=0.22
/proc/16162/task/16171/stat : 16171 (java) S 16160 16162 15715 0 -1 4202560 372 0 0 0 22 0 0 0 15 0 13 0 10387351 1634340864 367353 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16172] ppid=16160 vsize=1596036 CPUtime=0.18
/proc/16162/task/16172/stat : 16172 (java) S 16160 16162 15715 0 -1 4202560 616 0 0 0 18 0 0 0 15 0 13 0 10387351 1634340864 367353 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16173] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16173/stat : 16173 (java) S 16160 16162 15715 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10387351 1634340864 367353 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16174] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16174/stat : 16174 (java) S 16160 16162 15715 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 13 0 10387351 1634340864 367353 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16194] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16194/stat : 16194 (java) S 16160 16162 15715 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 10445757 1634340864 367353 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 604.38
Current children cumulated vsize (KiB) 1596036

[startup+595.21 s]
/proc/loadavg: 1.08 1.07 1.06 3/119 16194
/proc/meminfo: memFree=83608/2059040 swapFree=4140240/4192956
[pid=16162] ppid=16160 vsize=1596036 CPUtime=610.79
/proc/16162/stat : 16162 (java) S 16160 16162 15715 0 -1 4202496 7002087 0 6 0 58332 2747 0 0 18 0 13 0 10387341 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16162/statm: 399009 367355 1419 10 0 396312 0
[pid=16162/tid=16164] ppid=16160 vsize=1596036 CPUtime=45.98
/proc/16162/task/16164/stat : 16164 (java) S 16160 16162 15715 0 -1 4202560 152220 0 1 0 4521 77 0 0 17 0 13 0 10387342 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 3
[pid=16162/tid=16165] ppid=16160 vsize=1596036 CPUtime=16.6
/proc/16162/task/16165/stat : 16165 (java) S 16160 16162 15715 0 -1 4202560 125362 0 0 0 1600 60 0 0 16 0 13 0 10387344 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 20
[pid=16162/tid=16166] ppid=16160 vsize=1596036 CPUtime=16.18
/proc/16162/task/16166/stat : 16166 (java) S 16160 16162 15715 0 -1 4202560 84775 0 0 0 1571 47 0 0 16 0 13 0 10387344 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 21
[pid=16162/tid=16167] ppid=16160 vsize=1596036 CPUtime=531.56
/proc/16162/task/16167/stat : 16167 (java) R 16160 16162 15715 0 -1 4202560 6637634 0 5 0 50596 2560 0 0 25 0 13 0 10387346 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 103585199 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16162/tid=16168] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16168/stat : 16168 (java) S 16160 16162 15715 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10387346 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16169] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16169/stat : 16169 (java) S 16160 16162 15715 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 10387346 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16170] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16170/stat : 16170 (java) S 16160 16162 15715 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10387351 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16171] ppid=16160 vsize=1596036 CPUtime=0.22
/proc/16162/task/16171/stat : 16171 (java) S 16160 16162 15715 0 -1 4202560 372 0 0 0 22 0 0 0 15 0 13 0 10387351 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16172] ppid=16160 vsize=1596036 CPUtime=0.18
/proc/16162/task/16172/stat : 16172 (java) S 16160 16162 15715 0 -1 4202560 616 0 0 0 18 0 0 0 15 0 13 0 10387351 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16173] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16173/stat : 16173 (java) S 16160 16162 15715 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10387351 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16174] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16174/stat : 16174 (java) S 16160 16162 15715 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 13 0 10387351 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16194] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16194/stat : 16194 (java) S 16160 16162 15715 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 13 0 10445757 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 610.79
Current children cumulated vsize (KiB) 1596036

[startup+596.802 s]
/proc/loadavg: 1.08 1.07 1.06 2/119 16194
/proc/meminfo: memFree=51616/2059040 swapFree=4140240/4192956
[pid=16162] ppid=16160 vsize=1532032 CPUtime=612.37
/proc/16162/stat : 16162 (java) S 16160 16162 15715 0 -1 4202496 7002087 0 6 0 58490 2747 0 0 18 0 13 0 10387341 1568800768 351354 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16162/statm: 383008 351354 1419 10 0 380311 0
[pid=16162/tid=16164] ppid=16160 vsize=1532032 CPUtime=45.98
/proc/16162/task/16164/stat : 16164 (java) S 16160 16162 15715 0 -1 4202560 152220 0 1 0 4521 77 0 0 17 0 13 0 10387342 1568800768 351354 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 3
[pid=16162/tid=16165] ppid=16160 vsize=1532032 CPUtime=16.6
/proc/16162/task/16165/stat : 16165 (java) S 16160 16162 15715 0 -1 4202560 125362 0 0 0 1600 60 0 0 16 0 13 0 10387344 1568800768 351354 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 20
[pid=16162/tid=16166] ppid=16160 vsize=1532032 CPUtime=16.18
/proc/16162/task/16166/stat : 16166 (java) S 16160 16162 15715 0 -1 4202560 84775 0 0 0 1571 47 0 0 16 0 13 0 10387344 1568800768 351354 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 21
[pid=16162/tid=16167] ppid=16160 vsize=1532032 CPUtime=533.15
/proc/16162/task/16167/stat : 16167 (java) R 16160 16162 15715 0 -1 4202560 6637634 0 5 0 50754 2561 0 0 25 0 13 0 10387346 1568800768 351354 1992294400 134512640 134550932 4288817872 18446744073709551615 105880848 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16162/tid=16168] ppid=16160 vsize=1532032 CPUtime=0
/proc/16162/task/16168/stat : 16168 (java) S 16160 16162 15715 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10387346 1568800768 351354 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16169] ppid=16160 vsize=1532032 CPUtime=0
/proc/16162/task/16169/stat : 16169 (java) S 16160 16162 15715 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 10387346 1568800768 351354 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16170] ppid=16160 vsize=1532032 CPUtime=0
/proc/16162/task/16170/stat : 16170 (java) S 16160 16162 15715 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10387351 1568800768 351354 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16171] ppid=16160 vsize=1532032 CPUtime=0.22
/proc/16162/task/16171/stat : 16171 (java) S 16160 16162 15715 0 -1 4202560 372 0 0 0 22 0 0 0 15 0 13 0 10387351 1568800768 351354 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16172] ppid=16160 vsize=1532032 CPUtime=0.18
/proc/16162/task/16172/stat : 16172 (java) S 16160 16162 15715 0 -1 4202560 616 0 0 0 18 0 0 0 15 0 13 0 10387351 1568800768 351354 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16173] ppid=16160 vsize=1532032 CPUtime=0
/proc/16162/task/16173/stat : 16173 (java) S 16160 16162 15715 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10387351 1568800768 351354 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16174] ppid=16160 vsize=1532032 CPUtime=0
/proc/16162/task/16174/stat : 16174 (java) S 16160 16162 15715 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 13 0 10387351 1568800768 351354 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16194] ppid=16160 vsize=1532032 CPUtime=0
/proc/16162/task/16194/stat : 16194 (java) S 16160 16162 15715 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 13 0 10445757 1568800768 351354 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 612.37
Current children cumulated vsize (KiB) 1532032

[startup+598.402 s]
/proc/loadavg: 1.08 1.07 1.06 2/119 16194
/proc/meminfo: memFree=51616/2059040 swapFree=4140240/4192956
[pid=16162] ppid=16160 vsize=1596036 CPUtime=613.98
/proc/16162/stat : 16162 (java) S 16160 16162 15715 0 -1 4202496 7033844 0 6 0 58639 2759 0 0 18 0 13 0 10387341 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16162/statm: 399009 367355 1419 10 0 396312 0
[pid=16162/tid=16164] ppid=16160 vsize=1596036 CPUtime=45.98
/proc/16162/task/16164/stat : 16164 (java) S 16160 16162 15715 0 -1 4202560 152220 0 1 0 4521 77 0 0 17 0 13 0 10387342 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 3
[pid=16162/tid=16165] ppid=16160 vsize=1596036 CPUtime=16.6
/proc/16162/task/16165/stat : 16165 (java) S 16160 16162 15715 0 -1 4202560 125362 0 0 0 1600 60 0 0 16 0 13 0 10387344 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 20
[pid=16162/tid=16166] ppid=16160 vsize=1596036 CPUtime=16.18
/proc/16162/task/16166/stat : 16166 (java) S 16160 16162 15715 0 -1 4202560 84775 0 0 0 1571 47 0 0 16 0 13 0 10387344 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 21
[pid=16162/tid=16167] ppid=16160 vsize=1596036 CPUtime=534.75
/proc/16162/task/16167/stat : 16167 (java) R 16160 16162 15715 0 -1 4202560 6669391 0 5 0 50903 2572 0 0 25 0 13 0 10387346 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 104187826 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16162/tid=16168] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16168/stat : 16168 (java) S 16160 16162 15715 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10387346 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16169] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16169/stat : 16169 (java) S 16160 16162 15715 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 10387346 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16170] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16170/stat : 16170 (java) S 16160 16162 15715 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10387351 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16171] ppid=16160 vsize=1596036 CPUtime=0.22
/proc/16162/task/16171/stat : 16171 (java) S 16160 16162 15715 0 -1 4202560 372 0 0 0 22 0 0 0 15 0 13 0 10387351 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16172] ppid=16160 vsize=1596036 CPUtime=0.18
/proc/16162/task/16172/stat : 16172 (java) S 16160 16162 15715 0 -1 4202560 616 0 0 0 18 0 0 0 15 0 13 0 10387351 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16173] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16173/stat : 16173 (java) S 16160 16162 15715 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10387351 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16174] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16174/stat : 16174 (java) S 16160 16162 15715 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 13 0 10387351 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16194] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16194/stat : 16194 (java) S 16160 16162 15715 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 13 0 10445757 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 613.98
Current children cumulated vsize (KiB) 1596036

[startup+599.202 s]
/proc/loadavg: 1.08 1.07 1.06 2/119 16194
/proc/meminfo: memFree=51616/2059040 swapFree=4140240/4192956
[pid=16162] ppid=16160 vsize=1596036 CPUtime=614.77
/proc/16162/stat : 16162 (java) S 16160 16162 15715 0 -1 4202496 7033844 0 6 0 58718 2759 0 0 18 0 13 0 10387341 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16162/statm: 399009 367355 1419 10 0 396312 0
[pid=16162/tid=16164] ppid=16160 vsize=1596036 CPUtime=45.98
/proc/16162/task/16164/stat : 16164 (java) S 16160 16162 15715 0 -1 4202560 152220 0 1 0 4521 77 0 0 17 0 13 0 10387342 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 3
[pid=16162/tid=16165] ppid=16160 vsize=1596036 CPUtime=16.6
/proc/16162/task/16165/stat : 16165 (java) S 16160 16162 15715 0 -1 4202560 125362 0 0 0 1600 60 0 0 16 0 13 0 10387344 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 20
[pid=16162/tid=16166] ppid=16160 vsize=1596036 CPUtime=16.18
/proc/16162/task/16166/stat : 16166 (java) S 16160 16162 15715 0 -1 4202560 84775 0 0 0 1571 47 0 0 16 0 13 0 10387344 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 21
[pid=16162/tid=16167] ppid=16160 vsize=1596036 CPUtime=535.55
/proc/16162/task/16167/stat : 16167 (java) R 16160 16162 15715 0 -1 4202560 6669391 0 5 0 50983 2572 0 0 25 0 13 0 10387346 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 104187712 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16162/tid=16168] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16168/stat : 16168 (java) S 16160 16162 15715 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10387346 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16169] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16169/stat : 16169 (java) S 16160 16162 15715 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 10387346 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16170] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16170/stat : 16170 (java) S 16160 16162 15715 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10387351 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16171] ppid=16160 vsize=1596036 CPUtime=0.22
/proc/16162/task/16171/stat : 16171 (java) S 16160 16162 15715 0 -1 4202560 372 0 0 0 22 0 0 0 15 0 13 0 10387351 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16172] ppid=16160 vsize=1596036 CPUtime=0.18
/proc/16162/task/16172/stat : 16172 (java) S 16160 16162 15715 0 -1 4202560 616 0 0 0 18 0 0 0 15 0 13 0 10387351 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16173] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16173/stat : 16173 (java) S 16160 16162 15715 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10387351 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16174] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16174/stat : 16174 (java) S 16160 16162 15715 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 13 0 10387351 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 1 0 0 0
[pid=16162/tid=16194] ppid=16160 vsize=1596036 CPUtime=0
/proc/16162/task/16194/stat : 16194 (java) S 16160 16162 15715 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 13 0 10445757 1634340864 367355 1992294400 134512640 134550932 4288817872 18446744073709551615 4294960144 0 4 0 16800975 18446604437835585664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 614.77
Current children cumulated vsize (KiB) 1596036

[startup+599.61 s]
/proc/loadavg: 1.08 1.06 1.06 2/118 16194
/proc/meminfo: memFree=115612/2059040 swapFree=4140240/4192956
[pid=16162] ppid=16160 vsize=0 CPUtime=615.14
/proc/16162/stat : 16162 (java) Z 16160 16162 15715 0 -1 4202524 7033852 0 7 0 58751 2763 0 0 18 0 2 0 10387341 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16162/statm: 0 0 0 0 0 0 0
[pid=16162/tid=16173] ppid=16160 vsize=0 CPUtime=0.03
/proc/16162/task/16173/stat : 16173 (java) R 16160 16162 15715 0 -1 4203588 0 0 0 0 0 3 0 0 18 0 2 0 10387351 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) 615.14
Current children cumulated vsize (KiB) 0

[startup+599.702 s]
/proc/loadavg: 1.08 1.06 1.06 2/118 16194
/proc/meminfo: memFree=115612/2059040 swapFree=4140240/4192956
[pid=16162] ppid=16160 vsize=0 CPUtime=615.23
/proc/16162/stat : 16162 (java) Z 16160 16162 15715 0 -1 4202524 7033852 0 7 0 58751 2772 0 0 18 0 2 0 10387341 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16162/statm: 0 0 0 0 0 0 0
[pid=16162/tid=16173] ppid=16160 vsize=0 CPUtime=0.12
/proc/16162/task/16173/stat : 16173 (java) R 16160 16162 15715 0 -1 4203588 0 0 0 0 0 12 0 0 18 0 2 0 10387351 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) 615.23
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 599.722
CPU time (s): 615.254
CPU user time (s): 587.511
CPU system time (s): 27.7438
CPU usage (%): 102.59
Max. virtual memory (cumulated for all children) (KiB): 1628040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 587.511
system time used= 27.7438
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7033852
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12528
involuntary context switches= 8853

runsolver used 1.25281 second user time and 3.2655 second system time

The end

Launcher Data

Begin job on node051 at 2010-06-16 14:22:39
IDJOB=2663332
IDBENCH=71872
IDSOLVER=1166
FILE ID=node051/2663332-1276690920
PBS_JOBID= 11172594
Free space on /tmp= 61788 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_3000_5__126_2812__1024.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663332-1276690920/watcher-2663332-1276690920 -o /tmp/evaluation-result-2663332-1276690920/solver-2663332-1276690920 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663332-1276690920.opb

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

MD5SUM BENCH= 2bcff1be6c98046e73917053605e201c
RANDOM SEED=1448914627

node051.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.255
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.51
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.255
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.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:        827308 kB
Buffers:         78312 kB
Cached:        1013788 kB
SwapCached:       1444 kB
Active:         889032 kB
Inactive:       235936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:        827308 kB
SwapTotal:     4192956 kB
SwapFree:      4164932 kB
Dirty:          406196 kB
Writeback:           0 kB
AnonPages:       31376 kB
Mapped:          14924 kB
Slab:            84528 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181792 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= 61788 MiB
End job on node051 at 2010-06-16 14:32:38