Trace number 2659995

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (exit code) 240.175 221.194

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__2048.opb
MD5SUM08161da552551f1a32b034498343cbe2
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 variables10240998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint2048
Maximum length of a constraint83969
Number of terms in the objective function 10240000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 351702657024
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 351702657024
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.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 --- 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@1ac1fe4
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 solving HOME/instance-2659995-1276692496.opb
0.22/0.22	c reading problem ... 
225.49/206.48	c starts		: 0
225.49/206.48	c conflicts		: 0
225.49/206.48	c decisions		: 0
225.49/206.48	c propagations		: 0
225.49/206.48	c inspects		: 0
225.49/206.48	c learnt literals	: 0
225.49/206.48	c learnt binary clauses	: 0
225.49/206.48	c learnt ternary clauses	: 0
225.49/206.48	c learnt clauses	: 0
225.49/206.48	c ignored clauses	: 0
225.49/206.48	c root simplifications	: 0
225.49/206.48	c removed literals (reason simplification)	: 0
225.49/206.48	c reason swapping (by a shorter reason)	: 0
225.49/206.48	c Calls to reduceDB	: 0
225.49/206.48	c number of reductions to clauses (during analyze)	: 0
225.49/206.48	c number of learned constraints concerned by reduction	: 0
225.49/206.48	c number of learning phase by resolution	: 0
225.49/206.48	c number of learning phase by cutting planes	: 0
236.09/217.00	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
236.09/217.00		at sun.misc.FloatingDecimal$1.initialValue(Unknown Source)
236.09/217.00		at java.lang.ThreadLocal.setInitialValue(Unknown Source)
236.09/217.00		at java.lang.ThreadLocal.get(Unknown Source)
236.09/217.00		at sun.misc.FloatingDecimal.appendTo(Unknown Source)
236.09/217.00		at java.lang.AbstractStringBuilder.append(Unknown Source)
236.09/217.00		at java.lang.StringBuffer.append(Unknown Source)
239.59/220.56		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
239.59/220.56		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
239.59/220.56		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
239.59/220.56		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
239.59/220.56		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-2659995-1276692496/watcher-2659995-1276692496 -o /tmp/evaluation-result-2659995-1276692496/solver-2659995-1276692496 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659995-1276692496.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.47 1.14 1.04 2/106 17009
/proc/meminfo: memFree=1081688/2059040 swapFree=4192956/4192956
[pid=17009] ppid=17007 vsize=248 CPUtime=0
/proc/17009/stat : 17009 (java) R 17007 17009 16602 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 10547148 253952 29 1992294400 134512640 134550932 4293760080 18446744073709551615 8589908 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/17009/statm: 62 29 21 10 0 23 0

[startup+0.104 s]
/proc/loadavg: 1.47 1.14 1.04 2/106 17009
/proc/meminfo: memFree=1081688/2059040 swapFree=4192956/4192956
[pid=17009] ppid=17007 vsize=1524184 CPUtime=0.08
/proc/17009/stat : 17009 (java) S 17007 17009 16602 0 -1 4202496 3948 0 1 0 6 2 0 0 18 0 12 0 10547148 1560764416 3386 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17009/statm: 381046 3386 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.202 s]
/proc/loadavg: 1.47 1.14 1.04 2/106 17009
/proc/meminfo: memFree=1081688/2059040 swapFree=4192956/4192956
[pid=17009] ppid=17007 vsize=1526088 CPUtime=0.22
/proc/17009/stat : 17009 (java) S 17007 17009 16602 0 -1 4202496 4960 0 1 0 19 3 0 0 18 0 12 0 10547148 1562714112 4396 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17009/statm: 381522 4396 1340 10 0 378824 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1526088

[startup+0.4 s]
/proc/loadavg: 1.47 1.14 1.04 2/106 17009
/proc/meminfo: memFree=1081688/2059040 swapFree=4192956/4192956
[pid=17009] ppid=17007 vsize=1526544 CPUtime=0.43
/proc/17009/stat : 17009 (java) S 17007 17009 16602 0 -1 4202496 38611 0 1 0 27 16 0 0 18 0 12 0 10547148 1563181056 38047 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17009/statm: 381636 38047 1348 10 0 378938 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 1526544

[startup+0.7 s]
/proc/loadavg: 1.47 1.14 1.04 2/106 17009
/proc/meminfo: memFree=1081688/2059040 swapFree=4192956/4192956
[pid=17009] ppid=17007 vsize=1526544 CPUtime=0.98
/proc/17009/stat : 17009 (java) S 17007 17009 16602 0 -1 4202496 90227 0 1 0 53 45 0 0 18 0 12 0 10547148 1563181056 89663 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17009/statm: 381636 89663 1355 10 0 378938 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1526544

