Trace number 2661434

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.25 1720.95

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__128.opb
MD5SUM0410437de856f7fa960cd93e57bf101c
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 variables1922998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint128
Maximum length of a constraint5761
Number of terms in the objective function 1920000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 65021011072
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 65021011072
Number of bits of the biggest sum of numbers36
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.23/0.20	c version 2.2.0.v20100526
0.23/0.20	c java.runtime.name	Java(TM) SE Runtime Environment
0.23/0.20	c java.vm.name		Java HotSpot(TM) Server VM
0.23/0.20	c java.vm.version	11.2-b01
0.23/0.20	c java.vm.vendor	Sun Microsystems Inc.
0.23/0.20	c sun.arch.data.model	32
0.23/0.20	c java.version		1.6.0_12
0.23/0.20	c os.name		Linux
0.23/0.20	c os.version		2.6.18-164.el5
0.23/0.20	c os.arch		i386
0.23/0.20	c Free memory 		1393557488
0.23/0.20	c Max memory 		1395916800
0.23/0.20	c Total memory 		1395916800
0.23/0.20	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2661434-1276689956.opb
0.23/0.21	c reading problem ... 
56.77/44.23	c ... done. Wall clock time 44.021s.
56.77/44.23	c #vars     1922998
56.77/44.23	c #constraints  21000
56.77/44.23	c constraints type 
56.77/44.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
56.77/44.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15002
56.77/44.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
1800.10/1720.81	c starts		: 14
1800.10/1720.81	c conflicts		: 2400
1800.10/1720.81	c decisions		: 46335647
1800.10/1720.81	c propagations		: 47439933
1800.10/1720.81	c inspects		: 108743850
1800.10/1720.81	c learnt literals	: 0
1800.10/1720.81	c learnt binary clauses	: 0
1800.10/1720.81	c learnt ternary clauses	: 0
1800.10/1720.81	c learnt clauses	: 2399
1800.10/1720.81	c ignored clauses	: 0
1800.10/1720.81	c root simplifications	: 0
1800.10/1720.81	c removed literals (reason simplification)	: 0
1800.10/1720.81	c reason swapping (by a shorter reason)	: 0
1800.10/1720.81	c Calls to reduceDB	: 0
1800.10/1720.81	c number of reductions to clauses (during analyze)	: 0
1800.10/1720.81	c number of learned constraints concerned by reduction	: 0
1800.10/1720.81	c number of learning phase by resolution	: 0
1800.10/1720.81	c number of learning phase by cutting planes	: 0
1800.10/1720.81	c speed (assignments/second)	: 28296.18042777157
1800.10/1720.81	c non guided choices	0
1800.10/1720.82	c learnt constraints type 
1800.10/1720.82	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 54
1800.10/1720.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2345
1800.10/1720.82	c constraints type 
1800.10/1720.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.10/1720.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15002
1800.10/1720.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
1800.10/1720.82	s UNKNOWN
1800.10/1720.82	c Total wall clock time (in seconds): 1720.607

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 15826
/proc/meminfo: memFree=1609408/2059040 swapFree=4164948/4192956
[pid=15826] ppid=15824 vsize=244 CPUtime=0
/proc/15826/stat : 15826 (java6) R 15824 15826 15298 0 -1 4194304 103 0 0 0 0 0 0 0 23 0 1 0 10289869 249856 22 1992294400 134512640 134550932 4294704960 18446744073709551615 4976457 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15826/statm: 61 22 15 10 0 22 0

