Trace number 4108978

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.07 1790.54

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-178.opb
MD5SUMc8d6406d9171f43a410d04b94af97b71
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables334369
Total number of constraints7853489
Number of constraints which are clauses7054921
Number of constraints which are cardinality constraints (but not clauses)24655
Number of constraints which are nor clauses,nor cardinality constraints773913
Minimum length of a constraint1
Maximum length of a constraint2580
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2581
Number of bits of the biggest sum of numbers12
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/0.10	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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4108978-1466293340.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  no objective function found
60.89/52.59	c ... done. Wall clock time 52.495s.
60.89/52.59	c declared #vars     334369
60.89/52.59	c #constraints  7865860
60.89/52.59	c constraints type 
60.89/52.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5348951
60.89/52.59	c org.sat4j.specs.Constr$1 => 70052
60.89/52.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 24608
60.89/52.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1643700
60.89/52.59	c org.sat4j.minisat.constraints.cnf.UnitClause => 4636
60.89/52.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 773913
60.89/52.59	c 7865860 constraints processed.
103.06/94.25	c cleaning 2474 clauses out of 4993 with flag 1472998/5000
170.95/161.98	c cleaning 4085 clauses out of 8513 with flag 3718444/11000
288.49/279.47	c cleaning 5606 clauses out of 11425 with flag 5187129/18000
379.43/370.30	c cleaning 6380 clauses out of 13817 with flag 6898431/26000
489.68/480.57	c cleaning 8043 clauses out of 16430 with flag 7782504/35000
583.12/573.98	c cleaning 8124 clauses out of 18385 with flag 9722365/45000
684.76/675.56	c cleaning 9877 clauses out of 21258 with flag 11007291/56000
772.97/763.72	c cleaning 11616 clauses out of 23378 with flag 12561723/68000
886.40/877.13	c cleaning 12166 clauses out of 24759 with flag 14637527/81000
969.03/959.78	c cleaning 11997 clauses out of 26591 with flag 18264049/95001
1028.94/1019.70	c cleaning 14658 clauses out of 29592 with flag 20667767/110000
1189.49/1180.17	c cleaning 15244 clauses out of 30929 with flag 23135310/126000
1225.40/1216.09	c cleaning 15316 clauses out of 32686 with flag 24697453/143002
1346.72/1337.30	c cleaning 17595 clauses out of 35366 with flag 27532300/161001
1495.67/1486.21	c cleaning 18128 clauses out of 36768 with flag 30257264/180000
1595.61/1586.17	c cleaning 18043 clauses out of 38636 with flag 32815240/200000
1740.85/1731.40	c cleaning 19712 clauses out of 41592 with flag 35568929/221000
1800.07/1790.50	c starts		: 812
1800.07/1790.50	c conflicts		: 225963
1800.07/1790.50	c decisions		: 96113940
1800.07/1790.50	c propagations		: 2402974993
1800.07/1790.50	c inspects		: 12497585326
1800.07/1790.50	c shortcuts		: 0
1800.07/1790.50	c learnt literals	: 56
1800.07/1790.50	c learnt binary clauses	: 736
1800.07/1790.50	c learnt ternary clauses	: 3114
1800.07/1790.50	c learnt constraints	: 225907
1800.07/1790.50	c ignored constraints	: 0
1800.07/1790.50	c root simplifications	: 0
1800.07/1790.50	c removed literals (reason simplification)	: 0
1800.07/1790.50	c reason swapping (by a shorter reason)	: 0
1800.07/1790.50	c Calls to reduceDB	: 17
1800.07/1790.50	c Number of update (reduction) of LBD	: 100374
1800.07/1790.50	c Imported unit clauses	: 0
1800.07/1790.50	c number of reductions to clauses (during analyze)	: 0
1800.07/1790.50	c number of learned constraints concerned by reduction	: 0
1800.07/1790.50	c number of learning phase by resolution	: 0
1800.07/1790.50	c number of learning phase by cutting planes	: 0
1800.07/1790.50	c speed (assignments/second)	: 1382729.172984335
1800.07/1790.50	c non guided choices	17454663
1800.07/1790.51	c timeout
1800.07/1790.52	c learnt constraints type 
1800.07/1790.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 736
1800.07/1790.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 26107
1800.07/1790.52	s UNKNOWN
1800.07/1790.52	c Total wall clock time (in seconds): 1790.418

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-4108978-1466293340/watcher-4108978-1466293340 -o /tmp/evaluation-result-4108978-1466293340/solver-4108978-1466293340 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466291542-8236 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4108978-1466293340.opb 