[startup+1.501 s]
/proc/loadavg: 1.47 1.14 1.04 5/118 17021
/proc/meminfo: memFree=725776/2059040 swapFree=4192956/4192956
[pid=17009] ppid=17007 vsize=1527600 CPUtime=2.06
/proc/17009/stat : 17009 (java) S 17007 17009 16602 0 -1 4202496 92126 0 1 0 159 47 0 0 18 0 12 0 10547148 1564262400 91480 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17009/statm: 381900 91480 1407 10 0 379202 0
[pid=17009/tid=17011] ppid=17007 vsize=1527600 CPUtime=1.17
/proc/17009/task/17011/stat : 17011 (java) R 17007 17009 16602 0 -1 4202560 47457 0 1 0 97 20 0 0 25 0 12 0 10547150 1564262400 91480 1992294400 134512640 134550932 4293760080 18446744073709551615 4109454977 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17009/tid=17012] ppid=17007 vsize=1527600 CPUtime=0.26
/proc/17009/task/17012/stat : 17012 (java) S 17007 17009 16602 0 -1 4202560 20046 0 0 0 16 10 0 0 17 0 12 0 10547151 1564262400 91480 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17013] ppid=17007 vsize=1527600 CPUtime=0.26
/proc/17009/task/17013/stat : 17013 (java) S 17007 17009 16602 0 -1 4202560 22533 0 0 0 11 15 0 0 18 0 12 0 10547151 1564262400 91480 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17014] ppid=17007 vsize=1527600 CPUtime=0
/proc/17009/task/17014/stat : 17014 (java) S 17007 17009 16602 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10547153 1564262400 91480 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17015] ppid=17007 vsize=1527600 CPUtime=0
/proc/17009/task/17015/stat : 17015 (java) S 17007 17009 16602 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 12 0 10547153 1564262400 91480 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17016] ppid=17007 vsize=1527600 CPUtime=0
/proc/17009/task/17016/stat : 17016 (java) S 17007 17009 16602 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10547153 1564262400 91480 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17017] ppid=17007 vsize=1527600 CPUtime=0
/proc/17009/task/17017/stat : 17017 (java) S 17007 17009 16602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10547158 1564262400 91480 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17018] ppid=17007 vsize=1527600 CPUtime=0.02
/proc/17009/task/17018/stat : 17018 (java) S 17007 17009 16602 0 -1 4202560 39 0 0 0 2 0 0 0 18 0 12 0 10547158 1564262400 91480 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17019] ppid=17007 vsize=1527600 CPUtime=0.3
/proc/17009/task/17019/stat : 17019 (java) S 17007 17009 16602 0 -1 4202560 982 0 0 0 30 0 0 0 15 0 12 0 10547158 1564262400 91480 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17020] ppid=17007 vsize=1527600 CPUtime=0
/proc/17009/task/17020/stat : 17020 (java) S 17007 17009 16602 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10547158 1564262400 91480 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17021] ppid=17007 vsize=1527600 CPUtime=0
/proc/17009/task/17021/stat : 17021 (java) S 17007 17009 16602 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10547158 1564262400 91480 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1527600

[startup+3.102 s]
/proc/loadavg: 1.47 1.14 1.04 2/118 17021
/proc/meminfo: memFree=624344/2059040 swapFree=4192956/4192956
[pid=17009] ppid=17007 vsize=1527600 CPUtime=3.81
/proc/17009/stat : 17009 (java) S 17007 17009 16602 0 -1 4202496 116484 0 1 0 321 60 0 0 18 0 12 0 10547148 1564262400 115837 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17009/statm: 381900 115837 1407 10 0 379202 0
[pid=17009/tid=17011] ppid=17007 vsize=1527600 CPUtime=2.6
/proc/17009/task/17011/stat : 17011 (java) R 17007 17009 16602 0 -1 4202560 51991 0 1 0 238 22 0 0 25 0 12 0 10547150 1564262400 115837 1992294400 134512640 134550932 4293760080 18446744073709551615 4109443590 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17009/tid=17012] ppid=17007 vsize=1527600 CPUtime=0.42
/proc/17009/task/17012/stat : 17012 (java) S 17007 17009 16602 0 -1 4202560 27347 0 0 0 29 13 0 0 16 0 12 0 10547151 1564262400 115837 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17013] ppid=17007 vsize=1527600 CPUtime=0.41
/proc/17009/task/17013/stat : 17013 (java) S 17007 17009 16602 0 -1 4202560 35054 0 0 0 19 22 0 0 18 0 12 0 10547151 1564262400 115837 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17014] ppid=17007 vsize=1527600 CPUtime=0
/proc/17009/task/17014/stat : 17014 (java) S 17007 17009 16602 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10547153 1564262400 115837 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17015] ppid=17007 vsize=1527600 CPUtime=0
/proc/17009/task/17015/stat : 17015 (java) S 17007 17009 16602 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 12 0 10547153 1564262400 115837 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17016] ppid=17007 vsize=1527600 CPUtime=0
/proc/17009/task/17016/stat : 17016 (java) S 17007 17009 16602 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10547153 1564262400 115837 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17017] ppid=17007 vsize=1527600 CPUtime=0
/proc/17009/task/17017/stat : 17017 (java) S 17007 17009 16602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10547158 1564262400 115837 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17018] ppid=17007 vsize=1527600 CPUtime=0.02
/proc/17009/task/17018/stat : 17018 (java) S 17007 17009 16602 0 -1 4202560 39 0 0 0 2 0 0 0 18 0 12 0 10547158 1564262400 115837 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17019] ppid=17007 vsize=1527600 CPUtime=0.3
/proc/17009/task/17019/stat : 17019 (java) S 17007 17009 16602 0 -1 4202560 982 0 0 0 30 0 0 0 15 0 12 0 10547158 1564262400 115837 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17020] ppid=17007 vsize=1527600 CPUtime=0
/proc/17009/task/17020/stat : 17020 (java) S 17007 17009 16602 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10547158 1564262400 115837 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17021] ppid=17007 vsize=1527600 CPUtime=0
/proc/17009/task/17021/stat : 17021 (java) S 17007 17009 16602 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10547158 1564262400 115837 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 1527600

