Trace number 4101141

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.03 1794.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-fit2d.opb
MD5SUMb5e82d02e51b7eb09c369bc9f6b2937f
Bench CategoryOPT-SMALLINT (optimisation, small 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables118500
Total number of constraints10525
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10525
Minimum length of a constraint10
Maximum length of a constraint118500
Number of terms in the objective function 102000
Biggest coefficient in the objective function 1981
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 601677
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 13452
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 608143
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.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@587bd9f2
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@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.30/0.37	c solving HOME/instance-4101141-1466220447.opb
0.30/0.37	c reading problem ... 
0.30/0.37	c  objective function found
4.98/3.57	c ... done. Wall clock time 3.466s.
4.98/3.57	c declared #vars     118500
4.98/3.57	c #constraints  10526
4.98/3.57	c constraints type 
4.98/3.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10526
4.98/3.57	c 10526 constraints processed.
4.98/3.57	c objective function length is 102000 literals
83.89/81.54	c cleaning 2495 clauses out of 5000 with flag 10074/5000
176.80/174.18	c cleaning 4253 clauses out of 8505 with flag 22163/11000
289.80/286.77	c cleaning 5624 clauses out of 11253 with flag 36340/18001
419.60/416.21	c cleaning 6815 clauses out of 13629 with flag 52469/26001
572.42/569.06	c cleaning 7907 clauses out of 15813 with flag 70540/35000
721.72/718.36	c cleaning 8954 clauses out of 17907 with flag 90601/45001
879.36/875.29	c cleaning 9976 clauses out of 19958 with flag 112770/56006
1049.47/1044.89	c cleaning 10985 clauses out of 21976 with flag 136908/68000
1236.98/1232.30	c cleaning 11987 clauses out of 23991 with flag 163132/81000
1461.87/1456.89	c cleaning 12995 clauses out of 26004 with flag 191394/95000
1685.43/1680.19	c cleaning 14005 clauses out of 28010 with flag 221632/110001
1800.03/1794.71	c starts		: 1
1800.03/1794.71	c conflicts		: 116627
1800.03/1794.71	c decisions		: 353941
1800.03/1794.71	c propagations		: 44278716
1800.03/1794.71	c inspects		: 486219821
1800.03/1794.71	c shortcuts		: 0
1800.03/1794.71	c learnt literals	: 0
1800.03/1794.71	c learnt binary clauses	: 0
1800.03/1794.71	c learnt ternary clauses	: 0
1800.03/1794.71	c learnt constraints	: 116626
1800.03/1794.71	c ignored constraints	: 0
1800.03/1794.71	c root simplifications	: 0
1800.03/1794.71	c removed literals (reason simplification)	: 0
1800.03/1794.71	c reason swapping (by a shorter reason)	: 0
1800.03/1794.71	c Calls to reduceDB	: 11
1800.03/1794.71	c Number of update (reduction) of LBD	: 357
1800.03/1794.71	c Imported unit clauses	: 0
1800.03/1794.71	c number of reductions to clauses (during analyze)	: 0
1800.03/1794.71	c number of learned constraints concerned by reduction	: 0
1800.03/1794.71	c number of learning phase by resolution	: 0
1800.03/1794.71	c number of learning phase by cutting planes	: 0
1800.03/1794.71	c speed (assignments/second)	: 24722.086765427604
1800.03/1794.71	c non guided choices	0
1800.03/1794.71	c learnt constraints type 
1800.03/1794.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20630
1800.03/1794.71	s UNKNOWN
1800.03/1794.71	c Total wall clock time (in seconds): 1794.611

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-4101141-1466220447/watcher-4101141-1466220447 -o /tmp/evaluation-result-4101141-1466220447/solver-4101141-1466220447 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5894 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101141-1466220447.opb 

pid=9609
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.27 2.18 2.18 4/194 9612
/proc/meminfo: memFree=29888220/32872528 swapFree=1590032/1720848
[pid=9612] ppid=9609 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9612/stat : 9612 (java) S 9609 9612 5878 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 24093112 98570240 978 33554432000 1073741824 1073778376 140736953771520 140736953762656 226087698493 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9612/statm: 24065 978 744 9 0 16771 0
[pid=9612/tid=9613] ppid=9609 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9613/stat : 9613 (java) R 9609 9612 5878 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 24093113 98570240 978 33554432000 1073741824 1073778376 140736953771520 139864255868456 226084341120 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.100107 s]
/proc/loadavg: 2.27 2.18 2.18 4/194 9612
/proc/meminfo: memFree=29888220/32872528 swapFree=1590032/1720848
[pid=9612] ppid=9609 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/9612/stat : 9612 (java) S 9609 9612 5878 0 -1 4202496 4481 0 1 0 10 1 0 0 20 0 18 0 24093112 9787879424 6091 33554432000 1073741824 1073778376 140736953771520 140736953762656 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9612/statm: 2389619 6092 2147 9 0 2380296 0
[pid=9612/tid=9613] ppid=9609 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9612/task/9613/stat : 9613 (java) R 9609 9612 5878 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 24093113 9787879424 6092 33554432000 1073741824 1073778376 140736953771520 139864255871904 226087724301 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.200309 s]
/proc/loadavg: 2.27 2.18 2.18 4/194 9612
/proc/meminfo: memFree=29888220/32872528 swapFree=1590032/1720848
[pid=9612] ppid=9609 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/9612/stat : 9612 (java) S 9609 9612 5878 0 -1 4202496 5050 0 1 0 29 1 0 0 20 0 18 0 24093112 9787879424 7895 33554432000 1073741824 1073778376 140736953771520 140736953762656 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9612/statm: 2389619 7896 2222 9 0 2380296 0
[pid=9612/tid=9613] ppid=9609 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/9612/task/9613/stat : 9613 (java) R 9609 9612 5878 0 -1 4202560 2399 0 1 0 17 0 0 0 20 0 18 0 24093113 9787879424 7896 33554432000 1073741824 1073778376 140736953771520 139864255871904 139864259403641 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.481128 s]
/proc/loadavg: 2.27 2.18 2.18 4/194 9612
/proc/meminfo: memFree=29888220/32872528 swapFree=1590032/1720848
[pid=9612] ppid=9609 vsize=9558476 CPUtime=0.82 cores=0,2,4,6
/proc/9612/stat : 9612 (java) S 9609 9612 5878 0 -1 4202496 8020 0 1 0 79 3 0 0 20 0 18 0 24093112 9787879424 26375 33554432000 1073741824 1073778376 140736953771520 140736953762656 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9612/statm: 2389619 26375 2239 9 0 2380296 0
[pid=9612/tid=9613] ppid=9609 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/9612/task/9613/stat : 9613 (java) R 9609 9612 5878 0 -1 4202560 2435 0 1 0 44 1 0 0 20 0 18 0 24093113 9787879424 26375 33554432000 1073741824 1073778376 140736953771520 139864255871904 139864083379492 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 9558476

