Trace number 4095844

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.04 1798.14

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-eq-fixedbandwidth-75.opb
MD5SUM4c8a81d4e99bbca85303365615d325e4
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	16
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@3f662dc8
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@2a0ecd7e
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4095844-1466098132.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.14	c ... done. Wall clock time 0.034s.
0.10/0.14	c declared #vars     301
0.10/0.14	c #constraints  300
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 300
0.10/0.14	c 300 constraints processed.
0.69/0.40	c cleaning 2497 clauses out of 5001 with flag 22409/5001
0.88/0.59	c cleaning 4242 clauses out of 8504 with flag 47888/11001
1.21/0.81	c cleaning 5622 clauses out of 11261 with flag 79423/18000
1.42/1.07	c cleaning 6813 clauses out of 13639 with flag 119293/26000
1.83/1.43	c cleaning 7904 clauses out of 15826 with flag 160450/35000
2.23/1.81	c cleaning 8950 clauses out of 17922 with flag 207426/45000
2.64/2.26	c cleaning 9970 clauses out of 19972 with flag 261162/56000
3.13/2.77	c cleaning 10983 clauses out of 22002 with flag 318958/68000
3.74/3.37	c cleaning 12001 clauses out of 24019 with flag 382659/81000
4.43/4.07	c cleaning 12989 clauses out of 26018 with flag 454614/95000
5.33/4.95	c cleaning 14002 clauses out of 28030 with flag 541431/110001
6.23/5.87	c cleaning 15009 clauses out of 30028 with flag 630848/126001
7.23/6.83	c cleaning 16000 clauses out of 32020 with flag 725990/143002
8.24/7.85	c cleaning 16994 clauses out of 34018 with flag 826294/161000
9.43/9.08	c cleaning 18008 clauses out of 36024 with flag 934453/180000
10.83/10.40	c cleaning 19000 clauses out of 38016 with flag 1045224/200000
12.23/11.82	c cleaning 19999 clauses out of 40018 with flag 1158893/221002
13.74/13.34	c cleaning 21006 clauses out of 42018 with flag 1282363/243001
15.33/14.91	c cleaning 22002 clauses out of 44011 with flag 1418172/266000
17.04/16.66	c cleaning 22991 clauses out of 46010 with flag 1552532/290001
18.93/18.53	c cleaning 23994 clauses out of 48019 with flag 1693555/315001
20.93/20.57	c cleaning 24995 clauses out of 50025 with flag 1850360/341001
23.23/22.89	c cleaning 26001 clauses out of 52031 with flag 1998832/368002
25.63/25.24	c cleaning 27006 clauses out of 54032 with flag 2162657/396004
28.04/27.66	c cleaning 28008 clauses out of 56023 with flag 2337247/425001
30.83/30.42	c cleaning 29001 clauses out of 58017 with flag 2507273/455003
33.72/33.30	c cleaning 30000 clauses out of 60015 with flag 2679907/486002
36.62/36.30	c cleaning 31001 clauses out of 62015 with flag 2862090/518002
39.92/39.55	c cleaning 32001 clauses out of 64013 with flag 3042383/551001
43.44/43.05	c cleaning 32996 clauses out of 66011 with flag 3231056/585000
47.03/46.64	c cleaning 33994 clauses out of 68015 with flag 3436236/620000
50.83/50.46	c cleaning 34999 clauses out of 70021 with flag 3651816/656000
54.83/54.49	c cleaning 36001 clauses out of 72022 with flag 3875899/693000
59.33/58.93	c cleaning 37002 clauses out of 74023 with flag 4093360/731002
63.73/63.32	c cleaning 37994 clauses out of 76021 with flag 4314955/770002
68.33/67.90	c cleaning 39002 clauses out of 78025 with flag 4550443/810000
73.04/72.70	c cleaning 39999 clauses out of 80023 with flag 4793562/851000
78.22/77.86	c cleaning 41004 clauses out of 82024 with flag 5039869/893000
83.63/83.20	c cleaning 42001 clauses out of 84020 with flag 5297742/936000
89.10/88.68	c cleaning 42999 clauses out of 86019 with flag 5548431/980000
95.11/94.66	c cleaning 43994 clauses out of 88021 with flag 5822943/1025001
100.50/100.10	c cleaning 44989 clauses out of 90028 with flag 6084921/1071002
106.30/105.83	c cleaning 46012 clauses out of 92037 with flag 6365200/1118000
113.70/113.24	c cleaning 47000 clauses out of 94026 with flag 6653071/1166001
120.52/120.04	c cleaning 47993 clauses out of 96025 with flag 6951110/1215000
127.21/126.72	c cleaning 49002 clauses out of 98032 with flag 7240581/1265000
133.91/133.40	c cleaning 50004 clauses out of 100031 with flag 7543078/1316001
140.81/140.33	c cleaning 50999 clauses out of 102026 with flag 7852333/1368000
148.41/147.96	c cleaning 52001 clauses out of 104027 with flag 8167288/1421000
156.82/156.39	c cleaning 53001 clauses out of 106026 with flag 8478290/1475000
165.01/164.55	c cleaning 54002 clauses out of 108026 with flag 8794124/1530001
173.11/172.64	c cleaning 55004 clauses out of 110024 with flag 9120516/1586001
181.41/180.97	c cleaning 55993 clauses out of 112019 with flag 9448116/1643000
190.31/189.80	c cleaning 57011 clauses out of 114026 with flag 9776055/1701000
199.11/198.68	c cleaning 57992 clauses out of 116015 with flag 10113250/1760000
208.81/208.39	c cleaning 59010 clauses out of 118023 with flag 10459428/1820000
218.51/218.01	c cleaning 59997 clauses out of 120014 with flag 10803929/1881001
228.76/228.12	c cleaning 60994 clauses out of 122018 with flag 11163441/1943002
238.37/237.76	c cleaning 62003 clauses out of 124022 with flag 11526791/2006000
248.56/247.96	c cleaning 63005 clauses out of 126019 with flag 11899699/2070000
259.86/259.21	c cleaning 63997 clauses out of 128014 with flag 12262483/2135000
270.87/270.25	c cleaning 64995 clauses out of 130017 with flag 12626166/2201000
282.57/281.96	c cleaning 66005 clauses out of 132022 with flag 13013055/2268000
294.50/293.86	c cleaning 66995 clauses out of 134017 with flag 13383759/2336000
306.69/306.03	c cleaning 68001 clauses out of 136023 with flag 13772510/2405001
318.79/318.18	c cleaning 68992 clauses out of 138023 with flag 14165451/2475002
332.09/331.41	c cleaning 69999 clauses out of 140031 with flag 14569122/2546002
345.29/344.68	c cleaning 71009 clauses out of 142031 with flag 14976049/2618001
358.89/358.21	c cleaning 71993 clauses out of 144023 with flag 15379007/2691002
372.90/372.22	c cleaning 73004 clauses out of 146029 with flag 15787491/2765001
387.30/386.62	c cleaning 73999 clauses out of 148024 with flag 16210013/2840000
402.00/401.35	c cleaning 74994 clauses out of 150026 with flag 16635084/2916001
415.95/415.26	c cleaning 76008 clauses out of 152031 with flag 17061417/2993000
431.55/430.81	c cleaning 77008 clauses out of 154026 with flag 17489573/3071003
446.86/446.18	c cleaning 78000 clauses out of 156018 with flag 17926951/3150003
462.36/461.65	c cleaning 79003 clauses out of 158017 with flag 18358698/3230002
479.06/478.35	c cleaning 80001 clauses out of 160012 with flag 18801295/3311000
495.15/494.40	c cleaning 80994 clauses out of 162011 with flag 19238514/3393000
511.95/511.24	c cleaning 81997 clauses out of 164017 with flag 19686610/3476000
529.97/529.23	c cleaning 82996 clauses out of 166020 with flag 20138378/3560000
547.66/546.97	c cleaning 84004 clauses out of 168024 with flag 20604554/3645000
566.46/565.76	c cleaning 84997 clauses out of 170020 with flag 21053160/3731000
585.37/584.62	c cleaning 86005 clauses out of 172023 with flag 21521047/3818000
604.54/603.62	c cleaning 87007 clauses out of 174020 with flag 21995993/3906002
623.55/622.62	c cleaning 88005 clauses out of 176012 with flag 22467462/3995001
643.45/642.59	c cleaning 88989 clauses out of 178006 with flag 22934624/4085000
663.54/662.62	c cleaning 89998 clauses out of 180017 with flag 23415497/4176000
684.54/683.68	c cleaning 90992 clauses out of 182019 with flag 23909232/4268000
706.65/705.73	c cleaning 92008 clauses out of 184027 with flag 24384017/4361000
729.55/728.65	c cleaning 93004 clauses out of 186019 with flag 24877595/4455000
751.55/750.66	c cleaning 93997 clauses out of 188015 with flag 25351847/4550000
774.86/773.91	c cleaning 94999 clauses out of 190020 with flag 25841844/4646002
797.47/796.54	c cleaning 95995 clauses out of 192019 with flag 26343005/4743000
821.16/820.21	c cleaning 96996 clauses out of 194025 with flag 26848242/4841001
844.11/843.06	c cleaning 98004 clauses out of 196028 with flag 27358586/4940000
870.13/869.09	c cleaning 99013 clauses out of 198028 with flag 27881571/5040004
895.32/894.27	c cleaning 99984 clauses out of 200012 with flag 28384353/5141001
920.52/919.42	c cleaning 101013 clauses out of 202027 with flag 28901778/5243000
945.62/944.51	c cleaning 101998 clauses out of 204014 with flag 29427152/5346000
972.13/971.05	c cleaning 103001 clauses out of 206017 with flag 29939636/5450001
999.03/997.95	c cleaning 104004 clauses out of 208017 with flag 30462341/5555002
1027.13/1026.06	c cleaning 104992 clauses out of 210011 with flag 30979255/5661000
1056.06/1054.97	c cleaning 106001 clauses out of 212020 with flag 31507980/5768001
1085.36/1084.08	c cleaning 106997 clauses out of 214020 with flag 32042135/5876002
1114.25/1112.98	c cleaning 107997 clauses out of 216022 with flag 32582579/5985001
1140.71/1141.13	c cleaning 108996 clauses out of 218024 with flag 33129874/6095000
1172.57/1171.65	c cleaning 110001 clauses out of 220029 with flag 33685809/6206001
1201.31/1201.51	c cleaning 111001 clauses out of 222027 with flag 34225711/6318000
1233.39/1232.49	c cleaning 112006 clauses out of 224026 with flag 34779250/6431000
1265.99/1265.08	c cleaning 112990 clauses out of 226020 with flag 35344305/6545000
1275.75/1297.90	c cleaning 114003 clauses out of 228031 with flag 35908044/6660001
1321.66/1329.92	c cleaning 115005 clauses out of 230029 with flag 36492704/6776002
1353.63/1363.68	c cleaning 115996 clauses out of 232022 with flag 37059017/6893000
1393.63/1398.50	c cleaning 117003 clauses out of 234027 with flag 37645387/7011001
1433.06/1431.57	c cleaning 117995 clauses out of 236024 with flag 38216453/7130001
1468.25/1466.72	c cleaning 118999 clauses out of 238028 with flag 38801260/7250000
1503.36/1501.82	c cleaning 120006 clauses out of 240030 with flag 39397843/7371001
1539.66/1538.12	c cleaning 121000 clauses out of 242023 with flag 40001055/7493000
1577.82/1575.94	c cleaning 121994 clauses out of 244024 with flag 40591388/7616001
1615.03/1613.17	c cleaning 123010 clauses out of 246030 with flag 41199500/7740001
1653.53/1651.64	c cleaning 123997 clauses out of 248021 with flag 41805873/7865002
1691.42/1689.51	c cleaning 125009 clauses out of 250023 with flag 42412062/7991001
1733.33/1731.40	c cleaning 126002 clauses out of 252013 with flag 43030180/8118000
1774.83/1772.93	c cleaning 126990 clauses out of 254011 with flag 43643092/8246000
1800.04/1798.10	c starts		: 19230
1800.04/1798.10	c conflicts		: 8336597
1800.04/1798.10	c decisions		: 11894445
1800.04/1798.10	c propagations		: 154693099
1800.04/1798.10	c inspects		: 40647112242
1800.04/1798.10	c shortcuts		: 0
1800.04/1798.10	c learnt literals	: 0
1800.04/1798.10	c learnt binary clauses	: 0
1800.04/1798.10	c timeout
1800.04/1798.10	c learnt ternary clauses	: 0
1800.04/1798.10	c learnt constraints	: 8336597
1800.04/1798.10	c ignored constraints	: 0
1800.04/1798.10	c root simplifications	: 0
1800.04/1798.10	c removed literals (reason simplification)	: 0
1800.04/1798.10	c reason swapping (by a shorter reason)	: 0
1800.04/1798.10	c Calls to reduceDB	: 124
1800.04/1798.10	c Number of update (reduction) of LBD	: 2250277
1800.04/1798.10	c Imported unit clauses	: 0
1800.04/1798.10	c number of reductions to clauses (during analyze)	: 0
1800.04/1798.10	c number of learned constraints concerned by reduction	: 0
1800.04/1798.10	c number of learning phase by resolution	: 0
1800.04/1798.10	c number of learning phase by cutting planes	: 0
1800.04/1798.10	c speed (assignments/second)	: 86038.12042537097
1800.04/1798.10	c non guided choices	59496
1800.04/1798.13	c learnt constraints type 
1800.04/1798.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 217618
1800.04/1798.13	s UNKNOWN
1800.04/1798.13	c Total wall clock time (in seconds): 1798.026

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