[startup+6.302 s]
/proc/loadavg: 1.43 1.14 1.04 2/118 17021
/proc/meminfo: memFree=582060/2059040 swapFree=4192956/4192956
[pid=17009] ppid=17007 vsize=1527600 CPUtime=7.51
/proc/17009/stat : 17009 (java) S 17007 17009 16602 0 -1 4202496 136591 0 1 0 680 71 0 0 18 0 12 0 10547148 1564262400 132430 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17009/statm: 381900 132430 1407 10 0 379202 0
[pid=17009/tid=17011] ppid=17007 vsize=1527600 CPUtime=5.28
/proc/17009/task/17011/stat : 17011 (java) R 17007 17009 16602 0 -1 4202560 51996 0 1 0 505 23 0 0 24 0 12 0 10547150 1564262400 132430 1992294400 134512640 134550932 4293760080 18446744073709551615 4109399658 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17009/tid=17012] ppid=17007 vsize=1527600 CPUtime=0.93
/proc/17009/task/17012/stat : 17012 (java) S 17007 17009 16602 0 -1 4202560 40261 0 0 0 74 19 0 0 16 0 12 0 10547151 1564262400 132430 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17013] ppid=17007 vsize=1527600 CPUtime=0.91
/proc/17009/task/17013/stat : 17013 (java) S 17007 17009 16602 0 -1 4202560 42240 0 0 0 65 26 0 0 18 0 12 0 10547151 1564262400 132430 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17014] ppid=17007 vsize=1527600 CPUtime=0
/proc/17009/task/17014/stat : 17014 (java) S 17007 17009 16602 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10547153 1564262400 132430 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17015] ppid=17007 vsize=1527600 CPUtime=0
/proc/17009/task/17015/stat : 17015 (java) S 17007 17009 16602 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 12 0 10547153 1564262400 132430 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17016] ppid=17007 vsize=1527600 CPUtime=0
/proc/17009/task/17016/stat : 17016 (java) S 17007 17009 16602 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10547153 1564262400 132430 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17017] ppid=17007 vsize=1527600 CPUtime=0
/proc/17009/task/17017/stat : 17017 (java) S 17007 17009 16602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10547158 1564262400 132430 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17018] ppid=17007 vsize=1527600 CPUtime=0.02
/proc/17009/task/17018/stat : 17018 (java) S 17007 17009 16602 0 -1 4202560 39 0 0 0 2 0 0 0 18 0 12 0 10547158 1564262400 132430 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17019] ppid=17007 vsize=1527600 CPUtime=0.3
/proc/17009/task/17019/stat : 17019 (java) S 17007 17009 16602 0 -1 4202560 982 0 0 0 30 0 0 0 15 0 12 0 10547158 1564262400 132430 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17020] ppid=17007 vsize=1527600 CPUtime=0
/proc/17009/task/17020/stat : 17020 (java) S 17007 17009 16602 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10547158 1564262400 132430 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17021] ppid=17007 vsize=1527600 CPUtime=0
/proc/17009/task/17021/stat : 17021 (java) S 17007 17009 16602 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10547158 1564262400 132430 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 1527600