[startup+0.700291 s]
/proc/loadavg: 2.27 2.18 2.18 4/194 9612
/proc/meminfo: memFree=29888220/32872528 swapFree=1590032/1720848
[pid=9612] ppid=9609 vsize=9558476 CPUtime=1.17 cores=0,2,4,6
/proc/9612/stat : 9612 (java) S 9609 9612 5878 0 -1 4202496 8331 0 1 0 111 6 0 0 20 0 18 0 24093112 9787879424 46950 33554432000 1073741824 1073778376 140736953771520 140736953762656 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9612/statm: 2389619 46950 2259 9 0 2380296 0
[pid=9612/tid=9613] ppid=9609 vsize=9558476 CPUtime=0.63 cores=0,2,4,6
/proc/9612/task/9613/stat : 9613 (java) R 9609 9612 5878 0 -1 4202560 2465 0 1 0 60 3 0 0 20 0 18 0 24093113 9787879424 46950 33554432000 1073741824 1073778376 140736953771520 139864255872424 139864083689767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 2.27 2.18 2.18 4/212 9630
/proc/meminfo: memFree=29655376/32872528 swapFree=1590032/1720848
[pid=9612] ppid=9609 vsize=9558476 CPUtime=2.55 cores=0,2,4,6
/proc/9612/stat : 9612 (java) S 9609 9612 5878 0 -1 4202496 13780 0 1 0 243 12 0 0 20 0 18 0 24093112 9787879424 60307 33554432000 1073741824 1073778376 140736953771520 140736953762656 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9612/statm: 2389619 60307 2269 9 0 2380296 0
[pid=9612/tid=9613] ppid=9609 vsize=9558476 CPUtime=1.37 cores=0,2,4,6
/proc/9612/task/9613/stat : 9613 (java) R 9609 9612 5878 0 -1 4202560 2472 0 1 0 134 3 0 0 20 0 18 0 24093113 9787879424 60307 33554432000 1073741824 1073778376 140736953771520 139864255871752 139864083746498 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9612/tid=9615] ppid=9609 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/9612/task/9615/stat : 9615 (java) S 9609 9612 5878 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 18 0 24093114 9787879424 60307 33554432000 1073741824 1073778376 140736953771520 139864217365032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9616] ppid=9609 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/9612/task/9616/stat : 9616 (java) S 9609 9612 5878 0 -1 4202560 134 0 0 0 6 2 0 0 20 0 18 0 24093114 9787879424 60307 33554432000 1073741824 1073778376 140736953771520 139864216312232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9617] ppid=9609 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/9612/task/9617/stat : 9617 (java) S 9609 9612 5878 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 24093114 9787879424 60307 33554432000 1073741824 1073778376 140736953771520 139864215259432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9618] ppid=9609 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/9612/task/9618/stat : 9618 (java) S 9609 9612 5878 0 -1 4202560 83 0 0 0 1 0 0 0 20 0 18 0 24093114 9787879424 60307 33554432000 1073741824 1073778376 140736953771520 139864214206632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9619] ppid=9609 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/9612/task/9619/stat : 9619 (java) S 9609 9612 5878 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 24093114 9787879424 60307 33554432000 1073741824 1073778376 140736953771520 139864213154856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9620] ppid=9609 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/9612/task/9620/stat : 9620 (java) S 9609 9612 5878 0 -1 4202560 110 0 0 0 3 0 0 0 20 0 18 0 24093114 9787879424 60307 33554432000 1073741824 1073778376 140736953771520 139864212102056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9621] ppid=9609 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/9612/task/9621/stat : 9621 (java) S 9609 9612 5878 0 -1 4202560 103 0 0 0 4 2 0 0 20 0 18 0 24093114 9787879424 60819 33554432000 1073741824 1073778376 140736953771520 139864211049256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9622] ppid=9609 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/9612/task/9622/stat : 9622 (java) S 9609 9612 5878 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 24093114 9787879424 60819 33554432000 1073741824 1073778376 140736953771520 139864209996456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9623] ppid=9609 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9623/stat : 9623 (java) S 9609 9612 5878 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 18 0 24093115 9787879424 60819 33554432000 1073741824 1073778376 140736953771520 139864080103912 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9624] ppid=9609 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9624/stat : 9624 (java) S 9609 9612 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 24093115 9787879424 60819 33554432000 1073741824 1073778376 140736953771520 139864079049976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9625] ppid=9609 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9625/stat : 9625 (java) S 9609 9612 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 24093115 9787879424 60819 33554432000 1073741824 1073778376 140736953771520 139864077997064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9626] ppid=9609 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9626/stat : 9626 (java) S 9609 9612 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24093117 9787879424 60819 33554432000 1073741824 1073778376 140736953771520 139864076945552 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9627] ppid=9609 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/9612/task/9627/stat : 9627 (java) S 9609 9612 5878 0 -1 4202560 6089 0 0 0 44 2 0 0 20 0 18 0 24093117 9787879424 60819 33554432000 1073741824 1073778376 140736953771520 139864075893688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9628] ppid=9609 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/9612/task/9628/stat : 9628 (java) S 9609 9612 5878 0 -1 4202560 3388 0 0 0 30 0 0 0 20 0 18 0 24093117 9787879424 60819 33554432000 1073741824 1073778376 140736953771520 139864074840888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9629] ppid=9609 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9629/stat : 9629 (java) S 9609 9612 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24093117 9787879424 60819 33554432000 1073741824 1073778376 140736953771520 139864073788280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9630] ppid=9609 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9630/stat : 9630 (java) S 9609 9612 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24093118 9787879424 60819 33554432000 1073741824 1073778376 140736953771520 139864072735688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9558476

