Trace number 2660017

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? (TO) 1800.24 1794.27

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_100_3__3_91__2048.opb
MD5SUMd1fb051a767cfe5591d677674fdef8c6
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 variables614498
Total number of constraints400
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)302
Number of constraints which are nor clauses,nor cardinality constraints98
Minimum length of a constraint2048
Maximum length of a constraint34817
Number of terms in the objective function 614400
Biggest coefficient in the objective function 94834
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 22173505536
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 94834
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 22173505536
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.09/0.20	c Pseudo Boolean Optimization
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@17f1ba3
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483s
0.09/0.20	c DB Simplification allowed=false
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-2660017-1276694016.opb
0.09/0.20	c reading problem ... 
21.76/17.98	c ... done. Wall clock time 17.784s.
21.76/17.98	c #vars     614498
21.76/17.98	c #constraints  500
21.76/17.98	c constraints type 
21.76/17.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
21.76/17.98	c org.sat4j.minisat.constraints.card.MinWatchCard => 302
21.76/17.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
1800.07/1794.12	c starts		: 3
1800.07/1794.12	c conflicts		: 5149
1800.07/1794.12	c decisions		: 1701078
1800.07/1794.12	c propagations		: 6463647
1800.07/1794.12	c inspects		: 21207830
1800.07/1794.12	c learnt literals	: 0
1800.07/1794.12	c learnt binary clauses	: 0
1800.07/1794.12	c learnt ternary clauses	: 0
1800.07/1794.12	c learnt clauses	: 5149
1800.07/1794.12	c ignored clauses	: 0
1800.07/1794.12	c root simplifications	: 0
1800.07/1794.12	c removed literals (reason simplification)	: 2
1800.07/1794.12	c reason swapping (by a shorter reason)	: 0
1800.07/1794.12	c Calls to reduceDB	: 0
1800.07/1794.12	c number of reductions to clauses (during analyze)	: 0
1800.07/1794.12	c number of learned constraints concerned by reduction	: 0
1800.07/1794.12	c number of learning phase by resolution	: 0
1800.07/1794.12	c number of learning phase by cutting planes	: 0
1800.07/1794.12	c speed (assignments/second)	: 3639.1724484286347
1800.07/1794.12	c non guided choices	0
1800.07/1794.13	c learnt constraints type 
1800.07/1794.13	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 5149
1800.07/1794.13	c constraints type 
1800.07/1794.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.07/1794.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 302
1800.07/1794.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
1800.07/1794.13	s UNKNOWN
1800.07/1794.13	c Total wall clock time (in seconds): 1793.933

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-2660017-1276694016/watcher-2660017-1276694016 -o /tmp/evaluation-result-2660017-1276694016/solver-2660017-1276694016 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2660017-1276694016.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: 0.78 0.95 1.05 3/106 12313
/proc/meminfo: memFree=1712012/2059040 swapFree=4140132/4192956
[pid=12313] ppid=12311 vsize=13164 CPUtime=0
/proc/12313/stat : 12313 (java) R 12311 12313 12029 0 -1 4194304 520 0 0 0 0 0 0 0 20 0 1 0 45005182 13479936 216 1992294400 134512640 134550932 4288093344 18446744073709551615 2434693 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12313/statm: 3291 222 141 10 0 1121 0

[startup+0.039188 s]
/proc/loadavg: 0.78 0.95 1.05 3/106 12313
/proc/meminfo: memFree=1712012/2059040 swapFree=4140132/4192956
[pid=12313] ppid=12311 vsize=1520328 CPUtime=0.03
/proc/12313/stat : 12313 (java) S 12311 12313 12029 0 -1 4202496 3422 0 1 0 2 1 0 0 20 0 4 0 45005182 1556815872 2865 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/12313/statm: 380082 2867 960 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.101187 s]
/proc/loadavg: 0.78 0.95 1.05 3/106 12313
/proc/meminfo: memFree=1712012/2059040 swapFree=4140132/4192956
[pid=12313] ppid=12311 vsize=1524184 CPUtime=0.09
/proc/12313/stat : 12313 (java) S 12311 12313 12029 0 -1 4202496 4017 0 1 0 7 2 0 0 20 0 12 0 45005182 1560764416 3456 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12313/statm: 381046 3456 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.325402 s]
/proc/loadavg: 0.78 0.95 1.05 3/106 12313
/proc/meminfo: memFree=1712012/2059040 swapFree=4140132/4192956
[pid=12313] ppid=12311 vsize=1526400 CPUtime=0.43
/proc/12313/stat : 12313 (java) S 12311 12313 12029 0 -1 4202496 8812 0 1 0 38 5 0 0 20 0 12 0 45005182 1563033600 8249 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12313/statm: 381600 8249 1368 10 0 378902 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 1526400

