Trace number 4105688

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.05 1772.54

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=140-sizeP=71-sizeQ=140-318609522-max.opb
MD5SUMae51e618574b80c61fbc975822c4a1eb
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10151
Total number of constraints29821
Number of constraints which are clauses29820
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint9940
Number of terms in the objective function 71
Biggest coefficient in the objective function 1180591620717411303424
Number of bits for the biggest coefficient in the objective function 71
Sum of the numbers in the objective function 2361183241434822606847
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 822752278660603021077484591278675252491367932816789931674304512
Number of bits of the biggest number in a constraint 210
Biggest sum of numbers in a constraint 3291009114642412084309088316738947240174611804419280895599096947
Number of bits of the biggest sum of numbers211
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4105688-1466263488.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.87/0.57	c ... done. Wall clock time 0.464s.
0.87/0.57	c declared #vars     10151
0.87/0.57	c #constraints  29822
0.87/0.57	c constraints type 
0.87/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9940
0.87/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19880
0.87/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.87/0.57	c 29822 constraints processed.
0.87/0.57	c objective function length is 71 literals
58.09/56.34	c cleaning 2500 clauses out of 5000 with flag 12251/5000
143.88/140.90	c cleaning 4245 clauses out of 8500 with flag 31322/11000
205.63/201.63	c cleaning 5622 clauses out of 11256 with flag 49581/18001
275.79/270.77	c cleaning 6805 clauses out of 13633 with flag 71355/26000
358.15/351.92	c cleaning 7901 clauses out of 15828 with flag 96319/35000
455.73/448.29	c cleaning 8953 clauses out of 17928 with flag 127315/45001
569.56/560.36	c cleaning 9978 clauses out of 19975 with flag 163219/56001
692.88/681.97	c cleaning 10988 clauses out of 21998 with flag 205787/68002
810.03/797.25	c cleaning 11985 clauses out of 24008 with flag 243590/81000
952.94/938.18	c cleaning 13002 clauses out of 26023 with flag 286891/95000
1113.25/1096.11	c cleaning 13998 clauses out of 28021 with flag 340117/110000
1284.65/1265.07	c cleaning 14998 clauses out of 30023 with flag 394090/126000
1461.88/1439.72	c cleaning 15998 clauses out of 32026 with flag 445917/143001
1656.41/1631.14	c cleaning 16999 clauses out of 34028 with flag 504242/161001
1800.05/1772.50	c starts		: 10
1800.05/1772.50	c conflicts		: 175332
1800.05/1772.50	c decisions		: 200625
1800.05/1772.50	c propagations		: 22491271
1800.05/1772.50	c inspects		: 511715899
1800.05/1772.50	c shortcuts		: 0
1800.05/1772.50	c learnt literals	: 0
1800.05/1772.50	c learnt binary clauses	: 0
1800.05/1772.50	c learnt ternary clauses	: 0
1800.05/1772.50	c learnt constraints	: 175332
1800.05/1772.50	c ignored constraints	: 0
1800.05/1772.50	c root simplifications	: 0
1800.05/1772.50	c removed literals (reason simplification)	: 0
1800.05/1772.50	c reason swapping (by a shorter reason)	: 0
1800.05/1772.50	c Calls to reduceDB	: 14
1800.05/1772.50	c Number of update (reduction) of LBD	: 19167
1800.05/1772.50	c Imported unit clauses	: 0
1800.05/1772.50	c number of reductions to clauses (during analyze)	: 0
1800.05/1772.50	c number of learned constraints concerned by reduction	: 0
1800.05/1772.50	c number of learning phase by resolution	: 0
1800.05/1772.50	c number of learning phase by cutting planes	: 0
1800.05/1772.50	c speed (assignments/second)	: 12693.201987679997
1800.05/1772.50	c non guided choices	59
1800.05/1772.51	c timeout
1800.05/1772.51	c learnt constraints type 
1800.05/1772.51	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 31361
1800.05/1772.51	s UNKNOWN
1800.05/1772.51	c Total wall clock time (in seconds): 1772.406

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-4105688-1466263488/watcher-4105688-1466263488 -o /tmp/evaluation-result-4105688-1466263488/solver-4105688-1466263488 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466241833-6932 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4105688-1466263488.opb 

