Trace number 2658796

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.39 1796.72

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ic97.opb
MD5SUMc6beff0c06c855c4098e361c6e1a2493
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 variables11503
Total number of constraints971
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)835
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint4
Maximum length of a constraint9784
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 508832629179091
Number of bits of the biggest sum of numbers49
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658796-1276536698.opb
0.24/0.20	c reading problem ... 
3.41/2.17	c ... done. Wall clock time 1.917s.
3.41/2.17	c #vars     11503
3.41/2.17	c #constraints  2596
3.41/2.17	c constraints type 
3.41/2.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 708
3.41/2.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 224
194.36/191.67	c cleaning 2493 clauses out of 4999 with flag 5000/5000
387.12/384.29	c cleaning 4260 clauses out of 8528 with flag 11022/11022
770.87/767.86	c cleaning 5611 clauses out of 11247 with flag 18001/18001
1142.40/1139.20	c cleaning 6809 clauses out of 13635 with flag 26000/26000
1618.01/1614.54	c cleaning 7954 clauses out of 15919 with flag 35093/35093
1800.24/1796.62	c starts		: 65
1800.24/1796.62	c conflicts		: 43718
1800.24/1796.62	c decisions		: 470052
1800.24/1796.62	c propagations		: 33240271
1800.24/1796.62	c inspects		: 347703187
1800.24/1796.62	c learnt literals	: 1
1800.24/1796.62	c learnt binary clauses	: 0
1800.24/1796.62	c learnt ternary clauses	: 0
1800.24/1796.62	c learnt clauses	: 43716
1800.24/1796.62	c ignored clauses	: 0
1800.24/1796.62	c root simplifications	: 0
1800.24/1796.62	c removed literals (reason simplification)	: 14058261
1800.24/1796.62	c reason swapping (by a shorter reason)	: 0
1800.24/1796.62	c Calls to reduceDB	: 5
1800.24/1796.62	c number of reductions to clauses (during analyze)	: 0
1800.24/1796.62	c number of learned constraints concerned by reduction	: 0
1800.24/1796.62	c number of learning phase by resolution	: 0
1800.24/1796.62	c number of learning phase by cutting planes	: 0
1800.24/1796.62	c speed (assignments/second)	: 18523.44751760521
1800.24/1796.62	c non guided choices	11394
1800.24/1796.64	c learnt constraints type 
1800.24/1796.64	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16590
1800.24/1796.64	c constraints type 
1800.24/1796.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 708
1800.24/1796.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 224
1800.24/1796.65	s UNKNOWN
1800.24/1796.65	c Total wall clock time (in seconds): 1796.44

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-2658796-1276536698/watcher-2658796-1276536698 -o /tmp/evaluation-result-2658796-1276536698/solver-2658796-1276536698 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658796-1276536698.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.11 2.01 1.64 2/106 31308
/proc/meminfo: memFree=1874632/2059040 swapFree=4140228/4192956
[pid=31308] ppid=31306 vsize=1832 CPUtime=0
/proc/31308/stat : 31308 (java6) S 31306 31308 30824 0 -1 4194304 254 0 0 0 0 0 0 0 20 0 1 0 27326194 1875968 156 1992294400 134512640 134550932 4286724064 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/31308/statm: 458 156 119 10 0 63 0

[startup+0.089109 s]
/proc/loadavg: 2.11 2.01 1.64 2/106 31308
/proc/meminfo: memFree=1874632/2059040 swapFree=4140228/4192956
[pid=31308] ppid=31306 vsize=1521796 CPUtime=0.07
/proc/31308/stat : 31308 (java) S 31306 31308 30824 0 -1 4202496 3842 0 1 0 5 2 0 0 18 0 7 0 27326194 1558319104 3283 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/31308/statm: 380449 3283 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101109 s]
/proc/loadavg: 2.11 2.01 1.64 2/106 31308
/proc/meminfo: memFree=1874632/2059040 swapFree=4140228/4192956
[pid=31308] ppid=31306 vsize=1524184 CPUtime=0.08
/proc/31308/stat : 31308 (java) S 31306 31308 30824 0 -1 4202496 3961 0 1 0 6 2 0 0 18 0 12 0 27326194 1560764416 3400 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31308/statm: 381046 3400 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300914 s]
/proc/loadavg: 2.11 2.01 1.64 2/106 31308
/proc/meminfo: memFree=1874632/2059040 swapFree=4140228/4192956
[pid=31308] ppid=31306 vsize=1526532 CPUtime=0.36
/proc/31308/stat : 31308 (java) S 31306 31308 30824 0 -1 4202496 5451 0 1 0 32 4 0 0 18 0 12 0 27326194 1563168768 4888 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31308/statm: 381633 4889 1358 10 0 378935 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526532

