Trace number 4085064

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 2.3.6 Resolution PB16? (TO) 1800.87 1787.03

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_5_mh.opb
MD5SUM682ced1993335202bf2b9cca6b4feb1c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark46762170
Best CPU time to get the best result obtained on this benchmark1804.23
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 361320367096
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 361320367096
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085064-1465321729.opb
0.09/0.11	c reading problem ... 
0.09/0.13	c  objective function found
40.64/29.79	c ... done. Wall clock time 29.672s.
40.64/29.79	c declared #vars     2000400
40.64/29.79	c #constraints  4940614
40.64/29.79	c constraints type 
40.64/29.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
40.64/29.79	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
40.64/29.79	c org.sat4j.specs.Constr$1 => 3
40.64/29.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
40.64/29.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
40.64/29.79	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
40.64/29.79	c 4940614 constraints processed.
40.64/29.79	c objective function length is 1019800 literals
285.76/274.36	c cleaning 2492 clauses out of 5000 with flag 12220/5000
657.29/644.59	c cleaning 4247 clauses out of 8508 with flag 24535/11000
1200.60/1187.77	c cleaning 5622 clauses out of 11264 with flag 38689/18003
1800.05/1787.00	c starts		: 5
1800.05/1787.00	c conflicts		: 25490
1800.05/1787.00	c decisions		: 631207
1800.05/1787.00	c propagations		: 765384756
1800.05/1787.00	c inspects		: 8080994908
1800.05/1787.00	c shortcuts		: 0
1800.05/1787.00	c learnt literals	: 0
1800.05/1787.00	c learnt binary clauses	: 0
1800.05/1787.00	c learnt ternary clauses	: 0
1800.05/1787.00	c learnt constraints	: 25489
1800.05/1787.00	c ignored constraints	: 0
1800.05/1787.00	c root simplifications	: 0
1800.05/1787.00	c removed literals (reason simplification)	: 0
1800.05/1787.00	c reason swapping (by a shorter reason)	: 0
1800.05/1787.00	c Calls to reduceDB	: 3
1800.05/1787.00	c Number of update (reduction) of LBD	: 1299
1800.05/1787.00	c Imported unit clauses	: 0
1800.05/1787.00	c number of reductions to clauses (during analyze)	: 0
1800.05/1787.00	c number of learned constraints concerned by reduction	: 0
1800.05/1787.00	c number of learning phase by resolution	: 0
1800.05/1787.00	c number of learning phase by cutting planes	: 0
1800.05/1787.00	c speed (assignments/second)	: 435632.38587758
1800.05/1787.00	c non guided choices	0
1800.05/1787.01	c learnt constraints type 
1800.05/1787.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13128
1800.05/1787.01	s UNKNOWN
1800.05/1787.01	c Total wall clock time (in seconds): 1786.895

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4085064-1465321729/watcher-4085064-1465321729 -o /tmp/evaluation-result-4085064-1465321729/solver-4085064-1465321729 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465312757-23538 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085064-1465321729.opb 

