Trace number 2661490

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 CuttingPlanes 2.2.0 2010-05-26? (exit code) 230.607 211.728

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.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c 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 solving HOME/instance-2661490-1276693818.opb
0.22/0.22	c reading problem ... 
204.62/185.79	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
204.62/185.79		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
204.62/185.79		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
204.62/185.79		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
204.62/185.79		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
204.62/185.79		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
204.62/185.79		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
204.62/185.79		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
204.62/185.79		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
204.62/185.79		at org.sat4j.AbstractLauncher.run(Unknown Source)
204.62/185.79		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
210.21/191.36	c starts		: 0
229.91/211.06	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space
229.91/211.06		at java.lang.StringBuffer.toString(Unknown Source)
229.91/211.06		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
229.91/211.06		at org.sat4j.pb.core.PBSolverStats.printStat(Unknown Source)
229.91/211.06		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
229.91/211.06		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
229.91/211.06		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
229.91/211.06		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
229.91/211.06		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661490-1276693818/watcher-2661490-1276693818 -o /tmp/evaluation-result-2661490-1276693818/solver-2661490-1276693818 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661490-1276693818.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.48 1.14 1.03 2/106 16821
/proc/meminfo: memFree=1260760/2059040 swapFree=4192956/4192956
[pid=16821] ppid=16819 vsize=248 CPUtime=0
/proc/16821/stat : 16821 (java) R 16819 16821 16365 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 10676009 253952 29 1992294400 134512640 134550932 4287055104 18446744073709551615 11117022 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16821/statm: 62 29 21 10 0 23 0

[startup+0.0899979 s]
/proc/loadavg: 1.48 1.14 1.03 2/106 16821
/proc/meminfo: memFree=1260760/2059040 swapFree=4192956/4192956
[pid=16821] ppid=16819 vsize=1522820 CPUtime=0.07
/proc/16821/stat : 16821 (java) S 16819 16821 16365 0 -1 4202496 3827 0 1 0 5 2 0 0 18 0 7 0 10676009 1559367680 3268 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/16821/statm: 380705 3268 1045 10 0 378015 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1522820

[startup+0.101998 s]
/proc/loadavg: 1.48 1.14 1.03 2/106 16821
/proc/meminfo: memFree=1260760/2059040 swapFree=4192956/4192956
[pid=16821] ppid=16819 vsize=1525048 CPUtime=0.08
/proc/16821/stat : 16821 (java) S 16819 16821 16365 0 -1 4202496 3928 0 1 0 6 2 0 0 18 0 12 0 10676009 1561649152 3367 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16821/statm: 381262 3367 1072 10 0 378564 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525048

[startup+0.301994 s]
/proc/loadavg: 1.48 1.14 1.03 2/106 16821
/proc/meminfo: memFree=1260760/2059040 swapFree=4192956/4192956
[pid=16821] ppid=16819 vsize=1526444 CPUtime=0.34
/proc/16821/stat : 16821 (java) S 16819 16821 16365 0 -1 4202496 19290 0 1 0 26 8 0 0 18 0 12 0 10676009 1563078656 18727 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16821/statm: 381611 18727 1349 10 0 378913 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526444

[startup+0.701987 s]
/proc/loadavg: 1.48 1.14 1.03 2/106 16821
/proc/meminfo: memFree=1260760/2059040 swapFree=4192956/4192956
[pid=16821] ppid=16819 vsize=1526444 CPUtime=1.01
/proc/16821/stat : 16821 (java) S 16819 16821 16365 0 -1 4202496 74295 0 1 0 64 37 0 0 18 0 12 0 10676009 1563078656 73731 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16821/statm: 381611 73731 1372 10 0 378913 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1526444

