Trace number 4100042

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 Res+CP PB16? (TO) 1800.17 872.56

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3701.opb
MD5SUM43d3150af29b8b449233a9299db57820
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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654811
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654811
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	16
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@22c84d9
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@558385e3
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4100042-1466207892.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
4.46/1.95	c ... done. Wall clock time 1.846s.
4.46/1.95	c declared #vars     155000
4.46/1.95	c #constraints  5300
4.46/1.96	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.46/1.96	c constraints type 
4.46/1.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
4.46/1.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5270
4.46/1.96	c 5300 constraints processed.
4.46/1.96	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.46/1.96	c constraints type 
4.46/1.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
4.46/1.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5270
4.46/1.96	c 5300 constraints processed.
4.46/1.96	c objective function length is 155000 literals
10.83/4.31	c cleaning 2500 clauses out of 5000 with flag 10000/5000
16.05/6.76	c cleaning 4250 clauses out of 8500 with flag 22000/11000
22.57/9.80	c cleaning 5625 clauses out of 11250 with flag 36000/18000
31.02/13.60	c cleaning 6811 clauses out of 13626 with flag 52077/26001
43.10/19.24	c cleaning 7902 clauses out of 15814 with flag 70165/35000
54.29/24.71	c cleaning 8953 clauses out of 17916 with flag 90285/45004
68.37/31.26	c cleaning 9974 clauses out of 19960 with flag 112396/56001
84.87/38.80	c cleaning 10988 clauses out of 21985 with flag 136517/68000
100.87/46.81	c cleaning 11992 clauses out of 23998 with flag 162640/81001
120.96/56.69	c cleaning 12998 clauses out of 26005 with flag 190770/95000
140.50/66.28	c cleaning 13999 clauses out of 28009 with flag 220820/110002
165.70/78.50	c cleaning 14999 clauses out of 30008 with flag 252927/126000
190.74/91.17	c cleaning 15998 clauses out of 32009 with flag 287126/143000
217.28/104.26	c cleaning 16999 clauses out of 34013 with flag 323182/161002
246.70/119.00	c cleaning 18002 clauses out of 36014 with flag 361227/180002
280.86/135.75	c cleaning 18994 clauses out of 38010 with flag 401343/200000
314.31/151.83	c cleaning 20000 clauses out of 40019 with flag 443453/221003
349.22/169.06	c cleaning 20992 clauses out of 42021 with flag 487513/243005
384.73/186.60	c cleaning 22002 clauses out of 44027 with flag 533565/266003
423.02/205.57	c cleaning 23005 clauses out of 46023 with flag 581632/290001
462.40/224.98	c cleaning 23993 clauses out of 48023 with flag 631677/315006
509.88/248.39	c cleaning 25008 clauses out of 50036 with flag 683748/341012
561.45/273.34	c cleaning 26006 clauses out of 52022 with flag 737797/368006
607.05/295.29	c cleaning 27000 clauses out of 54011 with flag 793823/396001
668.24/324.92	c cleaning 27991 clauses out of 56010 with flag 851895/425000
730.77/354.92	c cleaning 29007 clauses out of 58024 with flag 911955/455005
792.29/384.91	c cleaning 30001 clauses out of 60016 with flag 974032/486004
868.15/421.96	c cleaning 31004 clauses out of 62018 with flag 1038103/518007
939.63/456.10	c cleaning 31989 clauses out of 64008 with flag 1104123/551001
1016.17/492.53	c cleaning 33004 clauses out of 66018 with flag 1172133/585000
1101.75/533.49	c cleaning 34003 clauses out of 68020 with flag 1242169/620006
1185.90/572.58	c cleaning 34994 clauses out of 70016 with flag 1314179/656005
1262.95/611.06	c cleaning 35995 clauses out of 72020 with flag 1388238/693003
1319.91/639.23	c cleaning 36997 clauses out of 74022 with flag 1464232/731000
1381.99/669.07	c cleaning 38001 clauses out of 76025 with flag 1542232/770000
1449.17/700.04	c cleaning 38995 clauses out of 78026 with flag 1622236/810002
1524.00/736.61	c cleaning 40013 clauses out of 80035 with flag 1704274/851006
1592.52/770.14	c cleaning 41000 clauses out of 82016 with flag 1788309/893000
1652.29/798.92	c cleaning 42006 clauses out of 84021 with flag 1874319/936005
1718.74/832.54	c cleaning 42997 clauses out of 86010 with flag 1962309/980000
1784.77/864.88	c cleaning 44000 clauses out of 88014 with flag 2052311/1025001
1800.17/872.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/872.50	c starts		: 1
1800.17/872.50	c conflicts		: 1036539
1800.17/872.50	c decisions		: 1052036
1800.17/872.50	c propagations		: 141370196
1800.17/872.50	c inspects		: 6066233801
1800.17/872.50	c shortcuts		: 0
1800.17/872.50	c learnt literals	: 0
1800.17/872.50	c learnt binary clauses	: 0
1800.17/872.50	c learnt ternary clauses	: 0
1800.17/872.50	c learnt constraints	: 1036539
1800.17/872.50	c ignored constraints	: 0
1800.17/872.50	c root simplifications	: 0
1800.17/872.50	c removed literals (reason simplification)	: 4792467
1800.17/872.50	c reason swapping (by a shorter reason)	: 0
1800.17/872.50	c Calls to reduceDB	: 41
1800.17/872.50	c Number of update (reduction) of LBD	: 104
1800.17/872.50	c Imported unit clauses	: 0
1800.17/872.50	c number of reductions to clauses (during analyze)	: 0
1800.17/872.50	c number of learned constraints concerned by reduction	: 0
1800.17/872.50	c number of learning phase by resolution	: 0
1800.17/872.50	c number of learning phase by cutting planes	: 0
1800.17/872.50	c speed (assignments/second)	: 162418.86937689927
1800.17/872.50	c non guided choices	9293
1800.17/872.53	c learnt constraints type 
1800.17/872.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55552
1800.17/872.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/872.53	c starts		: 3
1800.17/872.53	c conflicts		: 1247
1800.17/872.53	c decisions		: 4902123
1800.17/872.53	c propagations		: 27509231
1800.17/872.53	c inspects		: 350282937
1800.17/872.53	c shortcuts		: 0
1800.17/872.53	c learnt literals	: 0
1800.17/872.53	c learnt binary clauses	: 0
1800.17/872.53	c learnt ternary clauses	: 0
1800.17/872.53	c learnt constraints	: 1246
1800.17/872.53	c ignored constraints	: 0
1800.17/872.53	c root simplifications	: 0
1800.17/872.53	c removed literals (reason simplification)	: 0
1800.17/872.53	c reason swapping (by a shorter reason)	: 0
1800.17/872.53	c Calls to reduceDB	: 0
1800.17/872.53	c Number of update (reduction) of LBD	: 0
1800.17/872.53	c Imported unit clauses	: 0
1800.17/872.53	c number of reductions to clauses (during analyze)	: 0
1800.17/872.53	c number of learned constraints concerned by reduction	: 0
1800.17/872.53	c number of learning phase by resolution	: 0
1800.17/872.53	c number of learning phase by cutting planes	: 0
1800.17/872.53	c speed (assignments/second)	: 31604.330523215067
1800.17/872.53	c non guided choices	0
1800.17/872.53	c learnt constraints type 
1800.17/872.53	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 28
1800.17/872.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1218
1800.17/872.53	s UNKNOWN
1800.17/872.53	c Total wall clock time (in seconds): 872.421

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-4100042-1466207892/watcher-4100042-1466207892 -o /tmp/evaluation-result-4100042-1466207892/solver-4100042-1466207892 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15309 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100042-1466207892.opb 

