Trace number 4103416

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.07 1773.76

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ar98.opb
MD5SUM523aad2a62a776290fed26e3ef5d80ef
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20024
Total number of constraints1258
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)912
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint2
Maximum length of a constraint15837
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 572975239517507
Number of bits of the biggest sum of numbers50
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.09/0.17	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.17	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.17	c java.vm.version	19.1-b02
0.09/0.17	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.17	c sun.arch.data.model	64
0.09/0.17	c java.version		1.6.0_24
0.09/0.17	c os.name		Linux
0.09/0.17	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.17	c os.arch		amd64
0.09/0.17	c Free memory 		501472288
0.09/0.17	c Max memory 		7480803328
0.09/0.17	c Total memory 		504102912
0.09/0.17	c Number of processors 	8
0.09/0.17	c Pseudo Boolean Optimization by upper bound
0.09/0.17	c --- Begin Solver configuration ---
0.09/0.17	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.17	c Learn all clauses as in MiniSAT
0.09/0.17	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.17	c No reason simplification
0.09/0.17	c Glucose 2.1 dynamic restart strategy
0.09/0.17	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.17	c timeout=2147483s
0.09/0.17	c DB Simplification allowed=false
0.09/0.17	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.17	c --- End Solver configuration ---
0.09/0.17	c solving HOME/instance-4103416-1466238343.opb
0.09/0.17	c reading problem ... 
0.09/0.17	c  objective function found
1.35/0.88	c ... done. Wall clock time 0.764s.
1.35/0.88	c declared #vars     20024
1.35/0.88	c #constraints  1473
1.35/0.88	c constraints type 
1.35/0.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 912
1.35/0.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
1.35/0.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 560
1.35/0.88	c 1473 constraints processed.
1.35/0.88	c objective function length is 31 literals
15.88/14.32	c cleaning 2512 clauses out of 5024 with flag 11890/5025
32.43/30.32	c cleaning 4247 clauses out of 8496 with flag 24000/11009
49.82/47.24	c cleaning 5620 clauses out of 11240 with flag 38089/18000
68.12/65.60	c cleaning 6827 clauses out of 13654 with flag 54282/26034
94.12/90.98	c cleaning 7912 clauses out of 15826 with flag 72351/35033
128.04/123.50	c cleaning 8989 clauses out of 17977 with flag 92529/45096
153.15/148.69	c cleaning 9957 clauses out of 19916 with flag 114468/56024
184.17/178.80	c cleaning 10973 clauses out of 21957 with flag 138512/68022
219.28/213.95	c cleaning 11979 clauses out of 23963 with flag 164505/81001
263.65/257.33	c cleaning 12989 clauses out of 26042 with flag 192998/95059
309.29/302.23	c cleaning 13946 clauses out of 28017 with flag 223396/110023
358.80/350.80	c cleaning 15003 clauses out of 30048 with flag 255845/126000
410.06/401.61	c cleaning 15961 clauses out of 32064 with flag 290311/143019
462.26/453.81	c cleaning 17000 clauses out of 34123 with flag 326774/161039
515.77/506.56	c cleaning 18053 clauses out of 36116 with flag 364959/180032
579.19/568.97	c cleaning 18981 clauses out of 38071 with flag 405612/200040
644.12/633.45	c cleaning 19979 clauses out of 40057 with flag 448141/221007
709.01/697.39	c cleaning 20997 clauses out of 42101 with flag 492541/243030
773.59/761.57	c cleaning 22042 clauses out of 44113 with flag 538976/266039
848.33/835.27	c cleaning 22950 clauses out of 46035 with flag 587600/290003
923.98/910.23	c cleaning 23975 clauses out of 48085 with flag 638207/315003
997.87/983.16	c cleaning 25046 clauses out of 50130 with flag 690918/341023
1083.55/1067.35	c cleaning 26025 clauses out of 52075 with flag 745665/368014
1167.70/1150.50	c cleaning 26982 clauses out of 54078 with flag 802340/396042
1249.47/1231.44	c cleaning 28030 clauses out of 56071 with flag 860763/425017
1342.28/1322.60	c cleaning 28947 clauses out of 58024 with flag 921206/455000
1431.45/1410.52	c cleaning 30003 clauses out of 60079 with flag 983521/486002
1530.43/1508.49	c cleaning 30998 clauses out of 62094 with flag 1048284/518020
1627.88/1604.67	c cleaning 31984 clauses out of 64094 with flag 1114801/551018
1733.22/1708.15	c cleaning 33017 clauses out of 66101 with flag 1183641/585009
1800.07/1773.70	c starts		: 3
1800.07/1773.70	c conflicts		: 606944
1800.07/1773.70	c decisions		: 669968
1800.07/1773.70	c propagations		: 19322316
1800.07/1773.70	c inspects		: 1266655824
1800.07/1773.70	c shortcuts		: 0
1800.07/1773.70	c learnt literals	: 1
1800.07/1773.70	c learnt binary clauses	: 0
1800.07/1773.70	c learnt ternary clauses	: 0
1800.07/1773.70	c learnt constraints	: 606942
1800.07/1773.70	c ignored constraints	: 0
1800.07/1773.70	c root simplifications	: 0
1800.07/1773.70	c removed literals (reason simplification)	: 0
1800.07/1773.70	c reason swapping (by a shorter reason)	: 0
1800.07/1773.70	c Calls to reduceDB	: 30
1800.07/1773.70	c Number of update (reduction) of LBD	: 10784
1800.07/1773.70	c Imported unit clauses	: 0
1800.07/1773.70	c number of reductions to clauses (during analyze)	: 0
1800.07/1773.70	c number of learned constraints concerned by reduction	: 0
1800.07/1773.70	c number of learning phase by resolution	: 0
1800.07/1773.70	c number of learning phase by cutting planes	: 0
1800.07/1773.70	c speed (assignments/second)	: 10899.296256100504
1800.07/1773.70	c non guided choices	11397
1800.07/1773.72	c timeout
1800.07/1773.72	c learnt constraints type 
1800.07/1773.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55019
1800.07/1773.72	s UNKNOWN
1800.07/1773.72	c Total wall clock time (in seconds): 1773.61

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

