Trace number 4085123

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.02 1795.94

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_0_mh.opb
MD5SUM52afec4ffbbd6f0999256966f3f490ed
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4862766
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 145531576
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 65051092014
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 145531576
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 65051092014
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.04/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.11	c See www.sat4j.org for details.
0.04/0.12	c version PB16.v20160501
0.04/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.12	c java.vm.version	19.1-b02
0.04/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.12	c sun.arch.data.model	64
0.04/0.12	c java.version		1.6.0_24
0.04/0.12	c os.name		Linux
0.04/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.12	c os.arch		amd64
0.04/0.12	c Free memory 		501472288
0.04/0.12	c Max memory 		7480803328
0.04/0.12	c Total memory 		504102912
0.04/0.12	c Number of processors 	8
0.04/0.14	c Pseudo Boolean Optimization by upper bound
0.04/0.14	c --- Begin Solver configuration ---
0.04/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.04/0.14	c Learn all clauses as in MiniSAT
0.04/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.14	c No reason simplification
0.04/0.14	c Glucose 2.1 dynamic restart strategy
0.04/0.14	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.04/0.14	c timeout=2147483s
0.04/0.14	c DB Simplification allowed=false
0.04/0.14	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.04/0.14	c --- End Solver configuration ---
0.04/0.14	c solving HOME/instance-4085123-1467240384.opb
0.04/0.14	c reading problem ... 
0.04/0.15	c  objective function found
5.21/3.94	c ... done. Wall clock time 3.803s.
5.21/3.94	c declared #vars     250200
5.21/3.94	c #constraints  610314
5.21/3.94	c constraints type 
5.21/3.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121326
5.21/3.95	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
5.21/3.95	c org.sat4j.specs.Constr$1 => 3
5.72/4.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
5.72/4.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 367550
5.72/4.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 121375
5.72/4.23	c 610314 constraints processed.
5.72/4.23	c objective function length is 129900 literals
57.45/55.50	c cleaning 2495 clauses out of 5000 with flag 28939/5000
83.30/81.33	c cleaning 4253 clauses out of 8505 with flag 60853/11000
110.71/108.71	c cleaning 5617 clauses out of 11252 with flag 114100/18000
173.14/171.17	c cleaning 6813 clauses out of 13636 with flag 163840/26001
202.66/200.66	c cleaning 7901 clauses out of 15824 with flag 228975/35002
256.77/254.79	c cleaning 8944 clauses out of 17925 with flag 286549/45004
363.27/360.81	c cleaning 9975 clauses out of 19977 with flag 369259/56000
422.72/419.96	c cleaning 10988 clauses out of 22002 with flag 435241/68000
467.63/464.45	c cleaning 11999 clauses out of 24014 with flag 517777/81000
682.00/678.74	c cleaning 12993 clauses out of 26015 with flag 622892/95000
734.50/731.24	c cleaning 14004 clauses out of 28022 with flag 723969/110000
789.31/786.03	c cleaning 14985 clauses out of 30018 with flag 825815/126000
835.12/831.80	c cleaning 16017 clauses out of 32034 with flag 934182/143001
898.03/894.73	c cleaning 16987 clauses out of 34017 with flag 1048217/161001
955.34/952.10	c cleaning 17992 clauses out of 36029 with flag 1171839/180000
1043.66/1040.39	c cleaning 18906 clauses out of 38037 with flag 1299602/200000
1133.69/1130.30	c cleaning 20051 clauses out of 40131 with flag 1429997/221000
1204.52/1201.10	c cleaning 21035 clauses out of 42080 with flag 1556443/243000
1310.35/1306.94	c cleaning 22007 clauses out of 44045 with flag 1692547/266000
1395.64/1391.62	c cleaning 23007 clauses out of 46041 with flag 1827756/290003
1503.14/1499.14	c cleaning 24007 clauses out of 48032 with flag 1966912/315001
1605.86/1601.86	c cleaning 25006 clauses out of 50024 with flag 2116761/341000
1691.29/1687.24	c cleaning 26006 clauses out of 52018 with flag 2285145/368000
1800.02/1795.90	c starts		: 555
1800.02/1795.90	c conflicts		: 377818
1800.02/1795.90	c decisions		: 2135751
1800.02/1795.90	c propagations		: 730448221
1800.02/1795.90	c inspects		: 9294389448
1800.02/1795.90	c shortcuts		: 0
1800.02/1795.90	c learnt literals	: 0
1800.02/1795.90	c learnt binary clauses	: 40
1800.02/1795.90	c learnt ternary clauses	: 12
1800.02/1795.90	c learnt constraints	: 377818
1800.02/1795.90	c ignored constraints	: 0
1800.02/1795.90	c root simplifications	: 0
1800.02/1795.90	c removed literals (reason simplification)	: 0
1800.02/1795.90	c reason swapping (by a shorter reason)	: 0
1800.02/1795.90	c Calls to reduceDB	: 23
1800.02/1795.90	c Number of update (reduction) of LBD	: 270335
1800.02/1795.90	c Imported unit clauses	: 0
1800.02/1795.90	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.90	c number of learned constraints concerned by reduction	: 0
1800.02/1795.90	c number of learning phase by resolution	: 0
1800.02/1795.90	c number of learning phase by cutting planes	: 0
1800.02/1795.90	c speed (assignments/second)	: 407644.87123536586
1800.02/1795.90	c non guided choices	0
1800.02/1795.92	c learnt constraints type 
1800.02/1795.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40
1800.02/1795.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 35790
1800.02/1795.92	s UNKNOWN
1800.02/1795.92	c Total wall clock time (in seconds): 1795.778

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-4085123-1467240384/watcher-4085123-1467240384 -o /tmp/evaluation-result-4085123-1467240384/solver-4085123-1467240384 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4835 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085123-1467240384.opb 