[startup+1.50197 s]
/proc/loadavg: 1.48 1.14 1.03 6/119 16834
/proc/meminfo: memFree=969444/2059040 swapFree=4192956/4192956
[pid=16821] ppid=16819 vsize=1527524 CPUtime=2.04
/proc/16821/stat : 16821 (java) S 16819 16821 16365 0 -1 4202496 74709 0 1 0 166 38 0 0 18 0 12 0 10676009 1564184576 74065 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16821/statm: 381881 74065 1408 10 0 379183 0
[pid=16821/tid=16823] ppid=16819 vsize=1527524 CPUtime=1.2
/proc/16821/task/16823/stat : 16823 (java) R 16819 16821 16365 0 -1 4202560 30031 0 1 0 108 12 0 0 25 0 12 0 10676010 1564184576 74065 1992294400 134512640 134550932 4287055104 18446744073709551615 4109456149 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16821/tid=16824] ppid=16819 vsize=1527524 CPUtime=0.23
/proc/16821/task/16824/stat : 16824 (java) S 16819 16821 16365 0 -1 4202560 16316 0 0 0 13 10 0 0 18 0 12 0 10676012 1564184576 74065 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16825] ppid=16819 vsize=1527524 CPUtime=0.24
/proc/16821/task/16825/stat : 16825 (java) S 16819 16821 16365 0 -1 4202560 26273 0 0 0 10 14 0 0 19 0 12 0 10676012 1564184576 74065 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16826] ppid=16819 vsize=1527524 CPUtime=0
/proc/16821/task/16826/stat : 16826 (java) S 16819 16821 16365 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 12 0 10676013 1564184576 74065 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 0 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16827] ppid=16819 vsize=1527524 CPUtime=0
/proc/16821/task/16827/stat : 16827 (java) S 16819 16821 16365 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10676014 1564184576 74065 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16828] ppid=16819 vsize=1527524 CPUtime=0
/proc/16821/task/16828/stat : 16828 (java) S 16819 16821 16365 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 12 0 10676014 1564184576 74065 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16829] ppid=16819 vsize=1527524 CPUtime=0
/proc/16821/task/16829/stat : 16829 (java) S 16819 16821 16365 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10676019 1564184576 74065 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16830] ppid=16819 vsize=1527524 CPUtime=0.03
/proc/16821/task/16830/stat : 16830 (java) S 16819 16821 16365 0 -1 4202560 28 0 0 0 3 0 0 0 19 0 12 0 10676019 1564184576 74065 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16831] ppid=16819 vsize=1527524 CPUtime=0.3
/proc/16821/task/16831/stat : 16831 (java) S 16819 16821 16365 0 -1 4202560 990 0 0 0 30 0 0 0 15 0 12 0 10676019 1564184576 74065 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16832] ppid=16819 vsize=1527524 CPUtime=0
/proc/16821/task/16832/stat : 16832 (java) S 16819 16821 16365 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10676019 1564184576 74065 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16833] ppid=16819 vsize=1527524 CPUtime=0
/proc/16821/task/16833/stat : 16833 (java) S 16819 16821 16365 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10676019 1564184576 74065 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1527524

[startup+3.10094 s]
/proc/loadavg: 1.48 1.14 1.03 2/119 16834
/proc/meminfo: memFree=962872/2059040 swapFree=4192956/4192956
[pid=16821] ppid=16819 vsize=1527524 CPUtime=3.75
/proc/16821/stat : 16821 (java) S 16819 16821 16365 0 -1 4202496 85492 0 1 0 333 42 0 0 18 0 12 0 10676009 1564184576 84157 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16821/statm: 381881 84157 1408 10 0 379183 0
[pid=16821/tid=16823] ppid=16819 vsize=1527524 CPUtime=2.7
/proc/16821/task/16823/stat : 16823 (java) R 16819 16821 16365 0 -1 4202560 31995 0 1 0 256 14 0 0 25 0 12 0 10676010 1564184576 84157 1992294400 134512640 134550932 4287055104 18446744073709551615 4109460678 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16821/tid=16824] ppid=16819 vsize=1527524 CPUtime=0.34
/proc/16821/task/16824/stat : 16824 (java) S 16819 16821 16365 0 -1 4202560 21946 0 0 0 22 12 0 0 18 0 12 0 10676012 1564184576 84157 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16825] ppid=16819 vsize=1527524 CPUtime=0.34
/proc/16821/task/16825/stat : 16825 (java) S 16819 16821 16365 0 -1 4202560 29458 0 0 0 19 15 0 0 18 0 12 0 10676012 1564184576 84157 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16826] ppid=16819 vsize=1527524 CPUtime=0
/proc/16821/task/16826/stat : 16826 (java) S 16819 16821 16365 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 12 0 10676013 1564184576 84157 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 0 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16827] ppid=16819 vsize=1527524 CPUtime=0
/proc/16821/task/16827/stat : 16827 (java) S 16819 16821 16365 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10676014 1564184576 84157 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16828] ppid=16819 vsize=1527524 CPUtime=0
/proc/16821/task/16828/stat : 16828 (java) S 16819 16821 16365 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 12 0 10676014 1564184576 84157 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16829] ppid=16819 vsize=1527524 CPUtime=0
/proc/16821/task/16829/stat : 16829 (java) S 16819 16821 16365 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10676019 1564184576 84157 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16830] ppid=16819 vsize=1527524 CPUtime=0.03
/proc/16821/task/16830/stat : 16830 (java) S 16819 16821 16365 0 -1 4202560 28 0 0 0 3 0 0 0 19 0 12 0 10676019 1564184576 84157 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16831] ppid=16819 vsize=1527524 CPUtime=0.3
/proc/16821/task/16831/stat : 16831 (java) S 16819 16821 16365 0 -1 4202560 990 0 0 0 30 0 0 0 15 0 12 0 10676019 1564184576 84157 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16832] ppid=16819 vsize=1527524 CPUtime=0
/proc/16821/task/16832/stat : 16832 (java) S 16819 16821 16365 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10676019 1564184576 84157 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16833] ppid=16819 vsize=1527524 CPUtime=0
/proc/16821/task/16833/stat : 16833 (java) S 16819 16821 16365 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10676019 1564184576 84157 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 1527524

