Trace number 4105776

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.01 1793.92

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=340-sizeP=171-sizeQ=340-737522999-max.opb
MD5SUM2b9e4e0dec92e7efe9699841b8c27d99
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-57
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables58651
Total number of constraints174421
Number of constraints which are clauses174420
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 constraint58140
Number of terms in the objective function 171
Biggest coefficient in the objective function 1496577676626844588240573268701473812127674924007424
Number of bits for the biggest coefficient in the objective function 171
Sum of the numbers in the objective function 2993155353253689176481146537402947624255349848014847
Number of bits of the sum of numbers in the objective function 171
Biggest number in a constraint 1675975991242824637446753124775730765934920727574049172215445180465220503759193372100234287270862928461253982273310756356719235351493321243304206125760512
Number of bits of the biggest number in a constraint 510
Biggest sum of numbers in a constraint 6703903964971298549787012499102923063739682910296196299453164965973479669891880458245518365170754398305594457399703799902412848625969319072778646785434424
Number of bits of the biggest sum of numbers511
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4105776-1466265267.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
2.47/1.77	c ... done. Wall clock time 1.67s.
2.47/1.77	c declared #vars     58651
2.47/1.77	c #constraints  174422
2.47/1.77	c constraints type 
2.47/1.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58140
2.47/1.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 116280
2.47/1.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.47/1.77	c 174422 constraints processed.
2.47/1.77	c objective function length is 171 literals
1456.20/1452.29	c cleaning 2494 clauses out of 5001 with flag 12770/5001
1800.01/1793.90	c starts		: 7
1800.01/1793.90	c conflicts		: 6357
1800.01/1793.90	c decisions		: 26583
1800.01/1793.90	c propagations		: 3280800
1800.01/1793.90	c inspects		: 15592972
1800.01/1793.90	c shortcuts		: 0
1800.01/1793.90	c learnt literals	: 0
1800.01/1793.90	c learnt binary clauses	: 0
1800.01/1793.90	c learnt ternary clauses	: 0
1800.01/1793.90	c learnt constraints	: 6357
1800.01/1793.90	c ignored constraints	: 0
1800.01/1793.90	c root simplifications	: 0
1800.01/1793.90	c removed literals (reason simplification)	: 0
1800.01/1793.90	c reason swapping (by a shorter reason)	: 0
1800.01/1793.90	c Calls to reduceDB	: 1
1800.01/1793.90	c Number of update (reduction) of LBD	: 729
1800.01/1793.90	c Imported unit clauses	: 0
1800.01/1793.90	c number of reductions to clauses (during analyze)	: 0
1800.01/1793.90	c number of learned constraints concerned by reduction	: 0
1800.01/1793.90	c number of learning phase by resolution	: 0
1800.01/1793.90	c number of learning phase by cutting planes	: 0
1800.01/1793.90	c speed (assignments/second)	: 1830.7132067659586
1800.01/1793.90	c non guided choices	148
1800.01/1793.90	c learnt constraints type 
1800.01/1793.90	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3863
1800.01/1793.90	s UNKNOWN
1800.01/1793.90	c Total wall clock time (in seconds): 1793.804

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