[startup+0.700906 s]
/proc/loadavg: 2.11 2.01 1.64 2/106 31308
/proc/meminfo: memFree=1874632/2059040 swapFree=4140228/4192956
[pid=31308] ppid=31306 vsize=1534360 CPUtime=1.15
/proc/31308/stat : 31308 (java) S 31306 31308 30824 0 -1 4202496 8714 0 1 0 110 5 0 0 18 0 12 0 27326194 1571184640 7747 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31308/statm: 383590 7747 1384 10 0 380892 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1534360

[startup+1.50189 s]
/proc/loadavg: 2.11 2.01 1.64 4/118 31320
/proc/meminfo: memFree=1837336/2059040 swapFree=4140228/4192956
[pid=31308] ppid=31306 vsize=1538924 CPUtime=2.7
/proc/31308/stat : 31308 (java) S 31306 31308 30824 0 -1 4202496 20682 0 1 0 259 11 0 0 18 0 12 0 27326194 1575858176 18197 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31308/statm: 384731 18199 1406 10 0 382033 0
[pid=31308/tid=31310] ppid=31306 vsize=1538924 CPUtime=1.46
/proc/31308/task/31310/stat : 31310 (java) R 31306 31308 30824 0 -1 4202560 13960 0 1 0 139 7 0 0 18 0 12 0 27326195 1575858176 18200 1992294400 134512640 134550932 4292685408 18446744073709551615 4109239628 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31308/tid=31311] ppid=31306 vsize=1538924 CPUtime=0
/proc/31308/task/31311/stat : 31311 (java) S 31306 31308 30824 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 27326197 1575858176 18201 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31312] ppid=31306 vsize=1538924 CPUtime=0
/proc/31308/task/31312/stat : 31312 (java) S 31306 31308 30824 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 27326197 1575858176 18202 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31313] ppid=31306 vsize=1538924 CPUtime=0
/proc/31308/task/31313/stat : 31313 (java) S 31306 31308 30824 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 27326199 1575858176 18203 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31314] ppid=31306 vsize=1538924 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 30824 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 27326199 1575858176 18204 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31315] ppid=31306 vsize=1538924 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31306 31308 30824 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 27326199 1575858176 18205 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31316] ppid=31306 vsize=1538924 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31306 31308 30824 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 27326203 1575858176 18206 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31317] ppid=31306 vsize=1538924 CPUtime=0.54
/proc/31308/task/31317/stat : 31317 (java) S 31306 31308 30824 0 -1 4202560 1053 0 0 0 54 0 0 0 25 0 12 0 27326203 1575858176 18207 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31318] ppid=31306 vsize=1538924 CPUtime=0.66
/proc/31308/task/31318/stat : 31318 (java) S 31306 31308 30824 0 -1 4202560 4607 0 0 0 64 2 0 0 25 0 12 0 27326203 1575858176 18208 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31319] ppid=31306 vsize=1538924 CPUtime=0
/proc/31308/task/31319/stat : 31319 (java) S 31306 31308 30824 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27326204 1575858176 18209 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31320] ppid=31306 vsize=1538924 CPUtime=0
/proc/31308/task/31320/stat : 31320 (java) S 31306 31308 30824 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27326204 1575858176 18210 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1538924