[startup+3.10081 s]
/proc/loadavg: 2.24 2.18 2.18 4/212 9630
/proc/meminfo: memFree=29498524/32872528 swapFree=1590032/1720848
[pid=9612] ppid=9609 vsize=9558476 CPUtime=4.58 cores=0,2,4,6
/proc/9612/stat : 9612 (java) S 9609 9612 5878 0 -1 4202496 14368 0 1 0 434 24 0 0 20 0 18 0 24093112 9787879424 113899 33554432000 1073741824 1073778376 140736953771520 140736953762656 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9612/statm: 2389619 113899 2275 9 0 2380296 0
[pid=9612/tid=9613] ppid=9609 vsize=9558476 CPUtime=2.81 cores=0,2,4,6
/proc/9612/task/9613/stat : 9613 (java) R 9609 9612 5878 0 -1 4202560 2526 0 1 0 277 4 0 0 20 0 18 0 24093113 9787879424 113899 33554432000 1073741824 1073778376 140736953771520 139864255864752 139864083990724 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9612/tid=9615] ppid=9609 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/9612/task/9615/stat : 9615 (java) S 9609 9612 5878 0 -1 4202560 81 0 0 0 10 3 0 0 20 0 18 0 24093114 9787879424 113899 33554432000 1073741824 1073778376 140736953771520 139864217365032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9612/tid=9616] ppid=9609 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/9612/task/9616/stat : 9616 (java) S 9609 9612 5878 0 -1 4202560 152 0 0 0 11 3 0 0 20 0 18 0 24093114 9787879424 113899 33554432000 1073741824 1073778376 140736953771520 139864216312232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9612/tid=9617] ppid=9609 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9612/task/9617/stat : 9617 (java) S 9609 9612 5878 0 -1 4202560 187 0 0 0 8 2 0 0 20 0 18 0 24093114 9787879424 113899 33554432000 1073741824 1073778376 140736953771520 139864215259432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9618] ppid=9609 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9612/task/9618/stat : 9618 (java) S 9609 9612 5878 0 -1 4202560 113 0 0 0 7 2 0 0 20 0 18 0 24093114 9787879424 113899 33554432000 1073741824 1073778376 140736953771520 139864214206632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9619] ppid=9609 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9612/task/9619/stat : 9619 (java) S 9609 9612 5878 0 -1 4202560 73 0 0 0 7 2 0 0 20 0 18 0 24093114 9787879424 113899 33554432000 1073741824 1073778376 140736953771520 139864213154856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9620] ppid=9609 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9612/task/9620/stat : 9620 (java) S 9609 9612 5878 0 -1 4202560 125 0 0 0 5 2 0 0 20 0 18 0 24093114 9787879424 113899 33554432000 1073741824 1073778376 140736953771520 139864212102056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9621] ppid=9609 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/9612/task/9621/stat : 9621 (java) S 9609 9612 5878 0 -1 4202560 141 0 0 0 13 3 0 0 20 0 18 0 24093114 9787879424 113899 33554432000 1073741824 1073778376 140736953771520 139864211049256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9612/tid=9622] ppid=9609 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9612/task/9622/stat : 9622 (java) S 9609 9612 5878 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 18 0 24093114 9787879424 113899 33554432000 1073741824 1073778376 140736953771520 139864209996456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9623] ppid=9609 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9623/stat : 9623 (java) S 9609 9612 5878 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 24093115 9787879424 113899 33554432000 1073741824 1073778376 140736953771520 139864080103912 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9624] ppid=9609 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9624/stat : 9624 (java) S 9609 9612 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 24093115 9787879424 113899 33554432000 1073741824 1073778376 140736953771520 139864079049976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9625] ppid=9609 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9625/stat : 9625 (java) S 9609 9612 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 24093115 9787879424 113899 33554432000 1073741824 1073778376 140736953771520 139864077997064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9626] ppid=9609 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9626/stat : 9626 (java) S 9609 9612 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24093117 9787879424 113899 33554432000 1073741824 1073778376 140736953771520 139864076945552 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9627] ppid=9609 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/9612/task/9627/stat : 9627 (java) S 9609 9612 5878 0 -1 4202560 6095 0 0 0 45 2 0 0 20 0 18 0 24093117 9787879424 113899 33554432000 1073741824 1073778376 140736953771520 139864075893688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9628] ppid=9609 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/9612/task/9628/stat : 9628 (java) S 9609 9612 5878 0 -1 4202560 3388 0 0 0 30 0 0 0 20 0 18 0 24093117 9787879424 113899 33554432000 1073741824 1073778376 140736953771520 139864074840888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9629] ppid=9609 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9629/stat : 9629 (java) S 9609 9612 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24093117 9787879424 113899 33554432000 1073741824 1073778376 140736953771520 139864073788280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9630] ppid=9609 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9630/stat : 9630 (java) S 9609 9612 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24093118 9787879424 113899 33554432000 1073741824 1073778376 140736953771520 139864072735688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 9558476