[startup+12.702 s]
/proc/loadavg: 1.39 1.14 1.04 3/118 17021
/proc/meminfo: memFree=474924/2059040 swapFree=4192956/4192956
[pid=17009] ppid=17007 vsize=1528884 CPUtime=15.32
/proc/17009/stat : 17009 (java) S 17007 17009 16602 0 -1 4202496 159972 0 1 0 1447 85 0 0 18 0 12 0 10547148 1565577216 154201 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17009/statm: 382221 154201 1412 10 0 379523 0
[pid=17009/tid=17011] ppid=17007 vsize=1528884 CPUtime=10.04
/proc/17009/task/17011/stat : 17011 (java) S 17007 17009 16602 0 -1 4202560 52004 0 1 0 979 25 0 0 25 0 12 0 10547150 1565577216 154201 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17012] ppid=17007 vsize=1528884 CPUtime=2.54
/proc/17009/task/17012/stat : 17012 (java) S 17007 17009 16602 0 -1 4202560 54590 0 0 0 227 27 0 0 15 0 12 0 10547151 1565577216 154201 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17013] ppid=17007 vsize=1528884 CPUtime=2.37
/proc/17009/task/17013/stat : 17013 (java) R 17007 17009 16602 0 -1 4202560 51279 0 0 0 206 31 0 0 15 0 12 0 10547151 1565577216 154201 1992294400 134512640 134550932 4293760080 18446744073709551615 103112946 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17009/tid=17014] ppid=17007 vsize=1528884 CPUtime=0
/proc/17009/task/17014/stat : 17014 (java) S 17007 17009 16602 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10547153 1565577216 154201 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17015] ppid=17007 vsize=1528884 CPUtime=0
/proc/17009/task/17015/stat : 17015 (java) S 17007 17009 16602 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 12 0 10547153 1565577216 154201 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17016] ppid=17007 vsize=1528884 CPUtime=0
/proc/17009/task/17016/stat : 17016 (java) S 17007 17009 16602 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10547153 1565577216 154201 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17017] ppid=17007 vsize=1528884 CPUtime=0
/proc/17009/task/17017/stat : 17017 (java) S 17007 17009 16602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10547158 1565577216 154201 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17018] ppid=17007 vsize=1528884 CPUtime=0.03
/proc/17009/task/17018/stat : 17018 (java) S 17007 17009 16602 0 -1 4202560 44 0 0 0 3 0 0 0 16 0 12 0 10547158 1565577216 154201 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17019] ppid=17007 vsize=1528884 CPUtime=0.3
/proc/17009/task/17019/stat : 17019 (java) S 17007 17009 16602 0 -1 4202560 982 0 0 0 30 0 0 0 15 0 12 0 10547158 1565577216 154201 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17020] ppid=17007 vsize=1528884 CPUtime=0
/proc/17009/task/17020/stat : 17020 (java) S 17007 17009 16602 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10547158 1565577216 154201 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17021] ppid=17007 vsize=1528884 CPUtime=0
/proc/17009/task/17021/stat : 17021 (java) S 17007 17009 16602 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10547158 1565577216 154201 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.32
Current children cumulated vsize (KiB) 1528884

[startup+25.502 s]
/proc/loadavg: 1.53 1.18 1.05 2/118 17021
/proc/meminfo: memFree=315088/2059040 swapFree=4192956/4192956
[pid=17009] ppid=17007 vsize=1530168 CPUtime=30.96
/proc/17009/stat : 17009 (java) S 17007 17009 16602 0 -1 4202496 202209 0 1 0 2984 112 0 0 18 0 12 0 10547148 1566892032 193946 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17009/statm: 382542 193946 1412 10 0 379844 0
[pid=17009/tid=17011] ppid=17007 vsize=1530168 CPUtime=19.08
/proc/17009/task/17011/stat : 17011 (java) R 17007 17009 16602 0 -1 4202560 52019 0 1 0 1881 27 0 0 25 0 12 0 10547150 1566892032 193946 1992294400 134512640 134550932 4293760080 18446744073709551615 4109399298 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17009/tid=17012] ppid=17007 vsize=1530168 CPUtime=5.7
/proc/17009/task/17012/stat : 17012 (java) S 17007 17009 16602 0 -1 4202560 73692 0 0 0 533 37 0 0 16 0 12 0 10547151 1566892032 193946 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17013] ppid=17007 vsize=1530168 CPUtime=5.77
/proc/17009/task/17013/stat : 17013 (java) S 17007 17009 16602 0 -1 4202560 74393 0 0 0 532 45 0 0 16 0 12 0 10547151 1566892032 193946 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17014] ppid=17007 vsize=1530168 CPUtime=0
/proc/17009/task/17014/stat : 17014 (java) S 17007 17009 16602 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10547153 1566892032 193946 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17015] ppid=17007 vsize=1530168 CPUtime=0
/proc/17009/task/17015/stat : 17015 (java) S 17007 17009 16602 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 12 0 10547153 1566892032 193946 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17016] ppid=17007 vsize=1530168 CPUtime=0
/proc/17009/task/17016/stat : 17016 (java) S 17007 17009 16602 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10547153 1566892032 193946 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17017] ppid=17007 vsize=1530168 CPUtime=0
/proc/17009/task/17017/stat : 17017 (java) S 17007 17009 16602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10547158 1566892032 193946 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17018] ppid=17007 vsize=1530168 CPUtime=0.05

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