pid=17960
running on 8 cores: 0-3,8-11

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 2.01 1.99 3/257 17963
/proc/meminfo: memFree=32032672/32872528 swapFree=7036/7036
[pid=17963] ppid=17960 vsize=97336 CPUtime=0 cores=0-3,8-11
/proc/17963/stat : 17963 (java) S 17960 17963 17918 0 -1 4202496 1400 0 0 0 0 0 0 0 20 0 2 0 11857756 99672064 1021 33554432000 1073741824 1073778376 140737054669520 140737054660656 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/17963/statm: 24875 1032 790 9 0 16774 0
[pid=17963/tid=17966] ppid=17960 vsize=101528 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17966/stat : 17966 (java) R 17960 17963 17918 0 -1 4202560 212 0 0 0 0 0 0 0 20 0 2 0 11857757 103964672 1041 33554432000 1073741824 1073778376 140737054669520 140627564757688 216808696215 0 0 0 16784584 0 0 0 -1 9 0 0 0 0 0

[startup+0.10013 s]
/proc/loadavg: 1.94 2.01 1.99 3/257 17963
/proc/meminfo: memFree=32032672/32872528 swapFree=7036/7036
[pid=17963] ppid=17960 vsize=9896436 CPUtime=0.1 cores=0-3,8-11
/proc/17963/stat : 17963 (java) S 17960 17963 17918 0 -1 4202496 4527 0 1 0 9 1 0 0 20 0 23 0 11857756 10133950464 5646 33554432000 1073741824 1073778376 140737054669520 140737054660656 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/17963/statm: 2474109 5646 2140 9 0 2464786 0
[pid=17963/tid=17966] ppid=17960 vsize=9896436 CPUtime=0.07 cores=0-3,8-11
/proc/17963/task/17966/stat : 17966 (java) R 17960 17963 17918 0 -1 4202560 2474 0 1 0 7 0 0 0 20 0 23 0 11857757 10133950464 5646 33554432000 1073741824 1073778376 140737054669520 140627564761208 140627567564797 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9896436

