Trace number 4085788

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.05 1796.74

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null20mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM7e1ba98da2a2cea04a0e7f6c87cec7d2
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-9679
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 624831
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 624831
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085788-1465294801.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
7.40/5.49	c ... done. Wall clock time 5.376s.
7.40/5.49	c declared #vars     400896
7.40/5.49	c #constraints  402763
7.40/5.49	c constraints type 
7.40/5.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.40/5.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.40/5.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.40/5.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.40/5.49	c 402763 constraints processed.
7.40/5.49	c objective function length is 892 literals
63.13/60.44	c cleaning 2498 clauses out of 5000 with flag 25510/5001
118.83/116.05	c cleaning 4210 clauses out of 8501 with flag 53666/11000
185.24/182.46	c cleaning 5600 clauses out of 11291 with flag 80453/18000
260.96/258.19	c cleaning 6812 clauses out of 13691 with flag 114311/26000
355.49/352.60	c cleaning 7937 clauses out of 15880 with flag 143530/35001
462.77/459.75	c cleaning 8968 clauses out of 17942 with flag 181230/45000
590.70/587.63	c cleaning 9988 clauses out of 19976 with flag 235017/56002
720.93/717.81	c cleaning 10990 clauses out of 21987 with flag 284699/68001
845.87/842.77	c cleaning 11991 clauses out of 23996 with flag 327279/81000
972.78/969.70	c cleaning 12986 clauses out of 26005 with flag 389970/95000
1092.40/1089.27	c cleaning 14008 clauses out of 28019 with flag 449181/110000
1227.83/1224.67	c cleaning 14999 clauses out of 30012 with flag 514157/126001
1384.06/1380.89	c cleaning 15999 clauses out of 32012 with flag 583704/143000
1521.00/1517.76	c cleaning 16999 clauses out of 34013 with flag 647024/161000
1645.62/1642.37	c cleaning 18003 clauses out of 36014 with flag 716167/180000
1800.05/1796.70	c starts		: 1448
1800.05/1796.70	c conflicts		: 199636
1800.05/1796.70	c decisions		: 1543227
1800.05/1796.70	c propagations		: 8815373179
1800.05/1796.70	c inspects		: 2616386454
1800.05/1796.70	c shortcuts		: 0
1800.05/1796.70	c learnt literals	: 1
1800.05/1796.70	c learnt binary clauses	: 875
1800.05/1796.70	c learnt ternary clauses	: 777
1800.05/1796.70	c learnt constraints	: 199635
1800.05/1796.70	c ignored constraints	: 0
1800.05/1796.70	c root simplifications	: 0
1800.05/1796.70	c removed literals (reason simplification)	: 0
1800.05/1796.70	c reason swapping (by a shorter reason)	: 0
1800.05/1796.70	c Calls to reduceDB	: 15
1800.05/1796.70	c Number of update (reduction) of LBD	: 29827
1800.05/1796.70	c Imported unit clauses	: 0
1800.05/1796.70	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.70	c number of learned constraints concerned by reduction	: 0
1800.05/1796.70	c number of learning phase by resolution	: 0
1800.05/1796.70	c number of learning phase by cutting planes	: 0
1800.05/1796.70	c speed (assignments/second)	: 4921613.807291943
1800.05/1796.70	c non guided choices	1042
1800.05/1796.72	c learnt constraints type 
1800.05/1796.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 875
1800.05/1796.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36772
1800.05/1796.72	s UNKNOWN
1800.05/1796.72	c Total wall clock time (in seconds): 1796.605
1800.05/1796.72	c timeout

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-4085788-1465294801/watcher-4085788-1465294801 -o /tmp/evaluation-result-4085788-1465294801/solver-4085788-1465294801 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465277527-11090 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085788-1465294801.opb 

