Trace number 3456589

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 CuttingPlanes 2.3.0? (TO) 1800.21 1792.11

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-aflow40b.opb
MD5SUMb1cb8dfc9613a6d80968091d3346a684
Bench CategoryOPT-MEDINT (optimisation, medium 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5507
Optimality of the best value was proved NO
Number of variables23384
Total number of constraints2806
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)39
Number of constraints which are nor clauses,nor cardinality constraints2767
Minimum length of a constraint14
Maximum length of a constraint1202
Number of terms in the objective function 1364
Biggest coefficient in the objective function 500
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 230637
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 102400
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7037881
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3456589-1307217679.opb
0.10/0.10	c reading problem ... 
1.07/0.57	c ... done. Wall clock time 0.465s.
1.07/0.57	c #vars     23384
1.07/0.57	c #constraints  2884
1.07/0.57	c constraints type 
1.07/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39
1.07/0.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 39
1.07/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2806
937.28/932.23	c cleaning 0 clauses out of 5001 with flag 0/5001
1800.01/1791.94	c starts		: 27
1800.01/1791.94	c conflicts		: 6686
1800.01/1791.94	c decisions		: 210724
1800.01/1791.94	c propagations		: 2193286
1800.01/1791.94	c inspects		: 268264194
1800.01/1791.94	c shortcuts		: 0
1800.01/1791.94	c learnt literals	: 0
1800.01/1791.94	c learnt binary clauses	: 0
1800.01/1791.94	c learnt ternary clauses	: 0
1800.01/1791.94	c learnt constraints	: 6685
1800.01/1791.94	c ignored constraints	: 0
1800.01/1791.94	c root simplifications	: 0
1800.01/1791.94	c removed literals (reason simplification)	: 0
1800.01/1791.94	c reason swapping (by a shorter reason)	: 0
1800.01/1791.94	c Calls to reduceDB	: 1
1800.01/1791.94	c number of reductions to clauses (during analyze)	: 0
1800.01/1791.94	c number of learned constraints concerned by reduction	: 0
1800.01/1791.94	c number of learning phase by resolution	: 0
1800.01/1791.94	c number of learning phase by cutting planes	: 0
1800.01/1791.94	c speed (assignments/second)	: 1224.3589421533738
1800.01/1791.94	c non guided choices	0
1800.01/1791.95	c learnt constraints type 
1800.01/1791.95	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 32
1800.01/1791.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6653
1800.01/1791.95	c constraints type 
1800.01/1791.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39
1800.01/1791.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 39
1800.01/1791.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2806
1800.01/1791.95	s UNKNOWN
1800.01/1791.95	c Total wall clock time (in seconds): 1791.846

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3456589-1307217679/watcher-3456589-1307217679 -o /tmp/evaluation-result-3456589-1307217679/solver-3456589-1307217679 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456589-1307217679.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 2.00 1.71 2/568 3257
/proc/meminfo: memFree=20153984/32951124 swapFree=53733252/67111528
[pid=3257] ppid=3255 vsize=30572 CPUtime=0 cores=1,3,5,7
/proc/3257/stat : 3257 (java) S 3255 3257 3030 0 -1 4202496 1190 0 0 0 0 0 0 0 21 0 2 0 833368314 31305728 916 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652662245 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3257/statm: 7645 921 700 9 0 383 0
[pid=3257/tid=3258] ppid=3255 vsize=10445508 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3258/stat : 3258 (java) R 3255 3257 3030 0 -1 4202560 8729 0 1 0 0 0 0 0 23 0 2 0 833368315 10696200192 9544 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253640915953 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=3257/tid=3259] ppid=3255 vsize=10445508 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3259/stat : 3259 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 3 0 833368316 10696200192 9547 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16784584 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3260] ppid=3255 vsize=10447564 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3260/stat : 3260 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 5 0 833368316 10698305536 9552 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16784584 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3261] ppid=3255 vsize=10448724 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3261/stat : 3261 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 6 0 833368316 10699493376 9557 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16784584 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3262] ppid=3255 vsize=10449752 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3262/stat : 3262 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 7 0 833368316 10700546048 9563 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16784584 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3263] ppid=3255 vsize=10451808 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3263/stat : 3263 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 833368316 10702651392 9568 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16784584 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3264] ppid=3255 vsize=10452836 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3264/stat : 3264 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 833368316 10703704064 9573 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16784584 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3265] ppid=3255 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3265/stat : 3265 (java) R 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 833368316 10703900672 9580 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=3257/tid=3266] ppid=3255 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3266/stat : 3266 (java) R 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 833368316 10703900672 9598 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0557999 s]
/proc/loadavg: 1.98 2.00 1.71 2/568 3257
/proc/meminfo: memFree=20153984/32951124 swapFree=53733252/67111528
[pid=3257] ppid=3255 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/3257/stat : 3257 (java) S 3255 3257 3030 0 -1 4202496 11538 0 1 0 3 1 0 0 21 0 13 0 833368314 10718838784 11234 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652662245 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/3257/statm: 2616904 11234 1691 9 0 2607652 0
[pid=3257/tid=3258] ppid=3255 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/3257/task/3258/stat : 3258 (java) R 3255 3257 3030 0 -1 4202560 10391 0 1 0 3 1 0 0 25 0 13 0 833368315 10718838784 11235 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 47048398285651 0 4 0 16800971 0 0 0 -1 3 0 0 0
[pid=3257/tid=3259] ppid=3255 vsize=10467616 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3259/stat : 3259 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 833368316 10718838784 11235 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800971 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3260] ppid=3255 vsize=10467616 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3260/stat : 3260 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 833368316 10718838784 11235 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800971 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3261] ppid=3255 vsize=10467616 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3261/stat : 3261 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 833368316 10718838784 11235 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800971 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3262] ppid=3255 vsize=10467616 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3262/stat : 3262 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 833368316 10718838784 11235 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800971 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3263] ppid=3255 vsize=10467616 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3263/stat : 3263 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 833368316 10718838784 11235 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800971 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3264] ppid=3255 vsize=10467616 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3264/stat : 3264 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 833368316 10718838784 11236 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800971 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3265] ppid=3255 vsize=10467616 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3265/stat : 3265 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 833368316 10718838784 11236 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800971 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3266] ppid=3255 vsize=10467616 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3266/stat : 3266 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 833368316 10718838784 11237 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800971 18446604465796436224 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.100801 s]
/proc/loadavg: 1.98 2.00 1.71 2/568 3257
/proc/meminfo: memFree=20153984/32951124 swapFree=53733252/67111528
[pid=3257] ppid=3255 vsize=10604944 CPUtime=0.1 cores=1,3,5,7
/proc/3257/stat : 3257 (java) S 3255 3257 3030 0 -1 4202496 13119 0 1 0 9 1 0 0 21 0 18 0 833368314 10859462656 12796 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3257/statm: 2651236 12796 2092 9 0 2641970 0
[pid=3257/tid=3258] ppid=3255 vsize=10604944 CPUtime=0.09 cores=1,3,5,7
/proc/3257/task/3258/stat : 3258 (java) R 3255 3257 3030 0 -1 4202560 11199 0 1 0 8 1 0 0 18 0 18 0 833368315 10859462656 12796 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652686283 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3257/tid=3259] ppid=3255 vsize=10604944 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3259/stat : 3259 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 833368316 10859462656 12797 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3260] ppid=3255 vsize=10604944 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3260/stat : 3260 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833368316 10859462656 12797 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3261] ppid=3255 vsize=10604944 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3261/stat : 3261 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833368316 10859462656 12797 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3262] ppid=3255 vsize=10604944 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3262/stat : 3262 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833368316 10859462656 12797 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3263] ppid=3255 vsize=10604944 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3263/stat : 3263 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833368316 10859462656 12797 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3264] ppid=3255 vsize=10604944 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3264/stat : 3264 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833368316 10859462656 12798 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3265] ppid=3255 vsize=10604944 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3265/stat : 3265 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833368316 10859462656 12798 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3266] ppid=3255 vsize=10604944 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3266/stat : 3266 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833368316 10859462656 12798 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10604944