[startup+6.30188 s]
/proc/loadavg: 1.52 1.15 1.04 2/119 16834
/proc/meminfo: memFree=877436/2059040 swapFree=4192956/4192956
[pid=16821] ppid=16819 vsize=1527524 CPUtime=7.3
/proc/16821/stat : 16821 (java) S 16819 16821 16365 0 -1 4202496 103266 0 1 0 676 54 0 0 18 0 12 0 10676009 1564184576 99304 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16821/statm: 381881 99306 1408 10 0 379183 0
[pid=16821/tid=16823] ppid=16819 vsize=1527524 CPUtime=5.54
/proc/16821/task/16823/stat : 16823 (java) S 16819 16821 16365 0 -1 4202560 32000 0 1 0 540 14 0 0 25 0 12 0 10676010 1564184576 99307 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16824] ppid=16819 vsize=1527524 CPUtime=0.69
/proc/16821/task/16824/stat : 16824 (java) R 16819 16821 16365 0 -1 4202560 29433 0 0 0 53 16 0 0 18 0 12 0 10676012 1564184576 99309 1992294400 134512640 134550932 4287055104 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16821/tid=16825] ppid=16819 vsize=1527524 CPUtime=0.7
/proc/16821/task/16825/stat : 16825 (java) R 16819 16821 16365 0 -1 4202560 39746 0 0 0 48 22 0 0 18 0 12 0 10676012 1564184576 99310 1992294400 134512640 134550932 4287055104 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16821/tid=16826] ppid=16819 vsize=1527524 CPUtime=0
/proc/16821/task/16826/stat : 16826 (java) S 16819 16821 16365 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 10676013 1564184576 99311 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 0 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16827] ppid=16819 vsize=1527524 CPUtime=0
/proc/16821/task/16827/stat : 16827 (java) S 16819 16821 16365 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10676014 1564184576 99313 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16828] ppid=16819 vsize=1527524 CPUtime=0
/proc/16821/task/16828/stat : 16828 (java) S 16819 16821 16365 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 12 0 10676014 1564184576 99315 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16829] ppid=16819 vsize=1527524 CPUtime=0
/proc/16821/task/16829/stat : 16829 (java) S 16819 16821 16365 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10676019 1564184576 99316 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16830] ppid=16819 vsize=1527524 CPUtime=0.03
/proc/16821/task/16830/stat : 16830 (java) S 16819 16821 16365 0 -1 4202560 28 0 0 0 3 0 0 0 18 0 12 0 10676019 1564184576 99317 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16831] ppid=16819 vsize=1527524 CPUtime=0.3
/proc/16821/task/16831/stat : 16831 (java) S 16819 16821 16365 0 -1 4202560 990 0 0 0 30 0 0 0 15 0 12 0 10676019 1564184576 99319 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16832] ppid=16819 vsize=1527524 CPUtime=0
/proc/16821/task/16832/stat : 16832 (java) S 16819 16821 16365 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10676019 1564184576 99320 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16833] ppid=16819 vsize=1527524 CPUtime=0
/proc/16821/task/16833/stat : 16833 (java) S 16819 16821 16365 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10676019 1564184576 99322 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 1527524