/proc/loadavg: 1.05 1.14 1.06 2/119 17028
/proc/meminfo: memFree=42148/2059040 swapFree=4139896/4192956
[pid=17009] ppid=17007 vsize=1559676 CPUtime=236.69
/proc/17009/stat : 17009 (java) S 17007 17009 16602 0 -1 4202496 1535630 0 5 0 23025 644 0 0 18 0 13 0 10547148 1597108224 358286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17009/statm: 389919 358286 1424 10 0 387221 0
[pid=17009/tid=17011] ppid=17007 vsize=1559676 CPUtime=55.15
/proc/17009/task/17011/stat : 17011 (java) S 17007 17009 16602 0 -1 4202560 52101 0 2 0 5477 38 0 0 16 0 13 0 10547150 1597108224 358286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17012] ppid=17007 vsize=1559676 CPUtime=19.73
/proc/17009/task/17012/stat : 17012 (java) S 17007 17009 16602 0 -1 4202560 156410 0 0 0 1898 75 0 0 16 0 13 0 10547151 1597108224 358286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 2
[pid=17009/tid=17013] ppid=17007 vsize=1559676 CPUtime=18.63
/proc/17009/task/17013/stat : 17013 (java) S 17007 17009 16602 0 -1 4202560 141434 0 0 0 1781 82 0 0 16 0 13 0 10547151 1597108224 358286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 1
[pid=17009/tid=17014] ppid=17007 vsize=1559676 CPUtime=141.6
/proc/17009/task/17014/stat : 17014 (java) R 17007 17009 16602 0 -1 4202560 1178107 0 1 0 13717 443 0 0 25 0 13 0 10547153 1597108224 358286 1992294400 134512640 134550932 4293760080 18446744073709551615 105880801 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=17009/tid=17015] ppid=17007 vsize=1559676 CPUtime=0
/proc/17009/task/17015/stat : 17015 (java) S 17007 17009 16602 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10547153 1597108224 358286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17016] ppid=17007 vsize=1559676 CPUtime=0
/proc/17009/task/17016/stat : 17016 (java) S 17007 17009 16602 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10547153 1597108224 358286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17017] ppid=17007 vsize=1559676 CPUtime=0
/proc/17009/task/17017/stat : 17017 (java) S 17007 17009 16602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10547158 1597108224 358286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17018] ppid=17007 vsize=1559676 CPUtime=0.35
/proc/17009/task/17018/stat : 17018 (java) S 17007 17009 16602 0 -1 4202560 702 0 0 0 35 0 0 0 15 0 13 0 10547158 1597108224 358286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17019] ppid=17007 vsize=1559676 CPUtime=1.17
/proc/17009/task/17019/stat : 17019 (java) S 17007 17009 16602 0 -1 4202560 5788 0 2 0 114 3 0 0 16 0 13 0 10547158 1597108224 358286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17020] ppid=17007 vsize=1559676 CPUtime=0
/proc/17009/task/17020/stat : 17020 (java) S 17007 17009 16602 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10547158 1597108224 358286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17021] ppid=17007 vsize=1559676 CPUtime=0
/proc/17009/task/17021/stat : 17021 (java) S 17007 17009 16602 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 13 0 10547158 1597108224 358286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17026] ppid=17007 vsize=1559676 CPUtime=0
/proc/17009/task/17026/stat : 17026 (java) S 17007 17009 16602 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 10567005 1597108224 358286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 236.69
Current children cumulated vsize (KiB) 1559676