pid=9120
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.20 2.24 2.25 4/196 9123
/proc/meminfo: memFree=26883716/32872528 swapFree=1483896/1661724
[pid=9123] ppid=9120 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/9123/stat : 9123 (java) D 9120 9123 4818 0 -1 4202496 170 0 0 0 0 0 0 0 20 0 1 0 4990962 2560000 46 33554432000 1073741824 1073778376 140736065418576 140736065415704 273896533287 0 0 4096 0 18446744072100756772 0 0 17 5 0 0 0 0 0
/proc/9123/statm: 625 46 37 9 0 29 0

[startup+0.100164 s]
/proc/loadavg: 2.20 2.24 2.25 4/196 9123
/proc/meminfo: memFree=26883716/32872528 swapFree=1483896/1661724
[pid=9123] ppid=9120 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/9123/stat : 9123 (java) S 9120 9123 4818 0 -1 4202496 3355 0 1 0 3 1 0 0 20 0 18 0 4990962 9787879424 4486 33554432000 1073741824 1073778376 140734792355824 140734792346960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9123/statm: 2389619 4486 1788 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558476

[startup+0.200257 s]
/proc/loadavg: 2.20 2.24 2.25 4/196 9123
/proc/meminfo: memFree=26883716/32872528 swapFree=1483896/1661724
[pid=9123] ppid=9120 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/9123/stat : 9123 (java) S 9120 9123 4818 0 -1 4202496 4992 0 1 0 21 2 0 0 20 0 18 0 4990962 9787879424 8037 33554432000 1073741824 1073778376 140734792355824 140734792346960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9123/statm: 2389619 8037 2206 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300291 s]
/proc/loadavg: 2.20 2.24 2.25 4/196 9123
/proc/meminfo: memFree=26883716/32872528 swapFree=1483896/1661724
[pid=9123] ppid=9120 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/9123/stat : 9123 (java) S 9120 9123 4818 0 -1 4202496 5541 0 1 0 41 2 0 0 20 0 18 0 4990962 9787879424 11686 33554432000 1073741824 1073778376 140734792355824 140734792346960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9123/statm: 2389619 11686 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.700298 s]
/proc/loadavg: 2.20 2.24 2.25 4/196 9123
/proc/meminfo: memFree=26883716/32872528 swapFree=1483896/1661724
[pid=9123] ppid=9120 vsize=9558476 CPUtime=1.04 cores=1,3,5,7
/proc/9123/stat : 9123 (java) S 9120 9123 4818 0 -1 4202496 5843 0 1 0 98 6 0 0 20 0 18 0 4990962 9787879424 44133 33554432000 1073741824 1073778376 140734792355824 140734792346960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9123/statm: 2389619 44133 2252 9 0 2380296 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 2.27 2.26 2.25 5/214 9141
/proc/meminfo: memFree=26663064/32872528 swapFree=1483896/1661724
[pid=9123] ppid=9120 vsize=9558476 CPUtime=2.45 cores=1,3,5,7
/proc/9123/stat : 9123 (java) S 9120 9123 4818 0 -1 4202496 12849 0 1 0 232 13 0 0 20 0 18 0 4990962 9787879424 96635 33554432000 1073741824 1073778376 140734792355824 140734792346960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9123/statm: 2389619 96635 2271 9 0 2380296 0
[pid=9123/tid=9125] ppid=9120 vsize=9558476 CPUtime=1.26 cores=1,3,5,7
/proc/9123/task/9125/stat : 9125 (java) R 9120 9123 4818 0 -1 4202560 2525 0 1 0 121 5 0 0 20 0 18 0 4990963 9787879424 96635 33554432000 1073741824 1073778376 140734792355824 140141151821000 273909081357 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9123/tid=9126] ppid=9120 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/9123/task/9126/stat : 9126 (java) S 9120 9123 4818 0 -1 4202560 63 0 0 0 9 1 0 0 20 0 18 0 4990967 9787879424 96635 33554432000 1073741824 1073778376 140734792355824 140141113313960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9127] ppid=9120 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/9123/task/9127/stat : 9127 (java) S 9120 9123 4818 0 -1 4202560 95 0 0 0 3 0 0 0 20 0 18 0 4990967 9787879424 96635 33554432000 1073741824 1073778376 140734792355824 140141112261416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9128] ppid=9120 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/9123/task/9128/stat : 9128 (java) S 9120 9123 4818 0 -1 4202560 71 0 0 0 4 0 0 0 20 0 18 0 4990967 9787879424 96635 33554432000 1073741824 1073778376 140734792355824 140141111208872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9129] ppid=9120 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/9123/task/9129/stat : 9129 (java) S 9120 9123 4818 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 4990967 9787879424 96635 33554432000 1073741824 1073778376 140734792355824 140141110156328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9130] ppid=9120 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/9123/task/9130/stat : 9130 (java) S 9120 9123 4818 0 -1 4202560 65 0 0 0 4 0 0 0 20 0 18 0 4990967 9787879424 96635 33554432000 1073741824 1073778376 140734792355824 140141109102760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9131] ppid=9120 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/9123/task/9131/stat : 9131 (java) S 9120 9123 4818 0 -1 4202560 128 0 0 0 4 0 0 0 20 0 18 0 4990967 9787879424 96635 33554432000 1073741824 1073778376 140734792355824 140141108050216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9132] ppid=9120 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/9123/task/9132/stat : 9132 (java) S 9120 9123 4818 0 -1 4202560 80 0 0 0 4 0 0 0 20 0 18 0 4990967 9787879424 96635 33554432000 1073741824 1073778376 140734792355824 140141106997672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9133] ppid=9120 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/9123/task/9133/stat : 9133 (java) S 9120 9123 4818 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 18 0 4990967 9787879424 96635 33554432000 1073741824 1073778376 140734792355824 140141105945128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9134] ppid=9120 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9134/stat : 9134 (java) S 9120 9123 4818 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 4990968 9787879424 96635 33554432000 1073741824 1073778376 140734792355824 140141093534312 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9135] ppid=9120 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9135/stat : 9135 (java) S 9120 9123 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 4990969 9787879424 96635 33554432000 1073741824 1073778376 140734792355824 140140974433912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9136] ppid=9120 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9136/stat : 9136 (java) S 9120 9123 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 4990969 9787879424 96635 33554432000 1073741824 1073778376 140734792355824 140140973381256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9137] ppid=9120 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9137/stat : 9137 (java) S 9120 9123 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 4990971 9787879424 96635 33554432000 1073741824 1073778376 140734792355824 140140972330000 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9138] ppid=9120 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/9123/task/9138/stat : 9138 (java) S 9120 9123 4818 0 -1 4202560 5113 0 0 0 33 0 0 0 20 0 18 0 4990971 9787879424 96635 33554432000 1073741824 1073778376 140734792355824 140140971276344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9139] ppid=9120 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/9123/task/9139/stat : 9139 (java) S 9120 9123 4818 0 -1 4202560 3222 0 0 0 32 0 0 0 20 0 18 0 4990971 9787879424 96635 33554432000 1073741824 1073778376 140734792355824 140140970223800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9140] ppid=9120 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9140/stat : 9140 (java) S 9120 9123 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 4990971 9787879424 96635 33554432000 1073741824 1073778376 140734792355824 140140969171448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9141] ppid=9120 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9141/stat : 9141 (java) S 9120 9123 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 4990971 9787879424 96635 33554432000 1073741824 1073778376 140734792355824 140140968119112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9558476