[startup+15.6504 s]
/proc/loadavg: 1.52 1.15 1.04 2/119 16834
/proc/meminfo: memFree=877436/2059040 swapFree=4192956/4192956
[pid=16821] ppid=16819 vsize=1530092 CPUtime=18.72
/proc/16821/stat : 16821 (java) S 16819 16821 16365 0 -1 4202496 137019 0 1 0 1793 79 0 0 18 0 12 0 10676009 1566814208 129340 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16821/statm: 382523 129340 1413 10 0 379825 0
[pid=16821/tid=16823] ppid=16819 vsize=1530092 CPUtime=12.73
/proc/16821/task/16823/stat : 16823 (java) S 16819 16821 16365 0 -1 4202560 32012 0 1 0 1256 17 0 0 25 0 12 0 10676010 1566814208 129340 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16824] ppid=16819 vsize=1530092 CPUtime=2.79
/proc/16821/task/16824/stat : 16824 (java) R 16819 16821 16365 0 -1 4202560 44404 0 0 0 253 26 0 0 16 0 12 0 10676012 1566814208 129340 1992294400 134512640 134550932 4287055104 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16821/tid=16825] ppid=16819 vsize=1530092 CPUtime=2.8
/proc/16821/task/16825/stat : 16825 (java) R 16819 16821 16365 0 -1 4202560 58499 0 0 0 245 35 0 0 16 0 12 0 10676012 1566814208 129340 1992294400 134512640 134550932 4287055104 18446744073709551615 106193723 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16821/tid=16826] ppid=16819 vsize=1530092 CPUtime=0
/proc/16821/task/16826/stat : 16826 (java) S 16819 16821 16365 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 10676013 1566814208 129340 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 0 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16827] ppid=16819 vsize=1530092 CPUtime=0
/proc/16821/task/16827/stat : 16827 (java) S 16819 16821 16365 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10676014 1566814208 129340 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16828] ppid=16819 vsize=1530092 CPUtime=0
/proc/16821/task/16828/stat : 16828 (java) S 16819 16821 16365 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 12 0 10676014 1566814208 129340 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16829] ppid=16819 vsize=1530092 CPUtime=0
/proc/16821/task/16829/stat : 16829 (java) S 16819 16821 16365 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10676019 1566814208 129340 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16830] ppid=16819 vsize=1530092 CPUtime=0.06
/proc/16821/task/16830/stat : 16830 (java) S 16819 16821 16365 0 -1 4202560 39 0 0 0 6 0 0 0 15 0 12 0 10676019 1566814208 129340 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16831] ppid=16819 vsize=1530092 CPUtime=0.3
/proc/16821/task/16831/stat : 16831 (java) S 16819 16821 16365 0 -1 4202560 990 0 0 0 30 0 0 0 15 0 12 0 10676019 1566814208 129340 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16832] ppid=16819 vsize=1530092 CPUtime=0
/proc/16821/task/16832/stat : 16832 (java) S 16819 16821 16365 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10676019 1566814208 129340 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16833] ppid=16819 vsize=1530092 CPUtime=0
/proc/16821/task/16833/stat : 16833 (java) S 16819 16821 16365 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10676019 1566814208 129340 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.72
Current children cumulated vsize (KiB) 1530092

