Trace number 4105784

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.04 1789.42

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=320-sizeP=161-sizeQ=320-420453220-max.opb
MD5SUM731d8a8b62f1165d7f7ff2eb0e8bed96
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52001
Total number of constraints154561
Number of constraints which are clauses154560
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 constraint51520
Number of terms in the objective function 161
Biggest coefficient in the objective function 1461501637330902918203684832716283019655932542976
Number of bits for the biggest coefficient in the objective function 161
Sum of the numbers in the objective function 2923003274661805836407369665432566039311865085951
Number of bits of the sum of numbers in the objective function 161
Biggest number in a constraint 1560874275157996115690798614896583152874299071332485575429578479812685869409882810060153051531745985579913465560703311447723987839644142653145088
Number of bits of the biggest number in a constraint 480
Biggest sum of numbers in a constraint 6243497100631984462763194459586332611497196285329458171408770520629035540670020835398097850925707779467176054569131054629458594384801759081011045
Number of bits of the biggest sum of numbers481
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.01/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.19	c See www.sat4j.org for details.
0.01/0.19	c version PB16.v20160501
0.01/0.20	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.20	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.20	c java.vm.version	19.1-b02
0.01/0.20	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.20	c sun.arch.data.model	64
0.01/0.20	c java.version		1.6.0_24
0.01/0.20	c os.name		Linux
0.01/0.20	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.20	c os.arch		amd64
0.01/0.20	c Free memory 		501472288
0.09/0.20	c Max memory 		7480803328
0.09/0.20	c Total memory 		504102912
0.09/0.20	c Number of processors 	8
0.09/0.22	c Pseudo Boolean Optimization by upper bound
0.09/0.22	c --- Begin Solver configuration ---
0.09/0.22	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.22	c Learn all clauses as in MiniSAT
0.09/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.22	c No reason simplification
0.09/0.22	c Glucose 2.1 dynamic restart strategy
0.09/0.22	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.22	c timeout=2147483s
0.09/0.22	c DB Simplification allowed=false
0.09/0.22	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.22	c --- End Solver configuration ---
0.09/0.22	c solving HOME/instance-4105784-1466265808.opb
0.09/0.22	c reading problem ... 
0.09/0.22	c  objective function found
2.40/1.70	c ... done. Wall clock time 1.477s.
2.40/1.70	c declared #vars     52001
2.40/1.70	c #constraints  154562
2.40/1.70	c constraints type 
2.40/1.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51520
2.40/1.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 103040
2.40/1.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.40/1.70	c 154562 constraints processed.
2.40/1.70	c objective function length is 161 literals
1041.13/1037.57	c cleaning 2498 clauses out of 5000 with flag 12568/5000
1800.04/1789.40	c starts		: 4
1800.04/1789.40	c conflicts		: 8587
1800.04/1789.40	c decisions		: 11391
1800.04/1789.40	c propagations		: 3908943
1800.04/1789.40	c inspects		: 21070601
1800.04/1789.40	c shortcuts		: 0
1800.04/1789.40	c learnt literals	: 0
1800.04/1789.40	c learnt binary clauses	: 0
1800.04/1789.40	c learnt ternary clauses	: 0
1800.04/1789.40	c learnt constraints	: 8587
1800.04/1789.40	c ignored constraints	: 0
1800.04/1789.40	c root simplifications	: 0
1800.04/1789.40	c removed literals (reason simplification)	: 0
1800.04/1789.40	c reason swapping (by a shorter reason)	: 0
1800.04/1789.40	c Calls to reduceDB	: 1
1800.04/1789.40	c Number of update (reduction) of LBD	: 969
1800.04/1789.40	c Imported unit clauses	: 0
1800.04/1789.40	c number of reductions to clauses (during analyze)	: 0
1800.04/1789.40	c number of learned constraints concerned by reduction	: 0
1800.04/1789.40	c number of learning phase by resolution	: 0
1800.04/1789.40	c number of learning phase by cutting planes	: 0
1800.04/1789.40	c speed (assignments/second)	: 2186.6199763378486
1800.04/1789.40	c non guided choices	139
1800.04/1789.41	c learnt constraints type 
1800.04/1789.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6089
1800.04/1789.41	s UNKNOWN
1800.04/1789.41	c Total wall clock time (in seconds): 1789.186

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-4105784-1466265808/watcher-4105784-1466265808 -o /tmp/evaluation-result-4105784-1466265808/solver-4105784-1466265808 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19865 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4105784-1466265808.opb 

pid=19880
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: 1.24 1.78 2.00 3/172 19883
/proc/meminfo: memFree=30788676/32872528 swapFree=877056/942464
[pid=19883] ppid=19880 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/19883/stat : 19883 (java) D 19880 19883 19848 0 -1 4202496 317 0 2 0 0 0 0 0 20 0 1 0 28629727 9515008 176 33554432000 1073741824 1073778376 140734824977584 140734824960312 213193147280 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/19883/statm: 2323 176 133 9 0 71 0