[startup+219.202 s]
/proc/loadavg: 1.05 1.13 1.06 2/119 17028
/proc/meminfo: memFree=42148/2059040 swapFree=4139896/4192956
[pid=17009] ppid=17007 vsize=1607676 CPUtime=238.29
/proc/17009/stat : 17009 (java) S 17007 17009 16602 0 -1 4202496 1559632 0 5 0 23176 653 0 0 18 0 13 0 10547148 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17009/statm: 401919 370286 1424 10 0 399221 0
[pid=17009/tid=17011] ppid=17007 vsize=1607676 CPUtime=55.15
/proc/17009/task/17011/stat : 17011 (java) S 17007 17009 16602 0 -1 4202560 52101 0 2 0 5477 38 0 0 16 0 13 0 10547150 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17012] ppid=17007 vsize=1607676 CPUtime=19.73
/proc/17009/task/17012/stat : 17012 (java) S 17007 17009 16602 0 -1 4202560 156410 0 0 0 1898 75 0 0 16 0 13 0 10547151 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 2
[pid=17009/tid=17013] ppid=17007 vsize=1607676 CPUtime=18.63
/proc/17009/task/17013/stat : 17013 (java) S 17007 17009 16602 0 -1 4202560 141434 0 0 0 1781 82 0 0 16 0 13 0 10547151 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 1
[pid=17009/tid=17014] ppid=17007 vsize=1607676 CPUtime=143.2
/proc/17009/task/17014/stat : 17014 (java) R 17007 17009 16602 0 -1 4202560 1202109 0 1 0 13868 452 0 0 25 0 13 0 10547153 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 106158044 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=17009/tid=17015] ppid=17007 vsize=1607676 CPUtime=0
/proc/17009/task/17015/stat : 17015 (java) S 17007 17009 16602 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10547153 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17016] ppid=17007 vsize=1607676 CPUtime=0
/proc/17009/task/17016/stat : 17016 (java) S 17007 17009 16602 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10547153 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17017] ppid=17007 vsize=1607676 CPUtime=0
/proc/17009/task/17017/stat : 17017 (java) S 17007 17009 16602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10547158 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17018] ppid=17007 vsize=1607676 CPUtime=0.35
/proc/17009/task/17018/stat : 17018 (java) S 17007 17009 16602 0 -1 4202560 702 0 0 0 35 0 0 0 15 0 13 0 10547158 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17019] ppid=17007 vsize=1607676 CPUtime=1.17
/proc/17009/task/17019/stat : 17019 (java) S 17007 17009 16602 0 -1 4202560 5788 0 2 0 114 3 0 0 16 0 13 0 10547158 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17020] ppid=17007 vsize=1607676 CPUtime=0
/proc/17009/task/17020/stat : 17020 (java) S 17007 17009 16602 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10547158 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17021] ppid=17007 vsize=1607676 CPUtime=0
/proc/17009/task/17021/stat : 17021 (java) S 17007 17009 16602 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 13 0 10547158 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17026] ppid=17007 vsize=1607676 CPUtime=0
/proc/17009/task/17026/stat : 17026 (java) S 17007 17009 16602 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 10567005 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 238.29
Current children cumulated vsize (KiB) 1607676

[startup+220.002 s]
/proc/loadavg: 1.05 1.13 1.06 2/119 17028
/proc/meminfo: memFree=42148/2059040 swapFree=4139896/4192956
[pid=17009] ppid=17007 vsize=1607676 CPUtime=239.1
/proc/17009/stat : 17009 (java) S 17007 17009 16602 0 -1 4202496 1559632 0 5 0 23257 653 0 0 18 0 13 0 10547148 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17009/statm: 401919 370286 1424 10 0 399221 0
[pid=17009/tid=17011] ppid=17007 vsize=1607676 CPUtime=55.15
/proc/17009/task/17011/stat : 17011 (java) S 17007 17009 16602 0 -1 4202560 52101 0 2 0 5477 38 0 0 16 0 13 0 10547150 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17012] ppid=17007 vsize=1607676 CPUtime=19.73
/proc/17009/task/17012/stat : 17012 (java) S 17007 17009 16602 0 -1 4202560 156410 0 0 0 1898 75 0 0 16 0 13 0 10547151 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 2
[pid=17009/tid=17013] ppid=17007 vsize=1607676 CPUtime=18.63
/proc/17009/task/17013/stat : 17013 (java) S 17007 17009 16602 0 -1 4202560 141434 0 0 0 1781 82 0 0 16 0 13 0 10547151 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 1
[pid=17009/tid=17014] ppid=17007 vsize=1607676 CPUtime=144
/proc/17009/task/17014/stat : 17014 (java) R 17007 17009 16602 0 -1 4202560 1202109 0 1 0 13948 452 0 0 25 0 13 0 10547153 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 106836676 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=17009/tid=17015] ppid=17007 vsize=1607676 CPUtime=0
/proc/17009/task/17015/stat : 17015 (java) S 17007 17009 16602 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10547153 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17016] ppid=17007 vsize=1607676 CPUtime=0
/proc/17009/task/17016/stat : 17016 (java) S 17007 17009 16602 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10547153 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17017] ppid=17007 vsize=1607676 CPUtime=0
/proc/17009/task/17017/stat : 17017 (java) S 17007 17009 16602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10547158 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17018] ppid=17007 vsize=1607676 CPUtime=0.35
/proc/17009/task/17018/stat : 17018 (java) S 17007 17009 16602 0 -1 4202560 702 0 0 0 35 0 0 0 15 0 13 0 10547158 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17019] ppid=17007 vsize=1607676 CPUtime=1.17
/proc/17009/task/17019/stat : 17019 (java) S 17007 17009 16602 0 -1 4202560 5788 0 2 0 114 3 0 0 16 0 13 0 10547158 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17020] ppid=17007 vsize=1607676 CPUtime=0
/proc/17009/task/17020/stat : 17020 (java) S 17007 17009 16602 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10547158 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17021] ppid=17007 vsize=1607676 CPUtime=0
/proc/17009/task/17021/stat : 17021 (java) S 17007 17009 16602 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 13 0 10547158 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17026] ppid=17007 vsize=1607676 CPUtime=0
/proc/17009/task/17026/stat : 17026 (java) S 17007 17009 16602 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 10567005 1646260224 370286 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 239.1
Current children cumulated vsize (KiB) 1607676