pid=8522
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.45 2.30 2.22 3/194 8525
/proc/meminfo: memFree=28893476/32872528 swapFree=1556504/1720024
[pid=8525] ppid=8522 vsize=99500 CPUtime=0 cores=1,3,5,7
/proc/8525/stat : 8525 (java) S 8522 8525 8058 0 -1 4202496 1413 0 0 0 0 0 0 0 20 0 2 0 31383654 101888000 1034 33554432000 1073741824 1073778376 140733906412432 140733906403568 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8525/statm: 24860 1030 786 9 0 16775 0
[pid=8525/tid=8526] ppid=8522 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8526/stat : 8526 (java) R 8522 8525 8058 0 -1 4202560 212 0 0 0 0 0 0 0 20 0 2 0 31383655 103964672 1041 33554432000 1073741824 1073778376 140733906412432 140044415980216 270330112407 0 0 0 16784584 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.45 2.30 2.22 3/194 8525
/proc/meminfo: memFree=28893476/32872528 swapFree=1556504/1720024
[pid=8525] ppid=8522 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/8525/stat : 8525 (java) S 8522 8525 8058 0 -1 4202496 4493 0 1 0 11 1 0 0 20 0 18 0 31383654 9787879424 6128 33554432000 1073741824 1073778376 140733906412432 140733906403568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8525/statm: 2389619 6134 2163 9 0 2380296 0
[pid=8525/tid=8526] ppid=8522 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8525/task/8526/stat : 8526 (java) R 8522 8525 8058 0 -1 4202560 2386 0 1 0 8 0 0 0 20 0 18 0 31383655 9787879424 6136 33554432000 1073741824 1073778376 140733906412432 140044415982496 270333437197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200294 s]
/proc/loadavg: 2.45 2.30 2.22 3/194 8525
/proc/meminfo: memFree=28893476/32872528 swapFree=1556504/1720024
[pid=8525] ppid=8522 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/8525/stat : 8525 (java) S 8522 8525 8058 0 -1 4202496 4758 0 1 0 25 2 0 0 20 0 18 0 31383654 9787879424 12946 33554432000 1073741824 1073778376 140733906412432 140733906403568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8525/statm: 2389619 12946 2215 9 0 2380296 0
[pid=8525/tid=8526] ppid=8522 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/8525/task/8526/stat : 8526 (java) R 8522 8525 8058 0 -1 4202560 2416 0 1 0 16 2 0 0 20 0 18 0 31383655 9787879424 12946 33554432000 1073741824 1073778376 140733906412432 140044415983736 140044270642847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300275 s]
/proc/loadavg: 2.45 2.30 2.22 3/194 8525
/proc/meminfo: memFree=28893476/32872528 swapFree=1556504/1720024
[pid=8525] ppid=8522 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/8525/stat : 8525 (java) S 8522 8525 8058 0 -1 4202496 6226 0 1 0 46 3 0 0 20 0 18 0 31383654 9787879424 19150 33554432000 1073741824 1073778376 140733906412432 140733906403568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8525/statm: 2389619 19150 2232 9 0 2380296 0
[pid=8525/tid=8526] ppid=8522 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/8525/task/8526/stat : 8526 (java) R 8522 8525 8058 0 -1 4202560 2426 0 1 0 26 2 0 0 20 0 18 0 31383655 9787879424 19150 33554432000 1073741824 1073778376 140733906412432 140044415983144 140044270665514 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700343 s]
/proc/loadavg: 2.45 2.30 2.22 3/194 8525
/proc/meminfo: memFree=28893476/32872528 swapFree=1556504/1720024
[pid=8525] ppid=8522 vsize=9558476 CPUtime=1.14 cores=1,3,5,7
/proc/8525/stat : 8525 (java) S 8522 8525 8058 0 -1 4202496 7102 0 1 0 106 8 0 0 20 0 18 0 31383654 9787879424 74967 33554432000 1073741824 1073778376 140733906412432 140733906403568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8525/statm: 2389619 74967 2263 9 0 2380296 0
[pid=8525/tid=8526] ppid=8522 vsize=9558476 CPUtime=0.65 cores=1,3,5,7
/proc/8525/task/8526/stat : 8526 (java) S 8522 8525 8058 0 -1 4202560 2527 0 1 0 60 5 0 0 20 0 18 0 31383655 9787879424 74967 33554432000 1073741824 1073778376 140733906412432 140044415982536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 2.45 2.30 2.22 3/212 8543
/proc/meminfo: memFree=28523364/32872528 swapFree=1556504/1720024
[pid=8525] ppid=8522 vsize=9558476 CPUtime=2.13 cores=1,3,5,7
/proc/8525/stat : 8525 (java) S 8522 8525 8058 0 -1 4202496 9076 0 1 0 197 16 0 0 20 0 18 0 31383654 9787879424 145074 33554432000 1073741824 1073778376 140733906412432 140733906403568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8525/statm: 2389619 145074 2263 9 0 2380296 0
[pid=8525/tid=8526] ppid=8522 vsize=9558476 CPUtime=1.4 cores=1,3,5,7
/proc/8525/task/8526/stat : 8526 (java) R 8522 8525 8058 0 -1 4202560 2644 0 1 0 131 9 0 0 20 0 18 0 31383655 9787879424 145074 33554432000 1073741824 1073778376 140733906412432 140044415983064 140044423748695 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8525/tid=8528] ppid=8522 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/8525/task/8528/stat : 8528 (java) S 8522 8525 8058 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 18 0 31383655 9787879424 145074 33554432000 1073741824 1073778376 140733906412432 140044259600808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8529] ppid=8522 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/8525/task/8529/stat : 8529 (java) S 8522 8525 8058 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 18 0 31383655 9787879424 145074 33554432000 1073741824 1073778376 140733906412432 140044258548264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8530] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8530/stat : 8530 (java) S 8522 8525 8058 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 31383655 9787879424 145074 33554432000 1073741824 1073778376 140733906412432 140044257495208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8525/tid=8531] ppid=8522 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/8525/task/8531/stat : 8531 (java) S 8522 8525 8058 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 31383655 9787879424 145074 33554432000 1073741824 1073778376 140733906412432 140044256442664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8532] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8532/stat : 8532 (java) S 8522 8525 8058 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 18 0 31383655 9787879424 145074 33554432000 1073741824 1073778376 140733906412432 140044255390632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8533] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8533/stat : 8533 (java) S 8522 8525 8058 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 31383655 9787879424 145074 33554432000 1073741824 1073778376 140733906412432 140043918240808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8534] ppid=8522 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/8525/task/8534/stat : 8534 (java) S 8522 8525 8058 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 18 0 31383655 9787879424 145074 33554432000 1073741824 1073778376 140733906412432 140043917187752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8525/tid=8535] ppid=8522 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/8525/task/8535/stat : 8535 (java) S 8522 8525 8058 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 31383655 9787879424 145074 33554432000 1073741824 1073778376 140733906412432 140043916135208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8536] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8536/stat : 8536 (java) S 8522 8525 8058 0 -1 4202560 444 0 0 0 0 0 0 0 20 0 18 0 31383656 9787879424 145074 33554432000 1073741824 1073778376 140733906412432 140043903936872 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8525/tid=8537] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8537/stat : 8537 (java) S 8522 8525 8058 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31383657 9787879424 145074 33554432000 1073741824 1073778376 140733906412432 140043902883192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8538] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8538/stat : 8538 (java) S 8522 8525 8058 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 31383657 9787879424 145074 33554432000 1073741824 1073778376 140733906412432 140043901830024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8539] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8539/stat : 8539 (java) S 8522 8525 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31383659 9787879424 145074 33554432000 1073741824 1073778376 140733906412432 140043900778768 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8540] ppid=8522 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/8525/task/8540/stat : 8540 (java) S 8522 8525 8058 0 -1 4202560 2338 0 0 0 22 0 0 0 20 0 18 0 31383659 9787879424 145074 33554432000 1073741824 1073778376 140733906412432 140043899726648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8541] ppid=8522 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/8525/task/8541/stat : 8541 (java) S 8522 8525 8058 0 -1 4202560 2279 0 0 0 24 2 0 0 20 0 18 0 31383659 9787879424 145074 33554432000 1073741824 1073778376 140733906412432 140043898674104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8525/tid=8542] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8542/stat : 8542 (java) S 8522 8525 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31383659 9787879424 145074 33554432000 1073741824 1073778376 140733906412432 140043897621240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8525/tid=8543] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8543/stat : 8543 (java) S 8522 8525 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31383659 9787879424 145074 33554432000 1073741824 1073778376 140733906412432 140043896568904 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 2.50 2.31 2.22 4/212 8543
/proc/meminfo: memFree=27904088/32872528 swapFree=1556504/1720024
[pid=8525] ppid=8522 vsize=9558476 CPUtime=4.06 cores=1,3,5,7
/proc/8525/stat : 8525 (java) S 8522 8525 8058 0 -1 4202496 10612 0 1 0 374 32 0 0 20 0 18 0 31383654 9787879424 284488 33554432000 1073741824 1073778376 140733906412432 140733906403568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8525/statm: 2389619 284488 2263 9 0 2380296 0
[pid=8525/tid=8526] ppid=8522 vsize=9558476 CPUtime=2.88 cores=1,3,5,7
/proc/8525/task/8526/stat : 8526 (java) R 8522 8525 8058 0 -1 4202560 2878 0 1 0 272 16 0 0 20 0 18 0 31383655 9787879424 284488 33554432000 1073741824 1073778376 140733906412432 140044415982744 140044271044800 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8525/tid=8528] ppid=8522 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8525/task/8528/stat : 8528 (java) S 8522 8525 8058 0 -1 4202560 98 0 0 0 5 3 0 0 20 0 18 0 31383655 9787879424 284488 33554432000 1073741824 1073778376 140733906412432 140044259600808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8529] ppid=8522 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/8525/task/8529/stat : 8529 (java) S 8522 8525 8058 0 -1 4202560 190 0 0 0 5 1 0 0 20 0 18 0 31383655 9787879424 284488 33554432000 1073741824 1073778376 140733906412432 140044258548264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8530] ppid=8522 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/8525/task/8530/stat : 8530 (java) S 8522 8525 8058 0 -1 4202560 42 0 0 0 4 0 0 0 20 0 18 0 31383655 9787879424 284488 33554432000 1073741824 1073778376 140733906412432 140044257495208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8531] ppid=8522 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/8525/task/8531/stat : 8531 (java) S 8522 8525 8058 0 -1 4202560 91 0 0 0 2 2 0 0 20 0 18 0 31383655 9787879424 284488 33554432000 1073741824 1073778376 140733906412432 140044256442664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8532] ppid=8522 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/8525/task/8532/stat : 8532 (java) S 8522 8525 8058 0 -1 4202560 193 0 0 0 4 2 0 0 20 0 18 0 31383655 9787879424 284488 33554432000 1073741824 1073778376 140733906412432 140044255390632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8525/tid=8533] ppid=8522 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/8525/task/8533/stat : 8533 (java) S 8522 8525 8058 0 -1 4202560 83 0 0 0 4 2 0 0 20 0 18 0 31383655 9787879424 284488 33554432000 1073741824 1073778376 140733906412432 140043918240808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8534] ppid=8522 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/8525/task/8534/stat : 8534 (java) S 8522 8525 8058 0 -1 4202560 85 0 0 0 4 2 0 0 20 0 18 0 31383655 9787879424 284488 33554432000 1073741824 1073778376 140733906412432 140043917187752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8535] ppid=8522 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8525/task/8535/stat : 8535 (java) S 8522 8525 8058 0 -1 4202560 126 0 0 0 7 3 0 0 20 0 18 0 31383655 9787879424 284488 33554432000 1073741824 1073778376 140733906412432 140043916135208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8536] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8536/stat : 8536 (java) S 8522 8525 8058 0 -1 4202560 952 0 0 0 0 0 0 0 20 0 18 0 31383656 9787879424 284488 33554432000 1073741824 1073778376 140733906412432 140043903936872 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8525/tid=8537] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8537/stat : 8537 (java) S 8522 8525 8058 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31383657 9787879424 284488 33554432000 1073741824 1073778376 140733906412432 140043902883192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8538] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8538/stat : 8538 (java) S 8522 8525 8058 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 31383657 9787879424 284488 33554432000 1073741824 1073778376 140733906412432 140043901830024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8539] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8539/stat : 8539 (java) S 8522 8525 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31383659 9787879424 284488 33554432000 1073741824 1073778376 140733906412432 140043900778768 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8540] ppid=8522 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/8525/task/8540/stat : 8540 (java) S 8522 8525 8058 0 -1 4202560 2342 0 0 0 26 0 0 0 20 0 18 0 31383659 9787879424 284488 33554432000 1073741824 1073778376 140733906412432 140043899726648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8541] ppid=8522 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/8525/task/8541/stat : 8541 (java) S 8522 8525 8058 0 -1 4202560 2279 0 0 0 24 2 0 0 20 0 18 0 31383659 9787879424 284488 33554432000 1073741824 1073778376 140733906412432 140043898674104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8525/tid=8542] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8542/stat : 8542 (java) S 8522 8525 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31383659 9787879424 284488 33554432000 1073741824 1073778376 140733906412432 140043897621240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8525/tid=8543] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8543/stat : 8543 (java) S 8522 8525 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31383659 9787879424 284488 33554432000 1073741824 1073778376 140733906412432 140043896568904 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9558476