[startup+3.10186 s]
/proc/loadavg: 2.11 2.01 1.64 4/118 31320
/proc/meminfo: memFree=1719164/2059040 swapFree=4140228/4192956
[pid=31308] ppid=31306 vsize=1539248 CPUtime=4.99
/proc/31308/stat : 31308 (java) S 31306 31308 30824 0 -1 4202496 42658 0 1 0 480 19 0 0 18 0 13 0 27326194 1576189952 40134 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31308/statm: 384812 40134 1431 10 0 382114 0
[pid=31308/tid=31310] ppid=31306 vsize=1539248 CPUtime=2.97
/proc/31308/task/31310/stat : 31310 (java) R 31306 31308 30824 0 -1 4202560 31961 0 1 0 283 14 0 0 20 0 13 0 27326195 1576189952 40134 1992294400 134512640 134550932 4292685408 18446744073709551615 4109509020 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31308/tid=31311] ppid=31306 vsize=1539248 CPUtime=0.06
/proc/31308/task/31311/stat : 31311 (java) S 31306 31308 30824 0 -1 4202560 1977 0 0 0 6 0 0 0 18 0 13 0 27326197 1576189952 40134 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31312] ppid=31306 vsize=1539248 CPUtime=0.06
/proc/31308/task/31312/stat : 31312 (java) S 31306 31308 30824 0 -1 4202560 1913 0 0 0 6 0 0 0 18 0 13 0 27326197 1576189952 40134 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31313] ppid=31306 vsize=1539248 CPUtime=0
/proc/31308/task/31313/stat : 31313 (java) S 31306 31308 30824 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 13 0 27326199 1576189952 40134 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31314] ppid=31306 vsize=1539248 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 30824 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27326199 1576189952 40134 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31315] ppid=31306 vsize=1539248 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31306 31308 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27326199 1576189952 40134 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31316] ppid=31306 vsize=1539248 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31306 31308 30824 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 27326203 1576189952 40134 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31317] ppid=31306 vsize=1539248 CPUtime=0.98
/proc/31308/task/31317/stat : 31317 (java) S 31306 31308 30824 0 -1 4202560 1108 0 0 0 98 0 0 0 15 0 13 0 27326203 1576189952 40134 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31318] ppid=31306 vsize=1539248 CPUtime=0.87
/proc/31308/task/31318/stat : 31318 (java) S 31306 31308 30824 0 -1 4202560 4624 0 0 0 85 2 0 0 17 0 13 0 27326203 1576189952 40134 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31319] ppid=31306 vsize=1539248 CPUtime=0
/proc/31308/task/31319/stat : 31319 (java) S 31306 31308 30824 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27326204 1576189952 40134 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31320] ppid=31306 vsize=1539248 CPUtime=0
/proc/31308/task/31320/stat : 31320 (java) S 31306 31308 30824 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 27326204 1576189952 40134 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 1539248