[startup+0.100157 s]
/proc/loadavg: 1.24 1.78 2.00 3/172 19883
/proc/meminfo: memFree=30788676/32872528 swapFree=877056/942464
[pid=19883] ppid=19880 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/19883/stat : 19883 (java) S 19880 19883 19848 0 -1 4202496 3036 0 29 0 1 0 0 0 20 0 13 0 28629727 9446973440 3683 33554432000 1073741824 1073778376 140737341830752 140737341821888 213196505149 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/19883/statm: 2306390 3683 1676 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.200274 s]
/proc/loadavg: 1.24 1.78 2.00 3/172 19883
/proc/meminfo: memFree=30788676/32872528 swapFree=877056/942464
[pid=19883] ppid=19880 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19883/stat : 19883 (java) S 19880 19883 19848 0 -1 4202496 4373 0 32 0 8 1 0 0 20 0 18 0 28629727 9787879424 6014 33554432000 1073741824 1073778376 140737341830752 140737341821888 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/19883/statm: 2389619 6014 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.300258 s]
/proc/loadavg: 1.24 1.78 2.00 3/172 19883
/proc/meminfo: memFree=30788676/32872528 swapFree=877056/942464
[pid=19883] ppid=19880 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/19883/stat : 19883 (java) S 19880 19883 19848 0 -1 4202496 4686 0 32 0 23 1 0 0 20 0 18 0 28629727 9787879424 6757 33554432000 1073741824 1073778376 140737341830752 140737341821888 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/19883/statm: 2389619 6757 2200 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.700264 s]
/proc/loadavg: 1.24 1.78 2.00 3/172 19883
/proc/meminfo: memFree=30788676/32872528 swapFree=877056/942464
[pid=19883] ppid=19880 vsize=9558476 CPUtime=0.95 cores=1,3,5,7
/proc/19883/stat : 19883 (java) S 19880 19883 19848 0 -1 4202496 6729 0 33 0 92 3 0 0 20 0 18 0 28629727 9787879424 36917 33554432000 1073741824 1073778376 140737341830752 140737341821888 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/19883/statm: 2389619 36917 2245 9 0 2380296 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 1.24 1.78 2.00 3/211 19929
/proc/meminfo: memFree=30431044/32872528 swapFree=877056/942464
[pid=19883] ppid=19880 vsize=9558476 CPUtime=1.95 cores=1,3,5,7
/proc/19883/stat : 19883 (java) S 19880 19883 19848 0 -1 4202496 8481 0 33 0 189 6 0 0 20 0 18 0 28629727 9787879424 47104 33554432000 1073741824 1073778376 140737341830752 140737341821888 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/19883/statm: 2389619 47131 2270 9 0 2380296 0
[pid=19883/tid=19885] ppid=19880 vsize=9558476 CPUtime=1.3 cores=1,3,5,7
/proc/19883/task/19885/stat : 19885 (java) R 19880 19883 19848 0 -1 4202560 2453 0 11 0 127 3 0 0 20 0 18 0 28629731 9787879424 47140 33554432000 1073741824 1073778376 140737341830752 140435393752056 140435246889070 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0
[pid=19883/tid=19886] ppid=19880 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/19883/task/19886/stat : 19886 (java) S 19880 19883 19848 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 28629733 9787879424 47161 33554432000 1073741824 1073778376 140737341830752 140435366206120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19887] ppid=19880 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19887/stat : 19887 (java) S 19880 19883 19848 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 28629733 9787879424 47173 33554432000 1073741824 1073778376 140737341830752 140435235842856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19888] ppid=19880 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/19883/task/19888/stat : 19888 (java) S 19880 19883 19848 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 28629733 9787879424 47189 33554432000 1073741824 1073778376 140737341830752 140435234790312 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19889] ppid=19880 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/19883/task/19889/stat : 19889 (java) S 19880 19883 19848 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 28629733 9787879424 47206 33554432000 1073741824 1073778376 140737341830752 140435233737768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19890] ppid=19880 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19890/stat : 19890 (java) S 19880 19883 19848 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 28629733 9787879424 47216 33554432000 1073741824 1073778376 140737341830752 140435232684200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19891] ppid=19880 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19891/stat : 19891 (java) S 19880 19883 19848 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 28629733 9787879424 47229 33554432000 1073741824 1073778376 140737341830752 140435231631656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19892] ppid=19880 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/19883/task/19892/stat : 19892 (java) S 19880 19883 19848 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 28629733 9787879424 47246 33554432000 1073741824 1073778376 140737341830752 140434894481832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19893] ppid=19880 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19893/stat : 19893 (java) S 19880 19883 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 28629733 9787879424 47263 33554432000 1073741824 1073778376 140737341830752 140434893429288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19895] ppid=19880 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19895/stat : 19895 (java) S 19880 19883 19848 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 28629734 9787879424 47274 33554432000 1073741824 1073778376 140737341830752 140434881231464 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19896] ppid=19880 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19896/stat : 19896 (java) S 19880 19883 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 28629735 9787879424 47292 33554432000 1073741824 1073778376 140737341830752 140434880177784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19897] ppid=19880 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19897/stat : 19897 (java) S 19880 19883 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 28629735 9787879424 47302 33554432000 1073741824 1073778376 140737341830752 140434879125128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19909] ppid=19880 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19909/stat : 19909 (java) S 19880 19883 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28629742 9787879424 47320 33554432000 1073741824 1073778376 140737341830752 140434878073872 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19910] ppid=19880 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/19883/task/19910/stat : 19910 (java) S 19880 19883 19848 0 -1 4202560 1699 0 1 0 23 0 0 0 20 0 18 0 28629742 9787879424 47335 33554432000 1073741824 1073778376 140737341830752 140434877020216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19911] ppid=19880 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/19883/task/19911/stat : 19911 (java) R 19880 19883 19848 0 -1 4202560 3186 0 3 0 21 0 0 0 20 0 18 0 28629742 9787879424 47348 33554432000 1073741824 1073778376 140737341830752 140434875967672 213192815279 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19912] ppid=19880 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19912/stat : 19912 (java) S 19880 19883 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28629742 9787879424 47366 33554432000 1073741824 1073778376 140737341830752 140434874915320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19913] ppid=19880 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19913/stat : 19913 (java) S 19880 19883 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28629742 9787879424 47374 33554432000 1073741824 1073778376 140737341830752 140434873862984 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9558476