[startup+0.0673399 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 15826
/proc/meminfo: memFree=1609408/2059040 swapFree=4164948/4192956
[pid=15826] ppid=15824 vsize=1521796 CPUtime=0.05
/proc/15826/stat : 15826 (java) S 15824 15826 15298 0 -1 4202496 3655 0 1 0 3 2 0 0 23 0 7 0 10289869 1558319104 3095 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15826/statm: 380449 3095 1030 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101342 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 15826
/proc/meminfo: memFree=1609408/2059040 swapFree=4164948/4192956
[pid=15826] ppid=15824 vsize=1524024 CPUtime=0.08
/proc/15826/stat : 15826 (java) S 15824 15826 15298 0 -1 4202496 3935 0 1 0 6 2 0 0 23 0 12 0 10289869 1560600576 3373 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15826/statm: 381006 3373 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.301369 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 15826
/proc/meminfo: memFree=1609408/2059040 swapFree=4164948/4192956
[pid=15826] ppid=15824 vsize=1525484 CPUtime=0.33
/proc/15826/stat : 15826 (java) S 15824 15826 15298 0 -1 4202496 15975 0 1 0 27 6 0 0 23 0 12 0 10289869 1562095616 15409 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15826/statm: 381371 15409 1350 10 0 378673 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1525484

[startup+0.701408 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 15826
/proc/meminfo: memFree=1609408/2059040 swapFree=4164948/4192956
[pid=15826] ppid=15824 vsize=1527532 CPUtime=1
/proc/15826/stat : 15826 (java) S 15824 15826 15298 0 -1 4202496 19917 0 1 0 92 8 0 0 23 0 12 0 10289869 1564192768 19246 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15826/statm: 381883 19246 1397 10 0 379185 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1527532

[startup+1.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/117 15838
/proc/meminfo: memFree=1513772/2059040 swapFree=4164948/4192956
[pid=15826] ppid=15824 vsize=1527532 CPUtime=1.87
/proc/15826/stat : 15826 (java) S 15824 15826 15298 0 -1 4202496 44173 0 1 0 168 19 0 0 23 0 12 0 10289869 1564192768 43502 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15826/statm: 381883 43502 1404 10 0 379185 0
[pid=15826/tid=15828] ppid=15824 vsize=1527532 CPUtime=1.37
/proc/15826/task/15828/stat : 15828 (java) S 15824 15826 15298 0 -1 4202560 31994 0 1 0 124 13 0 0 25 0 12 0 10289871 1564192768 43502 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15829] ppid=15824 vsize=1527532 CPUtime=0.07
/proc/15826/task/15829/stat : 15829 (java) R 15824 15826 15298 0 -1 4202560 2078 0 0 0 7 0 0 0 18 0 12 0 10289872 1564192768 43502 1992294400 134512640 134550932 4293701744 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15826/tid=15830] ppid=15824 vsize=1527532 CPUtime=0.07
/proc/15826/task/15830/stat : 15830 (java) R 15824 15826 15298 0 -1 4202560 8002 0 0 0 3 4 0 0 18 0 12 0 10289872 1564192768 43502 1992294400 134512640 134550932 4293701744 18446744073709551615 106196750 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15826/tid=15831] ppid=15824 vsize=1527532 CPUtime=0
/proc/15826/task/15831/stat : 15831 (java) S 15824 15826 15298 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 12 0 10289874 1564192768 43502 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15832] ppid=15824 vsize=1527532 CPUtime=0
/proc/15826/task/15832/stat : 15832 (java) S 15824 15826 15298 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 10289874 1564192768 43502 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15833] ppid=15824 vsize=1527532 CPUtime=0
/proc/15826/task/15833/stat : 15833 (java) S 15824 15826 15298 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 10289874 1564192768 43502 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15834] ppid=15824 vsize=1527532 CPUtime=0
/proc/15826/task/15834/stat : 15834 (java) S 15824 15826 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10289879 1564192768 43502 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15835] ppid=15824 vsize=1527532 CPUtime=0.02
/proc/15826/task/15835/stat : 15835 (java) S 15824 15826 15298 0 -1 4202560 21 0 0 0 2 0 0 0 23 0 12 0 10289879 1564192768 43502 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15836] ppid=15824 vsize=1527532 CPUtime=0.3
/proc/15826/task/15836/stat : 15836 (java) S 15824 15826 15298 0 -1 4202560 1015 0 0 0 30 0 0 0 16 0 12 0 10289879 1564192768 43502 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15837] ppid=15824 vsize=1527532 CPUtime=0
/proc/15826/task/15837/stat : 15837 (java) S 15824 15826 15298 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10289879 1564192768 43502 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15838] ppid=15824 vsize=1527532 CPUtime=0
/proc/15826/task/15838/stat : 15838 (java) S 15824 15826 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10289879 1564192768 43502 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 1527532