[startup+0.701258 s]
/proc/loadavg: 0.78 0.95 1.05 3/106 12313
/proc/meminfo: memFree=1712012/2059040 swapFree=4140132/4192956
[pid=12313] ppid=12311 vsize=1527544 CPUtime=1.03
/proc/12313/stat : 12313 (java) S 12311 12313 12029 0 -1 4202496 13154 0 1 0 96 7 0 0 20 0 12 0 45005182 1564205056 12510 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12313/statm: 381886 12511 1396 10 0 379188 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1527544

[startup+1.50141 s]
/proc/loadavg: 0.78 0.95 1.05 2/118 12325
/proc/meminfo: memFree=1644400/2059040 swapFree=4140132/4192956
[pid=12313] ppid=12311 vsize=1527544 CPUtime=1.82
/proc/12313/stat : 12313 (java) S 12311 12313 12029 0 -1 4202496 27858 0 1 0 169 13 0 0 20 0 12 0 45005182 1564205056 27214 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12313/statm: 381886 27214 1396 10 0 379188 0
[pid=12313/tid=12315] ppid=12311 vsize=1527544 CPUtime=1.46
/proc/12313/task/12315/stat : 12315 (java) R 12311 12313 12029 0 -1 4202560 25774 0 1 0 135 11 0 0 19 0 12 0 45005184 1564205056 27215 1992294400 134512640 134550932 4288093344 18446744073709551615 4108886131 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12313/tid=12316] ppid=12311 vsize=1527544 CPUtime=0
/proc/12313/task/12316/stat : 12316 (java) S 12311 12313 12029 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 12 0 45005185 1564205056 27216 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12317] ppid=12311 vsize=1527544 CPUtime=0
/proc/12313/task/12317/stat : 12317 (java) S 12311 12313 12029 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 12 0 45005185 1564205056 27217 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12318] ppid=12311 vsize=1527544 CPUtime=0
/proc/12313/task/12318/stat : 12318 (java) S 12311 12313 12029 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 45005187 1564205056 27218 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12319] ppid=12311 vsize=1527544 CPUtime=0
/proc/12313/task/12319/stat : 12319 (java) S 12311 12313 12029 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 12 0 45005187 1564205056 27218 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12320] ppid=12311 vsize=1527544 CPUtime=0
/proc/12313/task/12320/stat : 12320 (java) S 12311 12313 12029 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 12 0 45005187 1564205056 27219 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12321] ppid=12311 vsize=1527544 CPUtime=0
/proc/12313/task/12321/stat : 12321 (java) S 12311 12313 12029 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 45005191 1564205056 27220 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12322] ppid=12311 vsize=1527544 CPUtime=0.23
/proc/12313/task/12322/stat : 12322 (java) S 12311 12313 12029 0 -1 4202560 455 0 0 0 23 0 0 0 16 0 12 0 45005191 1564205056 27221 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12323] ppid=12311 vsize=1527544 CPUtime=0.09
/proc/12313/task/12323/stat : 12323 (java) S 12311 12313 12029 0 -1 4202560 569 0 0 0 9 0 0 0 25 0 12 0 45005191 1564205056 27222 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12324] ppid=12311 vsize=1527544 CPUtime=0
/proc/12313/task/12324/stat : 12324 (java) S 12311 12313 12029 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 45005191 1564205056 27223 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12325] ppid=12311 vsize=1527544 CPUtime=0
/proc/12313/task/12325/stat : 12325 (java) S 12311 12313 12029 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 45005191 1564205056 27223 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 1527544