[startup+3.1008 s]
/proc/loadavg: 2.27 2.26 2.25 4/214 9141
/proc/meminfo: memFree=26473532/32872528 swapFree=1483896/1661724
[pid=9123] ppid=9120 vsize=9558476 CPUtime=4.24 cores=1,3,5,7
/proc/9123/stat : 9123 (java) S 9120 9123 4818 0 -1 4202496 13249 0 1 0 406 18 0 0 20 0 18 0 4990962 9787879424 148107 33554432000 1073741824 1073778376 140734792355824 140734792346960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9123/statm: 2389619 148107 2272 9 0 2380296 0
[pid=9123/tid=9125] ppid=9120 vsize=9558476 CPUtime=2.8 cores=1,3,5,7
/proc/9123/task/9125/stat : 9125 (java) R 9120 9123 4818 0 -1 4202560 2797 0 1 0 272 8 0 0 20 0 18 0 4990963 9787879424 148107 33554432000 1073741824 1073778376 140734792355824 140141151813904 140140974905691 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9123/tid=9126] ppid=9120 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9123/task/9126/stat : 9126 (java) S 9120 9123 4818 0 -1 4202560 71 0 0 0 10 1 0 0 20 0 18 0 4990967 9787879424 148107 33554432000 1073741824 1073778376 140734792355824 140141113313960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9127] ppid=9120 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/9123/task/9127/stat : 9127 (java) S 9120 9123 4818 0 -1 4202560 102 0 0 0 4 0 0 0 20 0 18 0 4990967 9787879424 148107 33554432000 1073741824 1073778376 140734792355824 140141112261416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9128] ppid=9120 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/9123/task/9128/stat : 9128 (java) S 9120 9123 4818 0 -1 4202560 75 0 0 0 5 0 0 0 20 0 18 0 4990967 9787879424 148107 33554432000 1073741824 1073778376 140734792355824 140141111208872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9129] ppid=9120 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/9123/task/9129/stat : 9129 (java) S 9120 9123 4818 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 18 0 4990967 9787879424 148619 33554432000 1073741824 1073778376 140734792355824 140141110156328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9130] ppid=9120 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/9123/task/9130/stat : 9130 (java) S 9120 9123 4818 0 -1 4202560 72 0 0 0 5 1 0 0 20 0 18 0 4990967 9787879424 148619 33554432000 1073741824 1073778376 140734792355824 140141109102760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9131] ppid=9120 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/9123/task/9131/stat : 9131 (java) S 9120 9123 4818 0 -1 4202560 157 0 0 0 6 0 0 0 20 0 18 0 4990967 9787879424 148619 33554432000 1073741824 1073778376 140734792355824 140141108050216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9132] ppid=9120 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/9123/task/9132/stat : 9132 (java) S 9120 9123 4818 0 -1 4202560 116 0 0 0 8 2 0 0 20 0 18 0 4990967 9787879424 148619 33554432000 1073741824 1073778376 140734792355824 140141106997672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9133] ppid=9120 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9123/task/9133/stat : 9133 (java) S 9120 9123 4818 0 -1 4202560 31 0 0 0 7 0 0 0 20 0 18 0 4990967 9787879424 148619 33554432000 1073741824 1073778376 140734792355824 140141105945128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9134] ppid=9120 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9134/stat : 9134 (java) S 9120 9123 4818 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 4990968 9787879424 148619 33554432000 1073741824 1073778376 140734792355824 140141093534312 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9135] ppid=9120 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9135/stat : 9135 (java) S 9120 9123 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 4990969 9787879424 148619 33554432000 1073741824 1073778376 140734792355824 140140974433912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9136] ppid=9120 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9136/stat : 9136 (java) S 9120 9123 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 4990969 9787879424 148619 33554432000 1073741824 1073778376 140734792355824 140140973381256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9137] ppid=9120 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9137/stat : 9137 (java) S 9120 9123 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 4990971 9787879424 148619 33554432000 1073741824 1073778376 140734792355824 140140972330000 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9138] ppid=9120 vsize=9558476 CPUtime=0.37 cores=1,3,5,7
/proc/9123/task/9138/stat : 9138 (java) S 9120 9123 4818 0 -1 4202560 5135 0 0 0 37 0 0 0 20 0 18 0 4990971 9787879424 148619 33554432000 1073741824 1073778376 140734792355824 140140971276344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9139] ppid=9120 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/9123/task/9139/stat : 9139 (java) S 9120 9123 4818 0 -1 4202560 3223 0 0 0 36 0 0 0 20 0 18 0 4990971 9787879424 148619 33554432000 1073741824 1073778376 140734792355824 140140970223800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9140] ppid=9120 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9140/stat : 9140 (java) S 9120 9123 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 4990971 9787879424 148619 33554432000 1073741824 1073778376 140734792355824 140140969171448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9141] ppid=9120 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9141/stat : 9141 (java) S 9120 9123 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 4990971 9787879424 148619 33554432000 1073741824 1073778376 140734792355824 140140968119112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9558476