[startup+3.10263 s]
/proc/loadavg: 1.00 1.00 1.00 2/117 15838
/proc/meminfo: memFree=1425608/2059040 swapFree=4164948/4192956
[pid=15826] ppid=15824 vsize=1527532 CPUtime=3.63
/proc/15826/stat : 15826 (java) S 15824 15826 15298 0 -1 4202496 57744 0 1 0 336 27 0 0 23 0 12 0 10289869 1564192768 56790 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15826/statm: 381883 56790 1406 10 0 379185 0
[pid=15826/tid=15828] ppid=15824 vsize=1527532 CPUtime=2.81
/proc/15826/task/15828/stat : 15828 (java) R 15824 15826 15298 0 -1 4202560 31996 0 1 0 268 13 0 0 25 0 12 0 10289871 1564192768 56790 1992294400 134512640 134550932 4293701744 18446744073709551615 4109471340 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15826/tid=15829] ppid=15824 vsize=1527532 CPUtime=0.22
/proc/15826/task/15829/stat : 15829 (java) S 15824 15826 15298 0 -1 4202560 6069 0 0 0 19 3 0 0 18 0 12 0 10289872 1564192768 56790 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15830] ppid=15824 vsize=1527532 CPUtime=0.22
/proc/15826/task/15830/stat : 15830 (java) S 15824 15826 15298 0 -1 4202560 17576 0 0 0 14 8 0 0 18 0 12 0 10289872 1564192768 56790 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15831] ppid=15824 vsize=1527532 CPUtime=0
/proc/15826/task/15831/stat : 15831 (java) S 15824 15826 15298 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 10289874 1564192768 56790 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15832] ppid=15824 vsize=1527532 CPUtime=0
/proc/15826/task/15832/stat : 15832 (java) S 15824 15826 15298 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10289874 1564192768 56790 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15833] ppid=15824 vsize=1527532 CPUtime=0
/proc/15826/task/15833/stat : 15833 (java) S 15824 15826 15298 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 10289874 1564192768 56790 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15834] ppid=15824 vsize=1527532 CPUtime=0
/proc/15826/task/15834/stat : 15834 (java) S 15824 15826 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10289879 1564192768 56790 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15835] ppid=15824 vsize=1527532 CPUtime=0.02
/proc/15826/task/15835/stat : 15835 (java) S 15824 15826 15298 0 -1 4202560 21 0 0 0 2 0 0 0 23 0 12 0 10289879 1564192768 56790 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15836] ppid=15824 vsize=1527532 CPUtime=0.3
/proc/15826/task/15836/stat : 15836 (java) S 15824 15826 15298 0 -1 4202560 1015 0 0 0 30 0 0 0 16 0 12 0 10289879 1564192768 56790 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15837] ppid=15824 vsize=1527532 CPUtime=0
/proc/15826/task/15837/stat : 15837 (java) S 15824 15826 15298 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10289879 1564192768 56790 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15838] ppid=15824 vsize=1527532 CPUtime=0
/proc/15826/task/15838/stat : 15838 (java) S 15824 15826 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10289879 1564192768 56790 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 1527532