[startup+3.10171 s]
/proc/loadavg: 0.78 0.95 1.05 2/118 12327
/proc/meminfo: memFree=1550904/2059040 swapFree=4140132/4192956
[pid=12313] ppid=12311 vsize=1527544 CPUtime=3.53
/proc/12313/stat : 12313 (java) S 12311 12313 12029 0 -1 4202496 41872 0 1 0 333 20 0 0 20 0 12 0 45005182 1564205056 41087 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12313/statm: 381886 41087 1407 10 0 379188 0
[pid=12313/tid=12315] ppid=12311 vsize=1527544 CPUtime=2.97
/proc/12313/task/12315/stat : 12315 (java) R 12311 12313 12029 0 -1 4202560 31997 0 1 0 282 15 0 0 21 0 12 0 45005184 1564205056 41087 1992294400 134512640 134550932 4288093344 18446744073709551615 4108859338 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12313/tid=12316] ppid=12311 vsize=1527544 CPUtime=0.1
/proc/12313/task/12316/stat : 12316 (java) S 12311 12313 12029 0 -1 4202560 5295 0 0 0 8 2 0 0 18 0 12 0 45005185 1564205056 41087 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12317] ppid=12311 vsize=1527544 CPUtime=0.1
/proc/12313/task/12317/stat : 12317 (java) S 12311 12313 12029 0 -1 4202560 2488 0 0 0 9 1 0 0 18 0 12 0 45005185 1564205056 41087 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12318] ppid=12311 vsize=1527544 CPUtime=0
/proc/12313/task/12318/stat : 12318 (java) S 12311 12313 12029 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 45005187 1564205056 41087 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12319] ppid=12311 vsize=1527544 CPUtime=0
/proc/12313/task/12319/stat : 12319 (java) S 12311 12313 12029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 45005187 1564205056 41087 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12320] ppid=12311 vsize=1527544 CPUtime=0
/proc/12313/task/12320/stat : 12320 (java) S 12311 12313 12029 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 45005187 1564205056 41087 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12321] ppid=12311 vsize=1527544 CPUtime=0
/proc/12313/task/12321/stat : 12321 (java) S 12311 12313 12029 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 45005191 1564205056 41087 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12322] ppid=12311 vsize=1527544 CPUtime=0.23
/proc/12313/task/12322/stat : 12322 (java) S 12311 12313 12029 0 -1 4202560 455 0 0 0 23 0 0 0 16 0 12 0 45005191 1564205056 41087 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12323] ppid=12311 vsize=1527544 CPUtime=0.09
/proc/12313/task/12323/stat : 12323 (java) S 12311 12313 12029 0 -1 4202560 569 0 0 0 9 0 0 0 25 0 12 0 45005191 1564205056 41087 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12324] ppid=12311 vsize=1527544 CPUtime=0
/proc/12313/task/12324/stat : 12324 (java) S 12311 12313 12029 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 45005191 1564205056 41087 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12325] ppid=12311 vsize=1527544 CPUtime=0
/proc/12313/task/12325/stat : 12325 (java) S 12311 12313 12029 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 45005191 1564205056 41087 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 1527544