[startup+6.30091 s]
/proc/loadavg: 2.25 2.25 2.25 3/215 9142
/proc/meminfo: memFree=26210824/32872528 swapFree=1483896/1661724
[pid=9123] ppid=9120 vsize=9625040 CPUtime=8.14 cores=1,3,5,7
/proc/9123/stat : 9123 (java) S 9120 9123 4818 0 -1 4202496 14570 0 1 0 791 23 0 0 20 0 19 0 4990962 9856040960 169728 33554432000 1073741824 1073778376 140734792355824 140734792346960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9123/statm: 2406260 169728 2282 9 0 2396937 0
[pid=9123/tid=9125] ppid=9120 vsize=9625040 CPUtime=5.91 cores=1,3,5,7
/proc/9123/task/9125/stat : 9125 (java) R 9120 9123 4818 0 -1 4202560 2827 0 1 0 582 9 0 0 20 0 19 0 4990963 9856040960 169728 33554432000 1073741824 1073778376 140734792355824 140141151820280 140140975380964 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9123/tid=9126] ppid=9120 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9123/task/9126/stat : 9126 (java) S 9120 9123 4818 0 -1 4202560 100 0 0 0 16 2 0 0 20 0 19 0 4990967 9856040960 169728 33554432000 1073741824 1073778376 140734792355824 140141113313960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9127] ppid=9120 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/9123/task/9127/stat : 9127 (java) S 9120 9123 4818 0 -1 4202560 114 0 0 0 7 0 0 0 20 0 19 0 4990967 9856040960 169728 33554432000 1073741824 1073778376 140734792355824 140141112261416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9128] ppid=9120 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/9123/task/9128/stat : 9128 (java) S 9120 9123 4818 0 -1 4202560 81 0 0 0 6 1 0 0 20 0 19 0 4990967 9856040960 169728 33554432000 1073741824 1073778376 140734792355824 140141111208872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9129] ppid=9120 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/9123/task/9129/stat : 9129 (java) S 9120 9123 4818 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 4990967 9856040960 169728 33554432000 1073741824 1073778376 140734792355824 140141110156328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9130] ppid=9120 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9123/task/9130/stat : 9130 (java) S 9120 9123 4818 0 -1 4202560 83 0 0 0 7 1 0 0 20 0 19 0 4990967 9856040960 169728 33554432000 1073741824 1073778376 140734792355824 140141109102760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9131] ppid=9120 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9123/task/9131/stat : 9131 (java) S 9120 9123 4818 0 -1 4202560 171 0 0 0 8 0 0 0 20 0 19 0 4990967 9856040960 169728 33554432000 1073741824 1073778376 140734792355824 140141108050216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9132] ppid=9120 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/9123/task/9132/stat : 9132 (java) S 9120 9123 4818 0 -1 4202560 125 0 0 0 10 2 0 0 20 0 19 0 4990967 9856040960 169728 33554432000 1073741824 1073778376 140734792355824 140141106997672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9133] ppid=9120 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/9123/task/9133/stat : 9133 (java) S 9120 9123 4818 0 -1 4202560 40 0 0 0 10 0 0 0 20 0 19 0 4990967 9856040960 169728 33554432000 1073741824 1073778376 140734792355824 140141105945128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9134] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9134/stat : 9134 (java) S 9120 9123 4818 0 -1 4202560 485 0 0 0 0 0 0 0 20 0 19 0 4990968 9856040960 169728 33554432000 1073741824 1073778376 140734792355824 140141093534312 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9123/tid=9135] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9135/stat : 9135 (java) S 9120 9123 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4990969 9856040960 169728 33554432000 1073741824 1073778376 140734792355824 140140974433912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9136] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9136/stat : 9136 (java) S 9120 9123 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4990969 9856040960 169728 33554432000 1073741824 1073778376 140734792355824 140140973381256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9137] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9137/stat : 9137 (java) S 9120 9123 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4990971 9856040960 169728 33554432000 1073741824 1073778376 140734792355824 140140972330000 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9138] ppid=9120 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/9123/task/9138/stat : 9138 (java) S 9120 9123 4818 0 -1 4202560 5139 0 0 0 55 0 0 0 20 0 19 0 4990971 9856040960 169728 33554432000 1073741824 1073778376 140734792355824 140140971276344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9139] ppid=9120 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/9123/task/9139/stat : 9139 (java) S 9120 9123 4818 0 -1 4202560 4116 0 0 0 72 2 0 0 20 0 19 0 4990971 9856040960 169728 33554432000 1073741824 1073778376 140734792355824 140140970223800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9140] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9140/stat : 9140 (java) S 9120 9123 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4990971 9856040960 169728 33554432000 1073741824 1073778376 140734792355824 140140969171448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9141] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9141/stat : 9141 (java) S 9120 9123 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4990971 9856040960 169728 33554432000 1073741824 1073778376 140734792355824 140140968119112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9123/tid=9142] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9142/stat : 9142 (java) S 9120 9123 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4991366 9856040960 169728 33554432000 1073741824 1073778376 140734792355824 140140967064872 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.22 2.25 2.25 3/215 9142
/proc/meminfo: memFree=26211480/32872528 swapFree=1483896/1661724
[pid=9123] ppid=9120 vsize=9625040 CPUtime=14.55 cores=1,3,5,7

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