[startup+0.363786 s]
/proc/loadavg: 1.98 2.00 1.71 2/568 3257
/proc/meminfo: memFree=20153984/32951124 swapFree=53733252/67111528
[pid=3257] ppid=3255 vsize=10610448 CPUtime=0.75 cores=1,3,5,7
/proc/3257/stat : 3257 (java) S 3255 3257 3030 0 -1 4202496 25069 0 1 0 72 3 0 0 21 0 18 0 833368314 10865098752 22227 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3257/statm: 2652612 22229 2210 9 0 2643346 0
[pid=3257/tid=3258] ppid=3255 vsize=10610448 CPUtime=0.35 cores=1,3,5,7
/proc/3257/task/3258/stat : 3258 (java) R 3255 3257 3030 0 -1 4202560 18232 0 1 0 33 2 0 0 18 0 18 0 833368315 10865098752 22231 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 46912505538214 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3257/tid=3259] ppid=3255 vsize=10610448 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3259/stat : 3259 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 833368316 10865098752 22232 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3260] ppid=3255 vsize=10610448 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3260/stat : 3260 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833368316 10865098752 22235 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3261] ppid=3255 vsize=10610448 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3261/stat : 3261 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833368316 10865098752 22236 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3262] ppid=3255 vsize=10610448 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3262/stat : 3262 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833368316 10865098752 22238 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3263] ppid=3255 vsize=10610448 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3263/stat : 3263 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833368316 10865098752 22239 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3264] ppid=3255 vsize=10610448 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3264/stat : 3264 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833368316 10865098752 22241 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3265] ppid=3255 vsize=10610448 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3265/stat : 3265 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833368316 10865098752 22243 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3266] ppid=3255 vsize=10610448 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3266/stat : 3266 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833368316 10865098752 22244 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 10610448