pid=24505
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: 2.57 2.25 2.08 3/194 24508
/proc/meminfo: memFree=27834192/32872528 swapFree=10608/190480
[pid=24508] ppid=24505 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24508/stat : 24508 (java) D 24505 24508 27127 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 114108777 9515008 185 33554432000 1073741824 1073778376 140735734379568 140735734370792 249649851831 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/24508/statm: 2323 185 142 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.57 2.25 2.08 3/194 24508
/proc/meminfo: memFree=27834192/32872528 swapFree=10608/190480
[pid=24508] ppid=24505 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24508/stat : 24508 (java) S 24505 24508 27127 0 -1 4202496 4412 0 1 0 8 1 0 0 20 0 18 0 114108777 9787879424 6039 33554432000 1073741824 1073778376 140736435609040 140736435600176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24508/statm: 2389619 6039 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 2.57 2.25 2.08 3/194 24508
/proc/meminfo: memFree=27834192/32872528 swapFree=10608/190480
[pid=24508] ppid=24505 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/24508/stat : 24508 (java) S 24505 24508 27127 0 -1 4202496 5271 0 1 0 26 2 0 0 20 0 18 0 114108777 9787879424 18312 33554432000 1073741824 1073778376 140736435609040 140736435600176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24508/statm: 2389619 18312 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300253 s]
/proc/loadavg: 2.57 2.25 2.08 3/194 24508
/proc/meminfo: memFree=27834192/32872528 swapFree=10608/190480
[pid=24508] ppid=24505 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/24508/stat : 24508 (java) S 24505 24508 27127 0 -1 4202496 5634 0 1 0 43 3 0 0 20 0 18 0 114108777 9787879424 22437 33554432000 1073741824 1073778376 140736435609040 140736435600176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24508/statm: 2389619 22437 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700204 s]
/proc/loadavg: 2.57 2.25 2.08 3/194 24508
/proc/meminfo: memFree=27834192/32872528 swapFree=10608/190480
[pid=24508] ppid=24505 vsize=9558476 CPUtime=0.96 cores=1,3,5,7
/proc/24508/stat : 24508 (java) S 24505 24508 27127 0 -1 4202496 5798 0 1 0 90 6 0 0 20 0 18 0 114108777 9787879424 52738 33554432000 1073741824 1073778376 140736435609040 140736435600176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24508/statm: 2389619 52738 2247 9 0 2380296 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.60 2.26 2.08 3/212 24526
/proc/meminfo: memFree=27590388/32872528 swapFree=10608/190480
[pid=24508] ppid=24505 vsize=9558476 CPUtime=1.88 cores=1,3,5,7
/proc/24508/stat : 24508 (java) S 24505 24508 27127 0 -1 4202496 6215 0 1 0 180 8 0 0 20 0 18 0 114108777 9787879424 65901 33554432000 1073741824 1073778376 140736435609040 140736435600176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24508/statm: 2389619 65901 2247 9 0 2380296 0
[pid=24508/tid=24510] ppid=24505 vsize=9558476 CPUtime=1.37 cores=1,3,5,7
/proc/24508/task/24510/stat : 24510 (java) R 24505 24508 27127 0 -1 4202560 2469 0 1 0 133 4 0 0 20 0 18 0 114108778 9787879424 65901 33554432000 1073741824 1073778376 140736435609040 139912617226032 139912469171684 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24511] ppid=24505 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/24508/task/24511/stat : 24511 (java) S 24505 24508 27127 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 18 0 114108779 9787879424 65901 33554432000 1073741824 1073778376 140736435609040 139912589687336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24508/tid=24512] ppid=24505 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/24508/task/24512/stat : 24512 (java) S 24505 24508 27127 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 114108779 9787879424 65901 33554432000 1073741824 1073778376 140736435609040 139912588634536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24513] ppid=24505 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/24508/task/24513/stat : 24513 (java) S 24505 24508 27127 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 114108779 9787879424 65901 33554432000 1073741824 1073778376 140736435609040 139912587581736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24508/tid=24514] ppid=24505 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/24508/task/24514/stat : 24514 (java) S 24505 24508 27127 0 -1 4202560 131 0 0 0 3 0 0 0 20 0 18 0 114108779 9787879424 65901 33554432000 1073741824 1073778376 140736435609040 139912457791656 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24515] ppid=24505 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/24508/task/24515/stat : 24515 (java) S 24505 24508 27127 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 114108779 9787879424 65901 33554432000 1073741824 1073778376 140736435609040 139912456739880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24508/tid=24516] ppid=24505 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/24508/task/24516/stat : 24516 (java) S 24505 24508 27127 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 18 0 114108779 9787879424 65901 33554432000 1073741824 1073778376 140736435609040 139912455687080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24517] ppid=24505 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/24508/task/24517/stat : 24517 (java) S 24505 24508 27127 0 -1 4202560 239 0 0 0 2 0 0 0 20 0 18 0 114108779 9787879424 65901 33554432000 1073741824 1073778376 140736435609040 139912454634280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24518] ppid=24505 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/24508/task/24518/stat : 24518 (java) S 24505 24508 27127 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 114108779 9787879424 65901 33554432000 1073741824 1073778376 140736435609040 139912453581480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24519] ppid=24505 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24519/stat : 24519 (java) S 24505 24508 27127 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 114108780 9787879424 65901 33554432000 1073741824 1073778376 140736435609040 139911971068392 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24520] ppid=24505 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24520/stat : 24520 (java) S 24505 24508 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114108781 9787879424 65901 33554432000 1073741824 1073778376 140736435609040 139911970014456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24521] ppid=24505 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24521/stat : 24521 (java) S 24505 24508 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 114108781 9787879424 65901 33554432000 1073741824 1073778376 140736435609040 139911968961544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24522] ppid=24505 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24522/stat : 24522 (java) S 24505 24508 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114108783 9787879424 65901 33554432000 1073741824 1073778376 140736435609040 139911967910032 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24523] ppid=24505 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/24508/task/24523/stat : 24523 (java) S 24505 24508 27127 0 -1 4202560 1077 0 0 0 8 0 0 0 20 0 18 0 114108783 9787879424 65901 33554432000 1073741824 1073778376 140736435609040 139911966858168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24524] ppid=24505 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/24508/task/24524/stat : 24524 (java) S 24505 24508 27127 0 -1 4202560 867 0 0 0 7 0 0 0 20 0 18 0 114108783 9787879424 65901 33554432000 1073741824 1073778376 140736435609040 139911965805368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24525] ppid=24505 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24525/stat : 24525 (java) S 24505 24508 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114108783 9787879424 65901 33554432000 1073741824 1073778376 140736435609040 139911964752760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24526] ppid=24505 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24526/stat : 24526 (java) S 24505 24508 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114108783 9787879424 65901 33554432000 1073741824 1073778376 140736435609040 139911963700168 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9558476