[pid=9123/tid=9142] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9142/stat : 9142 (java) S 9120 9123 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4991366 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140967064872 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.4
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.20 2.18 3/215 9404
/proc/meminfo: memFree=25387564/32872528 swapFree=1483896/1661724
[pid=9123] ppid=9120 vsize=9625040 CPUtime=1786.42 cores=1,3,5,7
/proc/9123/stat : 9123 (java) S 9120 9123 4818 0 -1 4202496 29476 0 1 0 178526 116 0 0 20 0 19 0 4990962 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140734792346960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9123/statm: 2406260 388634 2295 9 0 2396937 0
[pid=9123/tid=9125] ppid=9120 vsize=9625040 CPUtime=1776.69 cores=1,3,5,7
/proc/9123/task/9125/stat : 9125 (java) R 9120 9123 4818 0 -1 4202560 3061 0 1 0 177625 44 0 0 20 0 19 0 4990963 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141151813296 140140975380700 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9123/tid=9126] ppid=9120 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/9123/task/9126/stat : 9126 (java) S 9120 9123 4818 0 -1 4202560 196 0 0 0 22 8 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141113313960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9123/tid=9127] ppid=9120 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/9123/task/9127/stat : 9127 (java) S 9120 9123 4818 0 -1 4202560 451 0 0 0 16 5 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141112261416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9128] ppid=9120 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/9123/task/9128/stat : 9128 (java) S 9120 9123 4818 0 -1 4202560 227 0 0 0 16 6 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141111208872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9129] ppid=9120 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9123/task/9129/stat : 9129 (java) S 9120 9123 4818 0 -1 4202560 187 0 0 0 19 10 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141110156328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9130] ppid=9120 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9123/task/9130/stat : 9130 (java) S 9120 9123 4818 0 -1 4202560 138 0 0 0 12 5 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141109102760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9131] ppid=9120 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9123/task/9131/stat : 9131 (java) S 9120 9123 4818 0 -1 4202560 272 0 0 0 13 7 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141108050216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9123/tid=9132] ppid=9120 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9123/task/9132/stat : 9132 (java) S 9120 9123 4818 0 -1 4202560 436 0 0 0 19 6 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141106997672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9133] ppid=9120 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9123/task/9133/stat : 9133 (java) S 9120 9123 4818 0 -1 4202560 129 0 0 0 17 7 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141105945128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9134] ppid=9120 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/9123/task/9134/stat : 9134 (java) S 9120 9123 4818 0 -1 4202560 760 0 0 0 40 3 0 0 20 0 19 0 4990968 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141093534312 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9123/tid=9135] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9135/stat : 9135 (java) S 9120 9123 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4990969 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140974433912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9136] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9136/stat : 9136 (java) S 9120 9123 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4990969 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140973381256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9137] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9137/stat : 9137 (java) S 9120 9123 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4990971 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140972330000 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9138] ppid=9120 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/9123/task/9138/stat : 9138 (java) S 9120 9123 4818 0 -1 4202560 5146 0 0 0 69 0 0 0 20 0 19 0 4990971 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140971276344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9139] ppid=9120 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/9123/task/9139/stat : 9139 (java) S 9120 9123 4818 0 -1 4202560 17113 0 0 0 157 4 0 0 20 0 19 0 4990971 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140970223800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9123/tid=9140] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9140/stat : 9140 (java) S 9120 9123 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4990971 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140969171448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9141] ppid=9120 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/9123/task/9141/stat : 9141 (java) S 9120 9123 4818 0 -1 4202560 103 0 0 0 36 48 0 0 20 0 19 0 4990971 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140968119112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9123/tid=9142] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9142/stat : 9142 (java) S 9120 9123 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4991366 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140967064872 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.42
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 2.12 2.19 2.18 3/215 9404
/proc/meminfo: memFree=25387564/32872528 swapFree=1483896/1661724
[pid=9123] ppid=9120 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/9123/stat : 9123 (java) S 9120 9123 4818 0 -1 4202496 29476 0 1 0 179886 116 0 0 20 0 19 0 4990962 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140734792346960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9123/statm: 2406260 388634 2295 9 0 2396937 0
[pid=9123/tid=9125] ppid=9120 vsize=9625040 CPUtime=1790.25 cores=1,3,5,7
/proc/9123/task/9125/stat : 9125 (java) R 9120 9123 4818 0 -1 4202560 3061 0 1 0 178981 44 0 0 20 0 19 0 4990963 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141151813296 140140975380700 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9123/tid=9126] ppid=9120 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/9123/task/9126/stat : 9126 (java) S 9120 9123 4818 0 -1 4202560 196 0 0 0 22 8 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141113313960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9123/tid=9127] ppid=9120 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/9123/task/9127/stat : 9127 (java) S 9120 9123 4818 0 -1 4202560 451 0 0 0 16 5 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141112261416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9128] ppid=9120 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/9123/task/9128/stat : 9128 (java) S 9120 9123 4818 0 -1 4202560 227 0 0 0 16 6 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141111208872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9129] ppid=9120 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9123/task/9129/stat : 9129 (java) S 9120 9123 4818 0 -1 4202560 187 0 0 0 19 10 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141110156328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9130] ppid=9120 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9123/task/9130/stat : 9130 (java) S 9120 9123 4818 0 -1 4202560 138 0 0 0 12 5 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141109102760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9131] ppid=9120 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9123/task/9131/stat : 9131 (java) S 9120 9123 4818 0 -1 4202560 272 0 0 0 13 7 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141108050216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9123/tid=9132] ppid=9120 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9123/task/9132/stat : 9132 (java) S 9120 9123 4818 0 -1 4202560 436 0 0 0 19 6 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141106997672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9133] ppid=9120 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9123/task/9133/stat : 9133 (java) S 9120 9123 4818 0 -1 4202560 129 0 0 0 17 7 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141105945128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9134] ppid=9120 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/9123/task/9134/stat : 9134 (java) S 9120 9123 4818 0 -1 4202560 760 0 0 0 40 3 0 0 20 0 19 0 4990968 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141093534312 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9123/tid=9135] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9135/stat : 9135 (java) S 9120 9123 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4990969 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140974433912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9136] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9136/stat : 9136 (java) S 9120 9123 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4990969 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140973381256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9137] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9137/stat : 9137 (java) S 9120 9123 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4990971 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140972330000 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9138] ppid=9120 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/9123/task/9138/stat : 9138 (java) S 9120 9123 4818 0 -1 4202560 5146 0 0 0 69 0 0 0 20 0 19 0 4990971 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140971276344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9139] ppid=9120 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/9123/task/9139/stat : 9139 (java) S 9120 9123 4818 0 -1 4202560 17113 0 0 0 157 4 0 0 20 0 19 0 4990971 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140970223800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9123/tid=9140] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9140/stat : 9140 (java) S 9120 9123 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4990971 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140969171448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9141] ppid=9120 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/9123/task/9141/stat : 9141 (java) S 9120 9123 4818 0 -1 4202560 103 0 0 0 36 49 0 0 20 0 19 0 4990971 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140968119112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9123/tid=9142] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9142/stat : 9142 (java) S 9120 9123 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4991366 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140967064872 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 9123 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.9 s]
/proc/loadavg: 2.12 2.19 2.18 3/215 9404
/proc/meminfo: memFree=25387564/32872528 swapFree=1483896/1661724
[pid=9123] ppid=9120 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/9123/stat : 9123 (java) S 9120 9123 4818 0 -1 4202496 29476 0 1 0 179886 116 0 0 20 0 19 0 4990962 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140734792346960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9123/statm: 2406260 388634 2295 9 0 2396937 0
[pid=9123/tid=9125] ppid=9120 vsize=9625040 CPUtime=1790.25 cores=1,3,5,7
/proc/9123/task/9125/stat : 9125 (java) R 9120 9123 4818 0 -1 4202560 3061 0 1 0 178981 44 0 0 20 0 19 0 4990963 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141151813296 140140975380700 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9123/tid=9126] ppid=9120 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/9123/task/9126/stat : 9126 (java) S 9120 9123 4818 0 -1 4202560 196 0 0 0 22 8 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141113313960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9123/tid=9127] ppid=9120 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/9123/task/9127/stat : 9127 (java) S 9120 9123 4818 0 -1 4202560 451 0 0 0 16 5 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141112261416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9128] ppid=9120 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/9123/task/9128/stat : 9128 (java) S 9120 9123 4818 0 -1 4202560 227 0 0 0 16 6 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141111208872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9129] ppid=9120 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9123/task/9129/stat : 9129 (java) S 9120 9123 4818 0 -1 4202560 187 0 0 0 19 10 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141110156328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9130] ppid=9120 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9123/task/9130/stat : 9130 (java) S 9120 9123 4818 0 -1 4202560 138 0 0 0 12 5 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141109102760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9131] ppid=9120 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9123/task/9131/stat : 9131 (java) S 9120 9123 4818 0 -1 4202560 272 0 0 0 13 7 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141108050216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9123/tid=9132] ppid=9120 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9123/task/9132/stat : 9132 (java) S 9120 9123 4818 0 -1 4202560 436 0 0 0 19 6 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141106997672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9133] ppid=9120 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9123/task/9133/stat : 9133 (java) S 9120 9123 4818 0 -1 4202560 129 0 0 0 17 7 0 0 20 0 19 0 4990967 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141105945128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9134] ppid=9120 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/9123/task/9134/stat : 9134 (java) S 9120 9123 4818 0 -1 4202560 760 0 0 0 40 3 0 0 20 0 19 0 4990968 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140141093534312 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9123/tid=9135] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9135/stat : 9135 (java) S 9120 9123 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4990969 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140974433912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9136] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9136/stat : 9136 (java) S 9120 9123 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4990969 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140973381256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9137] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9137/stat : 9137 (java) S 9120 9123 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4990971 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140972330000 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9123/tid=9138] ppid=9120 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/9123/task/9138/stat : 9138 (java) S 9120 9123 4818 0 -1 4202560 5146 0 0 0 69 0 0 0 20 0 19 0 4990971 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140971276344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9139] ppid=9120 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/9123/task/9139/stat : 9139 (java) S 9120 9123 4818 0 -1 4202560 17113 0 0 0 157 4 0 0 20 0 19 0 4990971 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140970223800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9123/tid=9140] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9140/stat : 9140 (java) S 9120 9123 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4990971 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140969171448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9123/tid=9141] ppid=9120 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/9123/task/9141/stat : 9141 (java) S 9120 9123 4818 0 -1 4202560 103 0 0 0 36 49 0 0 20 0 19 0 4990971 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140968119112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9123/tid=9142] ppid=9120 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9123/task/9142/stat : 9142 (java) S 9120 9123 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4991366 9856040960 388634 33554432000 1073741824 1073778376 140734792355824 140140967064872 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9123 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=349217
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=701741
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.94
CPU time (s): 1800.02
CPU user time (s): 1798.86
CPU system time (s): 1.16
CPU usage (%): 100.227
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.35
system time used= 1.70174
maximum resident set size= 1554652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29509
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38255
involuntary context switches= 3389

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7944 second user time and 14.0109 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 00:46:24
IDJOB=4085123
IDBENCH=92717
IDSOLVER=2546
FILE ID=node134/4085123-1467240384
RUNJOBID= node134-1467208989-4835
PBS_JOBID= 19997576
Free space on /tmp= 71684 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat50_6_9_0_mh.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085123-1467240384/watcher-4085123-1467240384 -o /tmp/evaluation-result-4085123-1467240384/solver-4085123-1467240384 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4835 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085123-1467240384.opb

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

MD5SUM BENCH= 52afec4ffbbd6f0999256966f3f490ed
RANDOM SEED=437518770

node134.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.738
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.47
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.738
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	: 7358.89
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.738
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.738
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.738
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.738
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.738
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.738
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26883980 kB
Buffers:          149736 kB
Cached:          3024668 kB
SwapCached:            0 kB
Active:           563412 kB
Inactive:        3015380 kB
Active(anon):     407200 kB
Inactive(anon):        0 kB
Active(file):     156212 kB
Inactive(file):  3015380 kB
Unevictable:     1661724 kB
Mlocked:         1483896 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             26488 kB
Writeback:             0 kB
AnonPages:       2070716 kB
Mapped:            21560 kB
Shmem:               216 kB
Slab:             613568 kB
SReclaimable:      57396 kB
SUnreclaim:       556172 kB
KernelStack:        1600 kB
PageTables:         8600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2207900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    557056 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= 71684 MiB
End job on node134 at 2016-06-30 01:16:20