[startup+6.30131 s]
/proc/loadavg: 0.96 0.98 1.06 2/119 12328
/proc/meminfo: memFree=1487648/2059040 swapFree=4140132/4192956
[pid=12313] ppid=12311 vsize=1527840 CPUtime=7.47
/proc/12313/stat : 12313 (java) S 12311 12313 12029 0 -1 4202496 67501 0 1 0 716 31 0 0 20 0 12 0 45005182 1564508160 64095 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12313/statm: 381960 64098 1423 10 0 379262 0
[pid=12313/tid=12315] ppid=12311 vsize=1527840 CPUtime=5.36
/proc/12313/task/12315/stat : 12315 (java) S 12311 12313 12029 0 -1 4202560 32024 0 1 0 521 15 0 0 25 0 12 0 45005184 1564508160 64100 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12316] ppid=12311 vsize=1527840 CPUtime=0.57
/proc/12313/task/12316/stat : 12316 (java) R 12311 12313 12029 0 -1 4202560 20442 0 0 0 50 7 0 0 18 0 12 0 45005185 1564508160 64101 1992294400 134512640 134550932 4288093344 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12313/tid=12317] ppid=12311 vsize=1527840 CPUtime=0.6
/proc/12313/task/12317/stat : 12317 (java) R 12311 12313 12029 0 -1 4202560 12703 0 0 0 54 6 0 0 18 0 12 0 45005185 1564508160 64103 1992294400 134512640 134550932 4288093344 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12313/tid=12318] ppid=12311 vsize=1527840 CPUtime=0
/proc/12313/task/12318/stat : 12318 (java) S 12311 12313 12029 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 45005187 1564508160 64105 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12319] ppid=12311 vsize=1527840 CPUtime=0
/proc/12313/task/12319/stat : 12319 (java) S 12311 12313 12029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 45005187 1564508160 64107 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12320] ppid=12311 vsize=1527840 CPUtime=0
/proc/12313/task/12320/stat : 12320 (java) S 12311 12313 12029 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 45005187 1564508160 64109 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12321] ppid=12311 vsize=1527840 CPUtime=0
/proc/12313/task/12321/stat : 12321 (java) S 12311 12313 12029 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 45005191 1564508160 64111 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12322] ppid=12311 vsize=1527840 CPUtime=0.39
/proc/12313/task/12322/stat : 12322 (java) S 12311 12313 12029 0 -1 4202560 576 0 0 0 39 0 0 0 15 0 12 0 45005191 1564508160 64112 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12323] ppid=12311 vsize=1527840 CPUtime=0.5
/proc/12313/task/12323/stat : 12323 (java) S 12311 12313 12029 0 -1 4202560 696 0 0 0 50 0 0 0 15 0 12 0 45005191 1564508160 64114 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12324] ppid=12311 vsize=1527840 CPUtime=0
/proc/12313/task/12324/stat : 12324 (java) S 12311 12313 12029 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 45005191 1564508160 64116 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12325] ppid=12311 vsize=1527840 CPUtime=0
/proc/12313/task/12325/stat : 12325 (java) S 12311 12313 12029 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 45005191 1564508160 64118 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 1527840

[startup+12.7015 s]
/proc/loadavg: 0.96 0.98 1.06 4/118 12328
/proc/meminfo: memFree=1330804/2059040 swapFree=4140132/4192956
[pid=12313] ppid=12311 vsize=1529124 CPUtime=15.75
/proc/12313/stat : 12313 (java) S 12311 12313 12029 0 -1 4202496 110419 0 1 0 1523 52 0 0 20 0 12 0 45005182 1565822976 101754 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12313/statm: 382281 101754 1423 10 0 379583 0
[pid=12313/tid=12315] ppid=12311 vsize=1529124 CPUtime=9.81
/proc/12313/task/12315/stat : 12315 (java) R 12311 12313 12029 0 -1 4202560 32032 0 1 0 965 16 0 0 24 0 12 0 45005184 1565822976 101754 1992294400 134512640 134550932 4288093344 18446744073709551615 4108885951 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12313/tid=12316] ppid=12311 vsize=1529124 CPUtime=2.47
/proc/12313/task/12316/stat : 12316 (java) S 12311 12313 12029 0 -1 4202560 42090 0 0 0 228 19 0 0 16 0 12 0 45005185 1565822976 101754 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12317] ppid=12311 vsize=1529124 CPUtime=2.54
/proc/12313/task/12317/stat : 12317 (java) S 12311 12313 12029 0 -1 4202560 33957 0 0 0 239 15 0 0 16 0 12 0 45005185 1565822976 101754 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12318] ppid=12311 vsize=1529124 CPUtime=0
/proc/12313/task/12318/stat : 12318 (java) S 12311 12313 12029 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 45005187 1565822976 101754 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12319] ppid=12311 vsize=1529124 CPUtime=0
/proc/12313/task/12319/stat : 12319 (java) S 12311 12313 12029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 45005187 1565822976 101754 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12320] ppid=12311 vsize=1529124 CPUtime=0
/proc/12313/task/12320/stat : 12320 (java) S 12311 12313 12029 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 45005187 1565822976 101754 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12321] ppid=12311 vsize=1529124 CPUtime=0
/proc/12313/task/12321/stat : 12321 (java) S 12311 12313 12029 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 45005191 1565822976 101754 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12322] ppid=12311 vsize=1529124 CPUtime=0.39
/proc/12313/task/12322/stat : 12322 (java) S 12311 12313 12029 0 -1 4202560 576 0 0 0 39 0 0 0 15 0 12 0 45005191 1565822976 101754 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12323] ppid=12311 vsize=1529124 CPUtime=0.5
/proc/12313/task/12323/stat : 12323 (java) S 12311 12313 12029 0 -1 4202560 696 0 0 0 50 0 0 0 15 0 12 0 45005191 1565822976 101754 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12324] ppid=12311 vsize=1529124 CPUtime=0
/proc/12313/task/12324/stat : 12324 (java) S 12311 12313 12029 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 45005191 1565822976 101754 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12325] ppid=12311 vsize=1529124 CPUtime=0
/proc/12313/task/12325/stat : 12325 (java) S 12311 12313 12029 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 45005191 1565822976 101754 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.75
Current children cumulated vsize (KiB) 1529124