[startup+3.10075 s]
/proc/loadavg: 1.24 1.78 2.00 4/213 19931
/proc/meminfo: memFree=30317808/32872528 swapFree=877056/942464
[pid=19883] ppid=19880 vsize=9625040 CPUtime=4.04 cores=1,3,5,7
/proc/19883/stat : 19883 (java) S 19880 19883 19848 0 -1 4202496 14535 0 33 0 396 8 0 0 20 0 19 0 28629727 9856040960 50414 33554432000 1073741824 1073778376 140737341830752 140737341821888 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/19883/statm: 2406260 50414 2277 9 0 2396937 0
[pid=19883/tid=19885] ppid=19880 vsize=9625040 CPUtime=2.89 cores=1,3,5,7
/proc/19883/task/19885/stat : 19885 (java) R 19880 19883 19848 0 -1 4202560 2463 0 11 0 286 3 0 0 20 0 19 0 28629731 9856040960 50414 33554432000 1073741824 1073778376 140737341830752 140435393751296 140435247462388 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0
[pid=19883/tid=19886] ppid=19880 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/19883/task/19886/stat : 19886 (java) S 19880 19883 19848 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 28629733 9856040960 50414 33554432000 1073741824 1073778376 140737341830752 140435366206120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19887] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19887/stat : 19887 (java) S 19880 19883 19848 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 28629733 9856040960 50414 33554432000 1073741824 1073778376 140737341830752 140435235842856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19888] ppid=19880 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19883/task/19888/stat : 19888 (java) S 19880 19883 19848 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 28629733 9856040960 50414 33554432000 1073741824 1073778376 140737341830752 140435234790312 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19889] ppid=19880 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19883/task/19889/stat : 19889 (java) S 19880 19883 19848 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 28629733 9856040960 50414 33554432000 1073741824 1073778376 140737341830752 140435233737768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19890] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19890/stat : 19890 (java) S 19880 19883 19848 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 28629733 9856040960 50414 33554432000 1073741824 1073778376 140737341830752 140435232684200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19891] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19891/stat : 19891 (java) S 19880 19883 19848 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 28629733 9856040960 50414 33554432000 1073741824 1073778376 140737341830752 140435231631656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19892] ppid=19880 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19883/task/19892/stat : 19892 (java) S 19880 19883 19848 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 28629733 9856040960 50414 33554432000 1073741824 1073778376 140737341830752 140434894481832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19893] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19893/stat : 19893 (java) S 19880 19883 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28629733 9856040960 50414 33554432000 1073741824 1073778376 140737341830752 140434893429288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19895] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19895/stat : 19895 (java) S 19880 19883 19848 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 28629734 9856040960 50414 33554432000 1073741824 1073778376 140737341830752 140434881231464 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19896] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19896/stat : 19896 (java) S 19880 19883 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28629735 9856040960 50414 33554432000 1073741824 1073778376 140737341830752 140434880177784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19897] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19897/stat : 19897 (java) S 19880 19883 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28629735 9856040960 50414 33554432000 1073741824 1073778376 140737341830752 140434879125128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19909] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19909/stat : 19909 (java) S 19880 19883 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28629742 9856040960 50414 33554432000 1073741824 1073778376 140737341830752 140434878073872 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19910] ppid=19880 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/19883/task/19910/stat : 19910 (java) S 19880 19883 19848 0 -1 4202560 3293 0 1 0 45 0 0 0 20 0 19 0 28629742 9856040960 50414 33554432000 1073741824 1073778376 140737341830752 140434877020216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19911] ppid=19880 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/19883/task/19911/stat : 19911 (java) S 19880 19883 19848 0 -1 4202560 7378 0 3 0 47 0 0 0 20 0 19 0 28629742 9856040960 50414 33554432000 1073741824 1073778376 140737341830752 140434875967672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19912] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19912/stat : 19912 (java) S 19880 19883 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28629742 9856040960 50414 33554432000 1073741824 1073778376 140737341830752 140434874915320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19913] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19913/stat : 19913 (java) S 19880 19883 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28629742 9856040960 50414 33554432000 1073741824 1073778376 140737341830752 140434873862984 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19930] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19930/stat : 19930 (java) S 19880 19883 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28629901 9856040960 50414 33554432000 1073741824 1073778376 140737341830752 140434872808744 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 1.30 1.79 2.00 3/191 19967
/proc/meminfo: memFree=30432820/32872528 swapFree=877056/942464
[pid=19883] ppid=19880 vsize=9625040 CPUtime=7.42 cores=1,3,5,7
/proc/19883/stat : 19883 (java) S 19880 19883 19848 0 -1 4202496 14790 0 33 0 730 12 0 0 20 0 19 0 28629727 9856040960 88756 33554432000 1073741824 1073778376 140737341830752 140737341821888 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/19883/statm: 2406260 88756 2277 9 0 2396937 0
[pid=19883/tid=19885] ppid=19880 vsize=9625040 CPUtime=6.03 cores=1,3,5,7
/proc/19883/task/19885/stat : 19885 (java) R 19880 19883 19848 0 -1 4202560 2525 0 11 0 599 4 0 0 20 0 19 0 28629731 9856040960 88756 33554432000 1073741824 1073778376 140737341830752 140435393751296 140435247644170 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0
[pid=19883/tid=19886] ppid=19880 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/19883/task/19886/stat : 19886 (java) S 19880 19883 19848 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 19 0 28629733 9856040960 88756 33554432000 1073741824 1073778376 140737341830752 140435366206120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19887] ppid=19880 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19883/task/19887/stat : 19887 (java) S 19880 19883 19848 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 28629733 9856040960 88756 33554432000 1073741824 1073778376 140737341830752 140435235842856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19888] ppid=19880 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/19883/task/19888/stat : 19888 (java) S 19880 19883 19848 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 28629733 9856040960 88756 33554432000 1073741824 1073778376 140737341830752 140435234790312 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19889] ppid=19880 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/19883/task/19889/stat : 19889 (java) S 19880 19883 19848 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 19 0 28629733 9856040960 88756 33554432000 1073741824 1073778376 140737341830752 140435233737768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19890] ppid=19880 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/19883/task/19890/stat : 19890 (java) S 19880 19883 19848 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 19 0 28629733 9856040960 88756 33554432000 1073741824 1073778376 140737341830752 140435232684200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19891] ppid=19880 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19883/task/19891/stat : 19891 (java) S 19880 19883 19848 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 28629733 9856040960 88756 33554432000 1073741824 1073778376 140737341830752 140435231631656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19892] ppid=19880 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/19883/task/19892/stat : 19892 (java) S 19880 19883 19848 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 28629733 9856040960 88756 33554432000 1073741824 1073778376 140737341830752 140434894481832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19893] ppid=19880 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19883/task/19893/stat : 19893 (java) S 19880 19883 19848 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 28629733 9856040960 88756 33554432000 1073741824 1073778376 140737341830752 140434893429288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19883/tid=19895] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19895/stat : 19895 (java) S 19880 19883 19848 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 28629734 9856040960 88756 33554432000 1073741824 1073778376 140737341830752 140434881231464 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19896] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19896/stat : 19896 (java) S 19880 19883 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28629735 9856040960 88756 33554432000 1073741824 1073778376 140737341830752 140434880177784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19897] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19897/stat : 19897 (java) S 19880 19883 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28629735 9856040960 88756 33554432000 1073741824 1073778376 140737341830752 140434879125128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19909] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19909/stat : 19909 (java) S 19880 19883 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28629742 9856040960 88756 33554432000 1073741824 1073778376 140737341830752 140434878073872 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19910] ppid=19880 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/19883/task/19910/stat : 19910 (java) S 19880 19883 19848 0 -1 4202560 3293 0 1 0 49 0 0 0 20 0 19 0 28629742 9856040960 88756 33554432000 1073741824 1073778376 140737341830752 140434877020216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19911] ppid=19880 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/19883/task/19911/stat : 19911 (java) S 19880 19883 19848 0 -1 4202560 7378 0 3 0 49 0 0 0 20 0 19 0 28629742 9856040960 88756 33554432000 1073741824 1073778376 140737341830752 140434875967672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19912] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19912/stat : 19912 (java) S 19880 19883 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28629742 9856040960 88756 33554432000 1073741824 1073778376 140737341830752 140434874915320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19913] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19913/stat : 19913 (java) S 19880 19883 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28629742 9856040960 88756 33554432000 1073741824 1073778376 140737341830752 140434873862984 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19930] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19930/stat : 19930 (java) S 19880 19883 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28629901 9856040960 88756 33554432000 1073741824 1073778376 140737341830752 140434872808744 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 1.35 1.79 2.00 3/191 20032

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