[startup+6.30179 s]
/proc/loadavg: 2.18 2.03 1.65 2/119 31321
/proc/meminfo: memFree=1718412/2059040 swapFree=4140228/4192956
[pid=31308] ppid=31306 vsize=1539248 CPUtime=8.4
/proc/31308/stat : 31308 (java) S 31306 31308 30824 0 -1 4202496 42700 0 1 0 820 20 0 0 18 0 13 0 27326194 1576189952 40173 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31308/statm: 384812 40173 1431 10 0 382114 0
[pid=31308/tid=31310] ppid=31306 vsize=1539248 CPUtime=6.16
/proc/31308/task/31310/stat : 31310 (java) R 31306 31308 30824 0 -1 4202560 31990 0 1 0 602 14 0 0 25 0 13 0 27326195 1576189952 40173 1992294400 134512640 134550932 4292685408 18446744073709551615 4109508975 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31308/tid=31311] ppid=31306 vsize=1539248 CPUtime=0.06
/proc/31308/task/31311/stat : 31311 (java) S 31306 31308 30824 0 -1 4202560 1977 0 0 0 6 0 0 0 18 0 13 0 27326197 1576189952 40173 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31312] ppid=31306 vsize=1539248 CPUtime=0.06
/proc/31308/task/31312/stat : 31312 (java) S 31306 31308 30824 0 -1 4202560 1913 0 0 0 6 0 0 0 18 0 13 0 27326197 1576189952 40173 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31313] ppid=31306 vsize=1539248 CPUtime=0
/proc/31308/task/31313/stat : 31313 (java) S 31306 31308 30824 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 27326199 1576189952 40173 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31314] ppid=31306 vsize=1539248 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 30824 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27326199 1576189952 40173 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31315] ppid=31306 vsize=1539248 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31306 31308 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27326199 1576189952 40173 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31316] ppid=31306 vsize=1539248 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31306 31308 30824 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 27326203 1576189952 40173 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31317] ppid=31306 vsize=1539248 CPUtime=0.99
/proc/31308/task/31317/stat : 31317 (java) S 31306 31308 30824 0 -1 4202560 1109 0 0 0 99 0 0 0 15 0 13 0 27326203 1576189952 40173 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31318] ppid=31306 vsize=1539248 CPUtime=1.07
/proc/31308/task/31318/stat : 31318 (java) S 31306 31308 30824 0 -1 4202560 4636 0 0 0 105 2 0 0 16 0 13 0 27326203 1576189952 40173 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31319] ppid=31306 vsize=1539248 CPUtime=0
/proc/31308/task/31319/stat : 31319 (java) S 31306 31308 30824 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27326204 1576189952 40173 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31320] ppid=31306 vsize=1539248 CPUtime=0
/proc/31308/task/31320/stat : 31320 (java) S 31306 31308 30824 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 27326204 1576189952 40173 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31321] ppid=31306 vsize=1539248 CPUtime=0
/proc/31308/task/31321/stat : 31321 (java) S 31306 31308 30824 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 27326426 1576189952 40173 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.4
Current children cumulated vsize (KiB) 1539248

[startup+12.7017 s]
/proc/loadavg: 2.09 2.01 1.65 2/119 31321
/proc/meminfo: memFree=1701796/2059040 swapFree=4140228/4192956
[pid=31308] ppid=31306 vsize=1538676 CPUtime=14.9
/proc/31308/stat : 31308 (java) S 31306 31308 30824 0 -1 4202496 46899 0 1 0 1468 22 0 0 18 0 13 0 27326194 1575604224 44192 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31308/statm: 384669 44192 1431 10 0 381971 0
[pid=31308/tid=31310] ppid=31306 vsize=1538676 CPUtime=12.5
/proc/31308/task/31310/stat : 31310 (java) R 31306 31308 30824 0 -1 4202560 32076 0 1 0 1236 14 0 0 25 0 13 0 27326195 1575604224 44192 1992294400 134512640 134550932 4292685408 18446744073709551615 4109418478 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31308/tid=31311] ppid=31306 vsize=1538676 CPUtime=0.11
/proc/31308/task/31311/stat : 31311 (java) S 31306 31308 30824 0 -1 4202560 4154 0 0 0 10 1 0 0 18 0 13 0 27326197 1575604224 44192 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31312] ppid=31306 vsize=1538676 CPUtime=0.12
/proc/31308/task/31312/stat : 31312 (java) S 31306 31308 30824 0 -1 4202560 3843 0 0 0 10 2 0 0 18 0 13 0 27326197 1575604224 44192 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31313] ppid=31306 vsize=1538676 CPUtime=0
/proc/31308/task/31313/stat : 31313 (java) S 31306 31308 30824 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 27326199 1575604224 44192 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31314] ppid=31306 vsize=1538676 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 30824 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27326199 1575604224 44192 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31315] ppid=31306 vsize=1538676 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31306 31308 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27326199 1575604224 44192 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31316] ppid=31306 vsize=1538676 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31306 31308 30824 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 27326203 1575604224 44192 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31317] ppid=31306 vsize=1538676 CPUtime=0.99
/proc/31308/task/31317/stat : 31317 (java) S 31306 31308 30824 0 -1 4202560 1109 0 0 0 99 0 0 0 15 0 13 0 27326203 1575604224 44192 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31318] ppid=31306 vsize=1538676 CPUtime=1.12
/proc/31308/task/31318/stat : 31318 (java) S 31306 31308 30824 0 -1 4202560 4640 0 0 0 110 2 0 0 15 0 13 0 27326203 1575604224 44192 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31319] ppid=31306 vsize=1538676 CPUtime=0
/proc/31308/task/31319/stat : 31319 (java) S 31306 31308 30824 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27326204 1575604224 44192 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31320] ppid=31306 vsize=1538676 CPUtime=0
/proc/31308/task/31320/stat : 31320 (java) S 31306 31308 30824 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 27326204 1575604224 44192 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31321] ppid=31306 vsize=1538676 CPUtime=0
/proc/31308/task/31321/stat : 31321 (java) S 31306 31308 30824 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 27326426 1575604224 44192 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.9
Current children cumulated vsize (KiB) 1538676