pid=18185
running on 8 cores: 4-7,12-15

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: 3.62 3.61 3.23 4/284 18188
/proc/meminfo: memFree=27763880/32872528 swapFree=7804/7804
[pid=18188] ppid=18185 vsize=8482100 CPUtime=0 cores=4-7,12-15
/proc/18188/stat : 18188 (java) S 18185 18188 15292 0 -1 4202496 2030 0 1 0 0 0 0 0 20 0 2 0 22833826 8685670400 2143 33554432000 1073741824 1073778376 140736030661568 140736030652704 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18188/statm: 2120566 2154 943 9 0 2111675 0
[pid=18188/tid=18189] ppid=18185 vsize=8483292 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18189/stat : 18189 (java) S 18185 18188 15292 0 -1 4202560 842 0 1 0 0 0 0 0 20 0 3 0 22833827 8686891008 2180 33554432000 1073741824 1073778376 140736030661568 140027990939480 216812008508 0 4 0 16784584 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18188/tid=18190] ppid=18185 vsize=8483292 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18190/stat : 18190 (java) R 18185 18188 15292 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 3 0 22833827 8686891008 2180 33554432000 1073741824 1073778376 140736030661568 140027990939952 216812010552 0 4 0 16784584 0 0 0 -1 12 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 3.62 3.61 3.23 4/284 18188
/proc/meminfo: memFree=27763880/32872528 swapFree=7804/7804
[pid=18188] ppid=18185 vsize=9896436 CPUtime=0.11 cores=4-7,12-15
/proc/18188/stat : 18188 (java) S 18185 18188 15292 0 -1 4202496 4508 0 1 0 10 1 0 0 20 0 23 0 22833826 10133950464 6141 33554432000 1073741824 1073778376 140736030661568 140736030652704 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18188/statm: 2474109 6141 2156 9 0 2464786 0
[pid=18188/tid=18189] ppid=18185 vsize=9896436 CPUtime=0.08 cores=4-7,12-15
/proc/18188/task/18189/stat : 18189 (java) R 18185 18188 15292 0 -1 4202560 2418 0 1 0 6 2 0 0 20 0 23 0 22833827 10133950464 6141 33554432000 1073741824 1073778376 140736030661568 140027990936480 216812021005 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18188/tid=18190] ppid=18185 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18190/stat : 18190 (java) S 18185 18188 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22833827 10133950464 6141 33554432000 1073741824 1073778376 140736030661568 140027952429608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9896436

[startup+0.200323 s]
/proc/loadavg: 3.62 3.61 3.23 4/284 18188
/proc/meminfo: memFree=27763880/32872528 swapFree=7804/7804
[pid=18188] ppid=18185 vsize=9896436 CPUtime=0.31 cores=4-7,12-15
/proc/18188/stat : 18188 (java) S 18185 18188 15292 0 -1 4202496 5065 0 1 0 29 2 0 0 20 0 23 0 22833826 10133950464 8951 33554432000 1073741824 1073778376 140736030661568 140736030652704 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18188/statm: 2474109 8951 2223 9 0 2464786 0
[pid=18188/tid=18189] ppid=18185 vsize=9896436 CPUtime=0.18 cores=4-7,12-15
/proc/18188/task/18189/stat : 18189 (java) R 18185 18188 15292 0 -1 4202560 2439 0 1 0 16 2 0 0 20 0 23 0 22833827 10133950464 8951 33554432000 1073741824 1073778376 140736030661568 140027990936480 140027829345447 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18188/tid=18190] ppid=18185 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18190/stat : 18190 (java) S 18185 18188 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22833827 10133950464 8951 33554432000 1073741824 1073778376 140736030661568 140027952429608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9896436