pid=20012
running on 4 cores: 0,2,4,6

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.43 2.36 2.26 3/194 20015
/proc/meminfo: memFree=28957004/32872528 swapFree=1497824/1644992
[pid=20015] ppid=20012 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20015/stat : 20015 (java) S 20012 20015 6916 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 28395637 98570240 977 33554432000 1073741824 1073778376 140735309063008 140735309054144 259115745341 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20015/statm: 24065 977 743 9 0 16771 0
[pid=20015/tid=20016] ppid=20012 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20016/stat : 20016 (java) R 20012 20015 6916 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 28395637 98570240 977 33554432000 1073741824 1073778376 140735309063008 139854213103144 259112387968 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.43 2.36 2.26 3/194 20015
/proc/meminfo: memFree=28957004/32872528 swapFree=1497824/1644992
[pid=20015] ppid=20012 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/20015/stat : 20015 (java) S 20012 20015 6916 0 -1 4202496 4400 0 1 0 9 1 0 0 20 0 18 0 28395637 9787879424 6030 33554432000 1073741824 1073778376 140735309063008 140735309054144 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20015/statm: 2389619 6030 2125 9 0 2380296 0
[pid=20015/tid=20016] ppid=20012 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/20015/task/20016/stat : 20016 (java) R 20012 20015 6916 0 -1 4202560 2383 0 1 0 6 2 0 0 20 0 18 0 28395637 9787879424 6030 33554432000 1073741824 1073778376 140735309063008 139854213106592 139854084143399 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200325 s]
/proc/loadavg: 2.43 2.36 2.26 3/194 20015
/proc/meminfo: memFree=28957004/32872528 swapFree=1497824/1644992
[pid=20015] ppid=20012 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/20015/stat : 20015 (java) S 20012 20015 6916 0 -1 4202496 4714 0 1 0 25 2 0 0 20 0 18 0 28395637 9787879424 6767 33554432000 1073741824 1073778376 140735309063008 140735309054144 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20015/statm: 2389619 6767 2211 9 0 2380296 0
[pid=20015/tid=20016] ppid=20012 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/20015/task/20016/stat : 20016 (java) R 20012 20015 6916 0 -1 4202560 2403 0 1 0 16 2 0 0 20 0 18 0 28395637 9787879424 6767 33554432000 1073741824 1073778376 140735309063008 139854213107144 139854084138935 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300314 s]
/proc/loadavg: 2.43 2.36 2.26 3/194 20015
/proc/meminfo: memFree=28957004/32872528 swapFree=1497824/1644992
[pid=20015] ppid=20012 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/20015/stat : 20015 (java) S 20012 20015 6916 0 -1 4202496 5550 0 1 0 47 2 0 0 20 0 18 0 28395637 9787879424 8280 33554432000 1073741824 1073778376 140735309063008 140735309054144 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20015/statm: 2389619 8280 2232 9 0 2380296 0
[pid=20015/tid=20016] ppid=20012 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/20015/task/20016/stat : 20016 (java) R 20012 20015 6916 0 -1 4202560 2405 0 1 0 26 2 0 0 20 0 18 0 28395637 9787879424 8280 33554432000 1073741824 1073778376 140735309063008 139854213107144 139854084170596 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.70028 s]
/proc/loadavg: 2.43 2.36 2.26 3/194 20015
/proc/meminfo: memFree=28957004/32872528 swapFree=1497824/1644992
[pid=20015] ppid=20012 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/20015/stat : 20015 (java) S 20012 20015 6916 0 -1 4202496 7359 0 1 0 123 4 0 0 20 0 19 0 28395637 9856040960 25269 33554432000 1073741824 1073778376 140735309063008 140735309054144 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20015/statm: 2406260 25269 2265 9 0 2396937 0
[pid=20015/tid=20016] ppid=20012 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/20015/task/20016/stat : 20016 (java) R 20012 20015 6916 0 -1 4202560 2449 0 1 0 65 2 0 0 20 0 19 0 28395637 9856040960 25269 33554432000 1073741824 1073778376 140735309063008 139854213099672 139854084747588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.55 2.38 2.27 3/213 20034
/proc/meminfo: memFree=28824740/32872528 swapFree=1497824/1644992
[pid=20015] ppid=20012 vsize=9625040 CPUtime=2.33 cores=0,2,4,6
/proc/20015/stat : 20015 (java) S 20012 20015 6916 0 -1 4202496 9739 0 1 0 227 6 0 0 20 0 19 0 28395637 9856040960 41899 33554432000 1073741824 1073778376 140735309063008 140735309054144 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20015/statm: 2406260 41899 2278 9 0 2396937 0
[pid=20015/tid=20016] ppid=20012 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/20015/task/20016/stat : 20016 (java) R 20012 20015 6916 0 -1 4202560 2480 0 1 0 143 3 0 0 20 0 19 0 28395637 9856040960 41899 33554432000 1073741824 1073778376 140735309063008 139854213107832 139854084747234 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20018] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20018/stat : 20018 (java) S 20012 20015 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28395638 9856040960 41899 33554432000 1073741824 1073778376 140735309063008 139854056470696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20019] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20019/stat : 20019 (java) S 20012 20015 6916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28395638 9856040960 41899 33554432000 1073741824 1073778376 140735309063008 139854055418152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20020] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20020/stat : 20020 (java) S 20012 20015 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28395638 9856040960 41899 33554432000 1073741824 1073778376 140735309063008 139854054365608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20015/tid=20021] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20021/stat : 20021 (java) S 20012 20015 6916 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 28395638 9856040960 41899 33554432000 1073741824 1073778376 140735309063008 139854053313064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20022] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20022/stat : 20022 (java) S 20012 20015 6916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28395638 9856040960 41899 33554432000 1073741824 1073778376 140735309063008 139854052260520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20023] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20023/stat : 20023 (java) S 20012 20015 6916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28395638 9856040960 41899 33554432000 1073741824 1073778376 140735309063008 139854051207976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20015/tid=20024] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20024/stat : 20024 (java) S 20012 20015 6916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28395638 9856040960 41899 33554432000 1073741824 1073778376 140735309063008 139854050155432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20025] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20025/stat : 20025 (java) S 20012 20015 6916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28395638 9856040960 41899 33554432000 1073741824 1073778376 140735309063008 139854049102888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20015/tid=20026] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20026/stat : 20026 (java) S 20012 20015 6916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 28395639 9856040960 41899 33554432000 1073741824 1073778376 140735309063008 139854036904040 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20027] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20027/stat : 20027 (java) S 20012 20015 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28395640 9856040960 41899 33554432000 1073741824 1073778376 140735309063008 139854035850360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20028] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20028/stat : 20028 (java) S 20012 20015 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28395640 9856040960 41899 33554432000 1073741824 1073778376 140735309063008 139854034797704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20029] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20029/stat : 20029 (java) S 20012 20015 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28395642 9856040960 41899 33554432000 1073741824 1073778376 140735309063008 139854033746448 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20030] ppid=20012 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/20015/task/20030/stat : 20030 (java) S 20012 20015 6916 0 -1 4202560 1599 0 0 0 31 0 0 0 20 0 19 0 28395642 9856040960 41899 33554432000 1073741824 1073778376 140735309063008 139854032693816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20031] ppid=20012 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/20015/task/20031/stat : 20031 (java) S 20012 20015 6916 0 -1 4202560 4352 0 0 0 47 0 0 0 20 0 19 0 28395642 9856040960 41899 33554432000 1073741824 1073778376 140735309063008 139854031641272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20032] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20032/stat : 20032 (java) S 20012 20015 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28395642 9856040960 41899 33554432000 1073741824 1073778376 140735309063008 139854030588920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20033] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20033/stat : 20033 (java) S 20012 20015 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28395642 9856040960 41899 33554432000 1073741824 1073778376 140735309063008 139854029536584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20034] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20034/stat : 20034 (java) S 20012 20015 6916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28395696 9856040960 41899 33554432000 1073741824 1073778376 140735309063008 139854028481320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.55 2.38 2.27 3/213 20034
/proc/meminfo: memFree=28797000/32872528 swapFree=1497824/1644992
[pid=20015] ppid=20012 vsize=9625040 CPUtime=3.99 cores=0,2,4,6
/proc/20015/stat : 20015 (java) S 20012 20015 6916 0 -1 4202496 9765 0 1 0 393 6 0 0 20 0 19 0 28395637 9856040960 44466 33554432000 1073741824 1073778376 140735309063008 140735309054144 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20015/statm: 2406260 44466 2278 9 0 2396937 0
[pid=20015/tid=20016] ppid=20012 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/20015/task/20016/stat : 20016 (java) R 20012 20015 6916 0 -1 4202560 2481 0 1 0 301 3 0 0 20 0 19 0 28395637 9856040960 44466 33554432000 1073741824 1073778376 140735309063008 139854213106904 139854084747229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20018] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20018/stat : 20018 (java) S 20012 20015 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28395638 9856040960 44466 33554432000 1073741824 1073778376 140735309063008 139854056470696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20019] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20019/stat : 20019 (java) S 20012 20015 6916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28395638 9856040960 44466 33554432000 1073741824 1073778376 140735309063008 139854055418152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20020] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20020/stat : 20020 (java) S 20012 20015 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28395638 9856040960 44466 33554432000 1073741824 1073778376 140735309063008 139854054365608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20015/tid=20021] ppid=20012 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20015/task/20021/stat : 20021 (java) S 20012 20015 6916 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 28395638 9856040960 44466 33554432000 1073741824 1073778376 140735309063008 139854053313064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20022] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20022/stat : 20022 (java) S 20012 20015 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28395638 9856040960 44466 33554432000 1073741824 1073778376 140735309063008 139854052260520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20023] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20023/stat : 20023 (java) S 20012 20015 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28395638 9856040960 44466 33554432000 1073741824 1073778376 140735309063008 139854051207976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20024] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20024/stat : 20024 (java) S 20012 20015 6916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28395638 9856040960 44466 33554432000 1073741824 1073778376 140735309063008 139854050155432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20025] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20025/stat : 20025 (java) S 20012 20015 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28395638 9856040960 44466 33554432000 1073741824 1073778376 140735309063008 139854049102888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20015/tid=20026] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20026/stat : 20026 (java) S 20012 20015 6916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 28395639 9856040960 44466 33554432000 1073741824 1073778376 140735309063008 139854036904040 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20027] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20027/stat : 20027 (java) S 20012 20015 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28395640 9856040960 44466 33554432000 1073741824 1073778376 140735309063008 139854035850360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20028] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20028/stat : 20028 (java) S 20012 20015 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28395640 9856040960 44466 33554432000 1073741824 1073778376 140735309063008 139854034797704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20029] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20029/stat : 20029 (java) S 20012 20015 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28395642 9856040960 44466 33554432000 1073741824 1073778376 140735309063008 139854033746448 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20030] ppid=20012 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/20015/task/20030/stat : 20030 (java) S 20012 20015 6916 0 -1 4202560 1603 0 0 0 31 0 0 0 20 0 19 0 28395642 9856040960 44466 33554432000 1073741824 1073778376 140735309063008 139854032693816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20031] ppid=20012 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/20015/task/20031/stat : 20031 (java) S 20012 20015 6916 0 -1 4202560 4354 0 0 0 48 0 0 0 20 0 19 0 28395642 9856040960 44466 33554432000 1073741824 1073778376 140735309063008 139854031641272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20032] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20032/stat : 20032 (java) S 20012 20015 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28395642 9856040960 44466 33554432000 1073741824 1073778376 140735309063008 139854030588920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20033] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20033/stat : 20033 (java) S 20012 20015 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28395642 9856040960 44466 33554432000 1073741824 1073778376 140735309063008 139854029536584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20034] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20034/stat : 20034 (java) S 20012 20015 6916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28395696 9856040960 44466 33554432000 1073741824 1073778376 140735309063008 139854028481320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.75 2.43 2.28 3/213 20034
/proc/meminfo: memFree=28752876/32872528 swapFree=1497824/1644992
[pid=20015] ppid=20012 vsize=9625040 CPUtime=7.26 cores=0,2,4,6
/proc/20015/stat : 20015 (java) S 20012 20015 6916 0 -1 4202496 9793 0 1 0 718 8 0 0 20 0 19 0 28395637 9856040960 43506 33554432000 1073741824 1073778376 140735309063008 140735309054144 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20015/statm: 2406260 43506 2278 9 0 2396937 0
[pid=20015/tid=20016] ppid=20012 vsize=9625040 CPUtime=6.2 cores=0,2,4,6
/proc/20015/task/20016/stat : 20016 (java) R 20012 20015 6916 0 -1 4202560 2485 0 1 0 617 3 0 0 20 0 19 0 28395637 9856040960 43506 33554432000 1073741824 1073778376 140735309063008 139854213106776 139854084747224 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20018] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20018/stat : 20018 (java) S 20012 20015 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28395638 9856040960 43506 33554432000 1073741824 1073778376 140735309063008 139854056470696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20019] ppid=20012 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20015/task/20019/stat : 20019 (java) S 20012 20015 6916 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 28395638 9856040960 43506 33554432000 1073741824 1073778376 140735309063008 139854055418152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20020] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20020/stat : 20020 (java) S 20012 20015 6916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28395638 9856040960 43506 33554432000 1073741824 1073778376 140735309063008 139854054365608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20015/tid=20021] ppid=20012 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20015/task/20021/stat : 20021 (java) S 20012 20015 6916 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 28395638 9856040960 43506 33554432000 1073741824 1073778376 140735309063008 139854053313064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20022] ppid=20012 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20015/task/20022/stat : 20022 (java) S 20012 20015 6916 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 28395638 9856040960 43506 33554432000 1073741824 1073778376 140735309063008 139854052260520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20023] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20023/stat : 20023 (java) S 20012 20015 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28395638 9856040960 43506 33554432000 1073741824 1073778376 140735309063008 139854051207976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20024] ppid=20012 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20015/task/20024/stat : 20024 (java) S 20012 20015 6916 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 28395638 9856040960 43506 33554432000 1073741824 1073778376 140735309063008 139854050155432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20025] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20025/stat : 20025 (java) S 20012 20015 6916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 28395638 9856040960 43506 33554432000 1073741824 1073778376 140735309063008 139854049102888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20015/tid=20026] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20026/stat : 20026 (java) S 20012 20015 6916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 28395639 9856040960 43506 33554432000 1073741824 1073778376 140735309063008 139854036904040 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20015/tid=20027] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20027/stat : 20027 (java) S 20012 20015 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28395640 9856040960 43506 33554432000 1073741824 1073778376 140735309063008 139854035850360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20028] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20028/stat : 20028 (java) S 20012 20015 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28395640 9856040960 43506 33554432000 1073741824 1073778376 140735309063008 139854034797704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20029] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20029/stat : 20029 (java) S 20012 20015 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28395642 9856040960 43506 33554432000 1073741824 1073778376 140735309063008 139854033746448 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20030] ppid=20012 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/20015/task/20030/stat : 20030 (java) S 20012 20015 6916 0 -1 4202560 1603 0 0 0 31 0 0 0 20 0 19 0 28395642 9856040960 43506 33554432000 1073741824 1073778376 140735309063008 139854032693816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20031] ppid=20012 vsize=9625040 CPUtime=0.49 cores=0,2,4,6

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