[startup+25.5004 s]
/proc/loadavg: 1.85 1.96 1.63 2/119 31323
/proc/meminfo: memFree=1699936/2059040 swapFree=4140228/4192956
[pid=31308] ppid=31306 vsize=1539700 CPUtime=27.81
/proc/31308/stat : 31308 (java) S 31306 31308 30824 0 -1 4202496 47503 0 1 0 2759 22 0 0 18 0 13 0 27326194 1576652800 44749 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31308/statm: 384925 44749 1431 10 0 382227 0
[pid=31308/tid=31310] ppid=31306 vsize=1539700 CPUtime=25.19
/proc/31308/task/31310/stat : 31310 (java) R 31306 31308 30824 0 -1 4202560 32079 0 1 0 2505 14 0 0 25 0 13 0 27326195 1576652800 44749 1992294400 134512640 134550932 4292685408 18446744073709551615 4109595406 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31308/tid=31311] ppid=31306 vsize=1539700 CPUtime=0.2
/proc/31308/task/31311/stat : 31311 (java) S 31306 31308 30824 0 -1 4202560 4288 0 0 0 19 1 0 0 18 0 13 0 27326197 1576652800 44749 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31312] ppid=31306 vsize=1539700 CPUtime=0.21
/proc/31308/task/31312/stat : 31312 (java) S 31306 31308 30824 0 -1 4202560 3976 0 0 0 19 2 0 0 18 0 13 0 27326197 1576652800 44749 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31313] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31313/stat : 31313 (java) S 31306 31308 30824 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 13 0 27326199 1576652800 44749 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31314] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 30824 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27326199 1576652800 44749 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31315] ppid=31306 vsize=1539700 CPUtime=0

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