[startup+6.30074 s]
/proc/loadavg: 2.24 2.18 2.18 3/213 9631
/proc/meminfo: memFree=29252420/32872528 swapFree=1590032/1720848
[pid=9612] ppid=9609 vsize=9625040 CPUtime=8.25 cores=0,2,4,6
/proc/9612/stat : 9612 (java) S 9609 9612 5878 0 -1 4202496 15888 0 1 0 798 27 0 0 20 0 19 0 24093112 9856040960 159619 33554432000 1073741824 1073778376 140736953771520 140736953762656 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9612/statm: 2406260 159619 2280 9 0 2396937 0
[pid=9612/tid=9613] ppid=9609 vsize=9625040 CPUtime=6 cores=0,2,4,6
/proc/9612/task/9613/stat : 9613 (java) R 9609 9612 5878 0 -1 4202560 2803 0 1 0 593 7 0 0 20 0 19 0 24093113 9856040960 159619 33554432000 1073741824 1073778376 140736953771520 139864255871392 139864084178422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9612/tid=9615] ppid=9609 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9612/task/9615/stat : 9615 (java) S 9609 9612 5878 0 -1 4202560 81 0 0 0 10 3 0 0 20 0 19 0 24093114 9856040960 159619 33554432000 1073741824 1073778376 140736953771520 139864217365032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9612/tid=9616] ppid=9609 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9612/task/9616/stat : 9616 (java) S 9609 9612 5878 0 -1 4202560 152 0 0 0 11 3 0 0 20 0 19 0 24093114 9856040960 159619 33554432000 1073741824 1073778376 140736953771520 139864216312232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9612/tid=9617] ppid=9609 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/9612/task/9617/stat : 9617 (java) S 9609 9612 5878 0 -1 4202560 187 0 0 0 8 2 0 0 20 0 19 0 24093114 9856040960 159619 33554432000 1073741824 1073778376 140736953771520 139864215259432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9618] ppid=9609 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/9612/task/9618/stat : 9618 (java) S 9609 9612 5878 0 -1 4202560 113 0 0 0 7 2 0 0 20 0 19 0 24093114 9856040960 159619 33554432000 1073741824 1073778376 140736953771520 139864214206632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9619] ppid=9609 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/9612/task/9619/stat : 9619 (java) S 9609 9612 5878 0 -1 4202560 73 0 0 0 7 2 0 0 20 0 19 0 24093114 9856040960 159619 33554432000 1073741824 1073778376 140736953771520 139864213154856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9620] ppid=9609 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/9612/task/9620/stat : 9620 (java) S 9609 9612 5878 0 -1 4202560 125 0 0 0 5 2 0 0 20 0 19 0 24093114 9856040960 159619 33554432000 1073741824 1073778376 140736953771520 139864212102056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9621] ppid=9609 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/9612/task/9621/stat : 9621 (java) S 9609 9612 5878 0 -1 4202560 141 0 0 0 13 3 0 0 20 0 19 0 24093114 9856040960 159619 33554432000 1073741824 1073778376 140736953771520 139864211049256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9612/tid=9622] ppid=9609 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/9612/task/9622/stat : 9622 (java) S 9609 9612 5878 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 19 0 24093114 9856040960 159619 33554432000 1073741824 1073778376 140736953771520 139864209996456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9623] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9623/stat : 9623 (java) S 9609 9612 5878 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 24093115 9856040960 159619 33554432000 1073741824 1073778376 140736953771520 139864080103912 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9612/tid=9624] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9624/stat : 9624 (java) S 9609 9612 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24093115 9856040960 159619 33554432000 1073741824 1073778376 140736953771520 139864079049976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9625] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9625/stat : 9625 (java) S 9609 9612 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24093115 9856040960 159619 33554432000 1073741824 1073778376 140736953771520 139864077997064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9626] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9626/stat : 9626 (java) S 9609 9612 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24093117 9856040960 159619 33554432000 1073741824 1073778376 140736953771520 139864076945552 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9627] ppid=9609 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/9612/task/9627/stat : 9627 (java) S 9609 9612 5878 0 -1 4202560 6098 0 0 0 62 2 0 0 20 0 19 0 24093117 9856040960 159619 33554432000 1073741824 1073778376 140736953771520 139864075893688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9628] ppid=9609 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/9612/task/9628/stat : 9628 (java) S 9609 9612 5878 0 -1 4202560 4621 0 0 0 60 0 0 0 20 0 19 0 24093117 9856040960 159619 33554432000 1073741824 1073778376 140736953771520 139864074840888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9629] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9629/stat : 9629 (java) S 9609 9612 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24093117 9856040960 159619 33554432000 1073741824 1073778376 140736953771520 139864073788280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9630] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=9612/tid=9631] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9631/stat : 9631 (java) S 9609 9612 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24093478 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864071632040 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1667.63
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.26 2.23 2.18 3/213 9673
/proc/meminfo: memFree=26443028/32872528 swapFree=1590032/1720848
[pid=9612] ppid=9609 vsize=9625040 CPUtime=1727.63 cores=0,2,4,6
/proc/9612/stat : 9612 (java) S 9609 9612 5878 0 -1 4202496 22507 0 1 0 172556 207 0 0 20 0 19 0 24093112 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 140736953762656 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9612/statm: 2406260 852176 2293 9 0 2396937 0
[pid=9612/tid=9613] ppid=9609 vsize=9625040 CPUtime=1714.9 cores=0,2,4,6
/proc/9612/task/9613/stat : 9613 (java) R 9609 9612 5878 0 -1 4202560 3889 0 1 0 171438 52 0 0 20 0 19 0 24093113 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864255864544 139864084273901 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9612/tid=9615] ppid=9609 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9612/task/9615/stat : 9615 (java) S 9609 9612 5878 0 -1 4202560 410 0 0 0 47 20 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864217365032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9612/tid=9616] ppid=9609 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/9612/task/9616/stat : 9616 (java) S 9609 9612 5878 0 -1 4202560 434 0 0 0 39 18 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864216312232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9617] ppid=9609 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/9612/task/9617/stat : 9617 (java) S 9609 9612 5878 0 -1 4202560 626 0 0 0 36 16 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864215259432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9618] ppid=9609 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/9612/task/9618/stat : 9618 (java) S 9609 9612 5878 0 -1 4202560 431 0 0 0 45 21 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864214206632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9619] ppid=9609 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/9612/task/9619/stat : 9619 (java) S 9609 9612 5878 0 -1 4202560 676 0 0 0 52 25 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864213154856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9612/tid=9620] ppid=9609 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/9612/task/9620/stat : 9620 (java) S 9609 9612 5878 0 -1 4202560 545 0 0 0 37 15 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864212102056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9621] ppid=9609 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/9612/task/9621/stat : 9621 (java) S 9609 9612 5878 0 -1 4202560 641 0 0 0 50 22 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864211049256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9612/tid=9622] ppid=9609 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/9612/task/9622/stat : 9622 (java) S 9609 9612 5878 0 -1 4202560 652 0 0 0 47 24 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864209996456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9612/tid=9623] ppid=9609 vsize=9625040 CPUtime=1.63 cores=0,2,4,6
/proc/9612/task/9623/stat : 9623 (java) S 9609 9612 5878 0 -1 4202560 2110 0 0 0 157 6 0 0 20 0 19 0 24093115 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864080103912 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9612/tid=9624] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9624/stat : 9624 (java) S 9609 9612 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24093115 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864079049976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9625] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9625/stat : 9625 (java) S 9609 9612 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24093115 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864077997064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9626] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9626/stat : 9626 (java) S 9609 9612 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24093117 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864076945552 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9627] ppid=9609 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/9612/task/9627/stat : 9627 (java) S 9609 9612 5878 0 -1 4202560 6104 0 0 0 68 2 0 0 20 0 19 0 24093117 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864075893688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9628] ppid=9609 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/9612/task/9628/stat : 9628 (java) S 9609 9612 5878 0 -1 4202560 4631 0 0 0 68 0 0 0 20 0 19 0 24093117 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864074840888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9629] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9629/stat : 9629 (java) S 9609 9612 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24093117 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864073788280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9630] ppid=9609 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/9612/task/9630/stat : 9630 (java) S 9609 9612 5878 0 -1 4202560 99 0 0 0 17 16 0 0 20 0 19 0 24093118 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864072735688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9612/tid=9631] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9631/stat : 9631 (java) S 9609 9612 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24093478 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864071632040 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1727.63
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.84 2.39 2.24 4/213 9741
/proc/meminfo: memFree=26162436/32872528 swapFree=1590032/1720848
[pid=9612] ppid=9609 vsize=9625040 CPUtime=1787.63 cores=0,2,4,6
/proc/9612/stat : 9612 (java) S 9609 9612 5878 0 -1 4202496 22511 0 1 0 178555 208 0 0 20 0 19 0 24093112 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 140736953762656 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9612/statm: 2406260 852176 2293 9 0 2396937 0
[pid=9612/tid=9613] ppid=9609 vsize=9625040 CPUtime=1774.75 cores=0,2,4,6
/proc/9612/task/9613/stat : 9613 (java) R 9609 9612 5878 0 -1 4202560 3889 0 1 0 177423 52 0 0 20 0 19 0 24093113 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864255864544 139864084273909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9612/tid=9615] ppid=9609 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9612/task/9615/stat : 9615 (java) S 9609 9612 5878 0 -1 4202560 410 0 0 0 47 20 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864217365032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9612/tid=9616] ppid=9609 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/9612/task/9616/stat : 9616 (java) S 9609 9612 5878 0 -1 4202560 434 0 0 0 39 18 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864216312232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9617] ppid=9609 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/9612/task/9617/stat : 9617 (java) S 9609 9612 5878 0 -1 4202560 626 0 0 0 36 16 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864215259432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9618] ppid=9609 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/9612/task/9618/stat : 9618 (java) S 9609 9612 5878 0 -1 4202560 431 0 0 0 45 21 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864214206632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9619] ppid=9609 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/9612/task/9619/stat : 9619 (java) S 9609 9612 5878 0 -1 4202560 676 0 0 0 52 25 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864213154856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9612/tid=9620] ppid=9609 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/9612/task/9620/stat : 9620 (java) S 9609 9612 5878 0 -1 4202560 545 0 0 0 37 15 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864212102056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9621] ppid=9609 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/9612/task/9621/stat : 9621 (java) S 9609 9612 5878 0 -1 4202560 641 0 0 0 50 22 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864211049256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9612/tid=9622] ppid=9609 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/9612/task/9622/stat : 9622 (java) S 9609 9612 5878 0 -1 4202560 652 0 0 0 47 24 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864209996456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9612/tid=9623] ppid=9609 vsize=9625040 CPUtime=1.63 cores=0,2,4,6
/proc/9612/task/9623/stat : 9623 (java) S 9609 9612 5878 0 -1 4202560 2110 0 0 0 157 6 0 0 20 0 19 0 24093115 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864080103912 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9612/tid=9624] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9624/stat : 9624 (java) S 9609 9612 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24093115 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864079049976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9625] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9625/stat : 9625 (java) S 9609 9612 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24093115 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864077997064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9626] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9626/stat : 9626 (java) S 9609 9612 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24093117 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864076945552 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9627] ppid=9609 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/9612/task/9627/stat : 9627 (java) S 9609 9612 5878 0 -1 4202560 6104 0 0 0 68 2 0 0 20 0 19 0 24093117 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864075893688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9628] ppid=9609 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/9612/task/9628/stat : 9628 (java) S 9609 9612 5878 0 -1 4202560 4631 0 0 0 68 0 0 0 20 0 19 0 24093117 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864074840888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9629] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9629/stat : 9629 (java) S 9609 9612 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24093117 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864073788280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9630] ppid=9609 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9612/task/9630/stat : 9630 (java) S 9609 9612 5878 0 -1 4202560 103 0 0 0 18 17 0 0 20 0 19 0 24093118 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864072735688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9612/tid=9631] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9631/stat : 9631 (java) S 9609 9612 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24093478 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864071632040 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1787.63
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 2.72 2.38 2.24 3/213 9741
/proc/meminfo: memFree=26162472/32872528 swapFree=1590032/1720848
[pid=9612] ppid=9609 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/9612/stat : 9612 (java) S 9609 9612 5878 0 -1 4202496 22511 0 1 0 179795 208 0 0 20 0 19 0 24093112 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 140736953762656 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9612/statm: 2406260 852176 2293 9 0 2396937 0
[pid=9612/tid=9613] ppid=9609 vsize=9625040 CPUtime=1787.12 cores=0,2,4,6
/proc/9612/task/9613/stat : 9613 (java) R 9609 9612 5878 0 -1 4202560 3889 0 1 0 178659 53 0 0 20 0 19 0 24093113 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864255864544 139864084178332 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9612/tid=9615] ppid=9609 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9612/task/9615/stat : 9615 (java) S 9609 9612 5878 0 -1 4202560 410 0 0 0 47 20 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864217365032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9612/tid=9616] ppid=9609 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/9612/task/9616/stat : 9616 (java) S 9609 9612 5878 0 -1 4202560 434 0 0 0 39 18 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864216312232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9617] ppid=9609 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/9612/task/9617/stat : 9617 (java) S 9609 9612 5878 0 -1 4202560 626 0 0 0 36 16 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864215259432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9618] ppid=9609 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/9612/task/9618/stat : 9618 (java) S 9609 9612 5878 0 -1 4202560 431 0 0 0 45 21 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864214206632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9619] ppid=9609 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/9612/task/9619/stat : 9619 (java) S 9609 9612 5878 0 -1 4202560 676 0 0 0 52 25 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864213154856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9612/tid=9620] ppid=9609 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/9612/task/9620/stat : 9620 (java) S 9609 9612 5878 0 -1 4202560 545 0 0 0 37 15 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864212102056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9621] ppid=9609 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/9612/task/9621/stat : 9621 (java) S 9609 9612 5878 0 -1 4202560 641 0 0 0 50 22 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864211049256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9612/tid=9622] ppid=9609 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/9612/task/9622/stat : 9622 (java) S 9609 9612 5878 0 -1 4202560 652 0 0 0 47 24 0 0 20 0 19 0 24093114 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864209996456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9612/tid=9623] ppid=9609 vsize=9625040 CPUtime=1.63 cores=0,2,4,6
/proc/9612/task/9623/stat : 9623 (java) S 9609 9612 5878 0 -1 4202560 2110 0 0 0 157 6 0 0 20 0 19 0 24093115 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864080103912 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9612/tid=9624] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9624/stat : 9624 (java) S 9609 9612 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24093115 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864079049976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9625] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9625/stat : 9625 (java) S 9609 9612 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24093115 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864077997064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9626] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9626/stat : 9626 (java) S 9609 9612 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24093117 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864076945552 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9627] ppid=9609 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/9612/task/9627/stat : 9627 (java) S 9609 9612 5878 0 -1 4202560 6104 0 0 0 68 2 0 0 20 0 19 0 24093117 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864075893688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9612/tid=9628] ppid=9609 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/9612/task/9628/stat : 9628 (java) S 9609 9612 5878 0 -1 4202560 4631 0 0 0 68 0 0 0 20 0 19 0 24093117 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864074840888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9629] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9629/stat : 9629 (java) S 9609 9612 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24093117 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864073788280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9612/tid=9630] ppid=9609 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9612/task/9630/stat : 9630 (java) S 9609 9612 5878 0 -1 4202560 103 0 0 0 18 17 0 0 20 0 19 0 24093118 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864072735688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9612/tid=9631] ppid=9609 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9612/task/9631/stat : 9631 (java) S 9609 9612 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24093478 9856040960 852176 33554432000 1073741824 1073778376 140736953771520 139864071632040 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 9612 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 9612 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=369366
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=542613
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.74
CPU time (s): 1800.03
CPU user time (s): 1797.95
CPU system time (s): 2.08
CPU usage (%): 100.295
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.37
system time used= 2.54261
maximum resident set size= 3408820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22547
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38364
involuntary context switches= 3668

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0195 second user time and 12.7171 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-18 05:27:28
IDJOB=4101141
IDBENCH=1705
IDSOLVER=2546
FILE ID=node120/4101141-1466220447
RUNJOBID= node120-1466206086-5894
PBS_JOBID= 19918157
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-fit2d.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101141-1466220447/watcher-4101141-1466220447 -o /tmp/evaluation-result-4101141-1466220447/solver-4101141-1466220447 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5894 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101141-1466220447.opb

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

MD5SUM BENCH= b5e82d02e51b7eb09c369bc9f6b2937f
RANDOM SEED=1715384099

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.935
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:        29888484 kB
Buffers:          102924 kB
Cached:           233184 kB
SwapCached:         1812 kB
Active:           258600 kB
Inactive:         252784 kB
Active(anon):     176516 kB
Inactive(anon):     1244 kB
Active(file):      82084 kB
Inactive(file):   251540 kB
Unevictable:     1720848 kB
Mlocked:         1590032 kB
SwapTotal:      67108856 kB
SwapFree:       67099492 kB
Dirty:             18620 kB
Writeback:             0 kB
AnonPages:       1899796 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             614708 kB
SReclaimable:      57984 kB
SUnreclaim:       556724 kB
KernelStack:        1584 kB
PageTables:         8072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2411328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 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= 71704 MiB
End job on node120 at 2016-06-18 05:57:23