[startup+0.300415 s]
/proc/loadavg: 3.62 3.61 3.23 4/284 18188
/proc/meminfo: memFree=27763880/32872528 swapFree=7804/7804
[pid=18188] ppid=18185 vsize=9896436 CPUtime=0.46 cores=4-7,12-15
/proc/18188/stat : 18188 (java) S 18185 18188 15292 0 -1 4202496 5571 0 1 0 44 2 0 0 20 0 23 0 22833826 10133950464 15821 33554432000 1073741824 1073778376 140736030661568 140736030652704 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18188/statm: 2474109 15821 2232 9 0 2464786 0
[pid=18188/tid=18189] ppid=18185 vsize=9896436 CPUtime=0.28 cores=4-7,12-15
/proc/18188/task/18189/stat : 18189 (java) R 18185 18188 15292 0 -1 4202560 2452 0 1 0 26 2 0 0 20 0 23 0 22833827 10133950464 15821 33554432000 1073741824 1073778376 140736030661568 140027990936480 216812021005 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18188/tid=18190] ppid=18185 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18190/stat : 18190 (java) S 18185 18188 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22833827 10133950464 15821 33554432000 1073741824 1073778376 140736030661568 140027952429608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9896436

[startup+0.700462 s]
/proc/loadavg: 3.62 3.61 3.23 4/284 18188
/proc/meminfo: memFree=27763880/32872528 swapFree=7804/7804
[pid=18188] ppid=18185 vsize=9896436 CPUtime=1.38 cores=4-7,12-15
/proc/18188/stat : 18188 (java) S 18185 18188 15292 0 -1 4202496 6666 0 1 0 119 19 0 0 20 0 23 0 22833826 10133950464 48054 33554432000 1073741824 1073778376 140736030661568 140736030652704 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18188/statm: 2474109 48054 2269 9 0 2464786 0
[pid=18188/tid=18189] ppid=18185 vsize=9896436 CPUtime=0.63 cores=4-7,12-15
/proc/18188/task/18189/stat : 18189 (java) R 18185 18188 15292 0 -1 4202560 2510 0 1 0 60 3 0 0 20 0 23 0 22833827 10133950464 48054 33554432000 1073741824 1073778376 140736030661568 140027990935912 140027829324767 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18188/tid=18190] ppid=18185 vsize=9896436 CPUtime=0.02 cores=4-7,12-15
/proc/18188/task/18190/stat : 18190 (java) S 18185 18188 15292 0 -1 4202560 17 0 0 0 0 2 0 0 20 0 23 0 22833827 10133950464 48054 33554432000 1073741824 1073778376 140736030661568 140027952429608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9896436