[startup+6.30095 s]
/proc/loadavg: 1.24 1.05 1.02 2/117 15838
/proc/meminfo: memFree=1370436/2059040 swapFree=4164948/4192956
[pid=15826] ppid=15824 vsize=1527532 CPUtime=7.15
/proc/15826/stat : 15826 (java) S 15824 15826 15298 0 -1 4202496 69047 0 1 0 681 34 0 0 23 0 12 0 10289869 1564192768 66061 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15826/statm: 381883 66061 1406 10 0 379185 0
[pid=15826/tid=15828] ppid=15824 vsize=1527532 CPUtime=5.69
/proc/15826/task/15828/stat : 15828 (java) R 15824 15826 15298 0 -1 4202560 31999 0 1 0 555 14 0 0 25 0 12 0 10289871 1564192768 66061 1992294400 134512640 134550932 4293701744 18446744073709551615 4109471562 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15826/tid=15829] ppid=15824 vsize=1527532 CPUtime=0.54
/proc/15826/task/15829/stat : 15829 (java) S 15824 15826 15298 0 -1 4202560 11779 0 0 0 48 6 0 0 18 0 12 0 10289872 1564192768 66061 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15830] ppid=15824 vsize=1527532 CPUtime=0.55
/proc/15826/task/15830/stat : 15830 (java) S 15824 15826 15298 0 -1 4202560 23166 0 0 0 44 11 0 0 18 0 12 0 10289872 1564192768 66061 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15831] ppid=15824 vsize=1527532 CPUtime=0
/proc/15826/task/15831/stat : 15831 (java) S 15824 15826 15298 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 10289874 1564192768 66061 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15832] ppid=15824 vsize=1527532 CPUtime=0
/proc/15826/task/15832/stat : 15832 (java) S 15824 15826 15298 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10289874 1564192768 66061 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15833] ppid=15824 vsize=1527532 CPUtime=0
/proc/15826/task/15833/stat : 15833 (java) S 15824 15826 15298 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 10289874 1564192768 66061 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15834] ppid=15824 vsize=1527532 CPUtime=0
/proc/15826/task/15834/stat : 15834 (java) S 15824 15826 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10289879 1564192768 66061 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15835] ppid=15824 vsize=1527532 CPUtime=0.02
/proc/15826/task/15835/stat : 15835 (java) S 15824 15826 15298 0 -1 4202560 21 0 0 0 2 0 0 0 18 0 12 0 10289879 1564192768 66061 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15836] ppid=15824 vsize=1527532 CPUtime=0.3
/proc/15826/task/15836/stat : 15836 (java) S 15824 15826 15298 0 -1 4202560 1015 0 0 0 30 0 0 0 16 0 12 0 10289879 1564192768 66061 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15837] ppid=15824 vsize=1527532 CPUtime=0
/proc/15826/task/15837/stat : 15837 (java) S 15824 15826 15298 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10289879 1564192768 66061 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15838] ppid=15824 vsize=1527532 CPUtime=0
/proc/15826/task/15838/stat : 15838 (java) S 15824 15826 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10289879 1564192768 66061 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 1527532

[startup+12.7026 s]
/proc/loadavg: 1.54 1.12 1.04 4/117 15840
/proc/meminfo: memFree=1217296/2059040 swapFree=4164948/4192956
[pid=15826] ppid=15824 vsize=1543120 CPUtime=15.79
/proc/15826/stat : 15826 (java) S 15824 15826 15298 0 -1 4202496 111664 0 1 0 1523 56 0 0 23 0 12 0 10289869 1580154880 103296 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15826/statm: 385780 103296 1422 10 0 383082 0
[pid=15826/tid=15828] ppid=15824 vsize=1543120 CPUtime=10.7
/proc/15826/task/15828/stat : 15828 (java) R 15824 15826 15298 0 -1 4202560 32031 0 1 0 1055 15 0 0 16 0 12 0 10289871 1580154880 103296 1992294400 134512640 134550932 4293701744 18446744073709551615 4109472170 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15826/tid=15829] ppid=15824 vsize=1543120 CPUtime=1.82
/proc/15826/task/15829/stat : 15829 (java) S 15824 15826 15298 0 -1 4202560 32547 0 0 0 165 17 0 0 16 0 12 0 10289872 1580154880 103296 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15830] ppid=15824 vsize=1543120 CPUtime=1.89
/proc/15826/task/15830/stat : 15830 (java) S 15824 15826 15298 0 -1 4202560 39076 0 0 0 170 19 0 0 16 0 12 0 10289872 1580154880 103296 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15831] ppid=15824 vsize=1543120 CPUtime=0
/proc/15826/task/15831/stat : 15831 (java) S 15824 15826 15298 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 10289874 1580154880 103296 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15832] ppid=15824 vsize=1543120 CPUtime=0
/proc/15826/task/15832/stat : 15832 (java) S 15824 15826 15298 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10289874 1580154880 103296 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15833] ppid=15824 vsize=1543120 CPUtime=0
/proc/15826/task/15833/stat : 15833 (java) S 15824 15826 15298 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 10289874 1580154880 103296 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15834] ppid=15824 vsize=1543120 CPUtime=0
/proc/15826/task/15834/stat : 15834 (java) S 15824 15826 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10289879 1580154880 103296 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15835] ppid=15824 vsize=1543120 CPUtime=0.24
/proc/15826/task/15835/stat : 15835 (java) S 15824 15826 15298 0 -1 4202560 732 0 0 0 24 0 0 0 16 0 12 0 10289879 1580154880 103296 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15836] ppid=15824 vsize=1543120 CPUtime=1.07
/proc/15826/task/15836/stat : 15836 (java) S 15824 15826 15298 0 -1 4202560 6211 0 0 0 106 1 0 0 16 0 12 0 10289879 1580154880 103296 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15837] ppid=15824 vsize=1543120 CPUtime=0
/proc/15826/task/15837/stat : 15837 (java) S 15824 15826 15298 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10289879 1580154880 103296 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15838] ppid=15824 vsize=1543120 CPUtime=0
/proc/15826/task/15838/stat : 15838 (java) S 15824 15826 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10289879 1580154880 103296 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.79
Current children cumulated vsize (KiB) 1543120