[startup+3.10082 s]
/proc/loadavg: 2.60 2.26 2.08 3/212 24526
/proc/meminfo: memFree=27420392/32872528 swapFree=10608/190480
[pid=24508] ppid=24505 vsize=9558476 CPUtime=4.36 cores=1,3,5,7
/proc/24508/stat : 24508 (java) S 24505 24508 27127 0 -1 4202496 9006 0 1 0 407 29 0 0 20 0 18 0 114108777 9787879424 186750 33554432000 1073741824 1073778376 140736435609040 140736435600176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24508/statm: 2389619 186750 2252 9 0 2380296 0
[pid=24508/tid=24510] ppid=24505 vsize=9558476 CPUtime=2.69 cores=1,3,5,7
/proc/24508/task/24510/stat : 24510 (java) R 24505 24508 27127 0 -1 4202560 2799 0 1 0 259 10 0 0 20 0 18 0 114108778 9787879424 186750 33554432000 1073741824 1073778376 140736435609040 139912617226208 139912469171856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24511] ppid=24505 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/24508/task/24511/stat : 24511 (java) S 24505 24508 27127 0 -1 4202560 99 0 0 0 9 2 0 0 20 0 18 0 114108779 9787879424 186750 33554432000 1073741824 1073778376 140736435609040 139912589687336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24508/tid=24512] ppid=24505 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/24508/task/24512/stat : 24512 (java) S 24505 24508 27127 0 -1 4202560 302 0 0 0 16 3 0 0 20 0 18 0 114108779 9787879424 186750 33554432000 1073741824 1073778376 140736435609040 139912588634536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24513] ppid=24505 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/24508/task/24513/stat : 24513 (java) S 24505 24508 27127 0 -1 4202560 514 0 0 0 9 1 0 0 20 0 18 0 114108779 9787879424 186750 33554432000 1073741824 1073778376 140736435609040 139912587581736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24508/tid=24514] ppid=24505 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/24508/task/24514/stat : 24514 (java) S 24505 24508 27127 0 -1 4202560 162 0 0 0 13 2 0 0 20 0 18 0 114108779 9787879424 186750 33554432000 1073741824 1073778376 140736435609040 139912457791656 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24508/tid=24515] ppid=24505 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/24508/task/24515/stat : 24515 (java) S 24505 24508 27127 0 -1 4202560 51 0 0 0 13 2 0 0 20 0 18 0 114108779 9787879424 186750 33554432000 1073741824 1073778376 140736435609040 139912456739880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24516] ppid=24505 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/24508/task/24516/stat : 24516 (java) S 24505 24508 27127 0 -1 4202560 191 0 0 0 14 4 0 0 20 0 18 0 114108779 9787879424 186750 33554432000 1073741824 1073778376 140736435609040 139912455687080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24517] ppid=24505 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/24508/task/24517/stat : 24517 (java) S 24505 24508 27127 0 -1 4202560 565 0 0 0 14 3 0 0 20 0 18 0 114108779 9787879424 186750 33554432000 1073741824 1073778376 140736435609040 139912454634280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24518] ppid=24505 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/24508/task/24518/stat : 24518 (java) S 24505 24508 27127 0 -1 4202560 83 0 0 0 15 3 0 0 20 0 18 0 114108779 9787879424 186750 33554432000 1073741824 1073778376 140736435609040 139912453581480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24519] ppid=24505 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24519/stat : 24519 (java) S 24505 24508 27127 0 -1 4202560 495 0 0 0 0 0 0 0 20 0 18 0 114108780 9787879424 186750 33554432000 1073741824 1073778376 140736435609040 139911971068392 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24508/tid=24520] ppid=24505 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24520/stat : 24520 (java) S 24505 24508 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114108781 9787879424 186750 33554432000 1073741824 1073778376 140736435609040 139911970014456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24521] ppid=24505 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24521/stat : 24521 (java) S 24505 24508 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 114108781 9787879424 186750 33554432000 1073741824 1073778376 140736435609040 139911968961544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24522] ppid=24505 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24522/stat : 24522 (java) S 24505 24508 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114108783 9787879424 186750 33554432000 1073741824 1073778376 140736435609040 139911967910032 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24523] ppid=24505 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/24508/task/24523/stat : 24523 (java) S 24505 24508 27127 0 -1 4202560 1261 0 0 0 13 0 0 0 20 0 18 0 114108783 9787879424 186750 33554432000 1073741824 1073778376 140736435609040 139911966858168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24508/tid=24524] ppid=24505 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/24508/task/24524/stat : 24524 (java) S 24505 24508 27127 0 -1 4202560 1232 0 0 0 16 0 0 0 20 0 18 0 114108783 9787879424 186750 33554432000 1073741824 1073778376 140736435609040 139911965805368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24525] ppid=24505 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24525/stat : 24525 (java) S 24505 24508 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114108783 9787879424 186750 33554432000 1073741824 1073778376 140736435609040 139911964752760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24526] ppid=24505 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24526/stat : 24526 (java) S 24505 24508 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114108783 9787879424 186750 33554432000 1073741824 1073778376 140736435609040 139911963700168 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 9558476