[startup+1.50098 s]
/proc/loadavg: 3.62 3.61 3.23 4/307 18211
/proc/meminfo: memFree=27504952/32872528 swapFree=7804/7804
[pid=18188] ppid=18185 vsize=9896436 CPUtime=3.58 cores=4-7,12-15
/proc/18188/stat : 18188 (java) S 18185 18188 15292 0 -1 4202496 8812 0 1 0 267 91 0 0 20 0 23 0 22833826 10133950464 109325 33554432000 1073741824 1073778376 140736030661568 140736030652704 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18188/statm: 2474109 109837 2269 9 0 2464786 0
[pid=18188/tid=18189] ppid=18185 vsize=9896436 CPUtime=1.24 cores=4-7,12-15
/proc/18188/task/18189/stat : 18189 (java) S 18185 18188 15292 0 -1 4202560 2564 0 1 0 119 5 0 0 20 0 23 0 22833827 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140027990937112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18188/tid=18190] ppid=18185 vsize=9896436 CPUtime=0.18 cores=4-7,12-15
/proc/18188/task/18190/stat : 18190 (java) R 18185 18188 15292 0 -1 4202560 130 0 0 0 9 9 0 0 20 0 23 0 22833827 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140027952429784 140027993409267 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18188/tid=18191] ppid=18185 vsize=9896436 CPUtime=0.12 cores=4-7,12-15
/proc/18188/task/18191/stat : 18191 (java) R 18185 18188 15292 0 -1 4202560 115 0 0 0 6 6 0 0 20 0 23 0 22833827 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140027951376688 140027993409217 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18192] ppid=18185 vsize=9896436 CPUtime=0.15 cores=4-7,12-15
/proc/18188/task/18192/stat : 18192 (java) R 18185 18188 15292 0 -1 4202560 70 0 0 0 8 7 0 0 20 0 23 0 22833827 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140027950324184 140027995113647 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18188/tid=18193] ppid=18185 vsize=9896436 CPUtime=0.15 cores=4-7,12-15
/proc/18188/task/18193/stat : 18193 (java) R 18185 18188 15292 0 -1 4202560 107 0 0 0 7 8 0 0 20 0 23 0 22833827 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140027949271384 140027995099800 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18188/tid=18195] ppid=18185 vsize=9896436 CPUtime=0.11 cores=4-7,12-15
/proc/18188/task/18195/stat : 18195 (java) R 18185 18188 15292 0 -1 4202560 153 0 0 0 5 6 0 0 20 0 23 0 22833827 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140027948219608 140027993409209 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=18188/tid=18196] ppid=18185 vsize=9896436 CPUtime=0.14 cores=4-7,12-15
/proc/18188/task/18196/stat : 18196 (java) R 18185 18188 15292 0 -1 4202560 106 0 0 0 6 8 0 0 20 0 23 0 22833827 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140027828890712 140027997833934 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18188/tid=18197] ppid=18185 vsize=9896436 CPUtime=0.11 cores=4-7,12-15
/proc/18188/task/18197/stat : 18197 (java) R 18185 18188 15292 0 -1 4202560 110 0 0 0 5 6 0 0 20 0 23 0 22833827 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140027827837912 140027993409209 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18188/tid=18198] ppid=18185 vsize=9896436 CPUtime=0.08 cores=4-7,12-15
/proc/18188/task/18198/stat : 18198 (java) R 18185 18188 15292 0 -1 4202560 81 0 0 0 4 4 0 0 20 0 23 0 22833827 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140027826785112 140027993409225 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18188/tid=18199] ppid=18185 vsize=9896436 CPUtime=0.14 cores=4-7,12-15
/proc/18188/task/18199/stat : 18199 (java) R 18185 18188 15292 0 -1 4202560 107 0 0 0 7 7 0 0 20 0 23 0 22833827 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140027825732312 140027993409225 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0
[pid=18188/tid=18200] ppid=18185 vsize=9896436 CPUtime=0.14 cores=4-7,12-15
/proc/18188/task/18200/stat : 18200 (java) R 18185 18188 15292 0 -1 4202560 69 0 0 0 8 6 0 0 20 0 23 0 22833827 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140027824679512 140027993409217 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=18188/tid=18201] ppid=18185 vsize=9896436 CPUtime=0.09 cores=4-7,12-15
/proc/18188/task/18201/stat : 18201 (java) R 18185 18188 15292 0 -1 4202560 80 0 0 0 5 4 0 0 20 0 23 0 22833827 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140027823626712 140027993409225 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=18188/tid=18202] ppid=18185 vsize=9896436 CPUtime=0.14 cores=4-7,12-15
/proc/18188/task/18202/stat : 18202 (java) R 18185 18188 15292 0 -1 4202560 60 0 0 0 6 8 0 0 20 0 23 0 22833827 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140027822573912 140027993409217 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0
[pid=18188/tid=18203] ppid=18185 vsize=9896436 CPUtime=0.1 cores=4-7,12-15
/proc/18188/task/18203/stat : 18203 (java) R 18185 18188 15292 0 -1 4202560 49 0 0 0 4 6 0 0 20 0 23 0 22833827 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140027821522136 140027993409209 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18188/tid=18204] ppid=18185 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18204/stat : 18204 (java) S 18185 18188 15292 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 23 0 22833828 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140026931275528 216812008508 0 0 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18188/tid=18205] ppid=18185 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18205/stat : 18205 (java) S 18185 18188 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 22833829 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140026930222712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18188/tid=18206] ppid=18185 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18206/stat : 18206 (java) S 18185 18188 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 22833829 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140026929169800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18188/tid=18207] ppid=18185 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18207/stat : 18207 (java) S 18185 18188 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22833831 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140026928118288 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18188/tid=18208] ppid=18185 vsize=9896436 CPUtime=0.2 cores=4-7,12-15
/proc/18188/task/18208/stat : 18208 (java) S 18185 18188 15292 0 -1 4202560 883 0 0 0 20 0 0 0 20 0 23 0 22833831 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140026927065400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18188/tid=18209] ppid=18185 vsize=9896436 CPUtime=0.26 cores=4-7,12-15
/proc/18188/task/18209/stat : 18209 (java) S 18185 18188 15292 0 -1 4202560 2810 0 0 0 26 0 0 0 20 0 23 0 22833831 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140026926012600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18188/tid=18210] ppid=18185 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18210/stat : 18210 (java) S 18185 18188 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22833831 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140026924959992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18188/tid=18211] ppid=18185 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18211/stat : 18211 (java) S 18185 18188 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22833831 10133950464 109837 33554432000 1073741824 1073778376 140736030661568 140026923908424 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9896436