[pid=19883/tid=19930] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19930/stat : 19930 (java) S 19880 19883 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28629901 9856040960 560036 33554432000 1073741824 1073778376 140737341830752 140434872808744 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1671.49
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.22 2.13 2.08 3/213 20105
/proc/meminfo: memFree=25878664/32872528 swapFree=877056/942464
[pid=19883] ppid=19880 vsize=9625040 CPUtime=1732.14 cores=1,3,5,7
/proc/19883/stat : 19883 (java) S 19880 19883 19848 0 -1 4202496 26370 0 33 0 173067 147 0 0 20 0 19 0 28629727 9856040960 558658 33554432000 1073741824 1073778376 140737341830752 140737341821888 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/19883/statm: 2406260 558658 2293 9 0 2396937 0
[pid=19883/tid=19885] ppid=19880 vsize=9625040 CPUtime=1712.17 cores=1,3,5,7
/proc/19883/task/19885/stat : 19885 (java) R 19880 19883 19848 0 -1 4202560 4602 0 11 0 171153 64 0 0 20 0 19 0 28629731 9856040960 558658 33554432000 1073741824 1073778376 140737341830752 140435393752064 140435247644170 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0
[pid=19883/tid=19886] ppid=19880 vsize=9625040 CPUtime=1.73 cores=1,3,5,7
/proc/19883/task/19886/stat : 19886 (java) S 19880 19883 19848 0 -1 4202560 290 0 0 0 163 10 0 0 20 0 19 0 28629733 9856040960 558658 33554432000 1073741824 1073778376 140737341830752 140435366206120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19887] ppid=19880 vsize=9625040 CPUtime=1.73 cores=1,3,5,7
/proc/19883/task/19887/stat : 19887 (java) S 19880 19883 19848 0 -1 4202560 306 0 0 0 163 10 0 0 20 0 19 0 28629733 9856040960 558658 33554432000 1073741824 1073778376 140737341830752 140435235842856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19883/tid=19888] ppid=19880 vsize=9625040 CPUtime=1.73 cores=1,3,5,7
/proc/19883/task/19888/stat : 19888 (java) S 19880 19883 19848 0 -1 4202560 256 0 0 0 161 12 0 0 20 0 19 0 28629733 9856040960 558658 33554432000 1073741824 1073778376 140737341830752 140435234790312 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19889] ppid=19880 vsize=9625040 CPUtime=1.69 cores=1,3,5,7
/proc/19883/task/19889/stat : 19889 (java) S 19880 19883 19848 0 -1 4202560 394 0 0 0 159 10 0 0 20 0 19 0 28629733 9856040960 558658 33554432000 1073741824 1073778376 140737341830752 140435233737768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19890] ppid=19880 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/19883/task/19890/stat : 19890 (java) S 19880 19883 19848 0 -1 4202560 164 0 0 0 161 9 0 0 20 0 19 0 28629733 9856040960 558658 33554432000 1073741824 1073778376 140737341830752 140435232684200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19891] ppid=19880 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/19883/task/19891/stat : 19891 (java) S 19880 19883 19848 0 -1 4202560 314 0 0 0 161 11 0 0 20 0 19 0 28629733 9856040960 558658 33554432000 1073741824 1073778376 140737341830752 140435231631656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19892] ppid=19880 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/19883/task/19892/stat : 19892 (java) S 19880 19883 19848 0 -1 4202560 316 0 0 0 159 11 0 0 20 0 19 0 28629733 9856040960 558658 33554432000 1073741824 1073778376 140737341830752 140434894481832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19883/tid=19893] ppid=19880 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/19883/task/19893/stat : 19893 (java) S 19880 19883 19848 0 -1 4202560 197 0 0 0 155 8 0 0 20 0 19 0 28629733 9856040960 558658 33554432000 1073741824 1073778376 140737341830752 140434893429288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19895] ppid=19880 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/19883/task/19895/stat : 19895 (java) S 19880 19883 19848 0 -1 4202560 7431 0 0 0 75 11 0 0 20 0 19 0 28629734 9856040960 558658 33554432000 1073741824 1073778376 140737341830752 140434881231464 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19896] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19896/stat : 19896 (java) S 19880 19883 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28629735 9856040960 558658 33554432000 1073741824 1073778376 140737341830752 140434880177784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19897] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19897/stat : 19897 (java) S 19880 19883 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28629735 9856040960 558658 33554432000 1073741824 1073778376 140737341830752 140434879125128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19909] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19909/stat : 19909 (java) S 19880 19883 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28629742 9856040960 558658 33554432000 1073741824 1073778376 140737341830752 140434878073872 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19910] ppid=19880 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/19883/task/19910/stat : 19910 (java) S 19880 19883 19848 0 -1 4202560 3306 0 1 0 53 0 0 0 20 0 19 0 28629742 9856040960 558658 33554432000 1073741824 1073778376 140737341830752 140434877020216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19911] ppid=19880 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/19883/task/19911/stat : 19911 (java) S 19880 19883 19848 0 -1 4202560 7450 0 3 0 55 0 0 0 20 0 19 0 28629742 9856040960 558658 33554432000 1073741824 1073778376 140737341830752 140434875967672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19883/tid=19912] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19912/stat : 19912 (java) S 19880 19883 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28629742 9856040960 558658 33554432000 1073741824 1073778376 140737341830752 140434874915320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19913] ppid=19880 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/19883/task/19913/stat : 19913 (java) S 19880 19883 19848 0 -1 4202560 98 0 0 0 15 21 0 0 20 0 19 0 28629742 9856040960 558658 33554432000 1073741824 1073778376 140737341830752 140434873862984 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19930] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19930/stat : 19930 (java) S 19880 19883 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28629901 9856040960 558658 33554432000 1073741824 1073778376 140737341830752 140434872808744 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1732.14
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.12 2.08 3/213 20106
/proc/meminfo: memFree=25903516/32872528 swapFree=877056/942464
[pid=19883] ppid=19880 vsize=9625040 CPUtime=1792.9 cores=1,3,5,7
/proc/19883/stat : 19883 (java) S 19880 19883 19848 0 -1 4202496 26456 0 33 0 179139 151 0 0 20 0 19 0 28629727 9856040960 560439 33554432000 1073741824 1073778376 140737341830752 140737341821888 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/19883/statm: 2406260 560439 2293 9 0 2396937 0
[pid=19883/tid=19885] ppid=19880 vsize=9625040 CPUtime=1771.61 cores=1,3,5,7
/proc/19883/task/19885/stat : 19885 (java) R 19880 19883 19848 0 -1 4202560 4643 0 11 0 177097 64 0 0 20 0 19 0 28629731 9856040960 560439 33554432000 1073741824 1073778376 140737341830752 140435393752128 140435247610753 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0
[pid=19883/tid=19886] ppid=19880 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/19883/task/19886/stat : 19886 (java) S 19880 19883 19848 0 -1 4202560 294 0 0 0 177 10 0 0 20 0 19 0 28629733 9856040960 560439 33554432000 1073741824 1073778376 140737341830752 140435366206120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19887] ppid=19880 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/19883/task/19887/stat : 19887 (java) S 19880 19883 19848 0 -1 4202560 312 0 0 0 176 10 0 0 20 0 19 0 28629733 9856040960 560439 33554432000 1073741824 1073778376 140737341830752 140435235842856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19888] ppid=19880 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/19883/task/19888/stat : 19888 (java) S 19880 19883 19848 0 -1 4202560 261 0 0 0 175 13 0 0 20 0 19 0 28629733 9856040960 560439 33554432000 1073741824 1073778376 140737341830752 140435234790312 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19889] ppid=19880 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/19883/task/19889/stat : 19889 (java) S 19880 19883 19848 0 -1 4202560 400 0 0 0 176 10 0 0 20 0 19 0 28629733 9856040960 560439 33554432000 1073741824 1073778376 140737341830752 140435233737768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19890] ppid=19880 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/19883/task/19890/stat : 19890 (java) S 19880 19883 19848 0 -1 4202560 169 0 0 0 178 9 0 0 20 0 19 0 28629733 9856040960 560439 33554432000 1073741824 1073778376 140737341830752 140435232684200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19883/tid=19891] ppid=19880 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/19883/task/19891/stat : 19891 (java) S 19880 19883 19848 0 -1 4202560 317 0 0 0 176 11 0 0 20 0 19 0 28629733 9856040960 560439 33554432000 1073741824 1073778376 140737341830752 140435231631656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19883/tid=19892] ppid=19880 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/19883/task/19892/stat : 19892 (java) S 19880 19883 19848 0 -1 4202560 319 0 0 0 173 11 0 0 20 0 19 0 28629733 9856040960 560439 33554432000 1073741824 1073778376 140737341830752 140434894481832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19893] ppid=19880 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/19883/task/19893/stat : 19893 (java) S 19880 19883 19848 0 -1 4202560 202 0 0 0 166 8 0 0 20 0 19 0 28629733 9856040960 560439 33554432000 1073741824 1073778376 140737341830752 140434893429288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19895] ppid=19880 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/19883/task/19895/stat : 19895 (java) S 19880 19883 19848 0 -1 4202560 7435 0 0 0 75 12 0 0 20 0 19 0 28629734 9856040960 560439 33554432000 1073741824 1073778376 140737341830752 140434881231464 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19896] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19896/stat : 19896 (java) S 19880 19883 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28629735 9856040960 560439 33554432000 1073741824 1073778376 140737341830752 140434880177784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19897] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19897/stat : 19897 (java) S 19880 19883 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28629735 9856040960 560439 33554432000 1073741824 1073778376 140737341830752 140434879125128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19909] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19909/stat : 19909 (java) S 19880 19883 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28629742 9856040960 560439 33554432000 1073741824 1073778376 140737341830752 140434878073872 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19910] ppid=19880 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/19883/task/19910/stat : 19910 (java) S 19880 19883 19848 0 -1 4202560 3306 0 1 0 53 0 0 0 20 0 19 0 28629742 9856040960 560439 33554432000 1073741824 1073778376 140737341830752 140434877020216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19911] ppid=19880 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/19883/task/19911/stat : 19911 (java) S 19880 19883 19848 0 -1 4202560 7450 0 3 0 55 0 0 0 20 0 19 0 28629742 9856040960 560439 33554432000 1073741824 1073778376 140737341830752 140434875967672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19883/tid=19912] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19912/stat : 19912 (java) S 19880 19883 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28629742 9856040960 560439 33554432000 1073741824 1073778376 140737341830752 140434874915320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19913] ppid=19880 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/19883/task/19913/stat : 19913 (java) S 19880 19883 19848 0 -1 4202560 102 0 0 0 16 21 0 0 20 0 19 0 28629742 9856040960 560439 33554432000 1073741824 1073778376 140737341830752 140434873862984 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19930] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19930/stat : 19930 (java) S 19880 19883 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28629901 9856040960 560439 33554432000 1073741824 1073778376 140737341830752 140434872808744 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1792.9
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.4 s]
/proc/loadavg: 2.12 2.12 2.08 3/213 20106
/proc/meminfo: memFree=25903452/32872528 swapFree=877056/942464
[pid=19883] ppid=19880 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/19883/stat : 19883 (java) S 19880 19883 19848 0 -1 4202496 26463 0 33 0 179853 151 0 0 20 0 19 0 28629727 9856040960 560502 33554432000 1073741824 1073778376 140737341830752 140737341821888 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 2 0 0
/proc/19883/statm: 2406260 560502 2293 9 0 2396937 0
[pid=19883/tid=19885] ppid=19880 vsize=9625040 CPUtime=1778.67 cores=1,3,5,7
/proc/19883/task/19885/stat : 19885 (java) R 19880 19883 19848 0 -1 4202560 4646 0 11 0 177802 65 0 0 20 0 19 0 28629731 9856040960 560502 33554432000 1073741824 1073778376 140737341830752 140435393752064 140435247644256 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0
[pid=19883/tid=19886] ppid=19880 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/19883/task/19886/stat : 19886 (java) S 19880 19883 19848 0 -1 4202560 295 0 0 0 178 10 0 0 20 0 19 0 28629733 9856040960 560502 33554432000 1073741824 1073778376 140737341830752 140435366206120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19887] ppid=19880 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/19883/task/19887/stat : 19887 (java) S 19880 19883 19848 0 -1 4202560 312 0 0 0 176 10 0 0 20 0 19 0 28629733 9856040960 560502 33554432000 1073741824 1073778376 140737341830752 140435235842856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19883/tid=19888] ppid=19880 vsize=9625040 CPUtime=1.89 cores=1,3,5,7
/proc/19883/task/19888/stat : 19888 (java) S 19880 19883 19848 0 -1 4202560 262 0 0 0 176 13 0 0 20 0 19 0 28629733 9856040960 560502 33554432000 1073741824 1073778376 140737341830752 140435234790312 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19889] ppid=19880 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/19883/task/19889/stat : 19889 (java) S 19880 19883 19848 0 -1 4202560 400 0 0 0 177 10 0 0 20 0 19 0 28629733 9856040960 560502 33554432000 1073741824 1073778376 140737341830752 140435233737768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19890] ppid=19880 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/19883/task/19890/stat : 19890 (java) S 19880 19883 19848 0 -1 4202560 170 0 0 0 179 9 0 0 20 0 19 0 28629733 9856040960 560502 33554432000 1073741824 1073778376 140737341830752 140435232684200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19891] ppid=19880 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/19883/task/19891/stat : 19891 (java) S 19880 19883 19848 0 -1 4202560 318 0 0 0 177 11 0 0 20 0 19 0 28629733 9856040960 560502 33554432000 1073741824 1073778376 140737341830752 140435231631656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19892] ppid=19880 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/19883/task/19892/stat : 19892 (java) S 19880 19883 19848 0 -1 4202560 319 0 0 0 174 11 0 0 20 0 19 0 28629733 9856040960 560502 33554432000 1073741824 1073778376 140737341830752 140434894481832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19893] ppid=19880 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/19883/task/19893/stat : 19893 (java) S 19880 19883 19848 0 -1 4202560 202 0 0 0 167 8 0 0 20 0 19 0 28629733 9856040960 560502 33554432000 1073741824 1073778376 140737341830752 140434893429288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19895] ppid=19880 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/19883/task/19895/stat : 19895 (java) S 19880 19883 19848 0 -1 4202560 7435 0 0 0 75 12 0 0 20 0 19 0 28629734 9856040960 560502 33554432000 1073741824 1073778376 140737341830752 140434881231464 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19896] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19896/stat : 19896 (java) S 19880 19883 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28629735 9856040960 560502 33554432000 1073741824 1073778376 140737341830752 140434880177784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19897] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19897/stat : 19897 (java) S 19880 19883 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28629735 9856040960 560502 33554432000 1073741824 1073778376 140737341830752 140434879125128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19909] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19909/stat : 19909 (java) S 19880 19883 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28629742 9856040960 560502 33554432000 1073741824 1073778376 140737341830752 140434878073872 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19910] ppid=19880 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/19883/task/19910/stat : 19910 (java) S 19880 19883 19848 0 -1 4202560 3306 0 1 0 53 0 0 0 20 0 19 0 28629742 9856040960 560502 33554432000 1073741824 1073778376 140737341830752 140434877020216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19883/tid=19911] ppid=19880 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/19883/task/19911/stat : 19911 (java) S 19880 19883 19848 0 -1 4202560 7450 0 3 0 55 0 0 0 20 0 19 0 28629742 9856040960 560502 33554432000 1073741824 1073778376 140737341830752 140434875967672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19883/tid=19912] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19912/stat : 19912 (java) S 19880 19883 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28629742 9856040960 560502 33554432000 1073741824 1073778376 140737341830752 140434874915320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19883/tid=19913] ppid=19880 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/19883/task/19913/stat : 19913 (java) S 19880 19883 19848 0 -1 4202560 102 0 0 0 16 22 0 0 20 0 19 0 28629742 9856040960 560502 33554432000 1073741824 1073778376 140737341830752 140434873862984 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19883/tid=19930] ppid=19880 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19883/task/19930/stat : 19930 (java) S 19880 19883 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28629901 9856040960 560502 33554432000 1073741824 1073778376 140737341830752 140434872808744 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 19883 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 1789.42
CPU time (s): 1800.04
CPU user time (s): 1798.53
CPU system time (s): 1.51
CPU usage (%): 100.594
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.19
system time used= 1.9427
maximum resident set size= 2878720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26494
page faults= 33
swaps= 0
block input operations= 10608
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55085
involuntary context switches= 55468

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4234 second user time and 13.062 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 18:03:28
IDJOB=4105784
IDBENCH=3011
IDSOLVER=2546
FILE ID=node113/4105784-1466265808
RUNJOBID= node113-1466265808-19865
PBS_JOBID= 19918235
Free space on /tmp= 71688 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=320-sizeP=161-sizeQ=320-420453220-max.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105784-1466265808/watcher-4105784-1466265808 -o /tmp/evaluation-result-4105784-1466265808/solver-4105784-1466265808 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19865 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105784-1466265808.opb

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

MD5SUM BENCH= 731d8a8b62f1165d7f7ff2eb0e8bed96
RANDOM SEED=1772818175

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.799
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.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30789956 kB
Buffers:          107716 kB
Cached:           286828 kB
SwapCached:         1896 kB
Active:            93196 kB
Inactive:         308036 kB
Active(anon):       7056 kB
Inactive(anon):     2024 kB
Active(file):      86140 kB
Inactive(file):   306012 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:             17920 kB
Writeback:             0 kB
AnonPages:        949004 kB
Mapped:             6784 kB
Shmem:                 0 kB
Slab:             605464 kB
SReclaimable:      49784 kB
SUnreclaim:       555680 kB
KernelStack:        1344 kB
PageTables:         5992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1043136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 71672 MiB
End job on node113 at 2016-06-18 18:33:18