[startup+0.20027 s]
/proc/loadavg: 1.94 2.01 1.99 3/257 17963
/proc/meminfo: memFree=32032672/32872528 swapFree=7036/7036
[pid=17963] ppid=17960 vsize=9963000 CPUtime=0.31 cores=0-3,8-11
/proc/17963/stat : 17963 (java) S 17960 17963 17918 0 -1 4202496 6668 0 1 0 29 2 0 0 20 0 24 0 11857756 10202112000 7449 33554432000 1073741824 1073778376 140737054669520 140737054660656 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/17963/statm: 2490750 7449 2235 9 0 2481427 0
[pid=17963/tid=17966] ppid=17960 vsize=9963000 CPUtime=0.17 cores=0-3,8-11
/proc/17963/task/17966/stat : 17966 (java) R 17960 17963 17918 0 -1 4202560 2496 0 1 0 17 0 0 0 20 0 24 0 11857757 10202112000 7449 33554432000 1073741824 1073778376 140737054669520 140627564761728 140627568046995 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9963000

[startup+0.300344 s]
/proc/loadavg: 1.94 2.01 1.99 3/257 17963
/proc/meminfo: memFree=32032672/32872528 swapFree=7036/7036
[pid=17963] ppid=17960 vsize=9963000 CPUtime=0.53 cores=0-3,8-11
/proc/17963/stat : 17963 (java) S 17960 17963 17918 0 -1 4202496 7234 0 1 0 51 2 0 0 20 0 24 0 11857756 10202112000 7420 33554432000 1073741824 1073778376 140737054669520 140737054660656 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/17963/statm: 2490750 7420 2238 9 0 2481427 0
[pid=17963/tid=17966] ppid=17960 vsize=9963000 CPUtime=0.27 cores=0-3,8-11
/proc/17963/task/17966/stat : 17966 (java) R 17960 17963 17918 0 -1 4202560 2496 0 1 0 27 0 0 0 20 0 24 0 11857757 10202112000 7420 33554432000 1073741824 1073778376 140737054669520 140627564761728 140627504475756 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9963000