[startup+25.5018 s]
/proc/loadavg: 0.97 0.98 1.06 2/119 12329
/proc/meminfo: memFree=1210640/2059040 swapFree=4140132/4192956
[pid=12313] ppid=12311 vsize=1531340 CPUtime=30
/proc/12313/stat : 12313 (java) S 12311 12313 12029 0 -1 4202496 137479 0 1 0 2932 68 0 0 20 0 13 0 45005182 1568092160 126312 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12313/statm: 382835 126312 1437 10 0 380137 0
[pid=12313/tid=12315] ppid=12311 vsize=1531340 CPUtime=21.2
/proc/12313/task/12315/stat : 12315 (java) R 12311 12313 12029 0 -1 4202560 32100 0 1 0 2103 17 0 0 25 0 13 0 45005184 1568092160 126312 1992294400 134512640 134550932 4288093344 18446744073709551615 4109211871 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12313/tid=12316] ppid=12311 vsize=1531340 CPUtime=3.49
/proc/12313/task/12316/stat : 12316 (java) S 12311 12313 12029 0 -1 4202560 55889 0 0 0 323 26 0 0 15 0 13 0 45005185 1568092160 126312 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12317] ppid=12311 vsize=1531340 CPUtime=3.59
/proc/12313/task/12317/stat : 12317 (java) S 12311 12313 12029 0 -1 4202560 45695 0 0 0 338 21 0 0 15 0 13 0 45005185 1568092160 126312 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12318] ppid=12311 vsize=1531340 CPUtime=0
/proc/12313/task/12318/stat : 12318 (java) S 12311 12313 12029 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 45005187 1568092160 126312 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12319] ppid=12311 vsize=1531340 CPUtime=0
/proc/12313/task/12319/stat : 12319 (java) S 12311 12313 12029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 45005187 1568092160 126312 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12320] ppid=12311 vsize=1531340 CPUtime=0
/proc/12313/task/12320/stat : 12320 (java) S 12311 12313 12029 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 45005187 1568092160 126312 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12321] ppid=12311 vsize=1531340 CPUtime=0
/proc/12313/task/12321/stat : 12321 (java) S 12311 12313 12029 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 45005191 1568092160 126312 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12322] ppid=12311 vsize=1531340 CPUtime=0.64

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