[startup+220.802 s]
/proc/loadavg: 1.05 1.13 1.06 2/119 17028
/proc/meminfo: memFree=42148/2059040 swapFree=4139896/4192956
[pid=17009] ppid=17007 vsize=1543672 CPUtime=239.87
/proc/17009/stat : 17009 (java) S 17007 17009 16602 0 -1 4202496 1559634 0 6 0 23333 654 0 0 18 0 12 0 10547148 1580720128 354287 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17009/statm: 385918 354287 1425 10 0 383220 0
[pid=17009/tid=17011] ppid=17007 vsize=1543672 CPUtime=55.15
/proc/17009/task/17011/stat : 17011 (java) S 17007 17009 16602 0 -1 4202560 52102 0 2 0 5477 38 0 0 16 0 12 0 10547150 1580720128 354287 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17012] ppid=17007 vsize=1543672 CPUtime=19.73
/proc/17009/task/17012/stat : 17012 (java) S 17007 17009 16602 0 -1 4202560 156410 0 0 0 1898 75 0 0 16 0 12 0 10547151 1580720128 354287 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 2
[pid=17009/tid=17013] ppid=17007 vsize=1543672 CPUtime=18.63
/proc/17009/task/17013/stat : 17013 (java) S 17007 17009 16602 0 -1 4202560 141434 0 0 0 1781 82 0 0 16 0 12 0 10547151 1580720128 354287 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 1
[pid=17009/tid=17014] ppid=17007 vsize=1543672 CPUtime=144.78
/proc/17009/task/17014/stat : 17014 (java) R 17007 17009 16602 0 -1 4202560 1202109 0 1 0 14025 453 0 0 25 0 12 0 10547153 1580720128 354287 1992294400 134512640 134550932 4293760080 18446744073709551615 106158081 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=17009/tid=17015] ppid=17007 vsize=1543672 CPUtime=0
/proc/17009/task/17015/stat : 17015 (java) S 17007 17009 16602 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10547153 1580720128 354287 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17016] ppid=17007 vsize=1543672 CPUtime=0
/proc/17009/task/17016/stat : 17016 (java) S 17007 17009 16602 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10547153 1580720128 354287 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17017] ppid=17007 vsize=1543672 CPUtime=0
/proc/17009/task/17017/stat : 17017 (java) S 17007 17009 16602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10547158 1580720128 354287 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17018] ppid=17007 vsize=1543672 CPUtime=0.35
/proc/17009/task/17018/stat : 17018 (java) S 17007 17009 16602 0 -1 4202560 702 0 0 0 35 0 0 0 15 0 12 0 10547158 1580720128 354287 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17019] ppid=17007 vsize=1543672 CPUtime=1.17
/proc/17009/task/17019/stat : 17019 (java) S 17007 17009 16602 0 -1 4202560 5788 0 2 0 114 3 0 0 16 0 12 0 10547158 1580720128 354287 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17020] ppid=17007 vsize=1543672 CPUtime=0
/proc/17009/task/17020/stat : 17020 (java) S 17007 17009 16602 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10547158 1580720128 354287 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17021] ppid=17007 vsize=1543672 CPUtime=0
/proc/17009/task/17021/stat : 17021 (java) S 17007 17009 16602 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 12 0 10547158 1580720128 354287 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 239.87
Current children cumulated vsize (KiB) 1543672