[startup+6.30086 s]
/proc/loadavg: 2.50 2.31 2.22 8/212 8543
/proc/meminfo: memFree=26714208/32872528 swapFree=1556504/1720024
[pid=8525] ppid=8522 vsize=9558476 CPUtime=7.63 cores=1,3,5,7
/proc/8525/stat : 8525 (java) S 8522 8525 8058 0 -1 4202496 12088 0 1 0 706 57 0 0 20 0 18 0 31383654 9787879424 551292 33554432000 1073741824 1073778376 140733906412432 140733906403568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8525/statm: 2389619 551292 2263 9 0 2380296 0
[pid=8525/tid=8526] ppid=8522 vsize=9558476 CPUtime=5.95 cores=1,3,5,7
/proc/8525/task/8526/stat : 8526 (java) R 8522 8525 8058 0 -1 4202560 3668 0 1 0 563 32 0 0 20 0 18 0 31383655 9787879424 551292 33554432000 1073741824 1073778376 140733906412432 140044415975472 140044270981716 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8528] ppid=8522 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8525/task/8528/stat : 8528 (java) S 8522 8525 8058 0 -1 4202560 105 0 0 0 7 3 0 0 20 0 18 0 31383655 9787879424 551292 33554432000 1073741824 1073778376 140733906412432 140044259600808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8525/tid=8529] ppid=8522 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/8525/task/8529/stat : 8529 (java) S 8522 8525 8058 0 -1 4202560 248 0 0 0 13 3 0 0 20 0 18 0 31383655 9787879424 551292 33554432000 1073741824 1073778376 140733906412432 140044258548264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8525/tid=8530] ppid=8522 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8525/task/8530/stat : 8530 (java) S 8522 8525 8058 0 -1 4202560 62 0 0 0 6 2 0 0 20 0 18 0 31383655 9787879424 551292 33554432000 1073741824 1073778376 140733906412432 140044257495208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8531] ppid=8522 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/8525/task/8531/stat : 8531 (java) S 8522 8525 8058 0 -1 4202560 220 0 0 0 9 2 0 0 20 0 18 0 31383655 9787879424 551292 33554432000 1073741824 1073778376 140733906412432 140044256442664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8525/tid=8532] ppid=8522 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/8525/task/8532/stat : 8532 (java) S 8522 8525 8058 0 -1 4202560 251 0 0 0 13 4 0 0 20 0 18 0 31383655 9787879424 551292 33554432000 1073741824 1073778376 140733906412432 140044255390632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8525/tid=8533] ppid=8522 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8525/task/8533/stat : 8533 (java) S 8522 8525 8058 0 -1 4202560 104 0 0 0 6 2 0 0 20 0 18 0 31383655 9787879424 551292 33554432000 1073741824 1073778376 140733906412432 140043918240808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8534] ppid=8522 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/8525/task/8534/stat : 8534 (java) S 8522 8525 8058 0 -1 4202560 150 0 0 0 11 3 0 0 20 0 18 0 31383655 9787879424 551292 33554432000 1073741824 1073778376 140733906412432 140043917187752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8525/tid=8535] ppid=8522 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/8525/task/8535/stat : 8535 (java) S 8522 8525 8058 0 -1 4202560 145 0 0 0 9 3 0 0 20 0 18 0 31383655 9787879424 551292 33554432000 1073741824 1073778376 140733906412432 140043916135208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8536] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8536/stat : 8536 (java) S 8522 8525 8058 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 31383656 9787879424 551292 33554432000 1073741824 1073778376 140733906412432 140043903936872 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8525/tid=8537] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8537/stat : 8537 (java) S 8522 8525 8058 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31383657 9787879424 551292 33554432000 1073741824 1073778376 140733906412432 140043902883192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8538] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8538/stat : 8538 (java) S 8522 8525 8058 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 31383657 9787879424 551292 33554432000 1073741824 1073778376 140733906412432 140043901830024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8539] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8539/stat : 8539 (java) S 8522 8525 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31383659 9787879424 551292 33554432000 1073741824 1073778376 140733906412432 140043900778768 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8540] ppid=8522 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/8525/task/8540/stat : 8540 (java) S 8522 8525 8058 0 -1 4202560 2342 0 0 0 28 0 0 0 20 0 18 0 31383659 9787879424 551292 33554432000 1073741824 1073778376 140733906412432 140043899726648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8541] ppid=8522 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/8525/task/8541/stat : 8541 (java) S 8522 8525 8058 0 -1 4202560 2279 0 0 0 24 2 0 0 20 0 18 0 31383659 9787879424 551292 33554432000 1073741824 1073778376 140733906412432 140043898674104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8525/tid=8542] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8542/stat : 8542 (java) S 8522 8525 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31383659 9787879424 551292 33554432000 1073741824 1073778376 140733906412432 140043897621240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8525/tid=8543] ppid=8522 vsize=9558476 CPUtime=0 cores=1,3,5,7

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