[pid=12313/tid=12319] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12319/stat : 12319 (java) S 12311 12313 12029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 45005187 1569140736 237887 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12320] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12320/stat : 12320 (java) S 12311 12313 12029 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 45005187 1569140736 237887 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12321] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12321/stat : 12321 (java) S 12311 12313 12029 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 45005191 1569140736 237887 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12322] ppid=12311 vsize=1532364 CPUtime=0.82
/proc/12313/task/12322/stat : 12322 (java) S 12311 12313 12029 0 -1 4202560 804 0 0 0 82 0 0 0 15 0 13 0 45005191 1569140736 237887 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12323] ppid=12311 vsize=1532364 CPUtime=1.42
/proc/12313/task/12323/stat : 12323 (java) S 12311 12313 12029 0 -1 4202560 2276 0 0 0 142 0 0 0 15 0 13 0 45005191 1569140736 237887 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12324] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12324/stat : 12324 (java) S 12311 12313 12029 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 45005191 1569140736 237887 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12325] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12325/stat : 12325 (java) S 12311 12313 12029 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 45005191 1569140736 237887 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12329] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12329/stat : 12329 (java) S 12311 12313 12029 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 45007138 1569140736 237887 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1608.03
Current children cumulated vsize (KiB) 1532364

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 12373
/proc/meminfo: memFree=730264/2059040 swapFree=4140132/4192956
[pid=12313] ppid=12311 vsize=1532364 CPUtime=1668.09
/proc/12313/stat : 12313 (java) S 12311 12313 12029 0 -1 4202496 257634 0 1 0 166670 139 0 0 20 0 13 0 45005182 1569140736 245913 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12313/statm: 383091 245913 1440 10 0 380393 0
[pid=12313/tid=12315] ppid=12311 vsize=1532364 CPUtime=1655.37
/proc/12313/task/12315/stat : 12315 (java) R 12311 12313 12029 0 -1 4202560 32139 0 1 0 165514 23 0 0 25 0 13 0 45005184 1569140736 245913 1992294400 134512640 134550932 4288093344 18446744073709551615 4108855808 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12313/tid=12316] ppid=12311 vsize=1532364 CPUtime=5.16
/proc/12313/task/12316/stat : 12316 (java) S 12311 12313 12029 0 -1 4202560 111438 0 0 0 459 57 0 0 16 0 13 0 45005185 1569140736 245913 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12317] ppid=12311 vsize=1532364 CPUtime=5.24
/proc/12313/task/12317/stat : 12317 (java) S 12311 12313 12029 0 -1 4202560 109759 0 0 0 469 55 0 0 16 0 13 0 45005185 1569140736 245913 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12318] ppid=12311 vsize=1532364 CPUtime=0.01
/proc/12313/task/12318/stat : 12318 (java) S 12311 12313 12029 0 -1 4202560 55 0 0 0 1 0 0 0 15 0 13 0 45005187 1569140736 245913 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12319] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12319/stat : 12319 (java) S 12311 12313 12029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 45005187 1569140736 245913 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12320] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12320/stat : 12320 (java) S 12311 12313 12029 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 45005187 1569140736 245913 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12321] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12321/stat : 12321 (java) S 12311 12313 12029 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 45005191 1569140736 245913 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12322] ppid=12311 vsize=1532364 CPUtime=0.82
/proc/12313/task/12322/stat : 12322 (java) S 12311 12313 12029 0 -1 4202560 804 0 0 0 82 0 0 0 15 0 13 0 45005191 1569140736 245913 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12323] ppid=12311 vsize=1532364 CPUtime=1.42
/proc/12313/task/12323/stat : 12323 (java) S 12311 12313 12029 0 -1 4202560 2276 0 0 0 142 0 0 0 15 0 13 0 45005191 1569140736 245913 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12324] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12324/stat : 12324 (java) S 12311 12313 12029 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 45005191 1569140736 245913 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12325] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12325/stat : 12325 (java) S 12311 12313 12029 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 45005191 1569140736 245913 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12329] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12329/stat : 12329 (java) S 12311 12313 12029 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 45007138 1569140736 245913 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1668.09
Current children cumulated vsize (KiB) 1532364

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 12375
/proc/meminfo: memFree=699512/2059040 swapFree=4140132/4192956
[pid=12313] ppid=12311 vsize=1532364 CPUtime=1728.14
/proc/12313/stat : 12313 (java) S 12311 12313 12029 0 -1 4202496 265341 0 1 0 172671 143 0 0 20 0 13 0 45005182 1569140736 253606 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12313/statm: 383091 253606 1440 10 0 380393 0
[pid=12313/tid=12315] ppid=12311 vsize=1532364 CPUtime=1715.26
/proc/12313/task/12315/stat : 12315 (java) R 12311 12313 12029 0 -1 4202560 32140 0 1 0 171503 23 0 0 25 0 13 0 45005184 1569140736 253606 1992294400 134512640 134550932 4288093344 18446744073709551615 4109377504 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12313/tid=12316] ppid=12311 vsize=1532364 CPUtime=5.24
/proc/12313/task/12316/stat : 12316 (java) S 12311 12313 12029 0 -1 4202560 114116 0 0 0 466 58 0 0 16 0 13 0 45005185 1569140736 253606 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12317] ppid=12311 vsize=1532364 CPUtime=5.32
/proc/12313/task/12317/stat : 12317 (java) S 12311 12313 12029 0 -1 4202560 114781 0 0 0 474 58 0 0 16 0 13 0 45005185 1569140736 253606 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12318] ppid=12311 vsize=1532364 CPUtime=0.01
/proc/12313/task/12318/stat : 12318 (java) S 12311 12313 12029 0 -1 4202560 57 0 0 0 1 0 0 0 15 0 13 0 45005187 1569140736 253606 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12319] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12319/stat : 12319 (java) S 12311 12313 12029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 45005187 1569140736 253606 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12320] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12320/stat : 12320 (java) S 12311 12313 12029 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 45005187 1569140736 253606 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12321] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12321/stat : 12321 (java) S 12311 12313 12029 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 45005191 1569140736 253606 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12322] ppid=12311 vsize=1532364 CPUtime=0.82
/proc/12313/task/12322/stat : 12322 (java) S 12311 12313 12029 0 -1 4202560 804 0 0 0 82 0 0 0 15 0 13 0 45005191 1569140736 253606 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12323] ppid=12311 vsize=1532364 CPUtime=1.42
/proc/12313/task/12323/stat : 12323 (java) S 12311 12313 12029 0 -1 4202560 2276 0 0 0 142 0 0 0 15 0 13 0 45005191 1569140736 253606 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12324] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12324/stat : 12324 (java) S 12311 12313 12029 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 45005191 1569140736 253606 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12325] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12325/stat : 12325 (java) S 12311 12313 12029 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 45005191 1569140736 253606 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12329] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12329/stat : 12329 (java) S 12311 12313 12029 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 45007138 1569140736 253606 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1728.14
Current children cumulated vsize (KiB) 1532364

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 12377
/proc/meminfo: memFree=653136/2059040 swapFree=4140132/4192956
[pid=12313] ppid=12311 vsize=1532364 CPUtime=1788.25
/proc/12313/stat : 12313 (java) S 12311 12313 12029 0 -1 4202496 276838 0 1 0 178676 149 0 0 20 0 13 0 45005182 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12313/statm: 383091 265090 1440 10 0 380393 0
[pid=12313/tid=12315] ppid=12311 vsize=1532364 CPUtime=1775.1
/proc/12313/task/12315/stat : 12315 (java) R 12311 12313 12029 0 -1 4202560 32142 0 1 0 177487 23 0 0 25 0 13 0 45005184 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4109289592 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12313/tid=12316] ppid=12311 vsize=1532364 CPUtime=5.39
/proc/12313/task/12316/stat : 12316 (java) S 12311 12313 12029 0 -1 4202560 119172 0 0 0 478 61 0 0 16 0 13 0 45005185 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12317] ppid=12311 vsize=1532364 CPUtime=5.46
/proc/12313/task/12317/stat : 12317 (java) S 12311 12313 12029 0 -1 4202560 121214 0 0 0 485 61 0 0 16 0 13 0 45005185 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12318] ppid=12311 vsize=1532364 CPUtime=0.01
/proc/12313/task/12318/stat : 12318 (java) S 12311 12313 12029 0 -1 4202560 61 0 0 0 1 0 0 0 15 0 13 0 45005187 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12319] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12319/stat : 12319 (java) S 12311 12313 12029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 45005187 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12320] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12320/stat : 12320 (java) S 12311 12313 12029 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 45005187 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12321] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12321/stat : 12321 (java) S 12311 12313 12029 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 45005191 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12322] ppid=12311 vsize=1532364 CPUtime=0.82
/proc/12313/task/12322/stat : 12322 (java) S 12311 12313 12029 0 -1 4202560 804 0 0 0 82 0 0 0 15 0 13 0 45005191 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12323] ppid=12311 vsize=1532364 CPUtime=1.42
/proc/12313/task/12323/stat : 12323 (java) S 12311 12313 12029 0 -1 4202560 2276 0 0 0 142 0 0 0 15 0 13 0 45005191 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12324] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12324/stat : 12324 (java) S 12311 12313 12029 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 45005191 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12325] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12325/stat : 12325 (java) S 12311 12313 12029 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 45005191 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12329] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12329/stat : 12329 (java) S 12311 12313 12029 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 45007138 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1788.25
Current children cumulated vsize (KiB) 1532364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 12377
/proc/meminfo: memFree=653136/2059040 swapFree=4140132/4192956
[pid=12313] ppid=12311 vsize=1532364 CPUtime=1800.07
/proc/12313/stat : 12313 (java) S 12311 12313 12029 0 -1 4202496 276840 0 1 0 179858 149 0 0 20 0 13 0 45005182 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12313/statm: 383091 265090 1440 10 0 380393 0
[pid=12313/tid=12315] ppid=12311 vsize=1532364 CPUtime=1786.91
/proc/12313/task/12315/stat : 12315 (java) R 12311 12313 12029 0 -1 4202560 32142 0 1 0 178668 23 0 0 25 0 13 0 45005184 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4109377494 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12313/tid=12316] ppid=12311 vsize=1532364 CPUtime=5.39
/proc/12313/task/12316/stat : 12316 (java) S 12311 12313 12029 0 -1 4202560 119172 0 0 0 478 61 0 0 16 0 13 0 45005185 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12317] ppid=12311 vsize=1532364 CPUtime=5.46
/proc/12313/task/12317/stat : 12317 (java) S 12311 12313 12029 0 -1 4202560 121214 0 0 0 485 61 0 0 16 0 13 0 45005185 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12318] ppid=12311 vsize=1532364 CPUtime=0.01
/proc/12313/task/12318/stat : 12318 (java) S 12311 12313 12029 0 -1 4202560 61 0 0 0 1 0 0 0 15 0 13 0 45005187 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 0 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12319] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12319/stat : 12319 (java) S 12311 12313 12029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 45005187 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12320] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12320/stat : 12320 (java) S 12311 12313 12029 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 45005187 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12321] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12321/stat : 12321 (java) S 12311 12313 12029 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 45005191 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12322] ppid=12311 vsize=1532364 CPUtime=0.82
/proc/12313/task/12322/stat : 12322 (java) S 12311 12313 12029 0 -1 4202560 804 0 0 0 82 0 0 0 15 0 13 0 45005191 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12323] ppid=12311 vsize=1532364 CPUtime=1.42
/proc/12313/task/12323/stat : 12323 (java) S 12311 12313 12029 0 -1 4202560 2276 0 0 0 142 0 0 0 15 0 13 0 45005191 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
[pid=12313/tid=12324] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12324/stat : 12324 (java) S 12311 12313 12029 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 45005191 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 0 0 0 0
[pid=12313/tid=12325] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12325/stat : 12325 (java) R 12311 12313 12029 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 45005191 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12313/tid=12329] ppid=12311 vsize=1532364 CPUtime=0
/proc/12313/task/12329/stat : 12329 (java) S 12311 12313 12029 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 45007138 1569140736 265090 1992294400 134512640 134550932 4288093344 18446744073709551615 4294960144 0 4 0 16800975 18446604437850950592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1532364

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1794.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 12377
/proc/meminfo: memFree=653136/2059040 swapFree=4140132/4192956
[pid=12313] ppid=12311 vsize=0 CPUtime=1800.18
/proc/12313/stat : 12313 (java) Z 12311 12313 12029 0 -1 4203548 276861 0 1 0 179864 154 0 0 17 0 2 0 45005182 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12313/statm: 0 0 0 0 0 0 0
[pid=12313/tid=12315] ppid=12311 vsize=0 CPUtime=1787.01
/proc/12313/task/12315/stat : 12315 (java) R 12311 12313 12029 0 -1 4203588 32142 0 1 0 178673 28 0 0 25 0 2 0 45005184 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.27
CPU time (s): 1800.24
CPU user time (s): 1798.64
CPU system time (s): 1.60276
CPU usage (%): 100.333
Max. virtual memory (cumulated for all children) (KiB): 1532364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 1.60276
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276861
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= 37515
involuntary context switches= 26071

runsolver used 3.67344 second user time and 9.40857 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-16 15:13:37
IDJOB=2660017
IDBENCH=71917
IDSOLVER=1164
FILE ID=node007/2660017-1276694016
PBS_JOBID= 11172623
Free space on /tmp= 62460 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_100_3__3_91__2048.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660017-1276694016/watcher-2660017-1276694016 -o /tmp/evaluation-result-2660017-1276694016/solver-2660017-1276694016 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2660017-1276694016.opb

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

MD5SUM BENCH= d1fb051a767cfe5591d677674fdef8c6
RANDOM SEED=2090450654

node007.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.264
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.52
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.264
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1712408 kB
Buffers:         89496 kB
Cached:         162076 kB
SwapCached:       7044 kB
Active:         136788 kB
Inactive:       128840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1712408 kB
SwapTotal:     4192956 kB
SwapFree:      4140132 kB
Dirty:           28868 kB
Writeback:           0 kB
AnonPages:       12056 kB
Mapped:          12996 kB
Slab:            59224 kB
PageTables:       4088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181436 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= 62460 MiB
End job on node007 at 2010-06-16 15:43:33