[startup+0.700684 s]
/proc/loadavg: 1.98 2.00 1.71 2/568 3257
/proc/meminfo: memFree=20153984/32951124 swapFree=53733252/67111528
[pid=3257] ppid=3255 vsize=10611884 CPUtime=1.43 cores=1,3,5,7
/proc/3257/stat : 3257 (java) S 3255 3257 3030 0 -1 4202496 41945 0 1 0 138 5 0 0 21 0 19 0 833368314 10866569216 37550 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3257/statm: 2652971 37551 2225 9 0 2643705 0
[pid=3257/tid=3258] ppid=3255 vsize=10611884 CPUtime=0.69 cores=1,3,5,7
/proc/3257/task/3258/stat : 3258 (java) R 3255 3257 3030 0 -1 4202560 31406 0 1 0 65 4 0 0 19 0 19 0 833368315 10866569216 37551 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 46912505499859 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3257/tid=3259] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3259/stat : 3259 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 833368316 10866569216 37551 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3260] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3260/stat : 3260 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368316 10866569216 37551 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3261] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3261/stat : 3261 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368316 10866569216 37554 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3262] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3262/stat : 3262 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368316 10866569216 37554 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3263] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3263/stat : 3263 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368316 10866569216 37554 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3264] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3264/stat : 3264 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368316 10866569216 37554 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3265] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3265/stat : 3265 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368316 10866569216 37554 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3266] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3266/stat : 3266 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368316 10866569216 37559 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 10611884