[startup+6.30071 s]
/proc/loadavg: 2.55 2.25 2.08 3/212 24526
/proc/meminfo: memFree=26419572/32872528 swapFree=10608/190480
[pid=24508] ppid=24505 vsize=9558476 CPUtime=10.5 cores=1,3,5,7
/proc/24508/stat : 24508 (java) S 24505 24508 27127 0 -1 4202496 17954 0 1 0 983 67 0 0 20 0 18 0 114108777 9787879424 392878 33554432000 1073741824 1073778376 140736435609040 140736435600176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24508/statm: 2389619 392878 2272 9 0 2380296 0
[pid=24508/tid=24510] ppid=24505 vsize=9558476 CPUtime=5.07 cores=1,3,5,7
/proc/24508/task/24510/stat : 24510 (java) S 24505 24508 27127 0 -1 4202560 3506 0 1 0 489 18 0 0 20 0 18 0 114108778 9787879424 392878 33554432000 1073741824 1073778376 140736435609040 139912617233976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24511] ppid=24505 vsize=9558476 CPUtime=0.57 cores=1,3,5,7
/proc/24508/task/24511/stat : 24511 (java) R 24505 24508 27127 0 -1 4202560 496 0 0 0 51 6 0 0 20 0 18 0 114108779 9787879424 392878 33554432000 1073741824 1073778376 140736435609040 139912589687512 139912619706045 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24508/tid=24512] ppid=24505 vsize=9558476 CPUtime=0.6 cores=1,3,5,7
/proc/24508/task/24512/stat : 24512 (java) R 24505 24508 27127 0 -1 4202560 398 0 0 0 54 6 0 0 20 0 18 0 114108779 9787879424 392878 33554432000 1073741824 1073778376 140736435609040 139912588634712 139912620991960 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24513] ppid=24505 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/24508/task/24513/stat : 24513 (java) R 24505 24508 27127 0 -1 4202560 630 0 0 0 53 6 0 0 20 0 18 0 114108779 9787879424 392878 33554432000 1073741824 1073778376 140736435609040 139912587581912 139912624133202 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24508/tid=24514] ppid=24505 vsize=9558476 CPUtime=0.63 cores=1,3,5,7
/proc/24508/task/24514/stat : 24514 (java) R 24505 24508 27127 0 -1 4202560 284 0 0 0 57 6 0 0 20 0 18 0 114108779 9787879424 392878 33554432000 1073741824 1073778376 140736435609040 139912457791832 139912619706057 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24508/tid=24515] ppid=24505 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/24508/task/24515/stat : 24515 (java) R 24505 24508 27127 0 -1 4202560 151 0 0 0 51 4 0 0 20 0 18 0 114108779 9787879424 392878 33554432000 1073741824 1073778376 140736435609040 139912456740056 139912620513137 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24516] ppid=24505 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/24508/task/24516/stat : 24516 (java) D 24505 24508 27127 0 -1 4202560 858 0 0 0 34 6 0 0 20 0 18 0 114108779 9787879424 392878 33554432000 1073741824 1073778376 140736435609040 139912455686840 249650078695 0 4 0 16800975 18446744071581355491 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24517] ppid=24505 vsize=9558476 CPUtime=0.42 cores=1,3,5,7
/proc/24508/task/24517/stat : 24517 (java) D 24505 24508 27127 0 -1 4202560 867 0 0 0 37 5 0 0 20 0 18 0 114108779 9787879424 392878 33554432000 1073741824 1073778376 140736435609040 139912454634040 249650078695 0 4 0 16800975 18446744071581355491 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24518] ppid=24505 vsize=9558476 CPUtime=0.69 cores=1,3,5,7
/proc/24508/task/24518/stat : 24518 (java) R 24505 24508 27127 0 -1 4202560 457 0 0 0 62 7 0 0 20 0 18 0 114108779 9787879424 392878 33554432000 1073741824 1073778376 140736435609040 139912453581360 139912619706041 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24519] ppid=24505 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24519/stat : 24519 (java) S 24505 24508 27127 0 -1 4202560 1037 0 0 0 0 0 0 0 20 0 18 0 114108780 9787879424 392878 33554432000 1073741824 1073778376 140736435609040 139911971067272 249653408828 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24520] ppid=24505 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24520/stat : 24520 (java) S 24505 24508 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114108781 9787879424 392878 33554432000 1073741824 1073778376 140736435609040 139911970014456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24521] ppid=24505 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24521/stat : 24521 (java) S 24505 24508 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 114108781 9787879424 392878 33554432000 1073741824 1073778376 140736435609040 139911968961544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24522] ppid=24505 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24522/stat : 24522 (java) S 24505 24508 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114108783 9787879424 392878 33554432000 1073741824 1073778376 140736435609040 139911967910032 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24523] ppid=24505 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/24508/task/24523/stat : 24523 (java) S 24505 24508 27127 0 -1 4202560 3605 0 0 0 40 0 0 0 20 0 18 0 114108783 9787879424 392878 33554432000 1073741824 1073778376 140736435609040 139911966858168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24508/tid=24524] ppid=24505 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/24508/task/24524/stat : 24524 (java) S 24505 24508 27127 0 -1 4202560 4413 0 0 0 40 0 0 0 20 0 18 0 114108783 9787879424 392878 33554432000 1073741824 1073778376 140736435609040 139911965805368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24508/tid=24525] ppid=24505 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24525/stat : 24525 (java) S 24505 24508 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114108783 9787879424 392878 33554432000 1073741824 1073778376 140736435609040 139911964752760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24526] ppid=24505 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24526/stat : 24526 (java) S 24505 24508 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114108783 9787879424 392878 33554432000 1073741824 1073778376 140736435609040 139911963700168 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.5
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 2.51 2.25 2.08 3/212 24526
/proc/meminfo: memFree=25075684/32872528 swapFree=10608/190480
[pid=24508] ppid=24505 vsize=9558476 CPUtime=19.82 cores=1,3,5,7
/proc/24508/stat : 24508 (java) S 24505 24508 27127 0 -1 4202496 22750 0 1 0 1876 106 0 0 20 0 18 0 114108777 9787879424 692960 33554432000 1073741824 1073778376 140736435609040 140736435600176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24508/statm: 2389619 692960 2283 9 0 2380296 0

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