pid=13447
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.24 2.26 2.20 3/195 13450
/proc/meminfo: memFree=28479036/32872528 swapFree=16080/1655368
[pid=13450] ppid=13447 vsize=9212 CPUtime=0 cores=0,2,4,6
/proc/13450/stat : 13450 (java) R 13447 13450 11074 0 -1 4202496 394 0 0 0 0 0 0 0 20 0 1 0 111413784 9433088 66 33554432000 1073741824 1073778376 140733565570784 140733565567912 217401325294 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13450/statm: 2306 79 62 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 2.24 2.26 2.20 3/195 13450
/proc/meminfo: memFree=28479036/32872528 swapFree=16080/1655368
[pid=13450] ppid=13447 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/13450/stat : 13450 (java) S 13447 13450 11074 0 -1 4202496 4389 0 1 0 8 1 0 0 20 0 18 0 111413784 9787879424 6024 33554432000 1073741824 1073778376 140733565570784 140733565561920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13450/statm: 2389619 6024 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200212 s]
/proc/loadavg: 2.24 2.26 2.20 3/195 13450
/proc/meminfo: memFree=28479036/32872528 swapFree=16080/1655368
[pid=13450] ppid=13447 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/13450/stat : 13450 (java) S 13447 13450 11074 0 -1 4202496 5119 0 1 0 26 1 0 0 20 0 18 0 111413784 9787879424 11078 33554432000 1073741824 1073778376 140733565570784 140733565561920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13450/statm: 2389619 11078 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 2.24 2.26 2.20 3/195 13450
/proc/meminfo: memFree=28479036/32872528 swapFree=16080/1655368
[pid=13450] ppid=13447 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/13450/stat : 13450 (java) S 13447 13450 11074 0 -1 4202496 6119 0 1 0 50 2 0 0 20 0 18 0 111413784 9787879424 13031 33554432000 1073741824 1073778376 140733565570784 140733565561920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13450/statm: 2389619 13031 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700192 s]
/proc/loadavg: 2.24 2.26 2.20 3/195 13450
/proc/meminfo: memFree=28479036/32872528 swapFree=16080/1655368
[pid=13450] ppid=13447 vsize=9558476 CPUtime=1.19 cores=0,2,4,6
/proc/13450/stat : 13450 (java) S 13447 13450 11074 0 -1 4202496 7424 0 1 0 114 5 0 0 20 0 18 0 111413784 9787879424 43760 33554432000 1073741824 1073778376 140733565570784 140733565561920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13450/statm: 2389619 43760 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 2.24 2.26 2.20 3/213 13468
/proc/meminfo: memFree=28134244/32872528 swapFree=16080/1655368
[pid=13450] ppid=13447 vsize=9558476 CPUtime=2.27 cores=0,2,4,6
/proc/13450/stat : 13450 (java) S 13447 13450 11074 0 -1 4202496 8124 0 1 0 215 12 0 0 20 0 18 0 111413784 9787879424 88338 33554432000 1073741824 1073778376 140733565570784 140733565561920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13450/statm: 2389619 88338 2263 9 0 2380296 0
[pid=13450/tid=13452] ppid=13447 vsize=9558476 CPUtime=1.33 cores=0,2,4,6
/proc/13450/task/13452/stat : 13452 (java) R 13447 13450 11074 0 -1 4202560 2522 0 1 0 128 5 0 0 20 0 18 0 111413785 9787879424 88338 33554432000 1073741824 1073778376 140733565570784 140005692887008 140005549164241 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13453] ppid=13447 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/13450/task/13453/stat : 13453 (java) S 13447 13450 11074 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 111413787 9787879424 88338 33554432000 1073741824 1073778376 140733565570784 140005670996776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13454] ppid=13447 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/13450/task/13454/stat : 13454 (java) S 13447 13450 11074 0 -1 4202560 104 0 0 0 4 0 0 0 20 0 18 0 111413787 9787879424 88338 33554432000 1073741824 1073778376 140733565570784 140005669943976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13455] ppid=13447 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/13450/task/13455/stat : 13455 (java) S 13447 13450 11074 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 18 0 111413787 9787879424 88338 33554432000 1073741824 1073778376 140733565570784 140005668891688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13450/tid=13456] ppid=13447 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/13450/task/13456/stat : 13456 (java) S 13447 13450 11074 0 -1 4202560 128 0 0 0 5 1 0 0 20 0 18 0 111413787 9787879424 88338 33554432000 1073741824 1073778376 140733565570784 140005667838888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13450/tid=13457] ppid=13447 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/13450/task/13457/stat : 13457 (java) S 13447 13450 11074 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 18 0 111413787 9787879424 88338 33554432000 1073741824 1073778376 140733565570784 140005330643240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13458] ppid=13447 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/13450/task/13458/stat : 13458 (java) S 13447 13450 11074 0 -1 4202560 36 0 0 0 3 1 0 0 20 0 18 0 111413787 9787879424 88338 33554432000 1073741824 1073778376 140733565570784 140005329590440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13459] ppid=13447 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/13450/task/13459/stat : 13459 (java) S 13447 13450 11074 0 -1 4202560 117 0 0 0 5 0 0 0 20 0 18 0 111413787 9787879424 88338 33554432000 1073741824 1073778376 140733565570784 140005328538152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13460] ppid=13447 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/13450/task/13460/stat : 13460 (java) S 13447 13450 11074 0 -1 4202560 121 0 0 0 4 1 0 0 20 0 18 0 111413787 9787879424 88338 33554432000 1073741824 1073778376 140733565570784 140005327485352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13461] ppid=13447 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13461/stat : 13461 (java) S 13447 13450 11074 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 111413788 9787879424 88338 33554432000 1073741824 1073778376 140733565570784 140005315287784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13450/tid=13462] ppid=13447 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13462/stat : 13462 (java) S 13447 13450 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 111413788 9787879424 88338 33554432000 1073741824 1073778376 140733565570784 140005314233848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13463] ppid=13447 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13463/stat : 13463 (java) S 13447 13450 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 111413788 9787879424 88338 33554432000 1073741824 1073778376 140733565570784 140005313181448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13464] ppid=13447 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13464/stat : 13464 (java) S 13447 13450 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111413790 9787879424 88338 33554432000 1073741824 1073778376 140733565570784 140005312129936 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13465] ppid=13447 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/13450/task/13465/stat : 13465 (java) S 13447 13450 11074 0 -1 4202560 2234 0 0 0 25 0 0 0 20 0 18 0 111413790 9787879424 88338 33554432000 1073741824 1073778376 140733565570784 140005311076536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13466] ppid=13447 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/13450/task/13466/stat : 13466 (java) S 13447 13450 11074 0 -1 4202560 1348 0 0 0 19 0 0 0 20 0 18 0 111413790 9787879424 88338 33554432000 1073741824 1073778376 140733565570784 140005310023736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13467] ppid=13447 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13467/stat : 13467 (java) S 13447 13450 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111413790 9787879424 88338 33554432000 1073741824 1073778376 140733565570784 140005308971640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13468] ppid=13447 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13468/stat : 13468 (java) S 13447 13450 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111413790 9787879424 88338 33554432000 1073741824 1073778376 140733565570784 140005307919048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9558476