[startup+1.50154 s]
/proc/loadavg: 1.98 2.00 1.71 3/587 3276
/proc/meminfo: memFree=19565448/32951124 swapFree=53733252/67111528
[pid=3257] ppid=3255 vsize=10611884 CPUtime=2.55 cores=1,3,5,7
/proc/3257/stat : 3257 (java) S 3255 3257 3030 0 -1 4202496 90329 0 1 0 244 11 0 0 21 0 19 0 833368314 10866569216 85933 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3257/statm: 2652971 85933 2233 9 0 2643705 0
[pid=3257/tid=3258] ppid=3255 vsize=10611884 CPUtime=1.49 cores=1,3,5,7
/proc/3257/task/3258/stat : 3258 (java) R 3255 3257 3030 0 -1 4202560 79655 0 1 0 139 10 0 0 20 0 19 0 833368315 10866569216 85937 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 46912505599382 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3257/tid=3259] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3259/stat : 3259 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 833368316 10866569216 85943 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3260] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3260/stat : 3260 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368316 10866569216 85947 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3261] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3261/stat : 3261 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368316 10866569216 85948 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3262] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3262/stat : 3262 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368316 10866569216 85948 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3263] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3263/stat : 3263 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368316 10866569216 85948 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3264] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3264/stat : 3264 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368316 10866569216 85953 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3265] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3265/stat : 3265 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368316 10866569216 85958 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3266] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3266/stat : 3266 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368316 10866569216 85964 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3268] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3268/stat : 3268 (java) S 3255 3257 3030 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 833368317 10866569216 85964 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652676096 0 0 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3269] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3269/stat : 3269 (java) S 3255 3257 3030 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833368318 10866569216 85964 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3270] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3270/stat : 3270 (java) S 3255 3257 3030 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833368318 10866569216 85965 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3271] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3271/stat : 3271 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368320 10866569216 85970 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652683185 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3272] ppid=3255 vsize=10611884 CPUtime=0.43 cores=1,3,5,7
/proc/3257/task/3272/stat : 3272 (java) S 3255 3257 3030 0 -1 4202560 3326 0 0 0 43 0 0 0 15 0 19 0 833368320 10866569216 85975 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 5 0 0 0
[pid=3257/tid=3273] ppid=3255 vsize=10611884 CPUtime=0.63 cores=1,3,5,7
/proc/3257/task/3273/stat : 3273 (java) S 3255 3257 3030 0 -1 4202560 6193 0 0 0 62 1 0 0 15 0 19 0 833368320 10866569216 85979 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 1 0 0 0
[pid=3257/tid=3274] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3274/stat : 3274 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368320 10866569216 85979 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3275] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3275/stat : 3275 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833368320 10866569216 85979 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652676096 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3276] ppid=3255 vsize=10611884 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3276/stat : 3276 (java) S 3255 3257 3030 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833368374 10866569216 85981 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652676096 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 10611884

[startup+3.10125 s]

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