[startup+25.5023 s]
/proc/loadavg: 1.70 1.22 1.06 2/118 16834
/proc/meminfo: memFree=626964/2059040 swapFree=4192956/4192956
[pid=16821] ppid=16819 vsize=1530092 CPUtime=30.93
/proc/16821/stat : 16821 (java) S 16819 16821 16365 0 -1 4202496 170745 0 1 0 2993 100 0 0 18 0 12 0 10676009 1566814208 162244 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16821/statm: 382523 162245 1413 10 0 379825 0
[pid=16821/tid=16823] ppid=16819 vsize=1530092 CPUtime=19.92
/proc/16821/task/16823/stat : 16823 (java) S 16819 16821 16365 0 -1 4202560 32025 0 1 0 1973 19 0 0 18 0 12 0 10676010 1566814208 162246 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16824] ppid=16819 vsize=1530092 CPUtime=5.28
/proc/16821/task/16824/stat : 16824 (java) R 16819 16821 16365 0 -1 4202560 61940 0 0 0 494 34 0 0 16 0 12 0 10676012 1566814208 162247 1992294400 134512640 134550932 4287055104 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16821/tid=16825] ppid=16819 vsize=1530092 CPUtime=5.3
/proc/16821/task/16825/stat : 16825 (java) R 16819 16821 16365 0 -1 4202560 74679 0 0 0 486 44 0 0 16 0 12 0 10676012 1566814208 162247 1992294400 134512640 134550932 4287055104 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16821/tid=16826] ppid=16819 vsize=1530092 CPUtime=0.01
/proc/16821/task/16826/stat : 16826 (java) S 16819 16821 16365 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 12 0 10676013 1566814208 162248 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 0 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16827] ppid=16819 vsize=1530092 CPUtime=0
/proc/16821/task/16827/stat : 16827 (java) S 16819 16821 16365 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10676014 1566814208 162249 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16828] ppid=16819 vsize=1530092 CPUtime=0
/proc/16821/task/16828/stat : 16828 (java) S 16819 16821 16365 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 12 0 10676014 1566814208 162250 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16829] ppid=16819 vsize=1530092 CPUtime=0
/proc/16821/task/16829/stat : 16829 (java) S 16819 16821 16365 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10676019 1566814208 162250 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16830] ppid=16819 vsize=1530092 CPUtime=0.06

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

[pid=16821] ppid=16819 vsize=1565268 CPUtime=220.01
/proc/16821/stat : 16821 (java) S 16819 16821 16365 0 -1 4202496 856641 0 1 0 21606 395 0 0 18 0 13 0 10676009 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16821/statm: 391317 359692 1425 10 0 388619 0
[pid=16821/tid=16823] ppid=16819 vsize=1565268 CPUtime=47.65
/proc/16821/task/16823/stat : 16823 (java) S 16819 16821 16365 0 -1 4202560 32108 0 1 0 4740 25 0 0 16 0 13 0 10676010 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16824] ppid=16819 vsize=1565268 CPUtime=18.79
/proc/16821/task/16824/stat : 16824 (java) S 16819 16821 16365 0 -1 4202560 178406 0 0 0 1782 97 0 0 16 0 13 0 10676012 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16825] ppid=16819 vsize=1565268 CPUtime=19.18
/proc/16821/task/16825/stat : 16825 (java) S 16819 16821 16365 0 -1 4202560 165846 0 0 0 1829 89 0 0 16 0 13 0 10676012 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16826] ppid=16819 vsize=1565268 CPUtime=133.54
/proc/16821/task/16826/stat : 16826 (java) R 16819 16821 16365 0 -1 4202560 478076 0 0 0 13172 182 0 0 25 0 13 0 10676013 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 106159255 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16821/tid=16827] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16827/stat : 16827 (java) S 16819 16821 16365 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10676014 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16828] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16828/stat : 16828 (java) S 16819 16821 16365 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10676014 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16829] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16829/stat : 16829 (java) S 16819 16821 16365 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16830] ppid=16819 vsize=1565268 CPUtime=0.3
/proc/16821/task/16830/stat : 16830 (java) S 16819 16821 16365 0 -1 4202560 96 0 0 0 30 0 0 0 15 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16831] ppid=16819 vsize=1565268 CPUtime=0.5
/proc/16821/task/16831/stat : 16831 (java) S 16819 16821 16365 0 -1 4202560 1030 0 0 0 50 0 0 0 15 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16832] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16832/stat : 16832 (java) S 16819 16821 16365 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16833] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16833/stat : 16833 (java) S 16819 16821 16365 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16839] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16839/stat : 16839 (java) S 16819 16821 16365 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 10694588 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 220.01
Current children cumulated vsize (KiB) 1565268