[startup+0.700297 s]
/proc/loadavg: 1.94 2.01 1.99 3/257 17963
/proc/meminfo: memFree=32032672/32872528 swapFree=7036/7036
[pid=17963] ppid=17960 vsize=9963000 CPUtime=1.11 cores=0-3,8-11
/proc/17963/stat : 17963 (java) S 17960 17963 17918 0 -1 4202496 10030 0 1 0 108 3 0 0 20 0 24 0 11857756 10202112000 9027 33554432000 1073741824 1073778376 140737054669520 140737054660656 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/17963/statm: 2490750 9027 2249 9 0 2481427 0
[pid=17963/tid=17966] ppid=17960 vsize=9963000 CPUtime=0.67 cores=0-3,8-11
/proc/17963/task/17966/stat : 17966 (java) R 17960 17963 17918 0 -1 4202560 2497 0 1 0 67 0 0 0 20 0 24 0 11857757 10202112000 9027 33554432000 1073741824 1073778376 140737054669520 140627564761728 140627504918112 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9963000

[startup+1.50088 s]
/proc/loadavg: 1.94 2.01 1.99 5/305 18011
/proc/meminfo: memFree=31957976/32872528 swapFree=7036/7036
[pid=17963] ppid=17960 vsize=9963000 CPUtime=1.93 cores=0-3,8-11
/proc/17963/stat : 17963 (java) S 17960 17963 17918 0 -1 4202496 10038 0 1 0 190 3 0 0 20 0 24 0 11857756 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140737054660656 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/17963/statm: 2490750 9545 2250 9 0 2481427 0
[pid=17963/tid=17966] ppid=17960 vsize=9963000 CPUtime=1.47 cores=0-3,8-11
/proc/17963/task/17966/stat : 17966 (java) R 17960 17963 17918 0 -1 4202560 2499 0 1 0 147 0 0 0 20 0 24 0 11857757 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627564761368 140627504919467 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=17963/tid=17968] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17968/stat : 17968 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627503491752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=17963/tid=17969] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17969/stat : 17969 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627502439208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=17970] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17970/stat : 17970 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627501386664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=17963/tid=17971] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17971/stat : 17971 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627500334120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=17972] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17972/stat : 17972 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627499280552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=17963/tid=17973] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17973/stat : 17973 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627498228008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=17974] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17974/stat : 17974 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627402242472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=17963/tid=17975] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17975/stat : 17975 (java) S 17960 17963 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627401189928 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=17976] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17976/stat : 17976 (java) S 17960 17963 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627400137384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=17963/tid=17978] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17978/stat : 17978 (java) S 17960 17963 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627399084840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=17963/tid=17979] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17979/stat : 17979 (java) S 17960 17963 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627398032296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17963/tid=17981] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17981/stat : 17981 (java) S 17960 17963 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627396979752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17963/tid=17984] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17984/stat : 17984 (java) S 17960 17963 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 11857758 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627395926184 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17963/tid=17994] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17994/stat : 17994 (java) S 17960 17963 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 11857759 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627378465000 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17963/tid=17996] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17996/stat : 17996 (java) S 17960 17963 17918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 11857759 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627377411320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=17997] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17997/stat : 17997 (java) S 17960 17963 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 11857759 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627376358664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=18001] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/18001/stat : 18001 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857761 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627375307408 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=18003] ppid=17960 vsize=9963000 CPUtime=0.22 cores=0-3,8-11
/proc/17963/task/18003/stat : 18003 (java) S 17960 17963 17918 0 -1 4202560 3039 0 0 0 22 0 0 0 20 0 24 0 11857761 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627374254776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=18005] ppid=17960 vsize=9963000 CPUtime=0.19 cores=0-3,8-11
/proc/17963/task/18005/stat : 18005 (java) S 17960 17963 17918 0 -1 4202560 3214 0 0 0 19 0 0 0 20 0 24 0 11857761 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627373202232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=17963/tid=18007] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/18007/stat : 18007 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857761 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627372149880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=17963/tid=18009] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/18009/stat : 18009 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857761 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627371096520 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=18011] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/18011/stat : 18011 (java) S 17960 17963 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 11857771 10202112000 9545 33554432000 1073741824 1073778376 140737054669520 140627369943976 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9963000