[pid=3257/tid=3274] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3274/stat : 3274 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368320 10872250368 1057199 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3275] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3275/stat : 3275 (java) S 3255 3257 3030 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 833368320 10872250368 1057199 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652676096 0 4 0 16800975 18446604465796436224 0 0 -1 1 0 0 0
[pid=3257/tid=3276] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3276/stat : 3276 (java) S 3255 3257 3030 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833368374 10872250368 1057199 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652676096 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1670.05
Current children cumulated vsize (KiB) 10617432

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 1.96 3/587 3374
/proc/meminfo: memFree=12643720/32951124 swapFree=53733252/67111528
[pid=3257] ppid=3255 vsize=10617432 CPUtime=1730.24 cores=1,3,5,7
/proc/3257/stat : 3257 (java) S 3255 3257 3030 0 -1 4202496 1071159 0 1 0 172901 123 0 0 21 0 19 0 833368314 10872250368 1060275 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3257/statm: 2654358 1060275 2264 9 0 2645092 0
[pid=3257/tid=3258] ppid=3255 vsize=10617432 CPUtime=1718.69 cores=1,3,5,7
/proc/3257/task/3258/stat : 3258 (java) R 3255 3257 3030 0 -1 4202560 812476 0 1 0 171782 87 0 0 25 0 19 0 833368315 10872250368 1060275 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 46912505866922 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3257/tid=3259] ppid=3255 vsize=10617432 CPUtime=1.13 cores=1,3,5,7
/proc/3257/task/3259/stat : 3259 (java) S 3255 3257 3030 0 -1 4202560 30984 0 0 0 109 4 0 0 15 0 19 0 833368316 10872250368 1060275 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 5 0 0 0
[pid=3257/tid=3260] ppid=3255 vsize=10617432 CPUtime=1.13 cores=1,3,5,7
/proc/3257/task/3260/stat : 3260 (java) S 3255 3257 3030 0 -1 4202560 32080 0 0 0 110 3 0 0 15 0 19 0 833368316 10872250368 1060275 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3261] ppid=3255 vsize=10617432 CPUtime=1.1 cores=1,3,5,7
/proc/3257/task/3261/stat : 3261 (java) S 3255 3257 3030 0 -1 4202560 26517 0 0 0 107 3 0 0 15 0 19 0 833368316 10872250368 1060275 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3262] ppid=3255 vsize=10617432 CPUtime=0.93 cores=1,3,5,7
/proc/3257/task/3262/stat : 3262 (java) S 3255 3257 3030 0 -1 4202560 23512 0 0 0 89 4 0 0 16 0 19 0 833368316 10872250368 1060275 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 1 0 0 0
[pid=3257/tid=3263] ppid=3255 vsize=10617432 CPUtime=1.07 cores=1,3,5,7
/proc/3257/task/3263/stat : 3263 (java) S 3255 3257 3030 0 -1 4202560 32777 0 0 0 103 4 0 0 15 0 19 0 833368316 10872250368 1060275 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 1 0 0 0
[pid=3257/tid=3264] ppid=3255 vsize=10617432 CPUtime=1.3 cores=1,3,5,7
/proc/3257/task/3264/stat : 3264 (java) S 3255 3257 3030 0 -1 4202560 36053 0 0 0 126 4 0 0 15 0 19 0 833368316 10872250368 1060275 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3265] ppid=3255 vsize=10617432 CPUtime=1.08 cores=1,3,5,7
/proc/3257/task/3265/stat : 3265 (java) S 3255 3257 3030 0 -1 4202560 27945 0 0 0 105 3 0 0 16 0 19 0 833368316 10872250368 1060275 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3266] ppid=3255 vsize=10617432 CPUtime=1.04 cores=1,3,5,7
/proc/3257/task/3266/stat : 3266 (java) S 3255 3257 3030 0 -1 4202560 32641 0 0 0 100 4 0 0 15 0 19 0 833368316 10872250368 1060275 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 1 0 0 0
[pid=3257/tid=3268] ppid=3255 vsize=10617432 CPUtime=0.79 cores=1,3,5,7
/proc/3257/task/3268/stat : 3268 (java) S 3255 3257 3030 0 -1 4202560 3947 0 0 0 78 1 0 0 15 0 19 0 833368317 10872250368 1060275 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652676096 0 0 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3269] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3269/stat : 3269 (java) S 3255 3257 3030 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833368318 10872250368 1060275 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3270] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3270/stat : 3270 (java) S 3255 3257 3030 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833368318 10872250368 1060275 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3271] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3271/stat : 3271 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368320 10872250368 1060275 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652683185 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3272] ppid=3255 vsize=10617432 CPUtime=1.11 cores=1,3,5,7
/proc/3257/task/3272/stat : 3272 (java) S 3255 3257 3030 0 -1 4202560 4755 0 0 0 111 0 0 0 15 0 19 0 833368320 10872250368 1060275 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 5 0 0 0
[pid=3257/tid=3273] ppid=3255 vsize=10617432 CPUtime=0.76 cores=1,3,5,7
/proc/3257/task/3273/stat : 3273 (java) S 3255 3257 3030 0 -1 4202560 6220 0 0 0 75 1 0 0 16 0 19 0 833368320 10872250368 1060275 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 1 0 0 0
[pid=3257/tid=3274] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3274/stat : 3274 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368320 10872250368 1060275 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3275] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3275/stat : 3275 (java) S 3255 3257 3030 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 833368320 10872250368 1060275 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652676096 0 4 0 16800975 18446604465796436224 0 0 -1 1 0 0 0
[pid=3257/tid=3276] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3276/stat : 3276 (java) S 3255 3257 3030 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833368374 10872250368 1060275 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652676096 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1730.24
Current children cumulated vsize (KiB) 10617432