[startup+25.5019 s]
/proc/loadavg: 1.93 1.22 1.07 2/117 15840
/proc/meminfo: memFree=863896/2059040 swapFree=4164948/4192956
[pid=15826] ppid=15824 vsize=1543120 CPUtime=33.48
/proc/15826/stat : 15826 (java) S 15824 15826 15298 0 -1 4202496 205297 0 1 0 3244 104 0 0 23 0 12 0 10289869 1580154880 187872 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15826/statm: 385780 187872 1422 10 0 383082 0
[pid=15826/tid=15828] ppid=15824 vsize=1543120 CPUtime=18.44
/proc/15826/task/15828/stat : 15828 (java) R 15824 15826 15298 0 -1 4202560 32052 0 1 0 1827 17 0 0 16 0 12 0 10289871 1580154880 187872 1992294400 134512640 134550932 4293701744 18446744073709551615 4109544011 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15826/tid=15829] ppid=15824 vsize=1543120 CPUtime=6.85
/proc/15826/task/15829/stat : 15829 (java) S 15824 15826 15298 0 -1 4202560 72230 0 0 0 649 36 0 0 16 0 12 0 10289872 1580154880 187872 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15830] ppid=15824 vsize=1543120 CPUtime=6.78
/proc/15826/task/15830/stat : 15830 (java) S 15824 15826 15298 0 -1 4202560 93005 0 0 0 632 46 0 0 16 0 12 0 10289872 1580154880 187872 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15831] ppid=15824 vsize=1543120 CPUtime=0
/proc/15826/task/15831/stat : 15831 (java) S 15824 15826 15298 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 10289874 1580154880 187872 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15832] ppid=15824 vsize=1543120 CPUtime=0
/proc/15826/task/15832/stat : 15832 (java) S 15824 15826 15298 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10289874 1580154880 187872 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15833] ppid=15824 vsize=1543120 CPUtime=0
/proc/15826/task/15833/stat : 15833 (java) S 15824 15826 15298 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 10289874 1580154880 187872 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15834] ppid=15824 vsize=1543120 CPUtime=0
/proc/15826/task/15834/stat : 15834 (java) S 15824 15826 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10289879 1580154880 187872 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15835] ppid=15824 vsize=1543120 CPUtime=0.24

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

[pid=15826/tid=15832] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15832/stat : 15832 (java) S 15824 15826 15298 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10289874 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15833] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15833/stat : 15833 (java) S 15824 15826 15298 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10289874 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15834] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15834/stat : 15834 (java) S 15824 15826 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15835] ppid=15824 vsize=1543540 CPUtime=1.36
/proc/15826/task/15835/stat : 15835 (java) S 15824 15826 15298 0 -1 4202560 1067 0 0 0 135 1 0 0 15 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15836] ppid=15824 vsize=1543540 CPUtime=1.94
/proc/15826/task/15836/stat : 15836 (java) S 15824 15826 15298 0 -1 4202560 6271 0 0 0 193 1 0 0 15 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15837] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15837/stat : 15837 (java) S 15824 15826 15298 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15838] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15838/stat : 15838 (java) S 15824 15826 15298 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15841] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15841/stat : 15841 (java) S 15824 15826 15298 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 10294695 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1555.2
Current children cumulated vsize (KiB) 1543540