[startup+3.10095 s]
/proc/loadavg: 1.95 2.01 1.99 3/304 18080
/proc/meminfo: memFree=31981192/32872528 swapFree=7036/7036
[pid=17963] ppid=17960 vsize=9963000 CPUtime=3.53 cores=0-3,8-11
/proc/17963/stat : 17963 (java) S 17960 17963 17918 0 -1 4202496 10042 0 1 0 350 3 0 0 20 0 24 0 11857756 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140737054660656 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/17963/statm: 2490750 11081 2250 9 0 2481427 0
[pid=17963/tid=17966] ppid=17960 vsize=9963000 CPUtime=3.06 cores=0-3,8-11
/proc/17963/task/17966/stat : 17966 (java) R 17960 17963 17918 0 -1 4202560 2503 0 1 0 305 1 0 0 20 0 24 0 11857757 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627564761472 140627504919467 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=17963/tid=17968] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17968/stat : 17968 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627503491752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=17963/tid=17969] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17969/stat : 17969 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627502439208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=17970] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17970/stat : 17970 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627501386664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=17963/tid=17971] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17971/stat : 17971 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627500334120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=17972] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17972/stat : 17972 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627499280552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=17963/tid=17973] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17973/stat : 17973 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627498228008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=17974] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17974/stat : 17974 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627402242472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=17963/tid=17975] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17975/stat : 17975 (java) S 17960 17963 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627401189928 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=17976] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17976/stat : 17976 (java) S 17960 17963 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627400137384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=17963/tid=17978] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17978/stat : 17978 (java) S 17960 17963 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627399084840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=17963/tid=17979] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17979/stat : 17979 (java) S 17960 17963 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627398032296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17963/tid=17981] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17981/stat : 17981 (java) S 17960 17963 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627396979752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17963/tid=17984] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17984/stat : 17984 (java) S 17960 17963 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 11857758 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627395926184 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17963/tid=17994] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17994/stat : 17994 (java) S 17960 17963 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 11857759 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627378465000 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17963/tid=17996] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17996/stat : 17996 (java) S 17960 17963 17918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 11857759 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627377411320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=17997] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17997/stat : 17997 (java) S 17960 17963 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 11857759 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627376358664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=18001] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/18001/stat : 18001 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857761 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627375307408 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=18003] ppid=17960 vsize=9963000 CPUtime=0.22 cores=0-3,8-11
/proc/17963/task/18003/stat : 18003 (java) S 17960 17963 17918 0 -1 4202560 3039 0 0 0 22 0 0 0 20 0 24 0 11857761 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627374254776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=18005] ppid=17960 vsize=9963000 CPUtime=0.19 cores=0-3,8-11
/proc/17963/task/18005/stat : 18005 (java) S 17960 17963 17918 0 -1 4202560 3214 0 0 0 19 0 0 0 20 0 24 0 11857761 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627373202232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=17963/tid=18007] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/18007/stat : 18007 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857761 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627372149880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=17963/tid=18009] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/18009/stat : 18009 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857761 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627371096520 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=18011] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/18011/stat : 18011 (java) S 17960 17963 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 11857771 10202112000 11081 33554432000 1073741824 1073778376 140737054669520 140627369943976 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9963000

[startup+6.30095 s]
/proc/loadavg: 1.95 2.01 1.99 3/305 18081
/proc/meminfo: memFree=31949552/32872528 swapFree=7036/7036
[pid=17963] ppid=17960 vsize=9963000 CPUtime=6.73 cores=0-3,8-11
/proc/17963/stat : 17963 (java) S 17960 17963 17918 0 -1 4202496 10047 0 1 0 670 3 0 0 20 0 24 0 11857756 10202112000 12445 33554432000 1073741824 1073778376 140737054669520 140737054660656 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/17963/statm: 2490750 12445 2251 9 0 2481427 0
[pid=17963/tid=17966] ppid=17960 vsize=9963000 CPUtime=6.25 cores=0-3,8-11
/proc/17963/task/17966/stat : 17966 (java) R 17960 17963 17918 0 -1 4202560 2507 0 1 0 624 1 0 0 20 0 24 0 11857757 10202112000 12445 33554432000 1073741824 1073778376 140737054669520 140627564752592 140627504917705 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=17963/tid=17968] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17968/stat : 17968 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 12445 33554432000 1073741824 1073778376 140737054669520 140627503491752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=17963/tid=17969] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17969/stat : 17969 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 12445 33554432000 1073741824 1073778376 140737054669520 140627502439208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=17970] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17970/stat : 17970 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857757 10202112000 12445 33554432000 1073741824 1073778376 140737054669520 140627501386664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=17963/tid=17971] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11

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