[startup+1782.3 s]
/proc/loadavg: 2.18 2.09 1.98 3/587 3375
/proc/meminfo: memFree=12611092/32951124 swapFree=53733252/67111528
[pid=3257] ppid=3255 vsize=10617432 CPUtime=1790.38 cores=1,3,5,7
/proc/3257/stat : 3257 (java) S 3255 3257 3030 0 -1 4202496 1074745 0 1 0 178914 124 0 0 21 0 19 0 833368314 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3257/statm: 2654358 1063776 2264 9 0 2645092 0
[pid=3257/tid=3258] ppid=3255 vsize=10617432 CPUtime=1778.6 cores=1,3,5,7
/proc/3257/task/3258/stat : 3258 (java) R 3255 3257 3030 0 -1 4202560 812482 0 1 0 177773 87 0 0 25 0 19 0 833368315 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 46912505899132 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3257/tid=3259] ppid=3255 vsize=10617432 CPUtime=1.14 cores=1,3,5,7
/proc/3257/task/3259/stat : 3259 (java) S 3255 3257 3030 0 -1 4202560 31085 0 0 0 110 4 0 0 15 0 19 0 833368316 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 1 0 0 0
[pid=3257/tid=3260] ppid=3255 vsize=10617432 CPUtime=1.16 cores=1,3,5,7
/proc/3257/task/3260/stat : 3260 (java) S 3255 3257 3030 0 -1 4202560 32222 0 0 0 113 3 0 0 15 0 19 0 833368316 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3261] ppid=3255 vsize=10617432 CPUtime=1.11 cores=1,3,5,7
/proc/3257/task/3261/stat : 3261 (java) S 3255 3257 3030 0 -1 4202560 26532 0 0 0 108 3 0 0 15 0 19 0 833368316 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3262] ppid=3255 vsize=10617432 CPUtime=0.96 cores=1,3,5,7
/proc/3257/task/3262/stat : 3262 (java) S 3255 3257 3030 0 -1 4202560 23630 0 0 0 92 4 0 0 15 0 19 0 833368316 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3263] ppid=3255 vsize=10617432 CPUtime=1.11 cores=1,3,5,7
/proc/3257/task/3263/stat : 3263 (java) S 3255 3257 3030 0 -1 4202560 33592 0 0 0 107 4 0 0 16 0 19 0 833368316 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 1 0 0 0
[pid=3257/tid=3264] ppid=3255 vsize=10617432 CPUtime=1.32 cores=1,3,5,7
/proc/3257/task/3264/stat : 3264 (java) S 3255 3257 3030 0 -1 4202560 36575 0 0 0 128 4 0 0 15 0 19 0 833368316 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 5 0 0 0
[pid=3257/tid=3265] ppid=3255 vsize=10617432 CPUtime=1.1 cores=1,3,5,7
/proc/3257/task/3265/stat : 3265 (java) S 3255 3257 3030 0 -1 4202560 28518 0 0 0 106 4 0 0 15 0 19 0 833368316 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3266] ppid=3255 vsize=10617432 CPUtime=1.1 cores=1,3,5,7
/proc/3257/task/3266/stat : 3266 (java) S 3255 3257 3030 0 -1 4202560 33927 0 0 0 106 4 0 0 16 0 19 0 833368316 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3268] ppid=3255 vsize=10617432 CPUtime=0.79 cores=1,3,5,7
/proc/3257/task/3268/stat : 3268 (java) S 3255 3257 3030 0 -1 4202560 3951 0 0 0 78 1 0 0 15 0 19 0 833368317 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652676096 0 0 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3269] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3269/stat : 3269 (java) S 3255 3257 3030 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833368318 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3270] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3270/stat : 3270 (java) S 3255 3257 3030 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833368318 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3271] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3271/stat : 3271 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368320 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652683185 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3272] ppid=3255 vsize=10617432 CPUtime=1.11 cores=1,3,5,7
/proc/3257/task/3272/stat : 3272 (java) S 3255 3257 3030 0 -1 4202560 4755 0 0 0 111 0 0 0 15 0 19 0 833368320 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 5 0 0 0
[pid=3257/tid=3273] ppid=3255 vsize=10617432 CPUtime=0.76 cores=1,3,5,7
/proc/3257/task/3273/stat : 3273 (java) S 3255 3257 3030 0 -1 4202560 6220 0 0 0 75 1 0 0 16 0 19 0 833368320 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 1 0 0 0
[pid=3257/tid=3274] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3274/stat : 3274 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368320 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3275] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3275/stat : 3275 (java) S 3255 3257 3030 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 833368320 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652676096 0 4 0 16800975 18446604465796436224 0 0 -1 1 0 0 0
[pid=3257/tid=3276] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3276/stat : 3276 (java) S 3255 3257 3030 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833368374 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652676096 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1790.38
Current children cumulated vsize (KiB) 10617432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.92 s]
/proc/loadavg: 2.15 2.08 1.98 3/587 3376
/proc/meminfo: memFree=12604020/32951124 swapFree=53733252/67111528
[pid=3257] ppid=3255 vsize=10617432 CPUtime=1800.01 cores=1,3,5,7
/proc/3257/stat : 3257 (java) S 3255 3257 3030 0 -1 4202496 1074745 0 1 0 179877 124 0 0 21 0 19 0 833368314 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3257/statm: 2654358 1063776 2264 9 0 2645092 0
[pid=3257/tid=3258] ppid=3255 vsize=10617432 CPUtime=1788.25 cores=1,3,5,7
/proc/3257/task/3258/stat : 3258 (java) R 3255 3257 3030 0 -1 4202560 812482 0 1 0 178738 87 0 0 25 0 19 0 833368315 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 46912506093637 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3257/tid=3259] ppid=3255 vsize=10617432 CPUtime=1.14 cores=1,3,5,7
/proc/3257/task/3259/stat : 3259 (java) S 3255 3257 3030 0 -1 4202560 31085 0 0 0 110 4 0 0 15 0 19 0 833368316 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 1 0 0 0
[pid=3257/tid=3260] ppid=3255 vsize=10617432 CPUtime=1.16 cores=1,3,5,7
/proc/3257/task/3260/stat : 3260 (java) S 3255 3257 3030 0 -1 4202560 32222 0 0 0 113 3 0 0 15 0 19 0 833368316 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3261] ppid=3255 vsize=10617432 CPUtime=1.11 cores=1,3,5,7
/proc/3257/task/3261/stat : 3261 (java) S 3255 3257 3030 0 -1 4202560 26532 0 0 0 108 3 0 0 15 0 19 0 833368316 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3262] ppid=3255 vsize=10617432 CPUtime=0.96 cores=1,3,5,7
/proc/3257/task/3262/stat : 3262 (java) S 3255 3257 3030 0 -1 4202560 23630 0 0 0 92 4 0 0 15 0 19 0 833368316 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3263] ppid=3255 vsize=10617432 CPUtime=1.11 cores=1,3,5,7
/proc/3257/task/3263/stat : 3263 (java) S 3255 3257 3030 0 -1 4202560 33592 0 0 0 107 4 0 0 16 0 19 0 833368316 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 1 0 0 0
[pid=3257/tid=3264] ppid=3255 vsize=10617432 CPUtime=1.32 cores=1,3,5,7
/proc/3257/task/3264/stat : 3264 (java) S 3255 3257 3030 0 -1 4202560 36575 0 0 0 128 4 0 0 15 0 19 0 833368316 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 5 0 0 0
[pid=3257/tid=3265] ppid=3255 vsize=10617432 CPUtime=1.1 cores=1,3,5,7
/proc/3257/task/3265/stat : 3265 (java) S 3255 3257 3030 0 -1 4202560 28518 0 0 0 106 4 0 0 15 0 19 0 833368316 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3266] ppid=3255 vsize=10617432 CPUtime=1.1 cores=1,3,5,7
/proc/3257/task/3266/stat : 3266 (java) S 3255 3257 3030 0 -1 4202560 33927 0 0 0 106 4 0 0 16 0 19 0 833368316 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
[pid=3257/tid=3268] ppid=3255 vsize=10617432 CPUtime=0.79 cores=1,3,5,7
/proc/3257/task/3268/stat : 3268 (java) S 3255 3257 3030 0 -1 4202560 3951 0 0 0 78 1 0 0 15 0 19 0 833368317 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652676096 0 0 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3269] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3269/stat : 3269 (java) S 3255 3257 3030 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833368318 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3270] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3270/stat : 3270 (java) S 3255 3257 3030 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833368318 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3271] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3271/stat : 3271 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368320 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652683185 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3272] ppid=3255 vsize=10617432 CPUtime=1.11 cores=1,3,5,7
/proc/3257/task/3272/stat : 3272 (java) S 3255 3257 3030 0 -1 4202560 4755 0 0 0 111 0 0 0 15 0 19 0 833368320 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 5 0 0 0
[pid=3257/tid=3273] ppid=3255 vsize=10617432 CPUtime=0.76 cores=1,3,5,7
/proc/3257/task/3273/stat : 3273 (java) S 3255 3257 3030 0 -1 4202560 6220 0 0 0 75 1 0 0 16 0 19 0 833368320 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 1 0 0 0
[pid=3257/tid=3274] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3274/stat : 3274 (java) S 3255 3257 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368320 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652675481 0 4 0 16800975 18446604465796436224 0 0 -1 3 0 0 0
[pid=3257/tid=3275] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3275/stat : 3275 (java) S 3255 3257 3030 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 833368320 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652676096 0 4 0 16800975 18446604465796436224 0 0 -1 1 0 0 0
[pid=3257/tid=3276] ppid=3255 vsize=10617432 CPUtime=0 cores=1,3,5,7
/proc/3257/task/3276/stat : 3276 (java) S 3255 3257 3030 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833368374 10872250368 1063776 33554432000 1073741824 1073778376 140737350139680 18446744073709551615 253652676096 0 4 0 16800975 18446604465796436224 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10617432

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

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