[pid=8525/tid=8544] ppid=8522 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8544/stat : 8544 (java) S 8522 8525 8058 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31388920 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043895415848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1731.85
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.20 2.19 3/213 8610
/proc/meminfo: memFree=24257860/32872528 swapFree=1556504/1720024
[pid=8525] ppid=8522 vsize=9625040 CPUtime=1791.87 cores=1,3,5,7
/proc/8525/stat : 8525 (java) S 8522 8525 8058 0 -1 4202496 20738 0 1 0 179010 177 0 0 20 0 19 0 31383654 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140733906403568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8525/statm: 2406260 888389 2292 9 0 2396937 0
[pid=8525/tid=8526] ppid=8522 vsize=9625040 CPUtime=1772.7 cores=1,3,5,7
/proc/8525/task/8526/stat : 8526 (java) R 8522 8525 8058 0 -1 4202560 4157 0 1 0 177191 79 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140044415975120 140044271455391 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8528] ppid=8522 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/8525/task/8528/stat : 8528 (java) S 8522 8525 8058 0 -1 4202560 443 0 0 0 112 8 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140044259600808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8529] ppid=8522 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/8525/task/8529/stat : 8529 (java) S 8522 8525 8058 0 -1 4202560 913 0 0 0 123 9 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140044258548264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8530] ppid=8522 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/8525/task/8530/stat : 8530 (java) S 8522 8525 8058 0 -1 4202560 452 0 0 0 132 11 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140044257495208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8525/tid=8531] ppid=8522 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/8525/task/8531/stat : 8531 (java) S 8522 8525 8058 0 -1 4202560 730 0 0 0 120 8 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140044256442664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8532] ppid=8522 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/8525/task/8532/stat : 8532 (java) S 8522 8525 8058 0 -1 4202560 646 0 0 0 118 10 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140044255390632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8533] ppid=8522 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/8525/task/8533/stat : 8533 (java) S 8522 8525 8058 0 -1 4202560 628 0 0 0 114 10 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043918240808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8534] ppid=8522 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/8525/task/8534/stat : 8534 (java) S 8522 8525 8058 0 -1 4202560 548 0 0 0 118 7 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043917187752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8535] ppid=8522 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/8525/task/8535/stat : 8535 (java) S 8522 8525 8058 0 -1 4202560 524 0 0 0 129 11 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043916135208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8536] ppid=8522 vsize=9625040 CPUtime=2.28 cores=1,3,5,7
/proc/8525/task/8536/stat : 8536 (java) S 8522 8525 8058 0 -1 4202560 1970 0 0 0 224 4 0 0 20 0 19 0 31383656 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043903936872 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8537] ppid=8522 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8537/stat : 8537 (java) S 8522 8525 8058 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31383657 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043902883192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8538] ppid=8522 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8538/stat : 8538 (java) S 8522 8525 8058 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31383657 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043901830024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8539] ppid=8522 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8539/stat : 8539 (java) S 8522 8525 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31383659 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043900778768 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8540] ppid=8522 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/8525/task/8540/stat : 8540 (java) S 8522 8525 8058 0 -1 4202560 2430 0 0 0 61 0 0 0 20 0 19 0 31383659 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043899726648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8541] ppid=8522 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/8525/task/8541/stat : 8541 (java) S 8522 8525 8058 0 -1 4202560 5935 0 0 0 67 3 0 0 20 0 19 0 31383659 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043898674104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8525/tid=8542] ppid=8522 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8542/stat : 8542 (java) S 8522 8525 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31383659 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043897621240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8525/tid=8543] ppid=8522 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/8525/task/8543/stat : 8543 (java) S 8522 8525 8058 0 -1 4202560 103 0 0 0 34 46 0 0 20 0 19 0 31383659 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043896568904 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8544] ppid=8522 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8544/stat : 8544 (java) S 8522 8525 8058 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31388920 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043895415848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.87
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.5 s]
/proc/loadavg: 2.14 2.19 2.19 3/213 8610
/proc/meminfo: memFree=24257864/32872528 swapFree=1556504/1720024
[pid=8525] ppid=8522 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/8525/stat : 8525 (java) S 8522 8525 8058 0 -1 4202496 20738 0 1 0 179830 177 0 0 20 0 19 0 31383654 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140733906403568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8525/statm: 2406260 888389 2292 9 0 2396937 0
[pid=8525/tid=8526] ppid=8522 vsize=9625040 CPUtime=1780.88 cores=1,3,5,7
/proc/8525/task/8526/stat : 8526 (java) R 8522 8525 8058 0 -1 4202560 4157 0 1 0 178008 80 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140044415975120 140044271403716 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8528] ppid=8522 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/8525/task/8528/stat : 8528 (java) S 8522 8525 8058 0 -1 4202560 443 0 0 0 112 8 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140044259600808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8529] ppid=8522 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/8525/task/8529/stat : 8529 (java) S 8522 8525 8058 0 -1 4202560 913 0 0 0 123 9 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140044258548264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8530] ppid=8522 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/8525/task/8530/stat : 8530 (java) S 8522 8525 8058 0 -1 4202560 452 0 0 0 132 11 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140044257495208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8525/tid=8531] ppid=8522 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/8525/task/8531/stat : 8531 (java) S 8522 8525 8058 0 -1 4202560 730 0 0 0 120 8 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140044256442664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8532] ppid=8522 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/8525/task/8532/stat : 8532 (java) S 8522 8525 8058 0 -1 4202560 646 0 0 0 118 10 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140044255390632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8533] ppid=8522 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/8525/task/8533/stat : 8533 (java) S 8522 8525 8058 0 -1 4202560 628 0 0 0 114 10 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043918240808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8534] ppid=8522 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/8525/task/8534/stat : 8534 (java) S 8522 8525 8058 0 -1 4202560 548 0 0 0 118 7 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043917187752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8535] ppid=8522 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/8525/task/8535/stat : 8535 (java) S 8522 8525 8058 0 -1 4202560 524 0 0 0 129 11 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043916135208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8536] ppid=8522 vsize=9625040 CPUtime=2.28 cores=1,3,5,7
/proc/8525/task/8536/stat : 8536 (java) S 8522 8525 8058 0 -1 4202560 1970 0 0 0 224 4 0 0 20 0 19 0 31383656 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043903936872 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8537] ppid=8522 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8537/stat : 8537 (java) S 8522 8525 8058 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31383657 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043902883192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8538] ppid=8522 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8538/stat : 8538 (java) S 8522 8525 8058 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31383657 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043901830024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8539] ppid=8522 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8539/stat : 8539 (java) S 8522 8525 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31383659 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043900778768 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8540] ppid=8522 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/8525/task/8540/stat : 8540 (java) S 8522 8525 8058 0 -1 4202560 2430 0 0 0 61 0 0 0 20 0 19 0 31383659 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043899726648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8541] ppid=8522 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/8525/task/8541/stat : 8541 (java) S 8522 8525 8058 0 -1 4202560 5935 0 0 0 67 3 0 0 20 0 19 0 31383659 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043898674104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8525/tid=8542] ppid=8522 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8542/stat : 8542 (java) S 8522 8525 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31383659 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043897621240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8525/tid=8543] ppid=8522 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/8525/task/8543/stat : 8543 (java) S 8522 8525 8058 0 -1 4202560 103 0 0 0 34 46 0 0 20 0 19 0 31383659 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043896568904 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8544] ppid=8522 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8544/stat : 8544 (java) S 8522 8525 8058 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31388920 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043895415848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 8525 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1790.5 s]
/proc/loadavg: 2.14 2.19 2.19 3/213 8610
/proc/meminfo: memFree=24257864/32872528 swapFree=1556504/1720024
[pid=8525] ppid=8522 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/8525/stat : 8525 (java) S 8522 8525 8058 0 -1 4202496 20738 0 1 0 179830 177 0 0 20 0 19 0 31383654 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140733906403568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8525/statm: 2406260 888389 2292 9 0 2396937 0
[pid=8525/tid=8526] ppid=8522 vsize=9625040 CPUtime=1780.88 cores=1,3,5,7
/proc/8525/task/8526/stat : 8526 (java) R 8522 8525 8058 0 -1 4202560 4157 0 1 0 178008 80 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140044415975120 140044271403716 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8528] ppid=8522 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/8525/task/8528/stat : 8528 (java) S 8522 8525 8058 0 -1 4202560 443 0 0 0 112 8 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140044259600808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8529] ppid=8522 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/8525/task/8529/stat : 8529 (java) S 8522 8525 8058 0 -1 4202560 913 0 0 0 123 9 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140044258548264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8530] ppid=8522 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/8525/task/8530/stat : 8530 (java) S 8522 8525 8058 0 -1 4202560 452 0 0 0 132 11 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140044257495208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8525/tid=8531] ppid=8522 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/8525/task/8531/stat : 8531 (java) S 8522 8525 8058 0 -1 4202560 730 0 0 0 120 8 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140044256442664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8532] ppid=8522 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/8525/task/8532/stat : 8532 (java) S 8522 8525 8058 0 -1 4202560 646 0 0 0 118 10 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140044255390632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8533] ppid=8522 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/8525/task/8533/stat : 8533 (java) S 8522 8525 8058 0 -1 4202560 628 0 0 0 114 10 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043918240808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8534] ppid=8522 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/8525/task/8534/stat : 8534 (java) S 8522 8525 8058 0 -1 4202560 548 0 0 0 118 7 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043917187752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8535] ppid=8522 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/8525/task/8535/stat : 8535 (java) S 8522 8525 8058 0 -1 4202560 524 0 0 0 129 11 0 0 20 0 19 0 31383655 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043916135208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8536] ppid=8522 vsize=9625040 CPUtime=2.28 cores=1,3,5,7
/proc/8525/task/8536/stat : 8536 (java) S 8522 8525 8058 0 -1 4202560 1970 0 0 0 224 4 0 0 20 0 19 0 31383656 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043903936872 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8537] ppid=8522 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8537/stat : 8537 (java) S 8522 8525 8058 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31383657 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043902883192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8538] ppid=8522 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8538/stat : 8538 (java) S 8522 8525 8058 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31383657 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043901830024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8539] ppid=8522 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8539/stat : 8539 (java) S 8522 8525 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31383659 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043900778768 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8525/tid=8540] ppid=8522 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/8525/task/8540/stat : 8540 (java) S 8522 8525 8058 0 -1 4202560 2430 0 0 0 61 0 0 0 20 0 19 0 31383659 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043899726648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8541] ppid=8522 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/8525/task/8541/stat : 8541 (java) S 8522 8525 8058 0 -1 4202560 5935 0 0 0 67 3 0 0 20 0 19 0 31383659 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043898674104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8525/tid=8542] ppid=8522 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8542/stat : 8542 (java) S 8522 8525 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31383659 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043897621240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8525/tid=8543] ppid=8522 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/8525/task/8543/stat : 8543 (java) S 8522 8525 8058 0 -1 4202560 103 0 0 0 34 46 0 0 20 0 19 0 31383659 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043896568904 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8525/tid=8544] ppid=8522 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8525/task/8544/stat : 8544 (java) S 8522 8525 8058 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31388920 9856040960 888389 33554432000 1073741824 1073778376 140733906412432 140043895415848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8525 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=748308
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=231660
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1790.54
CPU time (s): 1800.07
CPU user time (s): 1798.3
CPU system time (s): 1.77
CPU usage (%): 100.532
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.75
system time used= 2.23166
maximum resident set size= 3556988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20781
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39268
involuntary context switches= 14817

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9707 second user time and 9.51455 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-19 01:42:30
IDJOB=4108978
IDBENCH=89771
IDSOLVER=2546
FILE ID=node117/4108978-1466293340
RUNJOBID= node117-1466291542-8236
PBS_JOBID= 19918277
Free space on /tmp= 71364 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-178.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108978-1466293340/watcher-4108978-1466293340 -o /tmp/evaluation-result-4108978-1466293340/solver-4108978-1466293340 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466291542-8236 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4108978-1466293340.opb

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

MD5SUM BENCH= c8d6406d9171f43a410d04b94af97b71
RANDOM SEED=461680702

node117.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.912
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	: 5333.82
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.912
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.912
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.912
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.55
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.912
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.54
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.912
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.54
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.912
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.54
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.912
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:        28893904 kB
Buffers:          159896 kB
Cached:           970800 kB
SwapCached:            0 kB
Active:           874080 kB
Inactive:         602676 kB
Active(anon):     338248 kB
Inactive(anon):    10636 kB
Active(file):     535832 kB
Inactive(file):   592040 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            387872 kB
Writeback:             0 kB
AnonPages:       2066348 kB
Mapped:            21020 kB
Shmem:               204 kB
Slab:             646240 kB
SReclaimable:      85840 kB
SUnreclaim:       560400 kB
KernelStack:        1568 kB
PageTables:         8248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2794320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    481280 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= 71360 MiB
End job on node117 at 2016-06-19 02:12:21