/proc/17963/task/17976/stat : 17976 (java) S 17960 17963 17918 0 -1 4202560 59 0 0 0 6 2 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627400137384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=17963/tid=17978] ppid=17960 vsize=9963000 CPUtime=0.07 cores=0-3,8-11
/proc/17963/task/17978/stat : 17978 (java) S 17960 17963 17918 0 -1 4202560 81 0 0 0 4 3 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627399084840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=17979] ppid=17960 vsize=9963000 CPUtime=0.1 cores=0-3,8-11
/proc/17963/task/17979/stat : 17979 (java) S 17960 17963 17918 0 -1 4202560 207 0 0 0 7 3 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627398032296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=17963/tid=17981] ppid=17960 vsize=9963000 CPUtime=0.08 cores=0-3,8-11
/proc/17963/task/17981/stat : 17981 (java) S 17960 17963 17918 0 -1 4202560 34 0 0 0 8 0 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627396979752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=17984] ppid=17960 vsize=9963000 CPUtime=0.13 cores=0-3,8-11
/proc/17963/task/17984/stat : 17984 (java) S 17960 17963 17918 0 -1 4202560 246 0 0 0 10 3 0 0 20 0 24 0 11857758 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627395926184 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17963/tid=17994] ppid=17960 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/17963/task/17994/stat : 17994 (java) S 17960 17963 17918 0 -1 4202560 52 0 0 0 0 1 0 0 20 0 24 0 11857759 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627378465000 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=17996] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17996/stat : 17996 (java) S 17960 17963 17918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11857759 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627377411320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=17997] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17997/stat : 17997 (java) S 17960 17963 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11857759 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627376358664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=18001] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/18001/stat : 18001 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857761 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627375307408 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=18003] ppid=17960 vsize=9963000 CPUtime=0.25 cores=0-3,8-11
/proc/17963/task/18003/stat : 18003 (java) S 17960 17963 17918 0 -1 4202560 3052 0 0 0 25 0 0 0 20 0 24 0 11857761 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627374254776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17963/tid=18005] ppid=17960 vsize=9963000 CPUtime=0.19 cores=0-3,8-11
/proc/17963/task/18005/stat : 18005 (java) S 17960 17963 17918 0 -1 4202560 3214 0 0 0 19 0 0 0 20 0 24 0 11857761 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627373202232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=17963/tid=18007] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/18007/stat : 18007 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857761 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627372149880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=17963/tid=18009] ppid=17960 vsize=9963000 CPUtime=0.34 cores=0-3,8-11
/proc/17963/task/18009/stat : 18009 (java) S 17960 17963 17918 0 -1 4202560 97 0 0 0 16 18 0 0 20 0 24 0 11857761 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627371096520 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=18011] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/18011/stat : 18011 (java) S 17960 17963 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 11857771 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627369943976 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1724.23
Current children cumulated vsize (KiB) 9963000