[startup+1792.03 s]
/proc/loadavg: 2.15 2.08 1.98 3/587 3376
/proc/meminfo: memFree=12604020/32951124 swapFree=53733252/67111528
[pid=3257] ppid=3255 vsize=0 CPUtime=1800.11 cores=1,3,5,7
/proc/3257/stat : 3257 (java) Z 3255 3257 3030 0 -1 4203548 1074774 0 1 0 179880 131 0 0 17 0 2 0 833368314 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3257/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

[startup+1792.1 s]
/proc/loadavg: 2.15 2.08 1.98 3/587 3376
/proc/meminfo: memFree=12604020/32951124 swapFree=53733252/67111528
[pid=3257] ppid=3255 vsize=0 CPUtime=1800.19 cores=1,3,5,7
/proc/3257/stat : 3257 (java) Z 3255 3257 3030 0 -1 4203548 1074774 0 1 0 179880 139 0 0 17 0 2 0 833368314 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3257/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.11
CPU time (s): 1800.21
CPU user time (s): 1798.81
CPU system time (s): 1.39979
CPU usage (%): 100.452
Max. virtual memory (cumulated for all children) (KiB): 10617432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.81
system time used= 1.39979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1074774
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= 41569
involuntary context switches= 24239

runsolver used 9.52955 second user time and 23.3654 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-04 22:01:19
IDJOB=3456589
IDBENCH=1520
IDSOLVER=1951
FILE ID=node106/3456589-1307217679
RUNJOBID= node106-1307215872-3049
PBS_JOBID= 13509112
Free space on /tmp= 73760 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-aflow40b.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456589-1307217679/watcher-3456589-1307217679 -o /tmp/evaluation-result-3456589-1307217679/solver-3456589-1307217679 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456589-1307217679.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b1cb8dfc9613a6d80968091d3346a684
RANDOM SEED=2014694743

node106.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20154884 kB
Buffers:        401088 kB
Cached:        6029680 kB
SwapCached:      22744 kB
Active:        6876640 kB
Inactive:      5576400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20154884 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:            2360 kB
Writeback:           8 kB
AnonPages:     6018980 kB
Mapped:          34380 kB
Slab:           192912 kB
PageTables:      79860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 177893984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73760 MiB
End job on node106 at 2011-06-04 22:31:13