pid=7727
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.04 2.07 2.04 4/194 7730
/proc/meminfo: memFree=31323340/32872528 swapFree=190484/190484
[pid=7730] ppid=7727 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/7730/stat : 7730 (java) D 7727 7730 2916 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 25884803 2560000 47 33554432000 1073741824 1073778376 140735868067264 140735868064392 249640873255 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/7730/statm: 625 47 37 9 0 29 0

[startup+0.100064 s]
/proc/loadavg: 2.04 2.07 2.04 4/194 7730
/proc/meminfo: memFree=31323340/32872528 swapFree=190484/190484
[pid=7730] ppid=7727 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/7730/stat : 7730 (java) S 7727 7730 2916 0 -1 4202496 4393 0 1 0 8 1 0 0 20 0 18 0 25884803 9787879424 6022 33554432000 1073741824 1073778376 140735868067264 140735868058400 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7730/statm: 2389619 6022 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.264279 s]
/proc/loadavg: 2.04 2.07 2.04 4/194 7730
/proc/meminfo: memFree=31323340/32872528 swapFree=190484/190484
[pid=7730] ppid=7727 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/7730/stat : 7730 (java) S 7727 7730 2916 0 -1 4202496 9440 0 1 0 44 2 0 0 20 0 18 0 25884803 9787879424 10772 33554432000 1073741824 1073778376 140735868067264 140735868058400 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7730/statm: 2389619 10775 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.300256 s]
/proc/loadavg: 2.04 2.07 2.04 4/194 7730
/proc/meminfo: memFree=31323340/32872528 swapFree=190484/190484
[pid=7730] ppid=7727 vsize=9558476 CPUtime=0.56 cores=1,3,5,7
/proc/7730/stat : 7730 (java) S 7727 7730 2916 0 -1 4202496 9715 0 1 0 54 2 0 0 20 0 18 0 25884803 9787879424 11932 33554432000 1073741824 1073778376 140735868067264 140735868058400 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7730/statm: 2389619 11932 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700319 s]
/proc/loadavg: 2.04 2.07 2.04 4/194 7730
/proc/meminfo: memFree=31323340/32872528 swapFree=190484/190484
[pid=7730] ppid=7727 vsize=9558476 CPUtime=1.24 cores=1,3,5,7
/proc/7730/stat : 7730 (java) S 7727 7730 2916 0 -1 4202496 10295 0 1 0 117 7 0 0 20 0 18 0 25884803 9787879424 47385 33554432000 1073741824 1073778376 140735868067264 140735868058400 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7730/statm: 2389619 47385 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 2.04 2.07 2.04 3/213 7749
/proc/meminfo: memFree=31103464/32872528 swapFree=190484/190484
[pid=7730] ppid=7727 vsize=9625040 CPUtime=2.72 cores=1,3,5,7
/proc/7730/stat : 7730 (java) S 7727 7730 2916 0 -1 4202496 12572 0 1 0 261 11 0 0 20 0 19 0 25884803 9856040960 57066 33554432000 1073741824 1073778376 140735868067264 140735868058400 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7730/statm: 2406260 57066 2275 9 0 2396937 0
[pid=7730/tid=7732] ppid=7727 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/7730/task/7732/stat : 7732 (java) R 7727 7730 2916 0 -1 4202560 2478 0 1 0 135 3 0 0 20 0 19 0 25884804 9856040960 57066 33554432000 1073741824 1073778376 140735868067264 140563925561464 140563761004925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7730/tid=7733] ppid=7727 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7730/task/7733/stat : 7733 (java) S 7727 7730 2916 0 -1 4202560 128 0 0 0 3 2 0 0 20 0 19 0 25884805 9856040960 57066 33554432000 1073741824 1073778376 140735868067264 140563887053608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7734] ppid=7727 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7730/task/7734/stat : 7734 (java) S 7727 7730 2916 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 25884805 9856040960 57066 33554432000 1073741824 1073778376 140735868067264 140563886000808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7735] ppid=7727 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7730/task/7735/stat : 7735 (java) S 7727 7730 2916 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 25884805 9856040960 57066 33554432000 1073741824 1073778376 140735868067264 140563884948520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7736] ppid=7727 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/7730/task/7736/stat : 7736 (java) S 7727 7730 2916 0 -1 4202560 34 0 0 0 3 1 0 0 20 0 19 0 25884805 9856040960 57066 33554432000 1073741824 1073778376 140735868067264 140563883895720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7737] ppid=7727 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7730/task/7737/stat : 7737 (java) S 7727 7730 2916 0 -1 4202560 114 0 0 0 3 0 0 0 20 0 19 0 25884805 9856040960 57066 33554432000 1073741824 1073778376 140735868067264 140563882842408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7738] ppid=7727 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7730/task/7738/stat : 7738 (java) S 7727 7730 2916 0 -1 4202560 85 0 0 0 2 0 0 0 20 0 19 0 25884805 9856040960 57066 33554432000 1073741824 1073778376 140735868067264 140563881789608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7739] ppid=7727 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7730/task/7739/stat : 7739 (java) S 7727 7730 2916 0 -1 4202560 80 0 0 0 1 0 0 0 20 0 19 0 25884805 9856040960 57066 33554432000 1073741824 1073778376 140735868067264 140563880737320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7740] ppid=7727 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7730/task/7740/stat : 7740 (java) S 7727 7730 2916 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 25884805 9856040960 57066 33554432000 1073741824 1073778376 140735868067264 140563879684520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7741] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7741/stat : 7741 (java) S 7727 7730 2916 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 25884806 9856040960 57066 33554432000 1073741824 1073778376 140735868067264 140563749133032 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7742] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7742/stat : 7742 (java) S 7727 7730 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25884807 9856040960 57066 33554432000 1073741824 1073778376 140735868067264 140563748079096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7743] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7743/stat : 7743 (java) S 7727 7730 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25884807 9856040960 57066 33554432000 1073741824 1073778376 140735868067264 140563747026696 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7744] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7744/stat : 7744 (java) S 7727 7730 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884809 9856040960 57066 33554432000 1073741824 1073778376 140735868067264 140563745975184 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7745] ppid=7727 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/7730/task/7745/stat : 7745 (java) S 7727 7730 2916 0 -1 4202560 4203 0 0 0 52 0 0 0 20 0 19 0 25884809 9856040960 57066 33554432000 1073741824 1073778376 140735868067264 140563744921784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7746] ppid=7727 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/7730/task/7746/stat : 7746 (java) S 7727 7730 2916 0 -1 4202560 4060 0 0 0 47 0 0 0 20 0 19 0 25884809 9856040960 57066 33554432000 1073741824 1073778376 140735868067264 140562871085112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7747] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7747/stat : 7747 (java) S 7727 7730 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884809 9856040960 57066 33554432000 1073741824 1073778376 140735868067264 140562870033016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7748] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7748/stat : 7748 (java) S 7727 7730 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884809 9856040960 57066 33554432000 1073741824 1073778376 140735868067264 140562868980424 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7749] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7749/stat : 7749 (java) S 7727 7730 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25884893 9856040960 57066 33554432000 1073741824 1073778376 140735868067264 140562867926440 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.04 2.07 2.04 3/213 7749
/proc/meminfo: memFree=31102216/32872528 swapFree=190484/190484
[pid=7730] ppid=7727 vsize=9625040 CPUtime=4.37 cores=1,3,5,7
/proc/7730/stat : 7730 (java) S 7727 7730 2916 0 -1 4202496 12647 0 1 0 425 12 0 0 20 0 19 0 25884803 9856040960 60651 33554432000 1073741824 1073778376 140735868067264 140735868058400 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7730/statm: 2406260 60651 2275 9 0 2396937 0
[pid=7730/tid=7732] ppid=7727 vsize=9625040 CPUtime=2.97 cores=1,3,5,7
/proc/7730/task/7732/stat : 7732 (java) R 7727 7730 2916 0 -1 4202560 2487 0 1 0 294 3 0 0 20 0 19 0 25884804 9856040960 60651 33554432000 1073741824 1073778376 140735868067264 140563925559816 140563761004727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7730/tid=7733] ppid=7727 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7730/task/7733/stat : 7733 (java) S 7727 7730 2916 0 -1 4202560 128 0 0 0 3 2 0 0 20 0 19 0 25884805 9856040960 60651 33554432000 1073741824 1073778376 140735868067264 140563887053608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7734] ppid=7727 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7730/task/7734/stat : 7734 (java) S 7727 7730 2916 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 25884805 9856040960 60651 33554432000 1073741824 1073778376 140735868067264 140563886000808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7735] ppid=7727 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7730/task/7735/stat : 7735 (java) S 7727 7730 2916 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 25884805 9856040960 60651 33554432000 1073741824 1073778376 140735868067264 140563884948520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7736] ppid=7727 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/7730/task/7736/stat : 7736 (java) S 7727 7730 2916 0 -1 4202560 34 0 0 0 3 1 0 0 20 0 19 0 25884805 9856040960 60651 33554432000 1073741824 1073778376 140735868067264 140563883895720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7737] ppid=7727 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7730/task/7737/stat : 7737 (java) S 7727 7730 2916 0 -1 4202560 114 0 0 0 3 0 0 0 20 0 19 0 25884805 9856040960 60651 33554432000 1073741824 1073778376 140735868067264 140563882842408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7738] ppid=7727 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7730/task/7738/stat : 7738 (java) S 7727 7730 2916 0 -1 4202560 85 0 0 0 2 0 0 0 20 0 19 0 25884805 9856040960 60651 33554432000 1073741824 1073778376 140735868067264 140563881789608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7739] ppid=7727 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7730/task/7739/stat : 7739 (java) S 7727 7730 2916 0 -1 4202560 80 0 0 0 1 0 0 0 20 0 19 0 25884805 9856040960 60651 33554432000 1073741824 1073778376 140735868067264 140563880737320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7740] ppid=7727 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7730/task/7740/stat : 7740 (java) S 7727 7730 2916 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 25884805 9856040960 60651 33554432000 1073741824 1073778376 140735868067264 140563879684520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7741] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7741/stat : 7741 (java) S 7727 7730 2916 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 25884806 9856040960 60651 33554432000 1073741824 1073778376 140735868067264 140563749133032 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7742] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7742/stat : 7742 (java) S 7727 7730 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25884807 9856040960 60651 33554432000 1073741824 1073778376 140735868067264 140563748079096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7743] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7743/stat : 7743 (java) S 7727 7730 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25884807 9856040960 60651 33554432000 1073741824 1073778376 140735868067264 140563747026696 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7744] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7744/stat : 7744 (java) S 7727 7730 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884809 9856040960 60651 33554432000 1073741824 1073778376 140735868067264 140563745975184 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7745] ppid=7727 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/7730/task/7745/stat : 7745 (java) S 7727 7730 2916 0 -1 4202560 4203 0 0 0 52 0 0 0 20 0 19 0 25884809 9856040960 60651 33554432000 1073741824 1073778376 140735868067264 140563744921784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7746] ppid=7727 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/7730/task/7746/stat : 7746 (java) S 7727 7730 2916 0 -1 4202560 4125 0 0 0 50 0 0 0 20 0 19 0 25884809 9856040960 60651 33554432000 1073741824 1073778376 140735868067264 140562871085112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7747] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7747/stat : 7747 (java) S 7727 7730 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884809 9856040960 60651 33554432000 1073741824 1073778376 140735868067264 140562870033016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7748] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7748/stat : 7748 (java) S 7727 7730 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884809 9856040960 60651 33554432000 1073741824 1073778376 140735868067264 140562868980424 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7749] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7749/stat : 7749 (java) S 7727 7730 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25884893 9856040960 60651 33554432000 1073741824 1073778376 140735868067264 140562867926440 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.04 2.07 2.04 3/213 7749
/proc/meminfo: memFree=31055768/32872528 swapFree=190484/190484
[pid=7730] ppid=7727 vsize=9625040 CPUtime=7.56 cores=1,3,5,7
/proc/7730/stat : 7730 (java) S 7727 7730 2916 0 -1 4202496 12667 0 1 0 744 12 0 0 20 0 19 0 25884803 9856040960 70171 33554432000 1073741824 1073778376 140735868067264 140735868058400 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7730/statm: 2406260 70171 2275 9 0 2396937 0
[pid=7730/tid=7732] ppid=7727 vsize=9625040 CPUtime=6.16 cores=1,3,5,7
/proc/7730/task/7732/stat : 7732 (java) R 7727 7730 2916 0 -1 4202560 2507 0 1 0 613 3 0 0 20 0 19 0 25884804 9856040960 70171 33554432000 1073741824 1073778376 140735868067264 140563925559696 140563761004706 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7730/tid=7733] ppid=7727 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7730/task/7733/stat : 7733 (java) S 7727 7730 2916 0 -1 4202560 128 0 0 0 3 2 0 0 20 0 19 0 25884805 9856040960 70171 33554432000 1073741824 1073778376 140735868067264 140563887053608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7734] ppid=7727 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7730/task/7734/stat : 7734 (java) S 7727 7730 2916 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 25884805 9856040960 70171 33554432000 1073741824 1073778376 140735868067264 140563886000808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7735] ppid=7727 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7730/task/7735/stat : 7735 (java) S 7727 7730 2916 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 25884805 9856040960 70171 33554432000 1073741824 1073778376 140735868067264 140563884948520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7736] ppid=7727 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/7730/task/7736/stat : 7736 (java) S 7727 7730 2916 0 -1 4202560 34 0 0 0 3 1 0 0 20 0 19 0 25884805 9856040960 70171 33554432000 1073741824 1073778376 140735868067264 140563883895720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7737] ppid=7727 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7730/task/7737/stat : 7737 (java) S 7727 7730 2916 0 -1 4202560 114 0 0 0 3 0 0 0 20 0 19 0 25884805 9856040960 70171 33554432000 1073741824 1073778376 140735868067264 140563882842408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7738] ppid=7727 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7730/task/7738/stat : 7738 (java) S 7727 7730 2916 0 -1 4202560 85 0 0 0 2 0 0 0 20 0 19 0 25884805 9856040960 70171 33554432000 1073741824 1073778376 140735868067264 140563881789608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7739] ppid=7727 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7730/task/7739/stat : 7739 (java) S 7727 7730 2916 0 -1 4202560 80 0 0 0 1 0 0 0 20 0 19 0 25884805 9856040960 70171 33554432000 1073741824 1073778376 140735868067264 140563880737320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7740] ppid=7727 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7730/task/7740/stat : 7740 (java) S 7727 7730 2916 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 25884805 9856040960 70171 33554432000 1073741824 1073778376 140735868067264 140563879684520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7741] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7741/stat : 7741 (java) S 7727 7730 2916 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 25884806 9856040960 70171 33554432000 1073741824 1073778376 140735868067264 140563749133032 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7742] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7742/stat : 7742 (java) S 7727 7730 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25884807 9856040960 70171 33554432000 1073741824 1073778376 140735868067264 140563748079096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7743] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7743/stat : 7743 (java) S 7727 7730 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25884807 9856040960 70171 33554432000 1073741824 1073778376 140735868067264 140563747026696 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7744] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7744/stat : 7744 (java) S 7727 7730 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884809 9856040960 70171 33554432000 1073741824 1073778376 140735868067264 140563745975184 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7745] ppid=7727 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/7730/task/7745/stat : 7745 (java) S 7727 7730 2916 0 -1 4202560 4203 0 0 0 52 0 0 0 20 0 19 0 25884809 9856040960 70171 33554432000 1073741824 1073778376 140735868067264 140563744921784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7746] ppid=7727 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/7730/task/7746/stat : 7746 (java) S 7727 7730 2916 0 -1 4202560 4125 0 0 0 50 0 0 0 20 0 19 0 25884809 9856040960 70171 33554432000 1073741824 1073778376 140735868067264 140562871085112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7747] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7747/stat : 7747 (java) S 7727 7730 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884809 9856040960 70171 33554432000 1073741824 1073778376 140735868067264 140562870033016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7748] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7748/stat : 7748 (java) S 7727 7730 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884809 9856040960 70171 33554432000 1073741824 1073778376 140735868067264 140562868980424 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7749] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7749/stat : 7749 (java) S 7727 7730 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25884893 9856040960 70171 33554432000 1073741824 1073778376 140735868067264 140562867926440 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 9625040


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