[startup+221.002 s]
/proc/loadavg: 1.05 1.13 1.06 2/119 17028
/proc/meminfo: memFree=42148/2059040 swapFree=4139896/4192956
[pid=17009] ppid=17007 vsize=1543672 CPUtime=240.03
/proc/17009/stat : 17009 (java) S 17007 17009 16602 0 -1 4202496 1559636 0 6 0 23349 654 0 0 18 0 12 0 10547148 1580720128 354288 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17009/statm: 385918 354288 1425 10 0 383220 0
[pid=17009/tid=17011] ppid=17007 vsize=1543672 CPUtime=55.15
/proc/17009/task/17011/stat : 17011 (java) S 17007 17009 16602 0 -1 4202560 52104 0 2 0 5477 38 0 0 16 0 12 0 10547150 1580720128 354288 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17012] ppid=17007 vsize=1543672 CPUtime=19.73
/proc/17009/task/17012/stat : 17012 (java) S 17007 17009 16602 0 -1 4202560 156410 0 0 0 1898 75 0 0 16 0 12 0 10547151 1580720128 354288 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 2
[pid=17009/tid=17013] ppid=17007 vsize=1543672 CPUtime=18.63
/proc/17009/task/17013/stat : 17013 (java) S 17007 17009 16602 0 -1 4202560 141434 0 0 0 1781 82 0 0 16 0 12 0 10547151 1580720128 354288 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 1
[pid=17009/tid=17014] ppid=17007 vsize=1543672 CPUtime=144.94
/proc/17009/task/17014/stat : 17014 (java) S 17007 17009 16602 0 -1 4202560 1202109 0 1 0 14041 453 0 0 25 0 12 0 10547153 1580720128 354288 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 0 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17015] ppid=17007 vsize=1543672 CPUtime=0
/proc/17009/task/17015/stat : 17015 (java) S 17007 17009 16602 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10547153 1580720128 354288 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17016] ppid=17007 vsize=1543672 CPUtime=0
/proc/17009/task/17016/stat : 17016 (java) S 17007 17009 16602 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10547153 1580720128 354288 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17017] ppid=17007 vsize=1543672 CPUtime=0
/proc/17009/task/17017/stat : 17017 (java) S 17007 17009 16602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10547158 1580720128 354288 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17018] ppid=17007 vsize=1543672 CPUtime=0.35
/proc/17009/task/17018/stat : 17018 (java) S 17007 17009 16602 0 -1 4202560 702 0 0 0 35 0 0 0 15 0 12 0 10547158 1580720128 354288 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17019] ppid=17007 vsize=1543672 CPUtime=1.17
/proc/17009/task/17019/stat : 17019 (java) S 17007 17009 16602 0 -1 4202560 5788 0 2 0 114 3 0 0 16 0 12 0 10547158 1580720128 354288 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 0 0 0 0
[pid=17009/tid=17020] ppid=17007 vsize=1543672 CPUtime=0
/proc/17009/task/17020/stat : 17020 (java) S 17007 17009 16602 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10547158 1580720128 354288 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
[pid=17009/tid=17021] ppid=17007 vsize=1543672 CPUtime=0
/proc/17009/task/17021/stat : 17021 (java) S 17007 17009 16602 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 12 0 10547158 1580720128 354288 1992294400 134512640 134550932 4293760080 18446744073709551615 4294960144 0 4 0 16800975 18446604437835614272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 240.03
Current children cumulated vsize (KiB) 1543672

[startup+221.102 s]
/proc/loadavg: 1.05 1.13 1.06 2/108 17028
/proc/meminfo: memFree=886972/2059040 swapFree=4139896/4192956
[pid=17009] ppid=17007 vsize=0 CPUtime=240.1
/proc/17009/stat : 17009 (java) Z 17007 17009 16602 0 -1 4202524 1559640 0 6 0 23349 661 0 0 18 0 2 0 10547148 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17009/statm: 0 0 0 0 0 0 0
[pid=17009/tid=17020] ppid=17007 vsize=0 CPUtime=0.07
/proc/17009/task/17020/stat : 17020 (java) R 17007 17009 16602 0 -1 4203588 0 0 0 0 0 7 0 0 18 0 2 0 10547158 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 240.1
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 221.194
CPU time (s): 240.175
CPU user time (s): 233.5
CPU system time (s): 6.67598
CPU usage (%): 108.582
Max. virtual memory (cumulated for all children) (KiB): 1639680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 233.5
system time used= 6.67598
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1559640
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5851
involuntary context switches= 4639

runsolver used 0.464929 second user time and 1.19982 second system time

The end

Launcher Data

Begin job on node033 at 2010-06-16 14:48:40
IDJOB=2659995
IDBENCH=71894
IDSOLVER=1164
FILE ID=node033/2659995-1276692496
PBS_JOBID= 11172613
Free space on /tmp= 62088 MiB

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

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

MD5SUM BENCH= 08161da552551f1a32b034498343cbe2
RANDOM SEED=1287023791

node033.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.242
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.48
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.242
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:       1081712 kB
Buffers:         87208 kB
Cached:         729760 kB
SwapCached:          0 kB
Active:         611836 kB
Inactive:       264884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1081712 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          292460 kB
Writeback:           0 kB
AnonPages:       59708 kB
Mapped:          15380 kB
Slab:            78456 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181140 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= 62084 MiB
End job on node033 at 2010-06-16 14:52:22