[startup+207.501 s]
/proc/loadavg: 1.05 1.15 1.06 2/119 16839
/proc/meminfo: memFree=24728/2059040 swapFree=4192952/4192956
[pid=16821] ppid=16819 vsize=1565268 CPUtime=226.41
/proc/16821/stat : 16821 (java) S 16819 16821 16365 0 -1 4202496 888156 0 1 0 22233 408 0 0 18 0 13 0 10676009 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16821/statm: 391317 359692 1425 10 0 388619 0
[pid=16821/tid=16823] ppid=16819 vsize=1565268 CPUtime=47.65
/proc/16821/task/16823/stat : 16823 (java) S 16819 16821 16365 0 -1 4202560 32108 0 1 0 4740 25 0 0 16 0 13 0 10676010 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16824] ppid=16819 vsize=1565268 CPUtime=18.79
/proc/16821/task/16824/stat : 16824 (java) S 16819 16821 16365 0 -1 4202560 178406 0 0 0 1782 97 0 0 16 0 13 0 10676012 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16825] ppid=16819 vsize=1565268 CPUtime=19.18
/proc/16821/task/16825/stat : 16825 (java) S 16819 16821 16365 0 -1 4202560 165846 0 0 0 1829 89 0 0 16 0 13 0 10676012 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16826] ppid=16819 vsize=1565268 CPUtime=139.94
/proc/16821/task/16826/stat : 16826 (java) R 16819 16821 16365 0 -1 4202560 509588 0 0 0 13799 195 0 0 25 0 13 0 10676013 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 106157718 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16821/tid=16827] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16827/stat : 16827 (java) S 16819 16821 16365 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 10676014 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16828] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16828/stat : 16828 (java) S 16819 16821 16365 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 10676014 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16829] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16829/stat : 16829 (java) S 16819 16821 16365 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16830] ppid=16819 vsize=1565268 CPUtime=0.3
/proc/16821/task/16830/stat : 16830 (java) S 16819 16821 16365 0 -1 4202560 96 0 0 0 30 0 0 0 15 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16831] ppid=16819 vsize=1565268 CPUtime=0.5
/proc/16821/task/16831/stat : 16831 (java) S 16819 16821 16365 0 -1 4202560 1030 0 0 0 50 0 0 0 15 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16832] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16832/stat : 16832 (java) S 16819 16821 16365 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16833] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16833/stat : 16833 (java) S 16819 16821 16365 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16839] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16839/stat : 16839 (java) S 16819 16821 16365 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 10694588 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 226.41
Current children cumulated vsize (KiB) 1565268

[startup+209.101 s]
/proc/loadavg: 1.05 1.15 1.06 2/119 16841
/proc/meminfo: memFree=24728/2059040 swapFree=4192952/4192956
[pid=16821] ppid=16819 vsize=1565268 CPUtime=228.01
/proc/16821/stat : 16821 (java) S 16819 16821 16365 0 -1 4202496 888156 0 1 0 22393 408 0 0 18 0 13 0 10676009 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16821/statm: 391317 359692 1425 10 0 388619 0
[pid=16821/tid=16823] ppid=16819 vsize=1565268 CPUtime=47.65
/proc/16821/task/16823/stat : 16823 (java) S 16819 16821 16365 0 -1 4202560 32108 0 1 0 4740 25 0 0 16 0 13 0 10676010 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16824] ppid=16819 vsize=1565268 CPUtime=18.79
/proc/16821/task/16824/stat : 16824 (java) S 16819 16821 16365 0 -1 4202560 178406 0 0 0 1782 97 0 0 16 0 13 0 10676012 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16825] ppid=16819 vsize=1565268 CPUtime=19.18
/proc/16821/task/16825/stat : 16825 (java) S 16819 16821 16365 0 -1 4202560 165846 0 0 0 1829 89 0 0 16 0 13 0 10676012 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16826] ppid=16819 vsize=1565268 CPUtime=141.54
/proc/16821/task/16826/stat : 16826 (java) R 16819 16821 16365 0 -1 4202560 509588 0 0 0 13959 195 0 0 25 0 13 0 10676013 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 104187821 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16821/tid=16827] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16827/stat : 16827 (java) S 16819 16821 16365 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 10676014 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16828] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16828/stat : 16828 (java) S 16819 16821 16365 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 10676014 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16829] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16829/stat : 16829 (java) S 16819 16821 16365 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16830] ppid=16819 vsize=1565268 CPUtime=0.3
/proc/16821/task/16830/stat : 16830 (java) S 16819 16821 16365 0 -1 4202560 96 0 0 0 30 0 0 0 15 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16831] ppid=16819 vsize=1565268 CPUtime=0.5
/proc/16821/task/16831/stat : 16831 (java) S 16819 16821 16365 0 -1 4202560 1030 0 0 0 50 0 0 0 15 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16832] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16832/stat : 16832 (java) S 16819 16821 16365 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16833] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16833/stat : 16833 (java) S 16819 16821 16365 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16839] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16839/stat : 16839 (java) S 16819 16821 16365 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 10694588 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 228.01
Current children cumulated vsize (KiB) 1565268