[startup+1542.3 s]
/proc/loadavg: 1.05 1.16 1.12 2/118 15881
/proc/meminfo: memFree=201108/2059040 swapFree=4164948/4192956
[pid=15826] ppid=15824 vsize=1543540 CPUtime=1616.64
/proc/15826/stat : 15826 (java) S 15824 15826 15298 0 -1 4202496 893844 0 1 0 161018 646 0 0 23 0 13 0 10289869 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15826/statm: 385885 353263 1443 10 0 383187 0
[pid=15826/tid=15828] ppid=15824 vsize=1543540 CPUtime=1265.82
/proc/15826/task/15828/stat : 15828 (java) R 15824 15826 15298 0 -1 4202560 34015 0 1 0 126555 27 0 0 25 0 13 0 10289871 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4109581304 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15826/tid=15829] ppid=15824 vsize=1543540 CPUtime=77.07
/proc/15826/task/15829/stat : 15829 (java) S 15824 15826 15298 0 -1 4202560 151778 0 0 0 7520 187 0 0 16 0 13 0 10289872 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15830] ppid=15824 vsize=1543540 CPUtime=76.62
/proc/15826/task/15830/stat : 15830 (java) S 15824 15826 15298 0 -1 4202560 187652 0 0 0 7430 232 0 0 16 0 13 0 10289872 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15831] ppid=15824 vsize=1543540 CPUtime=193.74
/proc/15826/task/15831/stat : 15831 (java) S 15824 15826 15298 0 -1 4202560 511906 0 0 0 19181 193 0 0 15 0 13 0 10289874 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15832] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15832/stat : 15832 (java) S 15824 15826 15298 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10289874 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15833] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15833/stat : 15833 (java) S 15824 15826 15298 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10289874 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15834] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15834/stat : 15834 (java) S 15824 15826 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15835] ppid=15824 vsize=1543540 CPUtime=1.36
/proc/15826/task/15835/stat : 15835 (java) S 15824 15826 15298 0 -1 4202560 1067 0 0 0 135 1 0 0 15 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15836] ppid=15824 vsize=1543540 CPUtime=1.94
/proc/15826/task/15836/stat : 15836 (java) S 15824 15826 15298 0 -1 4202560 6271 0 0 0 193 1 0 0 15 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15837] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15837/stat : 15837 (java) S 15824 15826 15298 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15838] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15838/stat : 15838 (java) S 15824 15826 15298 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15841] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15841/stat : 15841 (java) S 15824 15826 15298 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 10294695 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1616.64
Current children cumulated vsize (KiB) 1543540

[startup+1602.3 s]
/proc/loadavg: 1.07 1.15 1.11 2/118 15883
/proc/meminfo: memFree=200984/2059040 swapFree=4164948/4192956
[pid=15826] ppid=15824 vsize=1543540 CPUtime=1678.61
/proc/15826/stat : 15826 (java) S 15824 15826 15298 0 -1 4202496 930385 0 1 0 167194 667 0 0 23 0 13 0 10289869 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15826/statm: 385885 353263 1443 10 0 383187 0
[pid=15826/tid=15828] ppid=15824 vsize=1543540 CPUtime=1309.44
/proc/15826/task/15828/stat : 15828 (java) R 15824 15826 15298 0 -1 4202560 34076 0 1 0 130917 27 0 0 25 0 13 0 10289871 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4110200000 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15826/tid=15829] ppid=15824 vsize=1543540 CPUtime=79.18
/proc/15826/task/15829/stat : 15829 (java) S 15824 15826 15298 0 -1 4202560 151778 0 0 0 7728 190 0 0 15 0 13 0 10289872 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15830] ppid=15824 vsize=1543540 CPUtime=78.76
/proc/15826/task/15830/stat : 15830 (java) S 15824 15826 15298 0 -1 4202560 187652 0 0 0 7638 238 0 0 15 0 13 0 10289872 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15831] ppid=15824 vsize=1543540 CPUtime=207.85
/proc/15826/task/15831/stat : 15831 (java) S 15824 15826 15298 0 -1 4202560 548382 0 0 0 20579 206 0 0 15 0 13 0 10289874 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15832] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15832/stat : 15832 (java) S 15824 15826 15298 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10289874 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15833] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15833/stat : 15833 (java) S 15824 15826 15298 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10289874 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15834] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15834/stat : 15834 (java) S 15824 15826 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15835] ppid=15824 vsize=1543540 CPUtime=1.36
/proc/15826/task/15835/stat : 15835 (java) S 15824 15826 15298 0 -1 4202560 1067 0 0 0 135 1 0 0 15 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15836] ppid=15824 vsize=1543540 CPUtime=1.94
/proc/15826/task/15836/stat : 15836 (java) S 15824 15826 15298 0 -1 4202560 6271 0 0 0 193 1 0 0 15 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15837] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15837/stat : 15837 (java) S 15824 15826 15298 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15838] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15838/stat : 15838 (java) S 15824 15826 15298 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15841] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15841/stat : 15841 (java) S 15824 15826 15298 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 10294695 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1678.61
Current children cumulated vsize (KiB) 1543540