[pid=31308/tid=31314] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 30824 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27326199 1576652800 66990 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31315] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31306 31308 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27326199 1576652800 66990 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31316] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31306 31308 30824 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 27326203 1576652800 66990 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31317] ppid=31306 vsize=1539700 CPUtime=1.29
/proc/31308/task/31317/stat : 31317 (java) S 31306 31308 30824 0 -1 4202560 1678 0 0 0 129 0 0 0 16 0 13 0 27326203 1576652800 66990 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31318] ppid=31306 vsize=1539700 CPUtime=1.31
/proc/31308/task/31318/stat : 31318 (java) S 31306 31308 30824 0 -1 4202560 4650 0 0 0 129 2 0 0 15 0 13 0 27326203 1576652800 66990 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31319] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31319/stat : 31319 (java) S 31306 31308 30824 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27326204 1576652800 66990 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31320] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31320/stat : 31320 (java) S 31306 31308 30824 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 27326204 1576652800 66990 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31321] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31321/stat : 31321 (java) S 31306 31308 30824 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 27326426 1576652800 66990 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1665.81
Current children cumulated vsize (KiB) 1539700

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/119 31370
/proc/meminfo: memFree=1584120/2059040 swapFree=4140228/4192956
[pid=31308] ppid=31306 vsize=1539700 CPUtime=1725.87
/proc/31308/stat : 31308 (java) S 31306 31308 30824 0 -1 4202496 79142 0 1 0 172516 71 0 0 18 0 13 0 27326194 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31308/statm: 384925 73228 1442 10 0 382227 0
[pid=31308/tid=31310] ppid=31306 vsize=1539700 CPUtime=1718.68
/proc/31308/task/31310/stat : 31310 (java) R 31306 31308 30824 0 -1 4202560 32973 0 1 0 171828 40 0 0 25 0 13 0 27326195 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4109472179 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31308/tid=31311] ppid=31306 vsize=1539700 CPUtime=1.95
/proc/31308/task/31311/stat : 31311 (java) S 31306 31308 30824 0 -1 4202560 20389 0 0 0 183 12 0 0 16 0 13 0 27326197 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31312] ppid=31306 vsize=1539700 CPUtime=1.95
/proc/31308/task/31312/stat : 31312 (java) S 31306 31308 30824 0 -1 4202560 18137 0 0 0 184 11 0 0 16 0 13 0 27326197 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31313] ppid=31306 vsize=1539700 CPUtime=0.61
/proc/31308/task/31313/stat : 31313 (java) S 31306 31308 30824 0 -1 4202560 141 0 0 0 59 2 0 0 15 0 13 0 27326199 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31314] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 30824 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27326199 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31315] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31306 31308 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27326199 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31316] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31306 31308 30824 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 27326203 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31317] ppid=31306 vsize=1539700 CPUtime=1.29
/proc/31308/task/31317/stat : 31317 (java) S 31306 31308 30824 0 -1 4202560 1678 0 0 0 129 0 0 0 16 0 13 0 27326203 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31318] ppid=31306 vsize=1539700 CPUtime=1.32
/proc/31308/task/31318/stat : 31318 (java) S 31306 31308 30824 0 -1 4202560 4650 0 0 0 130 2 0 0 15 0 13 0 27326203 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31319] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31319/stat : 31319 (java) S 31306 31308 30824 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27326204 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31320] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31320/stat : 31320 (java) S 31306 31308 30824 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 27326204 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31321] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31321/stat : 31321 (java) S 31306 31308 30824 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 27326426 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1725.87
Current children cumulated vsize (KiB) 1539700

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/119 31381
/proc/meminfo: memFree=1583004/2059040 swapFree=4140228/4192956
[pid=31308] ppid=31306 vsize=1539700 CPUtime=1785.83
/proc/31308/stat : 31308 (java) S 31306 31308 30824 0 -1 4202496 79146 0 1 0 178512 71 0 0 18 0 13 0 27326194 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31308/statm: 384925 73228 1442 10 0 382227 0
[pid=31308/tid=31310] ppid=31306 vsize=1539700 CPUtime=1778.64
/proc/31308/task/31310/stat : 31310 (java) R 31306 31308 30824 0 -1 4202560 32973 0 1 0 177824 40 0 0 25 0 13 0 27326195 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4109133906 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31308/tid=31311] ppid=31306 vsize=1539700 CPUtime=1.95
/proc/31308/task/31311/stat : 31311 (java) S 31306 31308 30824 0 -1 4202560 20389 0 0 0 183 12 0 0 16 0 13 0 27326197 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31312] ppid=31306 vsize=1539700 CPUtime=1.95
/proc/31308/task/31312/stat : 31312 (java) S 31306 31308 30824 0 -1 4202560 18137 0 0 0 184 11 0 0 16 0 13 0 27326197 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31313] ppid=31306 vsize=1539700 CPUtime=0.61
/proc/31308/task/31313/stat : 31313 (java) S 31306 31308 30824 0 -1 4202560 141 0 0 0 59 2 0 0 15 0 13 0 27326199 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31314] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 30824 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27326199 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31315] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31306 31308 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27326199 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31316] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31306 31308 30824 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 27326203 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31317] ppid=31306 vsize=1539700 CPUtime=1.29
/proc/31308/task/31317/stat : 31317 (java) S 31306 31308 30824 0 -1 4202560 1678 0 0 0 129 0 0 0 16 0 13 0 27326203 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31318] ppid=31306 vsize=1539700 CPUtime=1.32
/proc/31308/task/31318/stat : 31318 (java) S 31306 31308 30824 0 -1 4202560 4650 0 0 0 130 2 0 0 15 0 13 0 27326203 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31319] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31319/stat : 31319 (java) S 31306 31308 30824 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27326204 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31320] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31320/stat : 31320 (java) S 31306 31308 30824 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 13 0 27326204 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31321] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31321/stat : 31321 (java) S 31306 31308 30824 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 27326426 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1785.83
Current children cumulated vsize (KiB) 1539700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 31381
/proc/meminfo: memFree=1583004/2059040 swapFree=4140228/4192956
[pid=31308] ppid=31306 vsize=1539700 CPUtime=1800.03
/proc/31308/stat : 31308 (java) S 31306 31308 30824 0 -1 4202496 79146 0 1 0 179931 72 0 0 18 0 13 0 27326194 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31308/statm: 384925 73228 1442 10 0 382227 0
[pid=31308/tid=31310] ppid=31306 vsize=1539700 CPUtime=1792.84
/proc/31308/task/31310/stat : 31310 (java) R 31306 31308 30824 0 -1 4202560 32973 0 1 0 179243 41 0 0 25 0 13 0 27326195 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4109133912 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31308/tid=31311] ppid=31306 vsize=1539700 CPUtime=1.95
/proc/31308/task/31311/stat : 31311 (java) S 31306 31308 30824 0 -1 4202560 20389 0 0 0 183 12 0 0 16 0 13 0 27326197 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31312] ppid=31306 vsize=1539700 CPUtime=1.95
/proc/31308/task/31312/stat : 31312 (java) S 31306 31308 30824 0 -1 4202560 18137 0 0 0 184 11 0 0 16 0 13 0 27326197 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31313] ppid=31306 vsize=1539700 CPUtime=0.61
/proc/31308/task/31313/stat : 31313 (java) S 31306 31308 30824 0 -1 4202560 141 0 0 0 59 2 0 0 15 0 13 0 27326199 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31314] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 30824 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27326199 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31315] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31306 31308 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27326199 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31316] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31306 31308 30824 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 27326203 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31317] ppid=31306 vsize=1539700 CPUtime=1.29
/proc/31308/task/31317/stat : 31317 (java) S 31306 31308 30824 0 -1 4202560 1678 0 0 0 129 0 0 0 16 0 13 0 27326203 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31318] ppid=31306 vsize=1539700 CPUtime=1.32
/proc/31308/task/31318/stat : 31318 (java) S 31306 31308 30824 0 -1 4202560 4650 0 0 0 130 2 0 0 15 0 13 0 27326203 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31319] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31319/stat : 31319 (java) S 31306 31308 30824 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27326204 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31320] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31320/stat : 31320 (java) S 31306 31308 30824 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 13 0 27326204 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31321] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31321/stat : 31321 (java) S 31306 31308 30824 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 27326426 1576652800 73228 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1539700

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

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