[startup+3.1008 s]
/proc/loadavg: 2.24 2.26 2.20 3/213 13468
/proc/meminfo: memFree=27852588/32872528 swapFree=16080/1655368
[pid=13450] ppid=13447 vsize=9558476 CPUtime=4.13 cores=0,2,4,6
/proc/13450/stat : 13450 (java) S 13447 13450 11074 0 -1 4202496 8875 0 1 0 389 24 0 0 20 0 18 0 111413784 9787879424 158500 33554432000 1073741824 1073778376 140733565570784 140733565561920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13450/statm: 2389619 158500 2263 9 0 2380296 0
[pid=13450/tid=13452] ppid=13447 vsize=9558476 CPUtime=2.84 cores=0,2,4,6
/proc/13450/task/13452/stat : 13452 (java) R 13447 13450 11074 0 -1 4202560 2807 0 1 0 275 9 0 0 20 0 18 0 111413785 9787879424 158500 33554432000 1073741824 1073778376 140733565570784 140005692886992 217413903629 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13453] ppid=13447 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/13450/task/13453/stat : 13453 (java) S 13447 13450 11074 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 18 0 111413787 9787879424 158500 33554432000 1073741824 1073778376 140733565570784 140005670996776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13450/tid=13454] ppid=13447 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13450/task/13454/stat : 13454 (java) S 13447 13450 11074 0 -1 4202560 125 0 0 0 5 2 0 0 20 0 18 0 111413787 9787879424 158500 33554432000 1073741824 1073778376 140733565570784 140005669943976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13455] ppid=13447 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/13450/task/13455/stat : 13455 (java) S 13447 13450 11074 0 -1 4202560 72 0 0 0 8 3 0 0 20 0 18 0 111413787 9787879424 158500 33554432000 1073741824 1073778376 140733565570784 140005668891688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13450/tid=13456] ppid=13447 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/13450/task/13456/stat : 13456 (java) S 13447 13450 11074 0 -1 4202560 173 0 0 0 12 2 0 0 20 0 18 0 111413787 9787879424 158500 33554432000 1073741824 1073778376 140733565570784 140005667838888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13450/tid=13457] ppid=13447 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/13450/task/13457/stat : 13457 (java) S 13447 13450 11074 0 -1 4202560 33 0 0 0 5 1 0 0 20 0 18 0 111413787 9787879424 158500 33554432000 1073741824 1073778376 140733565570784 140005330643240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13450/tid=13458] ppid=13447 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13450/task/13458/stat : 13458 (java) S 13447 13450 11074 0 -1 4202560 50 0 0 0 5 2 0 0 20 0 18 0 111413787 9787879424 158500 33554432000 1073741824 1073778376 140733565570784 140005329590440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13459] ppid=13447 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/13450/task/13459/stat : 13459 (java) S 13447 13450 11074 0 -1 4202560 141 0 0 0 8 1 0 0 20 0 18 0 111413787 9787879424 158500 33554432000 1073741824 1073778376 140733565570784 140005328538152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13450/tid=13460] ppid=13447 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/13450/task/13460/stat : 13460 (java) S 13447 13450 11074 0 -1 4202560 135 0 0 0 6 2 0 0 20 0 18 0 111413787 9787879424 158500 33554432000 1073741824 1073778376 140733565570784 140005327485352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13450/tid=13461] ppid=13447 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13461/stat : 13461 (java) S 13447 13450 11074 0 -1 4202560 478 0 0 0 0 0 0 0 20 0 18 0 111413788 9787879424 158500 33554432000 1073741824 1073778376 140733565570784 140005315287784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13450/tid=13462] ppid=13447 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13462/stat : 13462 (java) S 13447 13450 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 111413788 9787879424 158500 33554432000 1073741824 1073778376 140733565570784 140005314233848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13463] ppid=13447 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13463/stat : 13463 (java) S 13447 13450 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 111413788 9787879424 158500 33554432000 1073741824 1073778376 140733565570784 140005313181448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13464] ppid=13447 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13464/stat : 13464 (java) S 13447 13450 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111413790 9787879424 158500 33554432000 1073741824 1073778376 140733565570784 140005312129936 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13465] ppid=13447 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/13450/task/13465/stat : 13465 (java) S 13447 13450 11074 0 -1 4202560 2234 0 0 0 25 0 0 0 20 0 18 0 111413790 9787879424 158500 33554432000 1073741824 1073778376 140733565570784 140005311076536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13466] ppid=13447 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/13450/task/13466/stat : 13466 (java) S 13447 13450 11074 0 -1 4202560 1348 0 0 0 19 0 0 0 20 0 18 0 111413790 9787879424 158500 33554432000 1073741824 1073778376 140733565570784 140005310023736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13467] ppid=13447 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13467/stat : 13467 (java) S 13447 13450 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111413790 9787879424 158500 33554432000 1073741824 1073778376 140733565570784 140005308971640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13468] ppid=13447 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13468/stat : 13468 (java) S 13447 13450 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111413790 9787879424 158500 33554432000 1073741824 1073778376 140733565570784 140005307919048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 9558476