pid=20383
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.09 2.20 2.24 4/194 20386
/proc/meminfo: memFree=29870968/32872528 swapFree=1497824/1644992
[pid=20386] ppid=20383 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20386/stat : 20386 (java) S 20383 20386 6916 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 28573582 98570240 977 33554432000 1073741824 1073778376 140736364029728 140736364020864 259115745341 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20386/statm: 24065 977 743 9 0 16771 0
[pid=20386/tid=20387] ppid=20383 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20387/stat : 20387 (java) R 20383 20386 6916 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 28573582 98570240 977 33554432000 1073741824 1073778376 140736364029728 140354475748904 259112387968 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 2.09 2.20 2.24 4/194 20386
/proc/meminfo: memFree=29870968/32872528 swapFree=1497824/1644992
[pid=20386] ppid=20383 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/20386/stat : 20386 (java) S 20383 20386 6916 0 -1 4202496 4497 0 1 0 10 1 0 0 20 0 18 0 28573582 9787879424 6125 33554432000 1073741824 1073778376 140736364029728 140736364020864 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20386/statm: 2389619 6125 2157 9 0 2380296 0
[pid=20386/tid=20387] ppid=20383 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/20386/task/20387/stat : 20387 (java) R 20383 20386 6916 0 -1 4202560 2377 0 1 0 7 0 0 0 20 0 18 0 28573582 9787879424 6125 33554432000 1073741824 1073778376 140736364029728 140354475753176 140354478556555 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200265 s]
/proc/loadavg: 2.09 2.20 2.24 4/194 20386
/proc/meminfo: memFree=29870968/32872528 swapFree=1497824/1644992
[pid=20386] ppid=20383 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/20386/stat : 20386 (java) S 20383 20386 6916 0 -1 4202496 5142 0 1 0 28 1 0 0 20 0 18 0 28573582 9787879424 7680 33554432000 1073741824 1073778376 140736364029728 140736364020864 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20386/statm: 2389619 7680 2216 9 0 2380296 0
[pid=20386/tid=20387] ppid=20383 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/20386/task/20387/stat : 20387 (java) R 20383 20386 6916 0 -1 4202560 2394 0 1 0 17 0 0 0 20 0 18 0 28573582 9787879424 7680 33554432000 1073741824 1073778376 140736364029728 140354475753176 140354313924800 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300257 s]
/proc/loadavg: 2.09 2.20 2.24 4/194 20386
/proc/meminfo: memFree=29870968/32872528 swapFree=1497824/1644992
[pid=20386] ppid=20383 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/20386/stat : 20386 (java) S 20383 20386 6916 0 -1 4202496 5898 0 1 0 51 1 0 0 20 0 18 0 28573582 9787879424 9410 33554432000 1073741824 1073778376 140736364029728 140736364020864 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20386/statm: 2389619 9410 2233 9 0 2380296 0
[pid=20386/tid=20387] ppid=20383 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/20386/task/20387/stat : 20387 (java) R 20383 20386 6916 0 -1 4202560 2398 0 1 0 27 0 0 0 20 0 18 0 28573582 9787879424 9410 33554432000 1073741824 1073778376 140736364029728 140354475753176 140354313929636 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700268 s]
/proc/loadavg: 2.09 2.20 2.24 4/194 20386
/proc/meminfo: memFree=29870968/32872528 swapFree=1497824/1644992
[pid=20386] ppid=20383 vsize=9558476 CPUtime=1.13 cores=0,2,4,6
/proc/20386/stat : 20386 (java) S 20383 20386 6916 0 -1 4202496 7404 0 1 0 109 4 0 0 20 0 18 0 28573582 9787879424 41096 33554432000 1073741824 1073778376 140736364029728 140736364020864 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20386/statm: 2389619 41096 2261 9 0 2380296 0
[pid=20386/tid=20387] ppid=20383 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/20386/task/20387/stat : 20387 (java) R 20383 20386 6916 0 -1 4202560 2459 0 1 0 61 3 0 0 20 0 18 0 28573582 9787879424 41096 33554432000 1073741824 1073778376 140736364029728 140354475752984 140354313986112 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 2.09 2.20 2.24 4/212 20404
/proc/meminfo: memFree=29695172/32872528 swapFree=1497824/1644992
[pid=20386] ppid=20383 vsize=9558476 CPUtime=2.04 cores=0,2,4,6
/proc/20386/stat : 20386 (java) S 20383 20386 6916 0 -1 4202496 7492 0 1 0 199 5 0 0 20 0 18 0 28573582 9787879424 46230 33554432000 1073741824 1073778376 140736364029728 140736364020864 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20386/statm: 2389619 46230 2270 9 0 2380296 0
[pid=20386/tid=20387] ppid=20383 vsize=9558476 CPUtime=1.39 cores=0,2,4,6
/proc/20386/task/20387/stat : 20387 (java) R 20383 20386 6916 0 -1 4202560 2468 0 1 0 136 3 0 0 20 0 18 0 28573582 9787879424 46230 33554432000 1073741824 1073778376 140736364029728 140354475752648 140354479039383 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20386/tid=20389] ppid=20383 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/20386/task/20389/stat : 20389 (java) S 20383 20386 6916 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 28573583 9787879424 46230 33554432000 1073741824 1073778376 140736364029728 140354437245736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20390] ppid=20383 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/20386/task/20390/stat : 20390 (java) S 20383 20386 6916 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 18 0 28573583 9787879424 46230 33554432000 1073741824 1073778376 140736364029728 140354436192936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20391] ppid=20383 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/20386/task/20391/stat : 20391 (java) S 20383 20386 6916 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 28573583 9787879424 46230 33554432000 1073741824 1073778376 140736364029728 140354435140648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20392] ppid=20383 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/20386/task/20392/stat : 20392 (java) S 20383 20386 6916 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 28573583 9787879424 46230 33554432000 1073741824 1073778376 140736364029728 140354434087848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20393] ppid=20383 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/20386/task/20393/stat : 20393 (java) S 20383 20386 6916 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 18 0 28573583 9787879424 46230 33554432000 1073741824 1073778376 140736364029728 140354433034536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20394] ppid=20383 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/20386/task/20394/stat : 20394 (java) S 20383 20386 6916 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 18 0 28573583 9787879424 46230 33554432000 1073741824 1073778376 140736364029728 140354313513128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20395] ppid=20383 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/20386/task/20395/stat : 20395 (java) S 20383 20386 6916 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 18 0 28573583 9787879424 46230 33554432000 1073741824 1073778376 140736364029728 140354312460840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20396] ppid=20383 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/20386/task/20396/stat : 20396 (java) S 20383 20386 6916 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 18 0 28573583 9787879424 46230 33554432000 1073741824 1073778376 140736364029728 140354311408040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20397] ppid=20383 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20397/stat : 20397 (java) S 20383 20386 6916 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 28573584 9787879424 46230 33554432000 1073741824 1073778376 140736364029728 140354299210472 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20398] ppid=20383 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20398/stat : 20398 (java) S 20383 20386 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 28573584 9787879424 46230 33554432000 1073741824 1073778376 140736364029728 140354298156536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20399] ppid=20383 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20399/stat : 20399 (java) S 20383 20386 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 28573584 9787879424 46230 33554432000 1073741824 1073778376 140736364029728 140353692755720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20400] ppid=20383 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20400/stat : 20400 (java) S 20383 20386 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28573587 9787879424 46230 33554432000 1073741824 1073778376 140736364029728 140353691704208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20401] ppid=20383 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/20386/task/20401/stat : 20401 (java) R 20383 20386 6916 0 -1 4202560 1465 0 0 0 17 0 0 0 20 0 18 0 28573587 9787879424 46230 33554432000 1073741824 1073778376 140736364029728 140353690650808 140354481896471 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20402] ppid=20383 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/20386/task/20402/stat : 20402 (java) R 20383 20386 6916 0 -1 4202560 2175 0 0 0 23 0 0 0 20 0 18 0 28573587 9787879424 46230 33554432000 1073741824 1073778376 140736364029728 140353689575256 140354481782081 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20403] ppid=20383 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20403/stat : 20403 (java) S 20383 20386 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28573587 9787879424 46230 33554432000 1073741824 1073778376 140736364029728 140353688545912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20404] ppid=20383 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20404/stat : 20404 (java) S 20383 20386 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28573587 9787879424 46230 33554432000 1073741824 1073778376 140736364029728 140353687493320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9558476