[startup+210.701 s]
/proc/loadavg: 1.05 1.15 1.06 2/119 16841
/proc/meminfo: memFree=24728/2059040 swapFree=4192952/4192956
[pid=16821] ppid=16819 vsize=1565268 CPUtime=229.61
/proc/16821/stat : 16821 (java) S 16819 16821 16365 0 -1 4202496 888156 0 1 0 22553 408 0 0 18 0 13 0 10676009 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16821/statm: 391317 359692 1425 10 0 388619 0
[pid=16821/tid=16823] ppid=16819 vsize=1565268 CPUtime=47.65
/proc/16821/task/16823/stat : 16823 (java) S 16819 16821 16365 0 -1 4202560 32108 0 1 0 4740 25 0 0 16 0 13 0 10676010 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16824] ppid=16819 vsize=1565268 CPUtime=18.79
/proc/16821/task/16824/stat : 16824 (java) S 16819 16821 16365 0 -1 4202560 178406 0 0 0 1782 97 0 0 16 0 13 0 10676012 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16825] ppid=16819 vsize=1565268 CPUtime=19.18
/proc/16821/task/16825/stat : 16825 (java) S 16819 16821 16365 0 -1 4202560 165846 0 0 0 1829 89 0 0 16 0 13 0 10676012 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16826] ppid=16819 vsize=1565268 CPUtime=143.14
/proc/16821/task/16826/stat : 16826 (java) R 16819 16821 16365 0 -1 4202560 509588 0 0 0 14119 195 0 0 25 0 13 0 10676013 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 106159184 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16821/tid=16827] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16827/stat : 16827 (java) S 16819 16821 16365 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 10676014 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16828] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16828/stat : 16828 (java) S 16819 16821 16365 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 10676014 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16829] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16829/stat : 16829 (java) S 16819 16821 16365 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16830] ppid=16819 vsize=1565268 CPUtime=0.3
/proc/16821/task/16830/stat : 16830 (java) S 16819 16821 16365 0 -1 4202560 96 0 0 0 30 0 0 0 15 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16831] ppid=16819 vsize=1565268 CPUtime=0.5
/proc/16821/task/16831/stat : 16831 (java) S 16819 16821 16365 0 -1 4202560 1030 0 0 0 50 0 0 0 15 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16832] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16832/stat : 16832 (java) S 16819 16821 16365 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16833] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16833/stat : 16833 (java) S 16819 16821 16365 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 10676019 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16839] ppid=16819 vsize=1565268 CPUtime=0
/proc/16821/task/16839/stat : 16839 (java) S 16819 16821 16365 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 10694588 1602834432 359692 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 229.61
Current children cumulated vsize (KiB) 1565268