[startup+1782.3 s]
/proc/loadavg: 2.24 2.47 2.39 3/305 18195
/proc/meminfo: memFree=31581488/32872528 swapFree=7036/7036
[pid=17963] ppid=17960 vsize=9963000 CPUtime=1784.23 cores=0-3,8-11
/proc/17963/stat : 17963 (java) S 17960 17963 17918 0 -1 4202496 12092 0 1 0 178362 61 0 0 20 0 24 0 11857756 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140737054660656 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/17963/statm: 2490750 69561 2266 9 0 2481427 0
[pid=17963/tid=17966] ppid=17960 vsize=9963000 CPUtime=1777.49 cores=0-3,8-11
/proc/17963/task/17966/stat : 17966 (java) R 17960 17963 17918 0 -1 4202560 2572 0 1 0 177720 29 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627564752688 140627504917830 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17963/tid=17968] ppid=17960 vsize=9963000 CPUtime=0.13 cores=0-3,8-11
/proc/17963/task/17968/stat : 17968 (java) S 17960 17963 17918 0 -1 4202560 139 0 0 0 10 3 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627503491752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=17963/tid=17969] ppid=17960 vsize=9963000 CPUtime=0.11 cores=0-3,8-11
/proc/17963/task/17969/stat : 17969 (java) S 17960 17963 17918 0 -1 4202560 138 0 0 0 8 3 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627502439208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17963/tid=17970] ppid=17960 vsize=9963000 CPUtime=0.11 cores=0-3,8-11
/proc/17963/task/17970/stat : 17970 (java) S 17960 17963 17918 0 -1 4202560 139 0 0 0 8 3 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627501386664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17963/tid=17971] ppid=17960 vsize=9963000 CPUtime=0.15 cores=0-3,8-11
/proc/17963/task/17971/stat : 17971 (java) S 17960 17963 17918 0 -1 4202560 194 0 0 0 11 4 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627500334120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=17972] ppid=17960 vsize=9963000 CPUtime=0.12 cores=0-3,8-11
/proc/17963/task/17972/stat : 17972 (java) S 17960 17963 17918 0 -1 4202560 148 0 0 0 9 3 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627499280552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17963/tid=17973] ppid=17960 vsize=9963000 CPUtime=0.09 cores=0-3,8-11
/proc/17963/task/17973/stat : 17973 (java) S 17960 17963 17918 0 -1 4202560 72 0 0 0 7 2 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627498228008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=17963/tid=17974] ppid=17960 vsize=9963000 CPUtime=0.11 cores=0-3,8-11
/proc/17963/task/17974/stat : 17974 (java) S 17960 17963 17918 0 -1 4202560 219 0 0 0 8 3 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627402242472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=17975] ppid=17960 vsize=9963000 CPUtime=0.15 cores=0-3,8-11
/proc/17963/task/17975/stat : 17975 (java) S 17960 17963 17918 0 -1 4202560 166 0 0 0 11 4 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627401189928 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17963/tid=17976] ppid=17960 vsize=9963000 CPUtime=0.08 cores=0-3,8-11
/proc/17963/task/17976/stat : 17976 (java) S 17960 17963 17918 0 -1 4202560 59 0 0 0 6 2 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627400137384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=17963/tid=17978] ppid=17960 vsize=9963000 CPUtime=0.07 cores=0-3,8-11
/proc/17963/task/17978/stat : 17978 (java) S 17960 17963 17918 0 -1 4202560 81 0 0 0 4 3 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627399084840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=17979] ppid=17960 vsize=9963000 CPUtime=0.1 cores=0-3,8-11
/proc/17963/task/17979/stat : 17979 (java) S 17960 17963 17918 0 -1 4202560 207 0 0 0 7 3 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627398032296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=17963/tid=17981] ppid=17960 vsize=9963000 CPUtime=0.08 cores=0-3,8-11
/proc/17963/task/17981/stat : 17981 (java) S 17960 17963 17918 0 -1 4202560 34 0 0 0 8 0 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627396979752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=17984] ppid=17960 vsize=9963000 CPUtime=0.13 cores=0-3,8-11
/proc/17963/task/17984/stat : 17984 (java) S 17960 17963 17918 0 -1 4202560 246 0 0 0 10 3 0 0 20 0 24 0 11857758 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627395926184 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17963/tid=17994] ppid=17960 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/17963/task/17994/stat : 17994 (java) S 17960 17963 17918 0 -1 4202560 52 0 0 0 0 1 0 0 20 0 24 0 11857759 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627378465000 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=17996] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17996/stat : 17996 (java) S 17960 17963 17918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11857759 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627377411320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=17997] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17997/stat : 17997 (java) S 17960 17963 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11857759 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627376358664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=18001] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/18001/stat : 18001 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857761 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627375307408 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=18003] ppid=17960 vsize=9963000 CPUtime=0.25 cores=0-3,8-11
/proc/17963/task/18003/stat : 18003 (java) S 17960 17963 17918 0 -1 4202560 3052 0 0 0 25 0 0 0 20 0 24 0 11857761 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627374254776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17963/tid=18005] ppid=17960 vsize=9963000 CPUtime=0.19 cores=0-3,8-11
/proc/17963/task/18005/stat : 18005 (java) S 17960 17963 17918 0 -1 4202560 3214 0 0 0 19 0 0 0 20 0 24 0 11857761 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627373202232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=17963/tid=18007] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/18007/stat : 18007 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857761 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627372149880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=17963/tid=18009] ppid=17960 vsize=9963000 CPUtime=0.35 cores=0-3,8-11
/proc/17963/task/18009/stat : 18009 (java) S 17960 17963 17918 0 -1 4202560 101 0 0 0 16 19 0 0 20 0 24 0 11857761 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627371096520 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=18011] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/18011/stat : 18011 (java) S 17960 17963 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 11857771 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627369943976 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1784.23
Current children cumulated vsize (KiB) 9963000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.18 2.45 2.38 3/305 18195
/proc/meminfo: memFree=31581740/32872528 swapFree=7036/7036
[pid=17963] ppid=17960 vsize=9963000 CPUtime=1800.04 cores=0-3,8-11
/proc/17963/stat : 17963 (java) S 17960 17963 17918 0 -1 4202496 12092 0 1 0 179942 62 0 0 20 0 24 0 11857756 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140737054660656 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/17963/statm: 2490750 69561 2266 9 0 2481427 0
[pid=17963/tid=17966] ppid=17960 vsize=9963000 CPUtime=1793.25 cores=0-3,8-11
/proc/17963/task/17966/stat : 17966 (java) R 17960 17963 17918 0 -1 4202560 2572 0 1 0 179296 29 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627564752688 140627504918299 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17963/tid=17968] ppid=17960 vsize=9963000 CPUtime=0.13 cores=0-3,8-11
/proc/17963/task/17968/stat : 17968 (java) S 17960 17963 17918 0 -1 4202560 139 0 0 0 10 3 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627503491752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=17963/tid=17969] ppid=17960 vsize=9963000 CPUtime=0.11 cores=0-3,8-11
/proc/17963/task/17969/stat : 17969 (java) S 17960 17963 17918 0 -1 4202560 138 0 0 0 8 3 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627502439208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17963/tid=17970] ppid=17960 vsize=9963000 CPUtime=0.11 cores=0-3,8-11
/proc/17963/task/17970/stat : 17970 (java) S 17960 17963 17918 0 -1 4202560 139 0 0 0 8 3 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627501386664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17963/tid=17971] ppid=17960 vsize=9963000 CPUtime=0.15 cores=0-3,8-11
/proc/17963/task/17971/stat : 17971 (java) S 17960 17963 17918 0 -1 4202560 194 0 0 0 11 4 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627500334120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=17972] ppid=17960 vsize=9963000 CPUtime=0.12 cores=0-3,8-11
/proc/17963/task/17972/stat : 17972 (java) S 17960 17963 17918 0 -1 4202560 148 0 0 0 9 3 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627499280552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17963/tid=17973] ppid=17960 vsize=9963000 CPUtime=0.09 cores=0-3,8-11
/proc/17963/task/17973/stat : 17973 (java) S 17960 17963 17918 0 -1 4202560 72 0 0 0 7 2 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627498228008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=17963/tid=17974] ppid=17960 vsize=9963000 CPUtime=0.11 cores=0-3,8-11
/proc/17963/task/17974/stat : 17974 (java) S 17960 17963 17918 0 -1 4202560 219 0 0 0 8 3 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627402242472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=17975] ppid=17960 vsize=9963000 CPUtime=0.15 cores=0-3,8-11
/proc/17963/task/17975/stat : 17975 (java) S 17960 17963 17918 0 -1 4202560 166 0 0 0 11 4 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627401189928 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17963/tid=17976] ppid=17960 vsize=9963000 CPUtime=0.08 cores=0-3,8-11
/proc/17963/task/17976/stat : 17976 (java) S 17960 17963 17918 0 -1 4202560 59 0 0 0 6 2 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627400137384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=17963/tid=17978] ppid=17960 vsize=9963000 CPUtime=0.07 cores=0-3,8-11
/proc/17963/task/17978/stat : 17978 (java) S 17960 17963 17918 0 -1 4202560 81 0 0 0 4 3 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627399084840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=17979] ppid=17960 vsize=9963000 CPUtime=0.1 cores=0-3,8-11
/proc/17963/task/17979/stat : 17979 (java) S 17960 17963 17918 0 -1 4202560 207 0 0 0 7 3 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627398032296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=17963/tid=17981] ppid=17960 vsize=9963000 CPUtime=0.08 cores=0-3,8-11
/proc/17963/task/17981/stat : 17981 (java) S 17960 17963 17918 0 -1 4202560 34 0 0 0 8 0 0 0 20 0 24 0 11857757 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627396979752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=17984] ppid=17960 vsize=9963000 CPUtime=0.13 cores=0-3,8-11
/proc/17963/task/17984/stat : 17984 (java) S 17960 17963 17918 0 -1 4202560 246 0 0 0 10 3 0 0 20 0 24 0 11857758 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627395926184 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17963/tid=17994] ppid=17960 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/17963/task/17994/stat : 17994 (java) S 17960 17963 17918 0 -1 4202560 52 0 0 0 0 1 0 0 20 0 24 0 11857759 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627378465000 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=17996] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17996/stat : 17996 (java) S 17960 17963 17918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11857759 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627377411320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=17997] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/17997/stat : 17997 (java) S 17960 17963 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11857759 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627376358664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=18001] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/18001/stat : 18001 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857761 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627375307408 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=17963/tid=18003] ppid=17960 vsize=9963000 CPUtime=0.25 cores=0-3,8-11
/proc/17963/task/18003/stat : 18003 (java) S 17960 17963 17918 0 -1 4202560 3052 0 0 0 25 0 0 0 20 0 24 0 11857761 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627374254776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17963/tid=18005] ppid=17960 vsize=9963000 CPUtime=0.19 cores=0-3,8-11
/proc/17963/task/18005/stat : 18005 (java) S 17960 17963 17918 0 -1 4202560 3214 0 0 0 19 0 0 0 20 0 24 0 11857761 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627373202232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=17963/tid=18007] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/18007/stat : 18007 (java) S 17960 17963 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11857761 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627372149880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=17963/tid=18009] ppid=17960 vsize=9963000 CPUtime=0.35 cores=0-3,8-11
/proc/17963/task/18009/stat : 18009 (java) S 17960 17963 17918 0 -1 4202560 101 0 0 0 16 19 0 0 20 0 24 0 11857761 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627371096520 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17963/tid=18011] ppid=17960 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/17963/task/18011/stat : 18011 (java) S 17960 17963 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 11857771 10202112000 69561 33554432000 1073741824 1073778376 140737054669520 140627369943976 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9963000

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