[startup+6.30085 s]
/proc/loadavg: 2.22 2.25 2.20 4/213 13468
/proc/meminfo: memFree=26262244/32872528 swapFree=16080/1655368
[pid=13450] ppid=13447 vsize=9625040 CPUtime=8.94 cores=0,2,4,6
/proc/13450/stat : 13450 (java) S 13447 13450 11074 0 -1 4202496 17055 0 1 0 828 66 0 0 20 0 19 0 111413784 9856040960 557048 33554432000 1073741824 1073778376 140733565570784 140733565561920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13450/statm: 2406260 557048 2277 9 0 2396937 0
[pid=13450/tid=13452] ppid=13447 vsize=9625040 CPUtime=5.69 cores=0,2,4,6
/proc/13450/task/13452/stat : 13452 (java) R 13447 13450 11074 0 -1 4202560 4395 0 1 0 538 31 0 0 20 0 19 0 111413785 9856040960 557048 33554432000 1073741824 1073778376 140733565570784 140005692887192 140005549503289 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13450/tid=13453] ppid=13447 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/13450/task/13453/stat : 13453 (java) S 13447 13450 11074 0 -1 4202560 129 0 0 0 23 5 0 0 20 0 19 0 111413787 9856040960 557048 33554432000 1073741824 1073778376 140733565570784 140005670996776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13454] ppid=13447 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/13450/task/13454/stat : 13454 (java) S 13447 13450 11074 0 -1 4202560 517 0 0 0 20 4 0 0 20 0 19 0 111413787 9856040960 557048 33554432000 1073741824 1073778376 140733565570784 140005669943976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13450/tid=13455] ppid=13447 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/13450/task/13455/stat : 13455 (java) S 13447 13450 11074 0 -1 4202560 137 0 0 0 18 4 0 0 20 0 19 0 111413787 9856040960 557048 33554432000 1073741824 1073778376 140733565570784 140005668891688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13450/tid=13456] ppid=13447 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/13450/task/13456/stat : 13456 (java) S 13447 13450 11074 0 -1 4202560 242 0 0 0 29 6 0 0 20 0 19 0 111413787 9856040960 557048 33554432000 1073741824 1073778376 140733565570784 140005667838888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13450/tid=13457] ppid=13447 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/13450/task/13457/stat : 13457 (java) S 13447 13450 11074 0 -1 4202560 73 0 0 0 16 3 0 0 20 0 19 0 111413787 9856040960 557048 33554432000 1073741824 1073778376 140733565570784 140005330643240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13458] ppid=13447 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13450/task/13458/stat : 13458 (java) S 13447 13450 11074 0 -1 4202560 351 0 0 0 17 4 0 0 20 0 19 0 111413787 9856040960 557048 33554432000 1073741824 1073778376 140733565570784 140005329590440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13450/tid=13459] ppid=13447 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/13450/task/13459/stat : 13459 (java) S 13447 13450 11074 0 -1 4202560 217 0 0 0 22 4 0 0 20 0 19 0 111413787 9856040960 557048 33554432000 1073741824 1073778376 140733565570784 140005328538152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13460] ppid=13447 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/13450/task/13460/stat : 13460 (java) S 13447 13450 11074 0 -1 4202560 412 0 0 0 19 3 0 0 20 0 19 0 111413787 9856040960 557048 33554432000 1073741824 1073778376 140733565570784 140005327485352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13450/tid=13461] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13461/stat : 13461 (java) S 13447 13450 11074 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 19 0 111413788 9856040960 557048 33554432000 1073741824 1073778376 140733565570784 140005315287784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13462] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13462/stat : 13462 (java) S 13447 13450 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111413788 9856040960 557048 33554432000 1073741824 1073778376 140733565570784 140005314233848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13463] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13463/stat : 13463 (java) S 13447 13450 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111413788 9856040960 557048 33554432000 1073741824 1073778376 140733565570784 140005313181448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13464] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13464/stat : 13464 (java) S 13447 13450 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111413790 9856040960 557048 33554432000 1073741824 1073778376 140733565570784 140005312129936 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13465] ppid=13447 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/13450/task/13465/stat : 13465 (java) S 13447 13450 11074 0 -1 4202560 4856 0 0 0 59 0 0 0 20 0 19 0 111413790 9856040960 557048 33554432000 1073741824 1073778376 140733565570784 140005311076536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13466] ppid=13447 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/13450/task/13466/stat : 13466 (java) S 13447 13450 11074 0 -1 4202560 3204 0 0 0 49 0 0 0 20 0 19 0 111413790 9856040960 557048 33554432000 1073741824 1073778376 140733565570784 140005310023736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13467] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13467/stat : 13467 (java) S 13447 13450 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111413790 9856040960 557048 33554432000 1073741824 1073778376 140733565570784 140005308971640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13468] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13468/stat : 13468 (java) S 13447 13450 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111413790 9856040960 557048 33554432000 1073741824 1073778376 140733565570784 140005307919048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.94
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.21 2.25 2.20 3/214 13469
/proc/meminfo: memFree=26255656/32872528 swapFree=16080/1655368
[pid=13450] ppid=13447 vsize=9625040 CPUtime=15.34 cores=0,2,4,6
/proc/13450/stat : 13450 (java) S 13447 13450 11074 0 -1 4202496 17057 0 1 0 1468 66 0 0 20 0 19 0 111413784 9856040960 556836 33554432000 1073741824 1073778376 140733565570784 140733565561920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13450/statm: 2406260 556836 2277 9 0 2396937 0

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