[startup+1796.62 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 31381
/proc/meminfo: memFree=1583004/2059040 swapFree=4140228/4192956
[pid=31308] ppid=31306 vsize=1539700 CPUtime=1800.24
/proc/31308/stat : 31308 (java) S 31306 31308 30824 0 -1 4202496 96667 0 1 0 179942 82 0 0 18 0 13 0 27326194 1576652800 90389 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31308/statm: 384925 90402 1442 10 0 382227 0
[pid=31308/tid=31310] ppid=31306 vsize=1539700 CPUtime=1792.84
/proc/31308/task/31310/stat : 31310 (java) S 31306 31308 30824 0 -1 4202560 32973 0 1 0 179243 41 0 0 25 0 13 0 27326195 1576652800 90409 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31311] ppid=31306 vsize=1539700 CPUtime=2.05
/proc/31308/task/31311/stat : 31311 (java) R 31306 31308 30824 0 -1 4202560 29543 0 0 0 188 17 0 0 16 0 13 0 27326197 1576652800 90419 1992294400 134512640 134550932 4292685408 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31308/tid=31312] ppid=31306 vsize=1539700 CPUtime=2.06
/proc/31308/task/31312/stat : 31312 (java) R 31306 31308 30824 0 -1 4202560 26529 0 0 0 190 16 0 0 16 0 13 0 27326197 1576652800 90428 1992294400 134512640 134550932 4292685408 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31308/tid=31313] ppid=31306 vsize=1539700 CPUtime=0.61
/proc/31308/task/31313/stat : 31313 (java) S 31306 31308 30824 0 -1 4202560 143 0 0 0 59 2 0 0 16 0 13 0 27326199 1576652800 90438 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 0 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31314] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 30824 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27326199 1576652800 90446 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31315] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31306 31308 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27326199 1576652800 90455 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31316] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31306 31308 30824 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 27326203 1576652800 90465 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31317] ppid=31306 vsize=1539700 CPUtime=1.29
/proc/31308/task/31317/stat : 31317 (java) S 31306 31308 30824 0 -1 4202560 1678 0 0 0 129 0 0 0 16 0 13 0 27326203 1576652800 90475 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31318] ppid=31306 vsize=1539700 CPUtime=1.32
/proc/31308/task/31318/stat : 31318 (java) S 31306 31308 30824 0 -1 4202560 4650 0 0 0 130 2 0 0 15 0 13 0 27326203 1576652800 90484 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 1 0 0 0
[pid=31308/tid=31319] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31319/stat : 31319 (java) S 31306 31308 30824 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27326204 1576652800 90492 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31320] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31320/stat : 31320 (java) S 31306 31308 30824 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 13 0 27326204 1576652800 90502 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
[pid=31308/tid=31321] ppid=31306 vsize=1539700 CPUtime=0
/proc/31308/task/31321/stat : 31321 (java) S 31306 31308 30824 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 27326426 1576652800 90513 1992294400 134512640 134550932 4292685408 18446744073709551615 4294960144 0 4 0 16800975 18446604437838332224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1539700

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 31381
/proc/meminfo: memFree=1583004/2059040 swapFree=4140228/4192956
[pid=31308] ppid=31306 vsize=0 CPUtime=1800.36
/proc/31308/stat : 31308 (java) Z 31306 31308 30824 0 -1 4203548 97343 0 1 0 179952 84 0 0 16 0 2 0 27326194 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31308/statm: 0 0 0 0 0 0 0
[pid=31308/tid=31310] ppid=31306 vsize=0 CPUtime=1792.9
/proc/31308/task/31310/stat : 31310 (java) R 31306 31308 30824 0 -1 4203588 32973 0 1 0 179248 42 0 0 25 0 2 0 27326195 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) 1800.36
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.72
CPU time (s): 1800.39
CPU user time (s): 1799.53
CPU system time (s): 0.864868
CPU usage (%): 100.204
Max. virtual memory (cumulated for all children) (KiB): 1540468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.864868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97343
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= 40829
involuntary context switches= 29903

runsolver used 3.81742 second user time and 9.47356 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-14 19:31:39
IDJOB=2658796
IDBENCH=2353
IDSOLVER=1164
FILE ID=node018/2658796-1276536698
PBS_JOBID= 11173457
Free space on /tmp= 62368 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ic97.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658796-1276536698/watcher-2658796-1276536698 -o /tmp/evaluation-result-2658796-1276536698/solver-2658796-1276536698 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658796-1276536698.opb

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

MD5SUM BENCH= c6beff0c06c855c4098e361c6e1a2493
RANDOM SEED=695697752

node018.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.248
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.49
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.248
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1874904 kB
Buffers:         13756 kB
Cached:          83584 kB
SwapCached:       5636 kB
Active:          70668 kB
Inactive:        39028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1874904 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:            1776 kB
Writeback:           0 kB
AnonPages:       10960 kB
Mapped:          12780 kB
Slab:            52356 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180096 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= 62368 MiB
End job on node018 at 2010-06-14 20:01:37