[startup+3.10084 s]
/proc/loadavg: 2.16 2.21 2.24 4/213 20405
/proc/meminfo: memFree=29652600/32872528 swapFree=1497824/1644992
[pid=20386] ppid=20383 vsize=9625040 CPUtime=4.19 cores=0,2,4,6
/proc/20386/stat : 20386 (java) S 20383 20386 6916 0 -1 4202496 14459 0 1 0 412 7 0 0 20 0 19 0 28573582 9856040960 58174 33554432000 1073741824 1073778376 140736364029728 140736364020864 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20386/statm: 2406260 58174 2277 9 0 2396937 0
[pid=20386/tid=20387] ppid=20383 vsize=9625040 CPUtime=2.99 cores=0,2,4,6
/proc/20386/task/20387/stat : 20387 (java) R 20383 20386 6916 0 -1 4202560 2492 0 1 0 296 3 0 0 20 0 19 0 28573582 9856040960 58174 33554432000 1073741824 1073778376 140736364029728 140354475751784 140354314346810 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20386/tid=20389] ppid=20383 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20386/task/20389/stat : 20389 (java) S 20383 20386 6916 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 28573583 9856040960 58174 33554432000 1073741824 1073778376 140736364029728 140354437245736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20390] ppid=20383 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20386/task/20390/stat : 20390 (java) S 20383 20386 6916 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 28573583 9856040960 58174 33554432000 1073741824 1073778376 140736364029728 140354436192936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20391] ppid=20383 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20386/task/20391/stat : 20391 (java) S 20383 20386 6916 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 28573583 9856040960 58174 33554432000 1073741824 1073778376 140736364029728 140354435140648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20392] ppid=20383 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20386/task/20392/stat : 20392 (java) S 20383 20386 6916 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 28573583 9856040960 58174 33554432000 1073741824 1073778376 140736364029728 140354434087848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20393] ppid=20383 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20386/task/20393/stat : 20393 (java) S 20383 20386 6916 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 19 0 28573583 9856040960 58174 33554432000 1073741824 1073778376 140736364029728 140354433034536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20394] ppid=20383 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20386/task/20394/stat : 20394 (java) S 20383 20386 6916 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 28573583 9856040960 58174 33554432000 1073741824 1073778376 140736364029728 140354313513128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20395] ppid=20383 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20386/task/20395/stat : 20395 (java) S 20383 20386 6916 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 19 0 28573583 9856040960 58174 33554432000 1073741824 1073778376 140736364029728 140354312460840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20396] ppid=20383 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20386/task/20396/stat : 20396 (java) S 20383 20386 6916 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 28573583 9856040960 58174 33554432000 1073741824 1073778376 140736364029728 140354311408040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20397] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20397/stat : 20397 (java) S 20383 20386 6916 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 28573584 9856040960 58174 33554432000 1073741824 1073778376 140736364029728 140354299210472 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20398] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20398/stat : 20398 (java) S 20383 20386 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28573584 9856040960 58174 33554432000 1073741824 1073778376 140736364029728 140354298156536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20399] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20399/stat : 20399 (java) S 20383 20386 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28573584 9856040960 58174 33554432000 1073741824 1073778376 140736364029728 140353692755720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20400] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20400/stat : 20400 (java) S 20383 20386 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28573587 9856040960 58174 33554432000 1073741824 1073778376 140736364029728 140353691704208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20401] ppid=20383 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/20386/task/20401/stat : 20401 (java) S 20383 20386 6916 0 -1 4202560 3125 0 0 0 40 0 0 0 20 0 19 0 28573587 9856040960 58174 33554432000 1073741824 1073778376 140736364029728 140353690650808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20402] ppid=20383 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/20386/task/20402/stat : 20402 (java) S 20383 20386 6916 0 -1 4202560 7449 0 0 0 53 2 0 0 20 0 19 0 28573587 9856040960 58174 33554432000 1073741824 1073778376 140736364029728 140353689598008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20403] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20403/stat : 20403 (java) S 20383 20386 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28573587 9856040960 58174 33554432000 1073741824 1073778376 140736364029728 140353688545912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20404] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20404/stat : 20404 (java) S 20383 20386 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28573587 9856040960 58174 33554432000 1073741824 1073778376 140736364029728 140353687493320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20405] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20405/stat : 20405 (java) S 20383 20386 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28573764 9856040960 58174 33554432000 1073741824 1073778376 140736364029728 140353686439336 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.16 2.21 2.24 3/213 20405
/proc/meminfo: memFree=29577448/32872528 swapFree=1497824/1644992
[pid=20386] ppid=20383 vsize=9625040 CPUtime=7.65 cores=0,2,4,6
/proc/20386/stat : 20386 (java) S 20383 20386 6916 0 -1 4202496 15538 0 1 0 754 11 0 0 20 0 19 0 28573582 9856040960 89374 33554432000 1073741824 1073778376 140736364029728 140736364020864 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20386/statm: 2406260 89374 2277 9 0 2396937 0
[pid=20386/tid=20387] ppid=20383 vsize=9625040 CPUtime=6.11 cores=0,2,4,6
/proc/20386/task/20387/stat : 20387 (java) R 20383 20386 6916 0 -1 4202560 2537 0 1 0 606 5 0 0 20 0 19 0 28573582 9856040960 89374 33554432000 1073741824 1073778376 140736364029728 140354475752584 140354314145753 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20386/tid=20389] ppid=20383 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/20386/task/20389/stat : 20389 (java) S 20383 20386 6916 0 -1 4202560 31 0 0 0 7 0 0 0 20 0 19 0 28573583 9856040960 89374 33554432000 1073741824 1073778376 140736364029728 140354437245736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20386/tid=20390] ppid=20383 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/20386/task/20390/stat : 20390 (java) S 20383 20386 6916 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 28573583 9856040960 89374 33554432000 1073741824 1073778376 140736364029728 140354436192936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20391] ppid=20383 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/20386/task/20391/stat : 20391 (java) S 20383 20386 6916 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 28573583 9856040960 89374 33554432000 1073741824 1073778376 140736364029728 140354435140648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20392] ppid=20383 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20386/task/20392/stat : 20392 (java) S 20383 20386 6916 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 28573583 9856040960 89374 33554432000 1073741824 1073778376 140736364029728 140354434087848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20386/tid=20393] ppid=20383 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20386/task/20393/stat : 20393 (java) S 20383 20386 6916 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 19 0 28573583 9856040960 89374 33554432000 1073741824 1073778376 140736364029728 140354433034536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20394] ppid=20383 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20386/task/20394/stat : 20394 (java) S 20383 20386 6916 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 28573583 9856040960 89374 33554432000 1073741824 1073778376 140736364029728 140354313513128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20395] ppid=20383 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/20386/task/20395/stat : 20395 (java) S 20383 20386 6916 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 28573583 9856040960 89374 33554432000 1073741824 1073778376 140736364029728 140354312460840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20386/tid=20396] ppid=20383 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20386/task/20396/stat : 20396 (java) S 20383 20386 6916 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 28573583 9856040960 89374 33554432000 1073741824 1073778376 140736364029728 140354311408040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20397] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20397/stat : 20397 (java) S 20383 20386 6916 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 28573584 9856040960 89374 33554432000 1073741824 1073778376 140736364029728 140354299210472 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20398] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20398/stat : 20398 (java) S 20383 20386 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28573584 9856040960 89374 33554432000 1073741824 1073778376 140736364029728 140354298156536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20399] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20399/stat : 20399 (java) S 20383 20386 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28573584 9856040960 89374 33554432000 1073741824 1073778376 140736364029728 140353692755720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20400] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20400/stat : 20400 (java) S 20383 20386 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28573587 9856040960 89374 33554432000 1073741824 1073778376 140736364029728 140353691704208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20401] ppid=20383 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/20386/task/20401/stat : 20401 (java) S 20383 20386 6916 0 -1 4202560 3954 0 0 0 47 0 0 0 20 0 19 0 28573587 9856040960 89374 33554432000 1073741824 1073778376 140736364029728 140353690650808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20402] ppid=20383 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/20386/task/20402/stat : 20402 (java) S 20383 20386 6916 0 -1 4202560 7457 0 0 0 59 2 0 0 20 0 19 0 28573587 9856040960 89374 33554432000 1073741824 1073778376 140736364029728 140353689598008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20403] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=20386/tid=20405] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20405/stat : 20405 (java) S 20383 20386 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28573764 9856040960 600433 33554432000 1073741824 1073778376 140736364029728 140353686439336 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1667.6
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.33 2.26 2.26 3/213 20537
/proc/meminfo: memFree=27334504/32872528 swapFree=1497824/1644992
[pid=20386] ppid=20383 vsize=9625040 CPUtime=1728.01 cores=0,2,4,6
/proc/20386/stat : 20386 (java) S 20383 20386 6916 0 -1 4202496 22728 0 1 0 172663 138 0 0 20 0 19 0 28573582 9856040960 591761 33554432000 1073741824 1073778376 140736364029728 140736364020864 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20386/statm: 2406260 591761 2293 9 0 2396937 0
[pid=20386/tid=20387] ppid=20383 vsize=9625040 CPUtime=1715.21 cores=0,2,4,6
/proc/20386/task/20387/stat : 20387 (java) R 20383 20386 6916 0 -1 4202560 4292 0 1 0 171454 67 0 0 20 0 19 0 28573582 9856040960 591761 33554432000 1073741824 1073778376 140736364029728 140354475752512 140354314346805 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20389] ppid=20383 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/20386/task/20389/stat : 20389 (java) S 20383 20386 6916 0 -1 4202560 176 0 0 0 75 9 0 0 20 0 19 0 28573583 9856040960 591761 33554432000 1073741824 1073778376 140736364029728 140354437245736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20386/tid=20390] ppid=20383 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/20386/task/20390/stat : 20390 (java) S 20383 20386 6916 0 -1 4202560 195 0 0 0 72 12 0 0 20 0 19 0 28573583 9856040960 591761 33554432000 1073741824 1073778376 140736364029728 140354436192936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20391] ppid=20383 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/20386/task/20391/stat : 20391 (java) S 20383 20386 6916 0 -1 4202560 176 0 0 0 73 9 0 0 20 0 19 0 28573583 9856040960 591761 33554432000 1073741824 1073778376 140736364029728 140354435140648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20392] ppid=20383 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/20386/task/20392/stat : 20392 (java) S 20383 20386 6916 0 -1 4202560 195 0 0 0 74 8 0 0 20 0 19 0 28573583 9856040960 591761 33554432000 1073741824 1073778376 140736364029728 140354434087848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20386/tid=20393] ppid=20383 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/20386/task/20393/stat : 20393 (java) S 20383 20386 6916 0 -1 4202560 267 0 0 0 73 8 0 0 20 0 19 0 28573583 9856040960 591761 33554432000 1073741824 1073778376 140736364029728 140354433034536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20394] ppid=20383 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/20386/task/20394/stat : 20394 (java) S 20383 20386 6916 0 -1 4202560 196 0 0 0 75 11 0 0 20 0 19 0 28573583 9856040960 591761 33554432000 1073741824 1073778376 140736364029728 140354313513128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20395] ppid=20383 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/20386/task/20395/stat : 20395 (java) S 20383 20386 6916 0 -1 4202560 524 0 0 0 72 9 0 0 20 0 19 0 28573583 9856040960 591761 33554432000 1073741824 1073778376 140736364029728 140354312460840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20396] ppid=20383 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/20386/task/20396/stat : 20396 (java) S 20383 20386 6916 0 -1 4202560 174 0 0 0 71 9 0 0 20 0 19 0 28573583 9856040960 591761 33554432000 1073741824 1073778376 140736364029728 140354311408040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20386/tid=20397] ppid=20383 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/20386/task/20397/stat : 20397 (java) S 20383 20386 6916 0 -1 4202560 3730 0 0 0 40 6 0 0 20 0 19 0 28573584 9856040960 591761 33554432000 1073741824 1073778376 140736364029728 140354299210472 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20398] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20398/stat : 20398 (java) S 20383 20386 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28573584 9856040960 591761 33554432000 1073741824 1073778376 140736364029728 140354298156536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20399] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20399/stat : 20399 (java) S 20383 20386 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28573584 9856040960 591761 33554432000 1073741824 1073778376 140736364029728 140353692755720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20400] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20400/stat : 20400 (java) S 20383 20386 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28573587 9856040960 591761 33554432000 1073741824 1073778376 140736364029728 140353691704208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20401] ppid=20383 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/20386/task/20401/stat : 20401 (java) S 20383 20386 6916 0 -1 4202560 3958 0 0 0 49 0 0 0 20 0 19 0 28573587 9856040960 591761 33554432000 1073741824 1073778376 140736364029728 140353690650808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20402] ppid=20383 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/20386/task/20402/stat : 20402 (java) S 20383 20386 6916 0 -1 4202560 7487 0 0 0 69 2 0 0 20 0 19 0 28573587 9856040960 591761 33554432000 1073741824 1073778376 140736364029728 140353689598008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20403] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20403/stat : 20403 (java) S 20383 20386 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28573587 9856040960 591761 33554432000 1073741824 1073778376 140736364029728 140353688545912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20404] ppid=20383 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/20386/task/20404/stat : 20404 (java) S 20383 20386 6916 0 -1 4202560 99 0 0 0 16 19 0 0 20 0 19 0 28573587 9856040960 591761 33554432000 1073741824 1073778376 140736364029728 140353687493320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20405] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20405/stat : 20405 (java) S 20383 20386 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28573764 9856040960 591761 33554432000 1073741824 1073778376 140736364029728 140353686439336 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1728.01
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.29 2.26 2.25 3/213 20538
/proc/meminfo: memFree=26565052/32872528 swapFree=1497824/1644992
[pid=20386] ppid=20383 vsize=9625040 CPUtime=1788.27 cores=0,2,4,6
/proc/20386/stat : 20386 (java) S 20383 20386 6916 0 -1 4202496 22757 0 1 0 178688 139 0 0 20 0 19 0 28573582 9856040960 590120 33554432000 1073741824 1073778376 140736364029728 140736364020864 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20386/statm: 2406260 590120 2293 9 0 2396937 0
[pid=20386/tid=20387] ppid=20383 vsize=9625040 CPUtime=1774.91 cores=0,2,4,6
/proc/20386/task/20387/stat : 20387 (java) R 20383 20386 6916 0 -1 4202560 4312 0 1 0 177424 67 0 0 20 0 19 0 28573582 9856040960 590120 33554432000 1073741824 1073778376 140736364029728 140354475752592 140354314192908 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20389] ppid=20383 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/20386/task/20389/stat : 20389 (java) S 20383 20386 6916 0 -1 4202560 176 0 0 0 79 9 0 0 20 0 19 0 28573583 9856040960 590120 33554432000 1073741824 1073778376 140736364029728 140354437245736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20386/tid=20390] ppid=20383 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/20386/task/20390/stat : 20390 (java) S 20383 20386 6916 0 -1 4202560 196 0 0 0 77 12 0 0 20 0 19 0 28573583 9856040960 590120 33554432000 1073741824 1073778376 140736364029728 140354436192936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20391] ppid=20383 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/20386/task/20391/stat : 20391 (java) S 20383 20386 6916 0 -1 4202560 176 0 0 0 80 9 0 0 20 0 19 0 28573583 9856040960 590120 33554432000 1073741824 1073778376 140736364029728 140354435140648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20392] ppid=20383 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/20386/task/20392/stat : 20392 (java) S 20383 20386 6916 0 -1 4202560 195 0 0 0 80 8 0 0 20 0 19 0 28573583 9856040960 590120 33554432000 1073741824 1073778376 140736364029728 140354434087848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20393] ppid=20383 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/20386/task/20393/stat : 20393 (java) S 20383 20386 6916 0 -1 4202560 267 0 0 0 78 8 0 0 20 0 19 0 28573583 9856040960 590120 33554432000 1073741824 1073778376 140736364029728 140354433034536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20394] ppid=20383 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/20386/task/20394/stat : 20394 (java) S 20383 20386 6916 0 -1 4202560 196 0 0 0 78 11 0 0 20 0 19 0 28573583 9856040960 590120 33554432000 1073741824 1073778376 140736364029728 140354313513128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20395] ppid=20383 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/20386/task/20395/stat : 20395 (java) S 20383 20386 6916 0 -1 4202560 524 0 0 0 77 9 0 0 20 0 19 0 28573583 9856040960 590120 33554432000 1073741824 1073778376 140736364029728 140354312460840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20396] ppid=20383 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/20386/task/20396/stat : 20396 (java) S 20383 20386 6916 0 -1 4202560 174 0 0 0 76 9 0 0 20 0 19 0 28573583 9856040960 590120 33554432000 1073741824 1073778376 140736364029728 140354311408040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20397] ppid=20383 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/20386/task/20397/stat : 20397 (java) S 20383 20386 6916 0 -1 4202560 3734 0 0 0 40 6 0 0 20 0 19 0 28573584 9856040960 590120 33554432000 1073741824 1073778376 140736364029728 140354299210472 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20386/tid=20398] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20398/stat : 20398 (java) S 20383 20386 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28573584 9856040960 590120 33554432000 1073741824 1073778376 140736364029728 140354298156536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20399] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20399/stat : 20399 (java) S 20383 20386 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28573584 9856040960 590120 33554432000 1073741824 1073778376 140736364029728 140353692755720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20400] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20400/stat : 20400 (java) S 20383 20386 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28573587 9856040960 590120 33554432000 1073741824 1073778376 140736364029728 140353691704208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20401] ppid=20383 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/20386/task/20401/stat : 20401 (java) S 20383 20386 6916 0 -1 4202560 3958 0 0 0 49 0 0 0 20 0 19 0 28573587 9856040960 590120 33554432000 1073741824 1073778376 140736364029728 140353690650808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20402] ppid=20383 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/20386/task/20402/stat : 20402 (java) S 20383 20386 6916 0 -1 4202560 7487 0 0 0 69 2 0 0 20 0 19 0 28573587 9856040960 590120 33554432000 1073741824 1073778376 140736364029728 140353689598008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20403] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20403/stat : 20403 (java) S 20383 20386 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28573587 9856040960 590120 33554432000 1073741824 1073778376 140736364029728 140353688545912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20404] ppid=20383 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/20386/task/20404/stat : 20404 (java) S 20383 20386 6916 0 -1 4202560 103 0 0 0 17 20 0 0 20 0 19 0 28573587 9856040960 590120 33554432000 1073741824 1073778376 140736364029728 140353687493320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20386/tid=20405] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20405/stat : 20405 (java) S 20383 20386 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28573764 9856040960 590120 33554432000 1073741824 1073778376 140736364029728 140353686439336 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1788.27
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.9 s]
/proc/loadavg: 2.25 2.25 2.25 3/213 20538
/proc/meminfo: memFree=26537124/32872528 swapFree=1497824/1644992
[pid=20386] ppid=20383 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/20386/stat : 20386 (java) S 20383 20386 6916 0 -1 4202496 22764 0 1 0 179861 140 0 0 20 0 19 0 28573582 9856040960 588292 33554432000 1073741824 1073778376 140736364029728 140736364020864 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20386/statm: 2406260 588292 2293 9 0 2396937 0
[pid=20386/tid=20387] ppid=20383 vsize=9625040 CPUtime=1786.41 cores=0,2,4,6
/proc/20386/task/20387/stat : 20387 (java) R 20383 20386 6916 0 -1 4202560 4319 0 1 0 178573 68 0 0 20 0 19 0 28573582 9856040960 588292 33554432000 1073741824 1073778376 140736364029728 140354475752528 140354314346813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20386/tid=20389] ppid=20383 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/20386/task/20389/stat : 20389 (java) S 20383 20386 6916 0 -1 4202560 176 0 0 0 82 9 0 0 20 0 19 0 28573583 9856040960 588292 33554432000 1073741824 1073778376 140736364029728 140354437245736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20390] ppid=20383 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/20386/task/20390/stat : 20390 (java) S 20383 20386 6916 0 -1 4202560 196 0 0 0 79 12 0 0 20 0 19 0 28573583 9856040960 588292 33554432000 1073741824 1073778376 140736364029728 140354436192936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20391] ppid=20383 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/20386/task/20391/stat : 20391 (java) S 20383 20386 6916 0 -1 4202560 176 0 0 0 83 9 0 0 20 0 19 0 28573583 9856040960 588292 33554432000 1073741824 1073778376 140736364029728 140354435140648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20392] ppid=20383 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/20386/task/20392/stat : 20392 (java) S 20383 20386 6916 0 -1 4202560 195 0 0 0 83 8 0 0 20 0 19 0 28573583 9856040960 588292 33554432000 1073741824 1073778376 140736364029728 140354434087848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20393] ppid=20383 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/20386/task/20393/stat : 20393 (java) S 20383 20386 6916 0 -1 4202560 267 0 0 0 80 8 0 0 20 0 19 0 28573583 9856040960 588292 33554432000 1073741824 1073778376 140736364029728 140354433034536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20394] ppid=20383 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/20386/task/20394/stat : 20394 (java) S 20383 20386 6916 0 -1 4202560 196 0 0 0 80 11 0 0 20 0 19 0 28573583 9856040960 588292 33554432000 1073741824 1073778376 140736364029728 140354313513128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20395] ppid=20383 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/20386/task/20395/stat : 20395 (java) S 20383 20386 6916 0 -1 4202560 524 0 0 0 79 9 0 0 20 0 19 0 28573583 9856040960 588292 33554432000 1073741824 1073778376 140736364029728 140354312460840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20396] ppid=20383 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/20386/task/20396/stat : 20396 (java) S 20383 20386 6916 0 -1 4202560 174 0 0 0 79 9 0 0 20 0 19 0 28573583 9856040960 588292 33554432000 1073741824 1073778376 140736364029728 140354311408040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20397] ppid=20383 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/20386/task/20397/stat : 20397 (java) S 20383 20386 6916 0 -1 4202560 3734 0 0 0 40 6 0 0 20 0 19 0 28573584 9856040960 588292 33554432000 1073741824 1073778376 140736364029728 140354299210472 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20398] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20398/stat : 20398 (java) S 20383 20386 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28573584 9856040960 588292 33554432000 1073741824 1073778376 140736364029728 140354298156536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20399] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20399/stat : 20399 (java) S 20383 20386 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28573584 9856040960 588292 33554432000 1073741824 1073778376 140736364029728 140353692755720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20400] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20400/stat : 20400 (java) S 20383 20386 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28573587 9856040960 588292 33554432000 1073741824 1073778376 140736364029728 140353691704208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20401] ppid=20383 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/20386/task/20401/stat : 20401 (java) S 20383 20386 6916 0 -1 4202560 3958 0 0 0 49 0 0 0 20 0 19 0 28573587 9856040960 588292 33554432000 1073741824 1073778376 140736364029728 140353690650808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20386/tid=20402] ppid=20383 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/20386/task/20402/stat : 20402 (java) S 20383 20386 6916 0 -1 4202560 7487 0 0 0 69 2 0 0 20 0 19 0 28573587 9856040960 588292 33554432000 1073741824 1073778376 140736364029728 140353689598008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20403] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20403/stat : 20403 (java) S 20383 20386 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28573587 9856040960 588292 33554432000 1073741824 1073778376 140736364029728 140353688545912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20386/tid=20404] ppid=20383 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/20386/task/20404/stat : 20404 (java) S 20383 20386 6916 0 -1 4202560 103 0 0 0 17 20 0 0 20 0 19 0 28573587 9856040960 588292 33554432000 1073741824 1073778376 140736364029728 140353687493320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20386/tid=20405] ppid=20383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20386/task/20405/stat : 20405 (java) S 20383 20386 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28573764 9856040960 588292 33554432000 1073741824 1073778376 140736364029728 140353686439336 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 20386 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 20386 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=68260
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=852718
# CPU time returned by wait4() is 1795.92
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.92
CPU time (s): 1800.01
CPU user time (s): 1798.61
CPU system time (s): 1.4
CPU usage (%): 100.34
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.07
system time used= 1.85272
maximum resident set size= 2880080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22800
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44832
involuntary context switches= 29317

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.51255 second user time and 13.6329 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-18 17:54:28
IDJOB=4105776
IDBENCH=3009
IDSOLVER=2546
FILE ID=node124/4105776-1466265267
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=340-sizeP=171-sizeQ=340-737522999-max.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105776-1466265267/watcher-4105776-1466265267 -o /tmp/evaluation-result-4105776-1466265267/solver-4105776-1466265267 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466241833-6932 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105776-1466265267.opb

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

MD5SUM BENCH= 2b9e4e0dec92e7efe9699841b8c27d99
RANDOM SEED=404315690

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:        29870968 kB
Buffers:          153060 kB
Cached:           191760 kB
SwapCached:         3080 kB
Active:           342252 kB
Inactive:         243548 kB
Active(anon):     240724 kB
Inactive(anon):     2880 kB
Active(file):     101528 kB
Inactive(file):   240668 kB
Unevictable:     1644992 kB
Mlocked:         1497824 kB
SwapTotal:      67108856 kB
SwapFree:       67099796 kB
Dirty:             10308 kB
Writeback:           100 kB
AnonPages:       1891124 kB
Mapped:            16968 kB
Shmem:                 0 kB
Slab:             627716 kB
SReclaimable:      70816 kB
SUnreclaim:       556900 kB
KernelStack:        1584 kB
PageTables:         8196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2289764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    370688 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= 71700 MiB
End job on node124 at 2016-06-18 18:24:22