[pid=7730/tid=7749] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7749/stat : 7749 (java) S 7727 7730 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25884893 9856040960 1231373 33554432000 1073741824 1073778376 140735868067264 140562867926440 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1686.51
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/213 7858
/proc/meminfo: memFree=26511052/32872528 swapFree=190484/190484
[pid=7730] ppid=7727 vsize=9625040 CPUtime=1747.91 cores=1,3,5,7
/proc/7730/stat : 7730 (java) S 7727 7730 2916 0 -1 4202496 33885 0 1 0 174188 603 0 0 20 0 19 0 25884803 9856040960 1216919 33554432000 1073741824 1073778376 140735868067264 140735868058400 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7730/statm: 2406260 1216919 2288 9 0 2396937 0
[pid=7730/tid=7732] ppid=7727 vsize=9625040 CPUtime=1702.89 cores=1,3,5,7
/proc/7730/task/7732/stat : 7732 (java) R 7727 7730 2916 0 -1 4202560 3492 0 1 0 170250 39 0 0 20 0 19 0 25884804 9856040960 1216919 33554432000 1073741824 1073778376 140735868067264 140563925560544 140563761004796 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7730/tid=7733] ppid=7727 vsize=9625040 CPUtime=4.16 cores=1,3,5,7
/proc/7730/task/7733/stat : 7733 (java) S 7727 7730 2916 0 -1 4202560 1252 0 0 0 355 61 0 0 20 0 19 0 25884805 9856040960 1216919 33554432000 1073741824 1073778376 140735868067264 140563887053608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7730/tid=7734] ppid=7727 vsize=9625040 CPUtime=3.86 cores=1,3,5,7
/proc/7730/task/7734/stat : 7734 (java) S 7727 7730 2916 0 -1 4202560 1138 0 0 0 316 70 0 0 20 0 19 0 25884805 9856040960 1216919 33554432000 1073741824 1073778376 140735868067264 140563886000808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7730/tid=7735] ppid=7727 vsize=9625040 CPUtime=4.14 cores=1,3,5,7
/proc/7730/task/7735/stat : 7735 (java) S 7727 7730 2916 0 -1 4202560 1462 0 0 0 338 76 0 0 20 0 19 0 25884805 9856040960 1216919 33554432000 1073741824 1073778376 140735868067264 140563884948520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7736] ppid=7727 vsize=9625040 CPUtime=4.3 cores=1,3,5,7
/proc/7730/task/7736/stat : 7736 (java) S 7727 7730 2916 0 -1 4202560 1415 0 0 0 349 81 0 0 20 0 19 0 25884805 9856040960 1216919 33554432000 1073741824 1073778376 140735868067264 140563883895720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7730/tid=7737] ppid=7727 vsize=9625040 CPUtime=3.86 cores=1,3,5,7
/proc/7730/task/7737/stat : 7737 (java) S 7727 7730 2916 0 -1 4202560 1449 0 0 0 311 75 0 0 20 0 19 0 25884805 9856040960 1216919 33554432000 1073741824 1073778376 140735868067264 140563882842408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7738] ppid=7727 vsize=9625040 CPUtime=4.16 cores=1,3,5,7
/proc/7730/task/7738/stat : 7738 (java) S 7727 7730 2916 0 -1 4202560 1364 0 0 0 351 65 0 0 20 0 19 0 25884805 9856040960 1216919 33554432000 1073741824 1073778376 140735868067264 140563881789608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7730/tid=7739] ppid=7727 vsize=9625040 CPUtime=4.02 cores=1,3,5,7
/proc/7730/task/7739/stat : 7739 (java) S 7727 7730 2916 0 -1 4202560 1238 0 0 0 334 68 0 0 20 0 19 0 25884805 9856040960 1216919 33554432000 1073741824 1073778376 140735868067264 140563880737320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7740] ppid=7727 vsize=9625040 CPUtime=3.97 cores=1,3,5,7
/proc/7730/task/7740/stat : 7740 (java) S 7727 7730 2916 0 -1 4202560 1251 0 0 0 333 64 0 0 20 0 19 0 25884805 9856040960 1216919 33554432000 1073741824 1073778376 140735868067264 140563879684520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7730/tid=7741] ppid=7727 vsize=9625040 CPUtime=6.57 cores=1,3,5,7
/proc/7730/task/7741/stat : 7741 (java) S 7727 7730 2916 0 -1 4202560 5545 0 0 0 654 3 0 0 20 0 19 0 25884806 9856040960 1216919 33554432000 1073741824 1073778376 140735868067264 140563749133032 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7742] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7742/stat : 7742 (java) S 7727 7730 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25884807 9856040960 1216919 33554432000 1073741824 1073778376 140735868067264 140563748079096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7743] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7743/stat : 7743 (java) S 7727 7730 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25884807 9856040960 1216919 33554432000 1073741824 1073778376 140735868067264 140563747026696 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7744] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7744/stat : 7744 (java) S 7727 7730 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884809 9856040960 1216919 33554432000 1073741824 1073778376 140735868067264 140563745975184 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7745] ppid=7727 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/7730/task/7745/stat : 7745 (java) S 7727 7730 2916 0 -1 4202560 4210 0 0 0 59 0 0 0 20 0 19 0 25884809 9856040960 1216919 33554432000 1073741824 1073778376 140735868067264 140563744921784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7746] ppid=7727 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/7730/task/7746/stat : 7746 (java) S 7727 7730 2916 0 -1 4202560 8711 0 0 0 67 2 0 0 20 0 19 0 25884809 9856040960 1216919 33554432000 1073741824 1073778376 140735868067264 140562871085112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7747] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7747/stat : 7747 (java) S 7727 7730 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884809 9856040960 1216919 33554432000 1073741824 1073778376 140735868067264 140562870033016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7748] ppid=7727 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/7730/task/7748/stat : 7748 (java) S 7727 7730 2916 0 -1 4202560 99 0 0 0 15 21 0 0 20 0 19 0 25884809 9856040960 1216919 33554432000 1073741824 1073778376 140735868067264 140562868980424 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7749] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7749/stat : 7749 (java) S 7727 7730 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25884893 9856040960 1216919 33554432000 1073741824 1073778376 140735868067264 140562867926440 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1747.91
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.7 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 7859
/proc/meminfo: memFree=26474628/32872528 swapFree=190484/190484
[pid=7730] ppid=7727 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/7730/stat : 7730 (java) S 7727 7730 2916 0 -1 4202496 34565 0 1 0 179403 604 0 0 20 0 19 0 25884803 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140735868058400 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7730/statm: 2406260 1211155 2288 9 0 2396937 0
[pid=7730/tid=7732] ppid=7727 vsize=9625040 CPUtime=1753.22 cores=1,3,5,7
/proc/7730/task/7732/stat : 7732 (java) R 7727 7730 2916 0 -1 4202560 3494 0 1 0 175282 40 0 0 20 0 19 0 25884804 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563925560544 140563761141072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7733] ppid=7727 vsize=9625040 CPUtime=4.27 cores=1,3,5,7
/proc/7730/task/7733/stat : 7733 (java) S 7727 7730 2916 0 -1 4202560 1263 0 0 0 366 61 0 0 20 0 19 0 25884805 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563887053608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7734] ppid=7727 vsize=9625040 CPUtime=3.98 cores=1,3,5,7
/proc/7730/task/7734/stat : 7734 (java) S 7727 7730 2916 0 -1 4202560 1139 0 0 0 328 70 0 0 20 0 19 0 25884805 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563886000808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7730/tid=7735] ppid=7727 vsize=9625040 CPUtime=4.33 cores=1,3,5,7
/proc/7730/task/7735/stat : 7735 (java) S 7727 7730 2916 0 -1 4202560 1462 0 0 0 357 76 0 0 20 0 19 0 25884805 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563884948520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7736] ppid=7727 vsize=9625040 CPUtime=4.37 cores=1,3,5,7
/proc/7730/task/7736/stat : 7736 (java) S 7727 7730 2916 0 -1 4202560 1415 0 0 0 356 81 0 0 20 0 19 0 25884805 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563883895720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7730/tid=7737] ppid=7727 vsize=9625040 CPUtime=4.02 cores=1,3,5,7
/proc/7730/task/7737/stat : 7737 (java) S 7727 7730 2916 0 -1 4202560 1455 0 0 0 326 76 0 0 20 0 19 0 25884805 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563882842408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7738] ppid=7727 vsize=9625040 CPUtime=4.27 cores=1,3,5,7
/proc/7730/task/7738/stat : 7738 (java) S 7727 7730 2916 0 -1 4202560 1364 0 0 0 362 65 0 0 20 0 19 0 25884805 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563881789608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7739] ppid=7727 vsize=9625040 CPUtime=4.17 cores=1,3,5,7
/proc/7730/task/7739/stat : 7739 (java) S 7727 7730 2916 0 -1 4202560 1238 0 0 0 349 68 0 0 20 0 19 0 25884805 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563880737320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7730/tid=7740] ppid=7727 vsize=9625040 CPUtime=4.12 cores=1,3,5,7
/proc/7730/task/7740/stat : 7740 (java) S 7727 7730 2916 0 -1 4202560 1251 0 0 0 348 64 0 0 20 0 19 0 25884805 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563879684520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7741] ppid=7727 vsize=9625040 CPUtime=7.24 cores=1,3,5,7
/proc/7730/task/7741/stat : 7741 (java) S 7727 7730 2916 0 -1 4202560 6201 0 0 0 720 4 0 0 20 0 19 0 25884806 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563749133032 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7742] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7742/stat : 7742 (java) S 7727 7730 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25884807 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563748079096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7743] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7743/stat : 7743 (java) S 7727 7730 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25884807 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563747026696 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7744] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7744/stat : 7744 (java) S 7727 7730 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884809 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563745975184 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7745] ppid=7727 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/7730/task/7745/stat : 7745 (java) S 7727 7730 2916 0 -1 4202560 4210 0 0 0 59 0 0 0 20 0 19 0 25884809 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563744921784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7746] ppid=7727 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/7730/task/7746/stat : 7746 (java) S 7727 7730 2916 0 -1 4202560 8711 0 0 0 67 2 0 0 20 0 19 0 25884809 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140562871085112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7747] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7747/stat : 7747 (java) S 7727 7730 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884809 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140562870033016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7748] ppid=7727 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/7730/task/7748/stat : 7748 (java) S 7727 7730 2916 0 -1 4202560 103 0 0 0 16 21 0 0 20 0 19 0 25884809 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140562868980424 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7749] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7749/stat : 7749 (java) S 7727 7730 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25884893 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140562867926440 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 7730 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1773.7 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 7859
/proc/meminfo: memFree=26474628/32872528 swapFree=190484/190484
[pid=7730] ppid=7727 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/7730/stat : 7730 (java) S 7727 7730 2916 0 -1 4202496 34565 0 1 0 179403 604 0 0 20 0 19 0 25884803 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140735868058400 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7730/statm: 2406260 1211155 2288 9 0 2396937 0
[pid=7730/tid=7732] ppid=7727 vsize=9625040 CPUtime=1753.22 cores=1,3,5,7
/proc/7730/task/7732/stat : 7732 (java) R 7727 7730 2916 0 -1 4202560 3494 0 1 0 175282 40 0 0 20 0 19 0 25884804 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563925560544 140563761141072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7733] ppid=7727 vsize=9625040 CPUtime=4.27 cores=1,3,5,7
/proc/7730/task/7733/stat : 7733 (java) S 7727 7730 2916 0 -1 4202560 1263 0 0 0 366 61 0 0 20 0 19 0 25884805 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563887053608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7734] ppid=7727 vsize=9625040 CPUtime=3.98 cores=1,3,5,7
/proc/7730/task/7734/stat : 7734 (java) S 7727 7730 2916 0 -1 4202560 1139 0 0 0 328 70 0 0 20 0 19 0 25884805 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563886000808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7730/tid=7735] ppid=7727 vsize=9625040 CPUtime=4.33 cores=1,3,5,7
/proc/7730/task/7735/stat : 7735 (java) S 7727 7730 2916 0 -1 4202560 1462 0 0 0 357 76 0 0 20 0 19 0 25884805 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563884948520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7736] ppid=7727 vsize=9625040 CPUtime=4.37 cores=1,3,5,7
/proc/7730/task/7736/stat : 7736 (java) S 7727 7730 2916 0 -1 4202560 1415 0 0 0 356 81 0 0 20 0 19 0 25884805 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563883895720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7730/tid=7737] ppid=7727 vsize=9625040 CPUtime=4.02 cores=1,3,5,7
/proc/7730/task/7737/stat : 7737 (java) S 7727 7730 2916 0 -1 4202560 1455 0 0 0 326 76 0 0 20 0 19 0 25884805 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563882842408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7738] ppid=7727 vsize=9625040 CPUtime=4.27 cores=1,3,5,7
/proc/7730/task/7738/stat : 7738 (java) S 7727 7730 2916 0 -1 4202560 1364 0 0 0 362 65 0 0 20 0 19 0 25884805 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563881789608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7739] ppid=7727 vsize=9625040 CPUtime=4.17 cores=1,3,5,7
/proc/7730/task/7739/stat : 7739 (java) S 7727 7730 2916 0 -1 4202560 1238 0 0 0 349 68 0 0 20 0 19 0 25884805 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563880737320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7730/tid=7740] ppid=7727 vsize=9625040 CPUtime=4.12 cores=1,3,5,7
/proc/7730/task/7740/stat : 7740 (java) S 7727 7730 2916 0 -1 4202560 1251 0 0 0 348 64 0 0 20 0 19 0 25884805 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563879684520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7741] ppid=7727 vsize=9625040 CPUtime=7.24 cores=1,3,5,7
/proc/7730/task/7741/stat : 7741 (java) S 7727 7730 2916 0 -1 4202560 6201 0 0 0 720 4 0 0 20 0 19 0 25884806 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563749133032 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7742] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7742/stat : 7742 (java) S 7727 7730 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25884807 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563748079096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7743] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7743/stat : 7743 (java) S 7727 7730 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25884807 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563747026696 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7744] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7744/stat : 7744 (java) S 7727 7730 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884809 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563745975184 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7730/tid=7745] ppid=7727 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/7730/task/7745/stat : 7745 (java) S 7727 7730 2916 0 -1 4202560 4210 0 0 0 59 0 0 0 20 0 19 0 25884809 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140563744921784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7746] ppid=7727 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/7730/task/7746/stat : 7746 (java) S 7727 7730 2916 0 -1 4202560 8711 0 0 0 67 2 0 0 20 0 19 0 25884809 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140562871085112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7747] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7747/stat : 7747 (java) S 7727 7730 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25884809 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140562870033016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7730/tid=7748] ppid=7727 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/7730/task/7748/stat : 7748 (java) S 7727 7730 2916 0 -1 4202560 103 0 0 0 16 21 0 0 20 0 19 0 25884809 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140562868980424 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7730/tid=7749] ppid=7727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7730/task/7749/stat : 7749 (java) S 7727 7730 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25884893 9856040960 1211155 33554432000 1073741824 1073778376 140735868067264 140562867926440 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 7730 and gives
#  childrusage.ru_utime.tv_sec=1789
#  childrusage.ru_utime.tv_usec=532949
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=429022
# CPU time returned by wait4() is 1795.96
# 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): 1773.76
CPU time (s): 1800.07
CPU user time (s): 1794.03
CPU system time (s): 6.04
CPU usage (%): 101.484
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.53
system time used= 6.42902
maximum resident set size= 5124508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34604
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38887
involuntary context switches= 12195

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0913 second user time and 12.1552 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-18 10:25:43
IDJOB=4103416
IDBENCH=2352
IDSOLVER=2546
FILE ID=node102/4103416-1466238343
RUNJOBID= node102-1466206108-2933
PBS_JOBID= 19918170
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ar98.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103416-1466238343/watcher-4103416-1466238343 -o /tmp/evaluation-result-4103416-1466238343/solver-4103416-1466238343 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2933 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103416-1466238343.opb

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

MD5SUM BENCH= 523aad2a62a776290fed26e3ef5d80ef
RANDOM SEED=534969621

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.746
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.49
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.746
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.746
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.56
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.746
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.746
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.55
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.746
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.746
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.746
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31323944 kB
Buffers:          115532 kB
Cached:           111780 kB
SwapCached:         1828 kB
Active:           462672 kB
Inactive:         163832 kB
Active(anon):     399912 kB
Inactive(anon):     1508 kB
Active(file):      62760 kB
Inactive(file):   162324 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67099024 kB
Dirty:              3216 kB
Writeback:             0 kB
AnonPages:        588964 kB
Mapped:            15336 kB
Shmem:                 0 kB
Slab:             600212 kB
SReclaimable:      44068 kB
SUnreclaim:       556144 kB
KernelStack:        1600 kB
PageTables:         5628 kB
NFS_Unstable:          8 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     816472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    376832 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= 71724 MiB
End job on node102 at 2016-06-18 10:55:17