[pid=24508/tid=24520] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24520/stat : 24520 (java) S 24505 24508 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114108781 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911970014456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24521] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24521/stat : 24521 (java) S 24505 24508 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114108781 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911968961544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24522] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24522/stat : 24522 (java) S 24505 24508 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911967910032 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24523] ppid=24505 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/24508/task/24523/stat : 24523 (java) S 24505 24508 27127 0 -1 4202560 3622 0 0 0 68 0 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911966858168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24508/tid=24524] ppid=24505 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/24508/task/24524/stat : 24524 (java) S 24505 24508 27127 0 -1 4202560 4432 0 0 0 79 0 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911965805368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24508/tid=24525] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24525/stat : 24525 (java) S 24505 24508 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911964752760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24526] ppid=24505 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/24508/task/24526/stat : 24526 (java) S 24505 24508 27127 0 -1 4202560 95 0 0 0 32 48 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911963700168 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24527] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24527/stat : 24527 (java) S 24505 24508 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114111783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911962645672 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1675.33
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.14 2.08 2.08 3/213 24657
/proc/meminfo: memFree=23362260/32872528 swapFree=10608/190480
[pid=24508] ppid=24505 vsize=9625040 CPUtime=1735.34 cores=1,3,5,7
/proc/24508/stat : 24508 (java) S 24505 24508 27127 0 -1 4202496 38182 0 1 0 173332 202 0 0 20 0 19 0 114108777 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 140736435600176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24508/statm: 2406260 933639 2297 9 0 2396937 0
[pid=24508/tid=24510] ppid=24505 vsize=9625040 CPUtime=1713.45 cores=1,3,5,7
/proc/24508/task/24510/stat : 24510 (java) R 24505 24508 27127 0 -1 4202560 3952 0 1 0 171283 62 0 0 20 0 19 0 114108778 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912617234744 139912469670205 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24511] ppid=24505 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/24508/task/24511/stat : 24511 (java) S 24505 24508 27127 0 -1 4202560 2730 0 0 0 169 14 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912589687336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24512] ppid=24505 vsize=9625040 CPUtime=1.94 cores=1,3,5,7
/proc/24508/task/24512/stat : 24512 (java) S 24505 24508 27127 0 -1 4202560 2870 0 0 0 176 18 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912588634536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24508/tid=24513] ppid=24505 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/24508/task/24513/stat : 24513 (java) S 24505 24508 27127 0 -1 4202560 2137 0 0 0 185 14 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912587581736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24514] ppid=24505 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/24508/task/24514/stat : 24514 (java) S 24505 24508 27127 0 -1 4202560 3450 0 0 0 189 18 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912457791656 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24515] ppid=24505 vsize=9625040 CPUtime=1.76 cores=1,3,5,7
/proc/24508/task/24515/stat : 24515 (java) S 24505 24508 27127 0 -1 4202560 3770 0 0 0 160 16 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912456739880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24516] ppid=24505 vsize=9625040 CPUtime=1.77 cores=1,3,5,7
/proc/24508/task/24516/stat : 24516 (java) S 24505 24508 27127 0 -1 4202560 1975 0 0 0 163 14 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912455687080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24508/tid=24517] ppid=24505 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/24508/task/24517/stat : 24517 (java) S 24505 24508 27127 0 -1 4202560 3040 0 0 0 155 15 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912454634280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24518] ppid=24505 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/24508/task/24518/stat : 24518 (java) S 24505 24508 27127 0 -1 4202560 1811 0 0 0 188 17 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912453581480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24519] ppid=24505 vsize=9625040 CPUtime=4.98 cores=1,3,5,7
/proc/24508/task/24519/stat : 24519 (java) S 24505 24508 27127 0 -1 4202560 3036 0 0 0 490 8 0 0 20 0 19 0 114108780 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911971068392 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24520] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24520/stat : 24520 (java) S 24505 24508 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114108781 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911970014456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24521] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24521/stat : 24521 (java) S 24505 24508 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114108781 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911968961544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24522] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24522/stat : 24522 (java) S 24505 24508 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911967910032 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24523] ppid=24505 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/24508/task/24523/stat : 24523 (java) S 24505 24508 27127 0 -1 4202560 3622 0 0 0 68 0 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911966858168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24508/tid=24524] ppid=24505 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/24508/task/24524/stat : 24524 (java) S 24505 24508 27127 0 -1 4202560 4432 0 0 0 79 0 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911965805368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24508/tid=24525] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24525/stat : 24525 (java) S 24505 24508 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911964752760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24526] ppid=24505 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/24508/task/24526/stat : 24526 (java) S 24505 24508 27127 0 -1 4202560 99 0 0 0 33 50 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911963700168 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24527] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24527/stat : 24527 (java) S 24505 24508 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114111783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911962645672 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1735.34
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.09 2.08 2.08 3/213 24659
/proc/meminfo: memFree=23361860/32872528 swapFree=10608/190480
[pid=24508] ppid=24505 vsize=9625040 CPUtime=1795.35 cores=1,3,5,7
/proc/24508/stat : 24508 (java) S 24505 24508 27127 0 -1 4202496 38188 0 1 0 179331 204 0 0 20 0 19 0 114108777 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 140736435600176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24508/statm: 2406260 933639 2297 9 0 2396937 0
[pid=24508/tid=24510] ppid=24505 vsize=9625040 CPUtime=1773.46 cores=1,3,5,7
/proc/24508/task/24510/stat : 24510 (java) R 24505 24508 27127 0 -1 4202560 3952 0 1 0 177284 62 0 0 20 0 19 0 114108778 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912617234840 139912469850276 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24511] ppid=24505 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/24508/task/24511/stat : 24511 (java) S 24505 24508 27127 0 -1 4202560 2730 0 0 0 169 14 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912589687336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24512] ppid=24505 vsize=9625040 CPUtime=1.94 cores=1,3,5,7
/proc/24508/task/24512/stat : 24512 (java) S 24505 24508 27127 0 -1 4202560 2870 0 0 0 176 18 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912588634536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24508/tid=24513] ppid=24505 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/24508/task/24513/stat : 24513 (java) S 24505 24508 27127 0 -1 4202560 2137 0 0 0 185 14 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912587581736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24514] ppid=24505 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/24508/task/24514/stat : 24514 (java) S 24505 24508 27127 0 -1 4202560 3450 0 0 0 189 18 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912457791656 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24515] ppid=24505 vsize=9625040 CPUtime=1.76 cores=1,3,5,7
/proc/24508/task/24515/stat : 24515 (java) S 24505 24508 27127 0 -1 4202560 3770 0 0 0 160 16 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912456739880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24516] ppid=24505 vsize=9625040 CPUtime=1.77 cores=1,3,5,7
/proc/24508/task/24516/stat : 24516 (java) S 24505 24508 27127 0 -1 4202560 1975 0 0 0 163 14 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912455687080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24508/tid=24517] ppid=24505 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/24508/task/24517/stat : 24517 (java) S 24505 24508 27127 0 -1 4202560 3040 0 0 0 155 15 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912454634280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24518] ppid=24505 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/24508/task/24518/stat : 24518 (java) S 24505 24508 27127 0 -1 4202560 1811 0 0 0 188 17 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912453581480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24519] ppid=24505 vsize=9625040 CPUtime=4.98 cores=1,3,5,7
/proc/24508/task/24519/stat : 24519 (java) S 24505 24508 27127 0 -1 4202560 3036 0 0 0 490 8 0 0 20 0 19 0 114108780 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911971068392 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24520] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24520/stat : 24520 (java) S 24505 24508 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114108781 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911970014456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24521] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24521/stat : 24521 (java) S 24505 24508 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114108781 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911968961544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24522] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24522/stat : 24522 (java) S 24505 24508 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911967910032 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24523] ppid=24505 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/24508/task/24523/stat : 24523 (java) S 24505 24508 27127 0 -1 4202560 3624 0 0 0 68 0 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911966858168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24508/tid=24524] ppid=24505 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/24508/task/24524/stat : 24524 (java) S 24505 24508 27127 0 -1 4202560 4432 0 0 0 79 0 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911965805368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24508/tid=24525] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24525/stat : 24525 (java) S 24505 24508 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911964752760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24526] ppid=24505 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/24508/task/24526/stat : 24526 (java) S 24505 24508 27127 0 -1 4202560 103 0 0 0 33 53 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911963700168 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24527] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24527/stat : 24527 (java) S 24505 24508 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114111783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911962645672 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1795.35
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787 s]
/proc/loadavg: 2.16 2.10 2.09 3/213 24659
/proc/meminfo: memFree=23361988/32872528 swapFree=10608/190480
[pid=24508] ppid=24505 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/24508/stat : 24508 (java) S 24505 24508 27127 0 -1 4202496 38188 0 1 0 179801 204 0 0 20 0 19 0 114108777 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 140736435600176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24508/statm: 2406260 933639 2297 9 0 2396937 0
[pid=24508/tid=24510] ppid=24505 vsize=9625040 CPUtime=1778.16 cores=1,3,5,7
/proc/24508/task/24510/stat : 24510 (java) R 24505 24508 27127 0 -1 4202560 3952 0 1 0 177753 63 0 0 20 0 19 0 114108778 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912617234840 139912469844613 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24511] ppid=24505 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/24508/task/24511/stat : 24511 (java) S 24505 24508 27127 0 -1 4202560 2730 0 0 0 169 14 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912589687336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24512] ppid=24505 vsize=9625040 CPUtime=1.94 cores=1,3,5,7
/proc/24508/task/24512/stat : 24512 (java) S 24505 24508 27127 0 -1 4202560 2870 0 0 0 176 18 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912588634536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24508/tid=24513] ppid=24505 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/24508/task/24513/stat : 24513 (java) S 24505 24508 27127 0 -1 4202560 2137 0 0 0 185 14 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912587581736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24514] ppid=24505 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/24508/task/24514/stat : 24514 (java) S 24505 24508 27127 0 -1 4202560 3450 0 0 0 189 18 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912457791656 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24515] ppid=24505 vsize=9625040 CPUtime=1.76 cores=1,3,5,7
/proc/24508/task/24515/stat : 24515 (java) S 24505 24508 27127 0 -1 4202560 3770 0 0 0 160 16 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912456739880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24516] ppid=24505 vsize=9625040 CPUtime=1.77 cores=1,3,5,7
/proc/24508/task/24516/stat : 24516 (java) S 24505 24508 27127 0 -1 4202560 1975 0 0 0 163 14 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912455687080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24508/tid=24517] ppid=24505 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/24508/task/24517/stat : 24517 (java) S 24505 24508 27127 0 -1 4202560 3040 0 0 0 155 15 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912454634280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24518] ppid=24505 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/24508/task/24518/stat : 24518 (java) S 24505 24508 27127 0 -1 4202560 1811 0 0 0 188 17 0 0 20 0 19 0 114108779 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139912453581480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24519] ppid=24505 vsize=9625040 CPUtime=4.98 cores=1,3,5,7
/proc/24508/task/24519/stat : 24519 (java) S 24505 24508 27127 0 -1 4202560 3036 0 0 0 490 8 0 0 20 0 19 0 114108780 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911971068392 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24520] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24520/stat : 24520 (java) S 24505 24508 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114108781 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911970014456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24521] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24521/stat : 24521 (java) S 24505 24508 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114108781 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911968961544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24522] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24522/stat : 24522 (java) S 24505 24508 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911967910032 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24523] ppid=24505 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/24508/task/24523/stat : 24523 (java) S 24505 24508 27127 0 -1 4202560 3624 0 0 0 68 0 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911966858168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24508/tid=24524] ppid=24505 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/24508/task/24524/stat : 24524 (java) S 24505 24508 27127 0 -1 4202560 4432 0 0 0 79 0 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911965805368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24508/tid=24525] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24525/stat : 24525 (java) S 24505 24508 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911964752760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24508/tid=24526] ppid=24505 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/24508/task/24526/stat : 24526 (java) S 24505 24508 27127 0 -1 4202560 103 0 0 0 33 53 0 0 20 0 19 0 114108783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911963700168 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24508/tid=24527] ppid=24505 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24508/task/24527/stat : 24527 (java) S 24505 24508 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114111783 9856040960 933639 33554432000 1073741824 1073778376 140736435609040 139911962645672 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 24508 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1787.03
CPU time (s): 1800.87
CPU user time (s): 1798.22
CPU system time (s): 2.6506
CPU usage (%): 100.775
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.22
system time used= 2.6506
maximum resident set size= 3734672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38222
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42399
involuntary context switches= 10973

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5122 second user time and 13.254 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-07 19:48:54
IDJOB=4085064
IDBENCH=92637
IDSOLVER=2546
FILE ID=node102/4085064-1465321729
RUNJOBID= node102-1465312757-23538
PBS_JOBID= 19850416
Free space on /tmp= 71424 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_5_mh.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085064-1465321729/watcher-4085064-1465321729 -o /tmp/evaluation-result-4085064-1465321729/solver-4085064-1465321729 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465312757-23538 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085064-1465321729.opb

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

MD5SUM BENCH= 682ced1993335202bf2b9cca6b4feb1c
RANDOM SEED=110873220

node102.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.470
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.470
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.470
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.470
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.470
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.470
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.470
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.470
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27834720 kB
Buffers:          188656 kB
Cached:          1053924 kB
SwapCached:         2712 kB
Active:          3381760 kB
Inactive:         677368 kB
Active(anon):    2816484 kB
Inactive(anon):     2284 kB
Active(file):     565276 kB
Inactive(file):   675084 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098744 kB
Dirty:            222728 kB
Writeback:             0 kB
AnonPages:       3011748 kB
Mapped:            16416 kB
Shmem:                 0 kB
Slab:             644072 kB
SReclaimable:      83620 kB
SUnreclaim:       560452 kB
KernelStack:        1568 kB
PageTables:        10112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4244948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2947072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71304 MiB
End job on node102 at 2016-06-07 20:18:42