[startup+1662.3 s]
/proc/loadavg: 1.03 1.12 1.10 2/118 15888
/proc/meminfo: memFree=200860/2059040 swapFree=4164948/4192956
[pid=15826] ppid=15824 vsize=1543540 CPUtime=1739.67
/proc/15826/stat : 15826 (java) S 15824 15826 15298 0 -1 4202496 930512 0 1 0 173292 675 0 0 23 0 13 0 10289869 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15826/statm: 385885 353263 1443 10 0 383187 0
[pid=15826/tid=15828] ppid=15824 vsize=1543540 CPUtime=1367.68
/proc/15826/task/15828/stat : 15828 (java) R 15824 15826 15298 0 -1 4202560 34199 0 1 0 136741 27 0 0 25 0 13 0 10289871 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4110196022 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15826/tid=15829] ppid=15824 vsize=1543540 CPUtime=80.43
/proc/15826/task/15829/stat : 15829 (java) S 15824 15826 15298 0 -1 4202560 151778 0 0 0 7847 196 0 0 15 0 13 0 10289872 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15830] ppid=15824 vsize=1543540 CPUtime=80.31
/proc/15826/task/15830/stat : 15830 (java) S 15824 15826 15298 0 -1 4202560 187652 0 0 0 7793 238 0 0 15 0 13 0 10289872 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15831] ppid=15824 vsize=1543540 CPUtime=207.86
/proc/15826/task/15831/stat : 15831 (java) S 15824 15826 15298 0 -1 4202560 548384 0 0 0 20580 206 0 0 15 0 13 0 10289874 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15832] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15832/stat : 15832 (java) S 15824 15826 15298 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10289874 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15833] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15833/stat : 15833 (java) S 15824 15826 15298 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10289874 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15834] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15834/stat : 15834 (java) S 15824 15826 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15835] ppid=15824 vsize=1543540 CPUtime=1.36
/proc/15826/task/15835/stat : 15835 (java) S 15824 15826 15298 0 -1 4202560 1067 0 0 0 135 1 0 0 15 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15836] ppid=15824 vsize=1543540 CPUtime=1.94
/proc/15826/task/15836/stat : 15836 (java) S 15824 15826 15298 0 -1 4202560 6271 0 0 0 193 1 0 0 15 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15837] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15837/stat : 15837 (java) S 15824 15826 15298 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15838] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15838/stat : 15838 (java) S 15824 15826 15298 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15841] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15841/stat : 15841 (java) S 15824 15826 15298 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 10294695 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1739.67
Current children cumulated vsize (KiB) 1543540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1720.8 s]
/proc/loadavg: 1.01 1.09 1.09 2/118 15888
/proc/meminfo: memFree=200860/2059040 swapFree=4164948/4192956
[pid=15826] ppid=15824 vsize=1543540 CPUtime=1800.1
/proc/15826/stat : 15826 (java) S 15824 15826 15298 0 -1 4202496 930642 0 1 0 179327 683 0 0 23 0 13 0 10289869 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15826/statm: 385885 353263 1443 10 0 383187 0
[pid=15826/tid=15828] ppid=15824 vsize=1543540 CPUtime=1424.02
/proc/15826/task/15828/stat : 15828 (java) R 15824 15826 15298 0 -1 4202560 34321 0 1 0 142374 28 0 0 25 0 13 0 10289871 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4110203363 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15826/tid=15829] ppid=15824 vsize=1543540 CPUtime=82.46
/proc/15826/task/15829/stat : 15829 (java) S 15824 15826 15298 0 -1 4202560 151778 0 0 0 8045 201 0 0 16 0 13 0 10289872 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15830] ppid=15824 vsize=1543540 CPUtime=82.35
/proc/15826/task/15830/stat : 15830 (java) S 15824 15826 15298 0 -1 4202560 187652 0 0 0 7994 241 0 0 16 0 13 0 10289872 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15831] ppid=15824 vsize=1543540 CPUtime=207.91
/proc/15826/task/15831/stat : 15831 (java) S 15824 15826 15298 0 -1 4202560 548388 0 0 0 20583 208 0 0 15 0 13 0 10289874 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 0 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15832] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15832/stat : 15832 (java) S 15824 15826 15298 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10289874 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15833] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15833/stat : 15833 (java) S 15824 15826 15298 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10289874 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15834] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15834/stat : 15834 (java) S 15824 15826 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15835] ppid=15824 vsize=1543540 CPUtime=1.36
/proc/15826/task/15835/stat : 15835 (java) S 15824 15826 15298 0 -1 4202560 1067 0 0 0 135 1 0 0 15 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
[pid=15826/tid=15836] ppid=15824 vsize=1543540 CPUtime=1.94
/proc/15826/task/15836/stat : 15836 (java) S 15824 15826 15298 0 -1 4202560 6271 0 0 0 193 1 0 0 15 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15837] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15837/stat : 15837 (java) S 15824 15826 15298 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15838] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15838/stat : 15838 (java) S 15824 15826 15298 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 10289879 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 0 0 0 0
[pid=15826/tid=15841] ppid=15824 vsize=1543540 CPUtime=0
/proc/15826/task/15841/stat : 15841 (java) S 15824 15826 15298 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 10294695 1580584960 353263 1992294400 134512640 134550932 4293701744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846103360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1543540

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

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