[pid=20015/tid=20034] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20034/stat : 20034 (java) S 20012 20015 6916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28395696 9856040960 235332 33554432000 1073741824 1073778376 140735309063008 139854028481320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1688.09
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.21 2.24 2.25 4/213 20208
/proc/meminfo: memFree=28939768/32872528 swapFree=1497824/1644992
[pid=20015] ppid=20012 vsize=9625040 CPUtime=1749.04 cores=0,2,4,6
/proc/20015/stat : 20015 (java) S 20012 20015 6916 0 -1 4202496 60214 0 1 0 174607 297 0 0 20 0 19 0 28395637 9856040960 220532 33554432000 1073741824 1073778376 140735309063008 140735309054144 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20015/statm: 2406260 220532 2294 9 0 2396937 0
[pid=20015/tid=20016] ppid=20012 vsize=9625040 CPUtime=1701.87 cores=0,2,4,6
/proc/20015/task/20016/stat : 20016 (java) R 20012 20015 6916 0 -1 4202560 25458 0 1 0 170123 64 0 0 20 0 19 0 28395637 9856040960 220532 33554432000 1073741824 1073778376 140735309063008 139854213106720 139854084747451 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20018] ppid=20012 vsize=9625040 CPUtime=4.85 cores=0,2,4,6
/proc/20015/task/20018/stat : 20018 (java) S 20012 20015 6916 0 -1 4202560 2873 0 0 0 460 25 0 0 20 0 19 0 28395638 9856040960 220532 33554432000 1073741824 1073778376 140735309063008 139854056470696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20019] ppid=20012 vsize=9625040 CPUtime=4.97 cores=0,2,4,6
/proc/20015/task/20019/stat : 20019 (java) S 20012 20015 6916 0 -1 4202560 2047 0 0 0 474 23 0 0 20 0 19 0 28395638 9856040960 220532 33554432000 1073741824 1073778376 140735309063008 139854055418152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20020] ppid=20012 vsize=9625040 CPUtime=4.93 cores=0,2,4,6
/proc/20015/task/20020/stat : 20020 (java) S 20012 20015 6916 0 -1 4202560 2188 0 0 0 469 24 0 0 20 0 19 0 28395638 9856040960 220532 33554432000 1073741824 1073778376 140735309063008 139854054365608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20021] ppid=20012 vsize=9625040 CPUtime=5.02 cores=0,2,4,6
/proc/20015/task/20021/stat : 20021 (java) S 20012 20015 6916 0 -1 4202560 2837 0 0 0 477 25 0 0 20 0 19 0 28395638 9856040960 220532 33554432000 1073741824 1073778376 140735309063008 139854053313064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20022] ppid=20012 vsize=9625040 CPUtime=4.87 cores=0,2,4,6
/proc/20015/task/20022/stat : 20022 (java) S 20012 20015 6916 0 -1 4202560 1998 0 0 0 462 25 0 0 20 0 19 0 28395638 9856040960 220532 33554432000 1073741824 1073778376 140735309063008 139854052260520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20015/tid=20023] ppid=20012 vsize=9625040 CPUtime=4.96 cores=0,2,4,6
/proc/20015/task/20023/stat : 20023 (java) S 20012 20015 6916 0 -1 4202560 2428 0 0 0 468 28 0 0 20 0 19 0 28395638 9856040960 220532 33554432000 1073741824 1073778376 140735309063008 139854051207976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20024] ppid=20012 vsize=9625040 CPUtime=4.86 cores=0,2,4,6
/proc/20015/task/20024/stat : 20024 (java) S 20012 20015 6916 0 -1 4202560 2715 0 0 0 462 24 0 0 20 0 19 0 28395638 9856040960 220532 33554432000 1073741824 1073778376 140735309063008 139854050155432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20025] ppid=20012 vsize=9625040 CPUtime=4.99 cores=0,2,4,6
/proc/20015/task/20025/stat : 20025 (java) S 20012 20015 6916 0 -1 4202560 2260 0 0 0 475 24 0 0 20 0 19 0 28395638 9856040960 220532 33554432000 1073741824 1073778376 140735309063008 139854049102888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20015/tid=20026] ppid=20012 vsize=9625040 CPUtime=2.52 cores=0,2,4,6
/proc/20015/task/20026/stat : 20026 (java) S 20012 20015 6916 0 -1 4202560 4255 0 0 0 217 35 0 0 20 0 19 0 28395639 9856040960 220532 33554432000 1073741824 1073778376 140735309063008 139854036904040 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20027] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20027/stat : 20027 (java) S 20012 20015 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28395640 9856040960 220532 33554432000 1073741824 1073778376 140735309063008 139854035850360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20028] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20028/stat : 20028 (java) S 20012 20015 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28395640 9856040960 220532 33554432000 1073741824 1073778376 140735309063008 139854034797704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20029] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20029/stat : 20029 (java) S 20012 20015 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28395642 9856040960 220532 33554432000 1073741824 1073778376 140735309063008 139854033746448 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20030] ppid=20012 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/20015/task/20030/stat : 20030 (java) S 20012 20015 6916 0 -1 4202560 1609 0 0 0 33 0 0 0 20 0 19 0 28395642 9856040960 220532 33554432000 1073741824 1073778376 140735309063008 139854032693816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20031] ppid=20012 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/20015/task/20031/stat : 20031 (java) S 20012 20015 6916 0 -1 4202560 8184 0 0 0 67 2 0 0 20 0 19 0 28395642 9856040960 220532 33554432000 1073741824 1073778376 140735309063008 139854031641272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20015/tid=20032] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20032/stat : 20032 (java) S 20012 20015 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28395642 9856040960 220532 33554432000 1073741824 1073778376 140735309063008 139854030588920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20033] ppid=20012 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/20015/task/20033/stat : 20033 (java) S 20012 20015 6916 0 -1 4202560 99 0 0 0 31 30 0 0 20 0 19 0 28395642 9856040960 220532 33554432000 1073741824 1073778376 140735309063008 139854029536584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20034] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20034/stat : 20034 (java) S 20012 20015 6916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28395696 9856040960 220532 33554432000 1073741824 1073778376 140735309063008 139854028481320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1749.04
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.5 s]
/proc/loadavg: 2.10 2.20 2.24 3/213 20209
/proc/meminfo: memFree=28825396/32872528 swapFree=1497824/1644992
[pid=20015] ppid=20012 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/20015/stat : 20015 (java) S 20012 20015 6916 0 -1 4202496 62426 0 1 0 179697 308 0 0 20 0 19 0 28395637 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 140735309054144 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20015/statm: 2406260 264492 2294 9 0 2396937 0
[pid=20015/tid=20016] ppid=20012 vsize=9625040 CPUtime=1751.34 cores=0,2,4,6
/proc/20015/task/20016/stat : 20016 (java) R 20012 20015 6916 0 -1 4202560 27058 0 1 0 175067 67 0 0 20 0 19 0 28395637 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854213106736 139854084747234 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20018] ppid=20012 vsize=9625040 CPUtime=5 cores=0,2,4,6
/proc/20015/task/20018/stat : 20018 (java) S 20012 20015 6916 0 -1 4202560 2932 0 0 0 474 26 0 0 20 0 19 0 28395638 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854056470696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20019] ppid=20012 vsize=9625040 CPUtime=5.12 cores=0,2,4,6
/proc/20015/task/20019/stat : 20019 (java) S 20012 20015 6916 0 -1 4202560 2237 0 0 0 488 24 0 0 20 0 19 0 28395638 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854055418152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20020] ppid=20012 vsize=9625040 CPUtime=5.07 cores=0,2,4,6
/proc/20015/task/20020/stat : 20020 (java) S 20012 20015 6916 0 -1 4202560 2211 0 0 0 482 25 0 0 20 0 19 0 28395638 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854054365608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20015/tid=20021] ppid=20012 vsize=9625040 CPUtime=5.17 cores=0,2,4,6
/proc/20015/task/20021/stat : 20021 (java) S 20012 20015 6916 0 -1 4202560 2893 0 0 0 491 26 0 0 20 0 19 0 28395638 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854053313064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20022] ppid=20012 vsize=9625040 CPUtime=5.02 cores=0,2,4,6
/proc/20015/task/20022/stat : 20022 (java) S 20012 20015 6916 0 -1 4202560 2015 0 0 0 476 26 0 0 20 0 19 0 28395638 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854052260520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20023] ppid=20012 vsize=9625040 CPUtime=5.13 cores=0,2,4,6
/proc/20015/task/20023/stat : 20023 (java) S 20012 20015 6916 0 -1 4202560 2469 0 0 0 484 29 0 0 20 0 19 0 28395638 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854051207976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20024] ppid=20012 vsize=9625040 CPUtime=5.01 cores=0,2,4,6
/proc/20015/task/20024/stat : 20024 (java) S 20012 20015 6916 0 -1 4202560 2740 0 0 0 476 25 0 0 20 0 19 0 28395638 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854050155432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20015/tid=20025] ppid=20012 vsize=9625040 CPUtime=5.13 cores=0,2,4,6
/proc/20015/task/20025/stat : 20025 (java) S 20012 20015 6916 0 -1 4202560 2278 0 0 0 489 24 0 0 20 0 19 0 28395638 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854049102888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20026] ppid=20012 vsize=9625040 CPUtime=2.72 cores=0,2,4,6
/proc/20015/task/20026/stat : 20026 (java) S 20012 20015 6916 0 -1 4202560 4436 0 0 0 236 36 0 0 20 0 19 0 28395639 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854036904040 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20027] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20027/stat : 20027 (java) S 20012 20015 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28395640 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854035850360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20028] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20028/stat : 20028 (java) S 20012 20015 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28395640 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854034797704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20029] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20029/stat : 20029 (java) S 20012 20015 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28395642 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854033746448 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20030] ppid=20012 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/20015/task/20030/stat : 20030 (java) S 20012 20015 6916 0 -1 4202560 1609 0 0 0 33 0 0 0 20 0 19 0 28395642 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854032693816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20031] ppid=20012 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/20015/task/20031/stat : 20031 (java) S 20012 20015 6916 0 -1 4202560 8184 0 0 0 67 2 0 0 20 0 19 0 28395642 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854031641272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20015/tid=20032] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20032/stat : 20032 (java) S 20012 20015 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28395642 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854030588920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20033] ppid=20012 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/20015/task/20033/stat : 20033 (java) S 20012 20015 6916 0 -1 4202560 101 0 0 0 33 30 0 0 20 0 19 0 28395642 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854029536584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20034] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20034/stat : 20034 (java) S 20012 20015 6916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28395696 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854028481320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1772.5 s]
/proc/loadavg: 2.10 2.20 2.24 3/213 20209
/proc/meminfo: memFree=28825396/32872528 swapFree=1497824/1644992
[pid=20015] ppid=20012 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/20015/stat : 20015 (java) S 20012 20015 6916 0 -1 4202496 62426 0 1 0 179697 308 0 0 20 0 19 0 28395637 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 140735309054144 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20015/statm: 2406260 264492 2294 9 0 2396937 0
[pid=20015/tid=20016] ppid=20012 vsize=9625040 CPUtime=1751.34 cores=0,2,4,6
/proc/20015/task/20016/stat : 20016 (java) R 20012 20015 6916 0 -1 4202560 27058 0 1 0 175067 67 0 0 20 0 19 0 28395637 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854213106736 139854084747234 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20018] ppid=20012 vsize=9625040 CPUtime=5 cores=0,2,4,6
/proc/20015/task/20018/stat : 20018 (java) S 20012 20015 6916 0 -1 4202560 2932 0 0 0 474 26 0 0 20 0 19 0 28395638 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854056470696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20019] ppid=20012 vsize=9625040 CPUtime=5.12 cores=0,2,4,6
/proc/20015/task/20019/stat : 20019 (java) S 20012 20015 6916 0 -1 4202560 2237 0 0 0 488 24 0 0 20 0 19 0 28395638 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854055418152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20020] ppid=20012 vsize=9625040 CPUtime=5.07 cores=0,2,4,6
/proc/20015/task/20020/stat : 20020 (java) S 20012 20015 6916 0 -1 4202560 2211 0 0 0 482 25 0 0 20 0 19 0 28395638 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854054365608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20015/tid=20021] ppid=20012 vsize=9625040 CPUtime=5.17 cores=0,2,4,6
/proc/20015/task/20021/stat : 20021 (java) S 20012 20015 6916 0 -1 4202560 2893 0 0 0 491 26 0 0 20 0 19 0 28395638 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854053313064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20022] ppid=20012 vsize=9625040 CPUtime=5.02 cores=0,2,4,6
/proc/20015/task/20022/stat : 20022 (java) S 20012 20015 6916 0 -1 4202560 2015 0 0 0 476 26 0 0 20 0 19 0 28395638 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854052260520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20023] ppid=20012 vsize=9625040 CPUtime=5.13 cores=0,2,4,6
/proc/20015/task/20023/stat : 20023 (java) S 20012 20015 6916 0 -1 4202560 2469 0 0 0 484 29 0 0 20 0 19 0 28395638 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854051207976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20024] ppid=20012 vsize=9625040 CPUtime=5.01 cores=0,2,4,6
/proc/20015/task/20024/stat : 20024 (java) S 20012 20015 6916 0 -1 4202560 2740 0 0 0 476 25 0 0 20 0 19 0 28395638 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854050155432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20015/tid=20025] ppid=20012 vsize=9625040 CPUtime=5.13 cores=0,2,4,6
/proc/20015/task/20025/stat : 20025 (java) S 20012 20015 6916 0 -1 4202560 2278 0 0 0 489 24 0 0 20 0 19 0 28395638 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854049102888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20026] ppid=20012 vsize=9625040 CPUtime=2.72 cores=0,2,4,6
/proc/20015/task/20026/stat : 20026 (java) S 20012 20015 6916 0 -1 4202560 4436 0 0 0 236 36 0 0 20 0 19 0 28395639 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854036904040 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20027] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20027/stat : 20027 (java) S 20012 20015 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28395640 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854035850360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20028] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20028/stat : 20028 (java) S 20012 20015 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28395640 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854034797704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20029] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20029/stat : 20029 (java) S 20012 20015 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28395642 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854033746448 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20030] ppid=20012 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/20015/task/20030/stat : 20030 (java) S 20012 20015 6916 0 -1 4202560 1609 0 0 0 33 0 0 0 20 0 19 0 28395642 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854032693816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20015/tid=20031] ppid=20012 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/20015/task/20031/stat : 20031 (java) S 20012 20015 6916 0 -1 4202560 8184 0 0 0 67 2 0 0 20 0 19 0 28395642 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854031641272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20015/tid=20032] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20032/stat : 20032 (java) S 20012 20015 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28395642 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854030588920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20015/tid=20033] ppid=20012 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/20015/task/20033/stat : 20033 (java) S 20012 20015 6916 0 -1 4202560 101 0 0 0 33 30 0 0 20 0 19 0 28395642 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854029536584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20015/tid=20034] ppid=20012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20015/task/20034/stat : 20034 (java) S 20012 20015 6916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28395696 9856040960 264492 33554432000 1073741824 1073778376 140735309063008 139854028481320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20015 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=119404
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=541461
# CPU time returned by wait4() is 1796.66
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1772.54
CPU time (s): 1800.05
CPU user time (s): 1796.97
CPU system time (s): 3.08
CPU usage (%): 101.552
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.12
system time used= 3.54146
maximum resident set size= 1149120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62459
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 90666
involuntary context switches= 133006

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2204 second user time and 13.5549 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-18 17:24:48
IDJOB=4105688
IDBENCH=2978
IDSOLVER=2546
FILE ID=node124/4105688-1466263488
RUNJOBID= node124-1466241833-6932
PBS_JOBID= 19918215
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=140-sizeP=71-sizeQ=140-318609522-max.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105688-1466263488/watcher-4105688-1466263488 -o /tmp/evaluation-result-4105688-1466263488/solver-4105688-1466263488 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466241833-6932 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105688-1466263488.opb

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

MD5SUM BENCH= ae51e618574b80c61fbc975822c4a1eb
RANDOM SEED=477893455

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28957540 kB
Buffers:          151464 kB
Cached:           188980 kB
SwapCached:         3080 kB
Active:          1257848 kB
Inactive:         239724 kB
Active(anon):    1156716 kB
Inactive(anon):     2880 kB
Active(file):     101132 kB
Inactive(file):   236844 kB
Unevictable:     1644992 kB
Mlocked:         1497824 kB
SwapTotal:      67108856 kB
SwapFree:       67099796 kB
Dirty:              2196 kB
Writeback:             0 kB
AnonPages:       2821164 kB
Mapped:            16992 kB
Shmem:                 0 kB
Slab:             627452 kB
SReclaimable:      70648 kB
SUnreclaim:       556804 kB
KernelStack:        1760 kB
PageTables:         9844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4296680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1282048 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 node124 at 2016-06-18 17:54:21