[startup+211.502 s]
/proc/loadavg: 1.05 1.15 1.06 2/118 16841
/proc/meminfo: memFree=56852/2059040 swapFree=4192952/4192956
[pid=16821] ppid=16819 vsize=1533264 CPUtime=230.41
/proc/16821/stat : 16821 (java) S 16819 16821 16365 0 -1 4202496 888162 0 1 0 22633 408 0 0 18 0 12 0 10676009 1570062336 351693 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16821/statm: 383316 351693 1426 10 0 380618 0
[pid=16821/tid=16823] ppid=16819 vsize=1533264 CPUtime=47.65
/proc/16821/task/16823/stat : 16823 (java) S 16819 16821 16365 0 -1 4202560 32109 0 1 0 4740 25 0 0 15 0 12 0 10676010 1570062336 351693 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16824] ppid=16819 vsize=1533264 CPUtime=18.79
/proc/16821/task/16824/stat : 16824 (java) S 16819 16821 16365 0 -1 4202560 178406 0 0 0 1782 97 0 0 16 0 12 0 10676012 1570062336 351693 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16825] ppid=16819 vsize=1533264 CPUtime=19.18
/proc/16821/task/16825/stat : 16825 (java) S 16819 16821 16365 0 -1 4202560 165846 0 0 0 1829 89 0 0 16 0 12 0 10676012 1570062336 351693 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16826] ppid=16819 vsize=1533264 CPUtime=143.94
/proc/16821/task/16826/stat : 16826 (java) R 16819 16821 16365 0 -1 4202560 509590 0 0 0 14199 195 0 0 25 0 12 0 10676013 1570062336 351693 1992294400 134512640 134550932 4287055104 18446744073709551615 106158108 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16821/tid=16827] ppid=16819 vsize=1533264 CPUtime=0
/proc/16821/task/16827/stat : 16827 (java) S 16819 16821 16365 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 10676014 1570062336 351693 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16828] ppid=16819 vsize=1533264 CPUtime=0
/proc/16821/task/16828/stat : 16828 (java) S 16819 16821 16365 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 12 0 10676014 1570062336 351693 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16829] ppid=16819 vsize=1533264 CPUtime=0
/proc/16821/task/16829/stat : 16829 (java) S 16819 16821 16365 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10676019 1570062336 351693 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16830] ppid=16819 vsize=1533264 CPUtime=0.3
/proc/16821/task/16830/stat : 16830 (java) S 16819 16821 16365 0 -1 4202560 96 0 0 0 30 0 0 0 15 0 12 0 10676019 1570062336 351693 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
[pid=16821/tid=16831] ppid=16819 vsize=1533264 CPUtime=0.5
/proc/16821/task/16831/stat : 16831 (java) S 16819 16821 16365 0 -1 4202560 1030 0 0 0 50 0 0 0 15 0 12 0 10676019 1570062336 351693 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16832] ppid=16819 vsize=1533264 CPUtime=0
/proc/16821/task/16832/stat : 16832 (java) S 16819 16821 16365 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10676019 1570062336 351693 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 1 0 0 0
[pid=16821/tid=16833] ppid=16819 vsize=1533264 CPUtime=0
/proc/16821/task/16833/stat : 16833 (java) S 16819 16821 16365 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 12 0 10676019 1570062336 351693 1992294400 134512640 134550932 4287055104 18446744073709551615 4294960144 0 4 0 16800975 18446604437864755520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 230.41
Current children cumulated vsize (KiB) 1533264

[startup+211.702 s]
/proc/loadavg: 1.05 1.15 1.06 2/118 16841
/proc/meminfo: memFree=56852/2059040 swapFree=4192952/4192956
[pid=16821] ppid=16819 vsize=0 CPUtime=230.57
/proc/16821/stat : 16821 (java) Z 16819 16821 16365 0 -1 4202524 888168 0 1 0 22638 419 0 0 18 0 2 0 10676009 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16821/statm: 0 0 0 0 0 0 0
[pid=16821/tid=16826] ppid=16819 vsize=0 CPUtime=144.1
/proc/16821/task/16826/stat : 16826 (java) R 16819 16821 16365 0 -1 4203588 509590 0 0 0 14204 206 0 0 25 0 2 0 10676013 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 230.57
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 211.728
CPU time (s): 230.607
CPU user time (s): 226.387
CPU system time (s): 4.22036
CPU usage (%): 108.917
Max. virtual memory (cumulated for all children) (KiB): 1581272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 226.387
system time used= 4.22036
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 888168
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= 5204
involuntary context switches= 3179

runsolver used 0.407937 second user time and 1.11083 second system time

The end

Launcher Data

Begin job on node036 at 2010-06-16 15:10:31
IDJOB=2661490
IDBENCH=71913
IDSOLVER=1165
FILE ID=node036/2661490-1276693818
PBS_JOBID= 11172601
Free space on /tmp= 62276 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 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 CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661490-1276693818/watcher-2661490-1276693818 -o /tmp/evaluation-result-2661490-1276693818/solver-2661490-1276693818 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661490-1276693818.opb

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

MD5SUM BENCH= d5fa369dda5ecc7dd4bdafa11362a969
RANDOM SEED=36045013

node036.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.251
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.50
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.251
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1261280 kB
Buffers:        132916 kB
Cached:         508692 kB
SwapCached:          0 kB
Active:         410884 kB
Inactive:       290140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1261280 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          255824 kB
Writeback:           0 kB
AnonPages:       59404 kB
Mapped:          15436 kB
Slab:            75024 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180588 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= 62276 MiB
End job on node036 at 2010-06-16 15:14:03