Child status: 143

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

Real time (s): 1798.14
CPU time (s): 1800.04
CPU user time (s): 1799.42
CPU system time (s): 0.62
CPU usage (%): 100.106
Max. virtual memory (cumulated for all children) (KiB): 9963000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.86
system time used= 1.05184
maximum resident set size= 278436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12147
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32394
involuntary context switches= 2505

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3743 second user time and 15.2937 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-16 19:28:52
IDJOB=4095844
IDBENCH=107529
IDSOLVER=2546
FILE ID=node132/4095844-1466098132
RUNJOBID= node132-1466098131-17934
PBS_JOBID= 19904047
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-eq-fixedbandwidth-75.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4095844-1466098132/watcher-4095844-1466098132 -o /tmp/evaluation-result-4095844-1466098132/solver-4095844-1466098132 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466098131-17934 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4095844-1466098132.opb

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

MD5SUM BENCH= 4c8a81d4e99bbca85303365615d325e4
RANDOM SEED=616507916

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:        32033828 kB
Buffers:           33060 kB
Cached:            86144 kB
SwapCached:          568 kB
Active:            49408 kB
Inactive:          73528 kB
Active(anon):       5084 kB
Inactive(anon):     1040 kB
Active(file):      44324 kB
Inactive(file):    72488 kB
Unevictable:        7036 kB
Mlocked:            7036 kB
SwapTotal:      67108856 kB
SwapFree:       67100508 kB
Dirty:              1032 kB
Writeback:             4 kB
AnonPages:         10232 kB
Mapped:             6272 kB
Shmem:                 0 kB
Slab:             571172 kB
SReclaimable:      11668 kB
SUnreclaim:       559504 kB
KernelStack:        2064 kB
PageTables:         4248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     104128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71736 MiB
End job on node132 at 2016-06-16 19:58:50