[startup+3.10112 s]
/proc/loadavg: 3.62 3.61 3.23 7/311 18215
/proc/meminfo: memFree=27289752/32872528 swapFree=7804/7804
[pid=18188] ppid=18185 vsize=10162692 CPUtime=7.91 cores=4-7,12-15
/proc/18188/stat : 18188 (java) S 18185 18188 15292 0 -1 4202496 18259 0 1 0 689 102 0 0 20 0 27 0 22833826 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140736030652704 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18188/statm: 2540673 120283 2284 9 0 2531350 0
[pid=18188/tid=18189] ppid=18185 vsize=10162692 CPUtime=1.66 cores=4-7,12-15
/proc/18188/task/18189/stat : 18189 (java) S 18185 18188 15292 0 -1 4202560 2574 0 1 0 161 5 0 0 20 0 27 0 22833827 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140027990938488 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18188/tid=18190] ppid=18185 vsize=10162692 CPUtime=0.22 cores=4-7,12-15
/proc/18188/task/18190/stat : 18190 (java) S 18185 18188 15292 0 -1 4202560 143 0 0 0 12 10 0 0 20 0 27 0 22833827 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140027952429608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18188/tid=18191] ppid=18185 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/18188/task/18191/stat : 18191 (java) S 18185 18188 15292 0 -1 4202560 129 0 0 0 9 7 0 0 20 0 27 0 22833827 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140027951376808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18192] ppid=18185 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/18188/task/18192/stat : 18192 (java) S 18185 18188 15292 0 -1 4202560 72 0 0 0 8 8 0 0 20 0 27 0 22833827 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140027950324008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18188/tid=18193] ppid=18185 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/18188/task/18193/stat : 18193 (java) S 18185 18188 15292 0 -1 4202560 111 0 0 0 8 8 0 0 20 0 27 0 22833827 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140027949271208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18195] ppid=18185 vsize=10162692 CPUtime=0.13 cores=4-7,12-15
/proc/18188/task/18195/stat : 18195 (java) S 18185 18188 15292 0 -1 4202560 158 0 0 0 6 7 0 0 20 0 27 0 22833827 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140027948219432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18188/tid=18196] ppid=18185 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/18188/task/18196/stat : 18196 (java) S 18185 18188 15292 0 -1 4202560 110 0 0 0 7 8 0 0 20 0 27 0 22833827 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140027828890536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18188/tid=18197] ppid=18185 vsize=10162692 CPUtime=0.13 cores=4-7,12-15
/proc/18188/task/18197/stat : 18197 (java) S 18185 18188 15292 0 -1 4202560 116 0 0 0 7 6 0 0 20 0 27 0 22833827 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140027827837736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18188/tid=18198] ppid=18185 vsize=10162692 CPUtime=0.09 cores=4-7,12-15
/proc/18188/task/18198/stat : 18198 (java) S 18185 18188 15292 0 -1 4202560 82 0 0 0 5 4 0 0 20 0 27 0 22833827 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140027826784936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18188/tid=18199] ppid=18185 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/18188/task/18199/stat : 18199 (java) S 18185 18188 15292 0 -1 4202560 117 0 0 0 10 8 0 0 20 0 27 0 22833827 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140027825732136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18188/tid=18200] ppid=18185 vsize=10162692 CPUtime=0.19 cores=4-7,12-15
/proc/18188/task/18200/stat : 18200 (java) S 18185 18188 15292 0 -1 4202560 82 0 0 0 11 8 0 0 20 0 27 0 22833827 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140027824679336 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18201] ppid=18185 vsize=10162692 CPUtime=0.12 cores=4-7,12-15
/proc/18188/task/18201/stat : 18201 (java) S 18185 18188 15292 0 -1 4202560 87 0 0 0 7 5 0 0 20 0 27 0 22833827 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140027823626536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18188/tid=18202] ppid=18185 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/18188/task/18202/stat : 18202 (java) S 18185 18188 15292 0 -1 4202560 75 0 0 0 9 9 0 0 20 0 27 0 22833827 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140027822573736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18188/tid=18203] ppid=18185 vsize=10162692 CPUtime=0.12 cores=4-7,12-15
/proc/18188/task/18203/stat : 18203 (java) S 18185 18188 15292 0 -1 4202560 55 0 0 0 6 6 0 0 20 0 27 0 22833827 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140027821521960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18188/tid=18204] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18204/stat : 18204 (java) S 18185 18188 15292 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 27 0 22833828 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140026931276648 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18188/tid=18205] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18205/stat : 18205 (java) S 18185 18188 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 22833829 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140026930222712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18188/tid=18206] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18206/stat : 18206 (java) S 18185 18188 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 22833829 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140026929169800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18188/tid=18207] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18207/stat : 18207 (java) S 18185 18188 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22833831 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140026928118288 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18188/tid=18208] ppid=18185 vsize=10162692 CPUtime=0.81 cores=4-7,12-15
/proc/18188/task/18208/stat : 18208 (java) S 18185 18188 15292 0 -1 4202560 4139 0 0 0 81 0 0 0 20 0 27 0 22833831 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140026927065400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18188/tid=18209] ppid=18185 vsize=10162692 CPUtime=0.95 cores=4-7,12-15
/proc/18188/task/18209/stat : 18209 (java) S 18185 18188 15292 0 -1 4202560 8699 0 0 0 93 2 0 0 20 0 27 0 22833831 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140026926012600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18188/tid=18210] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18210/stat : 18210 (java) S 18185 18188 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22833831 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140026924959992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18188/tid=18211] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18211/stat : 18211 (java) S 18185 18188 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22833831 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140026923908424 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18188/tid=18212] ppid=18185 vsize=10162692 CPUtime=1.12 cores=4-7,12-15
/proc/18188/task/18212/stat : 18212 (java) R 18185 18188 15292 0 -1 4202560 21 0 0 0 112 0 0 0 20 0 27 0 22834022 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140026922853256 140027829863098 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=18188/tid=18213] ppid=18185 vsize=10162692 CPUtime=1.12 cores=4-7,12-15
/proc/18188/task/18213/stat : 18213 (java) R 18185 18188 15292 0 -1 4202560 24 0 0 0 112 0 0 0 20 0 27 0 22834022 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140026921799304 140027829956520 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=18188/tid=18214] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18214/stat : 18214 (java) S 18185 18188 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22834036 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140026920748328 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18215] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18215/stat : 18215 (java) S 18185 18188 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22834037 10406596608 120283 33554432000 1073741824 1073778376 140736030661568 140026919695528 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 10162692

[startup+6.30109 s]

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