[startup+1720.92 s]
/proc/loadavg: 1.01 1.09 1.09 2/118 15888
/proc/meminfo: memFree=200860/2059040 swapFree=4164948/4192956
[pid=15826] ppid=15824 vsize=0 CPUtime=1800.2
/proc/15826/stat : 15826 (java) Z 15824 15826 15298 0 -1 4203548 930662 0 1 0 179329 691 0 0 17 0 2 0 10289869 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15826/statm: 0 0 0 0 0 0 0
[pid=15826/tid=15828] ppid=15824 vsize=0 CPUtime=1424.11
/proc/15826/task/15828/stat : 15828 (java) R 15824 15826 15298 0 -1 4203588 34321 0 1 0 142375 36 0 0 25 0 2 0 10289871 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.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1720.95
CPU time (s): 1800.25
CPU user time (s): 1793.3
CPU system time (s): 6.95494
CPU usage (%): 104.608
Max. virtual memory (cumulated for all children) (KiB): 1572676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.3
system time used= 6.95494
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 930662
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= 57029
involuntary context switches= 40669

runsolver used 3.41848 second user time and 9.45856 second system time

The end

Launcher Data

Begin job on node084 at 2010-06-16 14:06:00
IDJOB=2661434
IDBENCH=71856
IDSOLVER=1165
FILE ID=node084/2661434-1276689956
PBS_JOBID= 11172572
Free space on /tmp= 62420 MiB

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

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

MD5SUM BENCH= 0410437de856f7fa960cd93e57bf101c
RANDOM SEED=1708058047

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1609804 kB
Buffers:        112272 kB
Cached:         229132 kB
SwapCached:       1440 kB
Active:         188256 kB
Inactive:       186348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1609804 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:           93424 kB
Writeback:           0 kB
AnonPages:       31712 kB
Mapped:          15164 kB
Slab:            52960 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179748 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= 62420 MiB
End job on node084 at 2010-06-16 14:34:43