[pid=13450/tid=13469] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13469/stat : 13469 (java) S 13447 13450 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111414340 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005306865064 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.64
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.20 2.18 3/213 13576
/proc/meminfo: memFree=25512684/32872528 swapFree=16080/1655368
[pid=13450] ppid=13447 vsize=9625040 CPUtime=1785.65 cores=0,2,4,6
/proc/13450/stat : 13450 (java) S 13447 13450 11074 0 -1 4202496 17649 0 1 0 178463 102 0 0 20 0 19 0 111413784 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140733565561920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13450/statm: 2406260 572511 2285 9 0 2396937 0
[pid=13450/tid=13452] ppid=13447 vsize=9625040 CPUtime=1777.09 cores=0,2,4,6
/proc/13450/task/13452/stat : 13452 (java) R 13447 13450 11074 0 -1 4202560 4401 0 1 0 177651 58 0 0 20 0 19 0 111413785 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005692886720 140005549633643 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13450/tid=13453] ppid=13447 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13450/task/13453/stat : 13453 (java) S 13447 13450 11074 0 -1 4202560 154 0 0 0 25 6 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005670996776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13454] ppid=13447 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13450/task/13454/stat : 13454 (java) S 13447 13450 11074 0 -1 4202560 526 0 0 0 22 5 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005669943976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13455] ppid=13447 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/13450/task/13455/stat : 13455 (java) S 13447 13450 11074 0 -1 4202560 143 0 0 0 19 5 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005668891688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13450/tid=13456] ppid=13447 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/13450/task/13456/stat : 13456 (java) S 13447 13450 11074 0 -1 4202560 255 0 0 0 31 6 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005667838888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13450/tid=13457] ppid=13447 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/13450/task/13457/stat : 13457 (java) S 13447 13450 11074 0 -1 4202560 84 0 0 0 18 4 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005330643240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13458] ppid=13447 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/13450/task/13458/stat : 13458 (java) S 13447 13450 11074 0 -1 4202560 362 0 0 0 18 4 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005329590440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13450/tid=13459] ppid=13447 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13450/task/13459/stat : 13459 (java) S 13447 13450 11074 0 -1 4202560 247 0 0 0 26 5 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005328538152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13460] ppid=13447 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/13450/task/13460/stat : 13460 (java) S 13447 13450 11074 0 -1 4202560 429 0 0 0 21 4 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005327485352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13450/tid=13461] ppid=13447 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/13450/task/13461/stat : 13461 (java) S 13447 13450 11074 0 -1 4202560 1268 0 0 0 3 0 0 0 20 0 19 0 111413788 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005315287784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13462] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13462/stat : 13462 (java) S 13447 13450 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111413788 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005314233848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13463] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13463/stat : 13463 (java) S 13447 13450 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111413788 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005313181448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13464] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13464/stat : 13464 (java) S 13447 13450 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111413790 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005312129936 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13465] ppid=13447 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/13450/task/13465/stat : 13465 (java) S 13447 13450 11074 0 -1 4202560 4865 0 0 0 64 0 0 0 20 0 19 0 111413790 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005311076536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13466] ppid=13447 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/13450/task/13466/stat : 13466 (java) S 13447 13450 11074 0 -1 4202560 3554 0 0 0 64 0 0 0 20 0 19 0 111413790 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005310023736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13467] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13467/stat : 13467 (java) S 13447 13450 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111413790 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005308971640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13468] ppid=13447 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/13450/task/13468/stat : 13468 (java) S 13447 13450 11074 0 -1 4202560 103 0 0 0 41 40 0 0 20 0 19 0 111413790 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005307919048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13469] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13469/stat : 13469 (java) S 13447 13450 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111414340 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005306865064 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.65
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 2.28 2.21 2.18 4/213 13576
/proc/meminfo: memFree=25512692/32872528 swapFree=16080/1655368
[pid=13450] ppid=13447 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/13450/stat : 13450 (java) S 13447 13450 11074 0 -1 4202496 17651 0 1 0 179903 102 0 0 20 0 19 0 111413784 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140733565561920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13450/statm: 2406260 572511 2285 9 0 2396937 0
[pid=13450/tid=13452] ppid=13447 vsize=9625040 CPUtime=1791.46 cores=0,2,4,6
/proc/13450/task/13452/stat : 13452 (java) R 13447 13450 11074 0 -1 4202560 4401 0 1 0 179088 58 0 0 20 0 19 0 111413785 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005692886720 140005549633643 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13450/tid=13453] ppid=13447 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13450/task/13453/stat : 13453 (java) S 13447 13450 11074 0 -1 4202560 154 0 0 0 25 6 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005670996776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13454] ppid=13447 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13450/task/13454/stat : 13454 (java) S 13447 13450 11074 0 -1 4202560 526 0 0 0 22 5 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005669943976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13455] ppid=13447 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/13450/task/13455/stat : 13455 (java) S 13447 13450 11074 0 -1 4202560 143 0 0 0 19 5 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005668891688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13450/tid=13456] ppid=13447 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/13450/task/13456/stat : 13456 (java) S 13447 13450 11074 0 -1 4202560 255 0 0 0 31 6 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005667838888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13450/tid=13457] ppid=13447 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/13450/task/13457/stat : 13457 (java) S 13447 13450 11074 0 -1 4202560 84 0 0 0 18 4 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005330643240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13458] ppid=13447 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/13450/task/13458/stat : 13458 (java) S 13447 13450 11074 0 -1 4202560 362 0 0 0 18 4 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005329590440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13450/tid=13459] ppid=13447 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13450/task/13459/stat : 13459 (java) S 13447 13450 11074 0 -1 4202560 247 0 0 0 26 5 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005328538152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13460] ppid=13447 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/13450/task/13460/stat : 13460 (java) S 13447 13450 11074 0 -1 4202560 429 0 0 0 21 4 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005327485352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13450/tid=13461] ppid=13447 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/13450/task/13461/stat : 13461 (java) S 13447 13450 11074 0 -1 4202560 1268 0 0 0 3 0 0 0 20 0 19 0 111413788 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005315287784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13462] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13462/stat : 13462 (java) S 13447 13450 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111413788 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005314233848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13463] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13463/stat : 13463 (java) S 13447 13450 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111413788 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005313181448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13464] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13464/stat : 13464 (java) S 13447 13450 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111413790 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005312129936 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13465] ppid=13447 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/13450/task/13465/stat : 13465 (java) S 13447 13450 11074 0 -1 4202560 4865 0 0 0 64 0 0 0 20 0 19 0 111413790 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005311076536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13466] ppid=13447 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/13450/task/13466/stat : 13466 (java) S 13447 13450 11074 0 -1 4202560 3554 0 0 0 64 0 0 0 20 0 19 0 111413790 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005310023736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13467] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13467/stat : 13467 (java) S 13447 13450 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111413790 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005308971640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13468] ppid=13447 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/13450/task/13468/stat : 13468 (java) S 13447 13450 11074 0 -1 4202560 105 0 0 0 41 40 0 0 20 0 19 0 111413790 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005307919048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13469] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13469/stat : 13469 (java) S 13447 13450 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111414340 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005306865064 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1796.7 s]
/proc/loadavg: 2.28 2.21 2.18 4/213 13576
/proc/meminfo: memFree=25512692/32872528 swapFree=16080/1655368
[pid=13450] ppid=13447 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/13450/stat : 13450 (java) S 13447 13450 11074 0 -1 4202496 17651 0 1 0 179903 102 0 0 20 0 19 0 111413784 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140733565561920 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13450/statm: 2406260 572511 2285 9 0 2396937 0
[pid=13450/tid=13452] ppid=13447 vsize=9625040 CPUtime=1791.46 cores=0,2,4,6
/proc/13450/task/13452/stat : 13452 (java) R 13447 13450 11074 0 -1 4202560 4401 0 1 0 179088 58 0 0 20 0 19 0 111413785 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005692886720 140005549633643 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13450/tid=13453] ppid=13447 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13450/task/13453/stat : 13453 (java) S 13447 13450 11074 0 -1 4202560 154 0 0 0 25 6 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005670996776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13454] ppid=13447 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13450/task/13454/stat : 13454 (java) S 13447 13450 11074 0 -1 4202560 526 0 0 0 22 5 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005669943976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13455] ppid=13447 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/13450/task/13455/stat : 13455 (java) S 13447 13450 11074 0 -1 4202560 143 0 0 0 19 5 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005668891688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13450/tid=13456] ppid=13447 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/13450/task/13456/stat : 13456 (java) S 13447 13450 11074 0 -1 4202560 255 0 0 0 31 6 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005667838888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13450/tid=13457] ppid=13447 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/13450/task/13457/stat : 13457 (java) S 13447 13450 11074 0 -1 4202560 84 0 0 0 18 4 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005330643240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13458] ppid=13447 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/13450/task/13458/stat : 13458 (java) S 13447 13450 11074 0 -1 4202560 362 0 0 0 18 4 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005329590440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13450/tid=13459] ppid=13447 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13450/task/13459/stat : 13459 (java) S 13447 13450 11074 0 -1 4202560 247 0 0 0 26 5 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005328538152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13460] ppid=13447 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/13450/task/13460/stat : 13460 (java) S 13447 13450 11074 0 -1 4202560 429 0 0 0 21 4 0 0 20 0 19 0 111413787 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005327485352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13450/tid=13461] ppid=13447 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/13450/task/13461/stat : 13461 (java) S 13447 13450 11074 0 -1 4202560 1268 0 0 0 3 0 0 0 20 0 19 0 111413788 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005315287784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13462] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13462/stat : 13462 (java) S 13447 13450 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111413788 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005314233848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13463] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13463/stat : 13463 (java) S 13447 13450 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111413788 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005313181448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13464] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13464/stat : 13464 (java) S 13447 13450 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111413790 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005312129936 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13465] ppid=13447 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/13450/task/13465/stat : 13465 (java) S 13447 13450 11074 0 -1 4202560 4865 0 0 0 64 0 0 0 20 0 19 0 111413790 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005311076536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13466] ppid=13447 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/13450/task/13466/stat : 13466 (java) S 13447 13450 11074 0 -1 4202560 3554 0 0 0 64 0 0 0 20 0 19 0 111413790 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005310023736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13467] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13467/stat : 13467 (java) S 13447 13450 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111413790 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005308971640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13450/tid=13468] ppid=13447 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/13450/task/13468/stat : 13468 (java) S 13447 13450 11074 0 -1 4202560 105 0 0 0 41 40 0 0 20 0 19 0 111413790 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005307919048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13450/tid=13469] ppid=13447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13450/task/13469/stat : 13469 (java) S 13447 13450 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111414340 9856040960 572511 33554432000 1073741824 1073778376 140733565570784 140005306865064 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.74
CPU time (s): 1800.05
CPU user time (s): 1799.03
CPU system time (s): 1.02
CPU usage (%): 100.184
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.57
system time used= 1.51277
maximum resident set size= 2290160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17686
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38385
involuntary context switches= 3080

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1503 second user time and 13.466 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-07 12:20:02
IDJOB=4085788
IDBENCH=90863
IDSOLVER=2546
FILE ID=node122/4085788-1465294801
RUNJOBID= node122-1465277527-11090
PBS_JOBID= 19843311
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_50null20mast_rapportOE2.0_TMAX120_K192_cod2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085788-1465294801/watcher-4085788-1465294801 -o /tmp/evaluation-result-4085788-1465294801/solver-4085788-1465294801 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465277527-11090 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085788-1465294801.opb

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

MD5SUM BENCH= 7e1ba98da2a2cea04a0e7f6c87cec7d2
RANDOM SEED=2049641787

node122.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.898
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.79
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.898
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.898
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.54
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.898
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.898
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.898
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.898
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.898
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28479796 kB
Buffers:          142680 kB
Cached:           207040 kB
SwapCached:          860 kB
Active:          1772044 kB
Inactive:         224536 kB
Active(anon):    1647784 kB
Inactive(anon):     1632 kB
Active(file):     124260 kB
Inactive(file):   222904 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099512 kB
Dirty:             28292 kB
Writeback:             0 kB
AnonPages:       3303864 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             602964 kB
SReclaimable:      46360 kB
SUnreclaim:       556604 kB
KernelStack:        1592 kB
PageTables:        10812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4563516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3264512 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= 71688 MiB
End job on node122 at 2016-06-07 12:49:59