/proc/18188/task/18208/stat : 18208 (java) S 18185 18188 15292 0 -1 4202560 4147 0 0 0 109 0 0 0 20 0 27 0 22833831 10406596608 1177039 33554432000 1073741824 1073778376 140736030661568 140026927065400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18188/tid=18209] ppid=18185 vsize=10162692 CPUtime=1.51 cores=4-7,12-15
/proc/18188/task/18209/stat : 18209 (java) S 18185 18188 15292 0 -1 4202560 8754 0 0 0 149 2 0 0 20 0 27 0 22833831 10406596608 1177039 33554432000 1073741824 1073778376 140736030661568 140026926012600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18188/tid=18210] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18210/stat : 18210 (java) S 18185 18188 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22833831 10406596608 1177039 33554432000 1073741824 1073778376 140736030661568 140026924959992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18188/tid=18211] ppid=18185 vsize=10162692 CPUtime=0.37 cores=4-7,12-15
/proc/18188/task/18211/stat : 18211 (java) S 18185 18188 15292 0 -1 4202560 47 0 0 0 18 19 0 0 20 0 27 0 22833831 10406596608 1177039 33554432000 1073741824 1073778376 140736030661568 140026923908424 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18188/tid=18212] ppid=18185 vsize=10162692 CPUtime=799.07 cores=4-7,12-15
/proc/18188/task/18212/stat : 18212 (java) R 18185 18188 15292 0 -1 4202560 150 0 0 0 79891 16 0 0 20 0 27 0 22834022 10406596608 1177039 33554432000 1073741824 1073778376 140736030661568 140026922852272 140027829940467 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=18188/tid=18213] ppid=18185 vsize=10162692 CPUtime=799.07 cores=4-7,12-15
/proc/18188/task/18213/stat : 18213 (java) R 18185 18188 15292 0 -1 4202560 1502 0 0 0 79874 33 0 0 20 0 27 0 22834022 10406596608 1177039 33554432000 1073741824 1073778376 140736030661568 140026921798592 140027829956924 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18188/tid=18214] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18214/stat : 18214 (java) S 18185 18188 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22834036 10406596608 1177039 33554432000 1073741824 1073778376 140736030661568 140026920748328 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18215] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18215/stat : 18215 (java) S 18185 18188 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22834037 10406596608 1177039 33554432000 1073741824 1073778376 140736030661568 140026919695528 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1700.16
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+872.501 s]
/proc/loadavg: 4.31 4.18 3.81 5/311 18481
/proc/meminfo: memFree=24360712/32872528 swapFree=7804/7804
[pid=18188] ppid=18185 vsize=10162692 CPUtime=1800.17 cores=4-7,12-15
/proc/18188/stat : 18188 (java) S 18185 18188 15292 0 -1 4202496 37463 0 1 0 178646 1371 0 0 20 0 27 0 22833826 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140736030652704 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18188/statm: 2540673 1145053 2299 9 0 2531350 0
[pid=18188/tid=18189] ppid=18185 vsize=10162692 CPUtime=1.7 cores=4-7,12-15
/proc/18188/task/18189/stat : 18189 (java) S 18185 18188 15292 0 -1 4202560 2602 0 1 0 163 7 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027990938488 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18190] ppid=18185 vsize=10162692 CPUtime=6.7 cores=4-7,12-15
/proc/18188/task/18190/stat : 18190 (java) S 18185 18188 15292 0 -1 4202560 1238 0 0 0 570 100 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027952429608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18188/tid=18191] ppid=18185 vsize=10162692 CPUtime=6.73 cores=4-7,12-15
/proc/18188/task/18191/stat : 18191 (java) S 18185 18188 15292 0 -1 4202560 1175 0 0 0 565 108 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027951376808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18188/tid=18192] ppid=18185 vsize=10162692 CPUtime=6.74 cores=4-7,12-15
/proc/18188/task/18192/stat : 18192 (java) S 18185 18188 15292 0 -1 4202560 1246 0 0 0 566 108 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027950324008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=18188/tid=18193] ppid=18185 vsize=10162692 CPUtime=6.77 cores=4-7,12-15
/proc/18188/task/18193/stat : 18193 (java) S 18185 18188 15292 0 -1 4202560 1381 0 0 0 582 95 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027949271208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18188/tid=18195] ppid=18185 vsize=10162692 CPUtime=6.14 cores=4-7,12-15
/proc/18188/task/18195/stat : 18195 (java) S 18185 18188 15292 0 -1 4202560 1098 0 0 0 514 100 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027948219432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18196] ppid=18185 vsize=10162692 CPUtime=6.86 cores=4-7,12-15
/proc/18188/task/18196/stat : 18196 (java) S 18185 18188 15292 0 -1 4202560 1351 0 0 0 580 106 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027828890536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18197] ppid=18185 vsize=10162692 CPUtime=6.27 cores=4-7,12-15
/proc/18188/task/18197/stat : 18197 (java) S 18185 18188 15292 0 -1 4202560 949 0 0 0 555 72 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027827837736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18188/tid=18198] ppid=18185 vsize=10162692 CPUtime=6.71 cores=4-7,12-15
/proc/18188/task/18198/stat : 18198 (java) S 18185 18188 15292 0 -1 4202560 1164 0 0 0 570 101 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027826784936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18188/tid=18199] ppid=18185 vsize=10162692 CPUtime=6.63 cores=4-7,12-15
/proc/18188/task/18199/stat : 18199 (java) S 18185 18188 15292 0 -1 4202560 1155 0 0 0 564 99 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027825732136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18200] ppid=18185 vsize=10162692 CPUtime=7.03 cores=4-7,12-15
/proc/18188/task/18200/stat : 18200 (java) S 18185 18188 15292 0 -1 4202560 1068 0 0 0 600 103 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027824679336 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18188/tid=18201] ppid=18185 vsize=10162692 CPUtime=7.17 cores=4-7,12-15
/proc/18188/task/18201/stat : 18201 (java) S 18185 18188 15292 0 -1 4202560 1361 0 0 0 606 111 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027823626536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18188/tid=18202] ppid=18185 vsize=10162692 CPUtime=6.78 cores=4-7,12-15
/proc/18188/task/18202/stat : 18202 (java) S 18185 18188 15292 0 -1 4202560 1124 0 0 0 575 103 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027822573736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18203] ppid=18185 vsize=10162692 CPUtime=6.72 cores=4-7,12-15
/proc/18188/task/18203/stat : 18203 (java) S 18185 18188 15292 0 -1 4202560 1128 0 0 0 574 98 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027821521960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18188/tid=18204] ppid=18185 vsize=10162692 CPUtime=10.94 cores=4-7,12-15
/proc/18188/task/18204/stat : 18204 (java) S 18185 18188 15292 0 -1 4202560 3550 0 0 0 1089 5 0 0 20 0 27 0 22833828 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026931276648 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18205] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18205/stat : 18205 (java) S 18185 18188 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 22833829 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026930222712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18188/tid=18206] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18206/stat : 18206 (java) S 18185 18188 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 22833829 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026929169800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18188/tid=18207] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18207/stat : 18207 (java) S 18185 18188 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22833831 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026928118288 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18188/tid=18208] ppid=18185 vsize=10162692 CPUtime=1.09 cores=4-7,12-15
/proc/18188/task/18208/stat : 18208 (java) S 18185 18188 15292 0 -1 4202560 4147 0 0 0 109 0 0 0 20 0 27 0 22833831 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026927065400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18188/tid=18209] ppid=18185 vsize=10162692 CPUtime=1.51 cores=4-7,12-15
/proc/18188/task/18209/stat : 18209 (java) S 18185 18188 15292 0 -1 4202560 8754 0 0 0 149 2 0 0 20 0 27 0 22833831 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026926012600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18188/tid=18210] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18210/stat : 18210 (java) S 18185 18188 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22833831 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026924959992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18188/tid=18211] ppid=18185 vsize=10162692 CPUtime=0.39 cores=4-7,12-15
/proc/18188/task/18211/stat : 18211 (java) S 18185 18188 15292 0 -1 4202560 51 0 0 0 19 20 0 0 20 0 27 0 22833831 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026923908424 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18188/tid=18212] ppid=18185 vsize=10162692 CPUtime=846.29 cores=4-7,12-15
/proc/18188/task/18212/stat : 18212 (java) R 18185 18188 15292 0 -1 4202560 153 0 0 0 84613 16 0 0 20 0 27 0 22834022 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026922844560 140027829520827 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=18188/tid=18213] ppid=18185 vsize=10162692 CPUtime=846.29 cores=4-7,12-15
/proc/18188/task/18213/stat : 18213 (java) R 18185 18188 15292 0 -1 4202560 1502 0 0 0 84596 33 0 0 20 0 27 0 22834022 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026921798368 140027829956855 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=18188/tid=18214] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18214/stat : 18214 (java) S 18185 18188 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22834036 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026920748328 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18215] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18215/stat : 18215 (java) S 18185 18188 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22834037 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026919695528 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 10162692

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 18188 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+872.501 s]
/proc/loadavg: 4.31 4.18 3.81 5/311 18481
/proc/meminfo: memFree=24360712/32872528 swapFree=7804/7804
[pid=18188] ppid=18185 vsize=10162692 CPUtime=1800.17 cores=4-7,12-15
/proc/18188/stat : 18188 (java) S 18185 18188 15292 0 -1 4202496 37463 0 1 0 178646 1371 0 0 20 0 27 0 22833826 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140736030652704 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18188/statm: 2540673 1145053 2299 9 0 2531350 0
[pid=18188/tid=18189] ppid=18185 vsize=10162692 CPUtime=1.7 cores=4-7,12-15
/proc/18188/task/18189/stat : 18189 (java) S 18185 18188 15292 0 -1 4202560 2602 0 1 0 163 7 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027990938488 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18190] ppid=18185 vsize=10162692 CPUtime=6.7 cores=4-7,12-15
/proc/18188/task/18190/stat : 18190 (java) S 18185 18188 15292 0 -1 4202560 1238 0 0 0 570 100 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027952429608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18188/tid=18191] ppid=18185 vsize=10162692 CPUtime=6.73 cores=4-7,12-15
/proc/18188/task/18191/stat : 18191 (java) S 18185 18188 15292 0 -1 4202560 1175 0 0 0 565 108 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027951376808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18188/tid=18192] ppid=18185 vsize=10162692 CPUtime=6.74 cores=4-7,12-15
/proc/18188/task/18192/stat : 18192 (java) S 18185 18188 15292 0 -1 4202560 1246 0 0 0 566 108 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027950324008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=18188/tid=18193] ppid=18185 vsize=10162692 CPUtime=6.77 cores=4-7,12-15
/proc/18188/task/18193/stat : 18193 (java) S 18185 18188 15292 0 -1 4202560 1381 0 0 0 582 95 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027949271208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18188/tid=18195] ppid=18185 vsize=10162692 CPUtime=6.14 cores=4-7,12-15
/proc/18188/task/18195/stat : 18195 (java) S 18185 18188 15292 0 -1 4202560 1098 0 0 0 514 100 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027948219432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18196] ppid=18185 vsize=10162692 CPUtime=6.86 cores=4-7,12-15
/proc/18188/task/18196/stat : 18196 (java) S 18185 18188 15292 0 -1 4202560 1351 0 0 0 580 106 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027828890536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18197] ppid=18185 vsize=10162692 CPUtime=6.27 cores=4-7,12-15
/proc/18188/task/18197/stat : 18197 (java) S 18185 18188 15292 0 -1 4202560 949 0 0 0 555 72 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027827837736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18188/tid=18198] ppid=18185 vsize=10162692 CPUtime=6.71 cores=4-7,12-15
/proc/18188/task/18198/stat : 18198 (java) S 18185 18188 15292 0 -1 4202560 1164 0 0 0 570 101 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027826784936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18188/tid=18199] ppid=18185 vsize=10162692 CPUtime=6.63 cores=4-7,12-15
/proc/18188/task/18199/stat : 18199 (java) S 18185 18188 15292 0 -1 4202560 1155 0 0 0 564 99 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027825732136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18200] ppid=18185 vsize=10162692 CPUtime=7.03 cores=4-7,12-15
/proc/18188/task/18200/stat : 18200 (java) S 18185 18188 15292 0 -1 4202560 1068 0 0 0 600 103 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027824679336 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18188/tid=18201] ppid=18185 vsize=10162692 CPUtime=7.17 cores=4-7,12-15
/proc/18188/task/18201/stat : 18201 (java) S 18185 18188 15292 0 -1 4202560 1361 0 0 0 606 111 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027823626536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18188/tid=18202] ppid=18185 vsize=10162692 CPUtime=6.78 cores=4-7,12-15
/proc/18188/task/18202/stat : 18202 (java) S 18185 18188 15292 0 -1 4202560 1124 0 0 0 575 103 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027822573736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18203] ppid=18185 vsize=10162692 CPUtime=6.72 cores=4-7,12-15
/proc/18188/task/18203/stat : 18203 (java) S 18185 18188 15292 0 -1 4202560 1128 0 0 0 574 98 0 0 20 0 27 0 22833827 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140027821521960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18188/tid=18204] ppid=18185 vsize=10162692 CPUtime=10.94 cores=4-7,12-15
/proc/18188/task/18204/stat : 18204 (java) S 18185 18188 15292 0 -1 4202560 3550 0 0 0 1089 5 0 0 20 0 27 0 22833828 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026931276648 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18205] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18205/stat : 18205 (java) S 18185 18188 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 22833829 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026930222712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18188/tid=18206] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18206/stat : 18206 (java) S 18185 18188 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 22833829 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026929169800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18188/tid=18207] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18207/stat : 18207 (java) S 18185 18188 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22833831 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026928118288 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18188/tid=18208] ppid=18185 vsize=10162692 CPUtime=1.09 cores=4-7,12-15
/proc/18188/task/18208/stat : 18208 (java) S 18185 18188 15292 0 -1 4202560 4147 0 0 0 109 0 0 0 20 0 27 0 22833831 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026927065400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18188/tid=18209] ppid=18185 vsize=10162692 CPUtime=1.51 cores=4-7,12-15
/proc/18188/task/18209/stat : 18209 (java) S 18185 18188 15292 0 -1 4202560 8754 0 0 0 149 2 0 0 20 0 27 0 22833831 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026926012600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18188/tid=18210] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18210/stat : 18210 (java) S 18185 18188 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22833831 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026924959992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18188/tid=18211] ppid=18185 vsize=10162692 CPUtime=0.39 cores=4-7,12-15
/proc/18188/task/18211/stat : 18211 (java) S 18185 18188 15292 0 -1 4202560 51 0 0 0 19 20 0 0 20 0 27 0 22833831 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026923908424 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18188/tid=18212] ppid=18185 vsize=10162692 CPUtime=846.29 cores=4-7,12-15
/proc/18188/task/18212/stat : 18212 (java) R 18185 18188 15292 0 -1 4202560 153 0 0 0 84613 16 0 0 20 0 27 0 22834022 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026922844560 140027829520827 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=18188/tid=18213] ppid=18185 vsize=10162692 CPUtime=846.29 cores=4-7,12-15
/proc/18188/task/18213/stat : 18213 (java) R 18185 18188 15292 0 -1 4202560 1502 0 0 0 84596 33 0 0 20 0 27 0 22834022 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026921798368 140027829956855 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=18188/tid=18214] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18214/stat : 18214 (java) S 18185 18188 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22834036 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026920748328 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18188/tid=18215] ppid=18185 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/18188/task/18215/stat : 18215 (java) S 18185 18188 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22834037 10406596608 1145053 33554432000 1073741824 1073778376 140736030661568 140026919695528 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 10162692

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18188 and gives
#  childrusage.ru_utime.tv_sec=1781
#  childrusage.ru_utime.tv_usec=870114
#  childrusage.ru_stime.tv_sec=14
#  childrusage.ru_stime.tv_usec=90857
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 872.56
CPU time (s): 1800.17
CPU user time (s): 1786.46
CPU system time (s): 13.71
CPU usage (%): 206.309
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.87
system time used= 14.0909
maximum resident set size= 4806496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37516
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24273
involuntary context switches= 19482

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.89395 second user time and 10.7374 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 01:58:12
IDJOB=4100042
IDBENCH=1566
IDSOLVER=2543
FILE ID=node132/4100042-1466207892
RUNJOBID= node132-1466206058-15309
PBS_JOBID= 19918145
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n3701.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100042-1466207892/watcher-4100042-1466207892 -o /tmp/evaluation-result-4100042-1466207892/solver-4100042-1466207892 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15309 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100042-1466207892.opb

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

MD5SUM BENCH= 43d3150af29b8b449233a9299db57820
RANDOM SEED=2111139322

node132.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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.53
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        27763500 kB
Buffers:           35428 kB
Cached:            93904 kB
SwapCached:         1804 kB
Active:          4285524 kB
Inactive:          70840 kB
Active(anon):    4228684 kB
Inactive(anon):     1028 kB
Active(file):      56840 kB
Inactive(file):    69812 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099272 kB
Dirty:              7308 kB
Writeback:             0 kB
AnonPages:       4260736 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             576112 kB
SReclaimable:      15956 kB
SUnreclaim:       560156 kB
KernelStack:        2592 kB
PageTables:        12724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4720840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4188160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71724 MiB
End job on node132 at 2016-06-18 02:12:45