Trace number 4095949

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.05 1798.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-eq-fixedbandwidth-30.opb
MD5SUMe1b8eb5cda9d3424f776c0a2eaadc438
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.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables121
Total number of constraints60
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)60
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	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.12	c solving HOME/instance-4095949-1466099930.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  no objective function found
0.10/0.13	c ... done. Wall clock time 0.016s.
0.10/0.13	c declared #vars     121
0.10/0.13	c #constraints  120
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 120
0.10/0.13	c 120 constraints processed.
0.67/0.42	c cleaning 2494 clauses out of 5000 with flag 21508/5000
0.95/0.69	c cleaning 4254 clauses out of 8510 with flag 52616/11004
1.39/1.05	c cleaning 5626 clauses out of 11253 with flag 86379/18001
1.90/1.51	c cleaning 6799 clauses out of 13626 with flag 128116/26000
2.41/2.04	c cleaning 7907 clauses out of 15827 with flag 176011/35000
3.11/2.79	c cleaning 8951 clauses out of 17920 with flag 227558/45000
4.01/3.60	c cleaning 9976 clauses out of 19971 with flag 291865/56002
4.92/4.59	c cleaning 10995 clauses out of 21995 with flag 362981/68002
6.11/5.70	c cleaning 11992 clauses out of 23999 with flag 436979/81001
7.31/6.98	c cleaning 12992 clauses out of 26006 with flag 522049/95000
8.81/8.43	c cleaning 14000 clauses out of 28014 with flag 617575/110000
10.32/9.99	c cleaning 14998 clauses out of 30017 with flag 718268/126003
12.21/11.87	c cleaning 15997 clauses out of 32019 with flag 822650/143003
14.31/13.95	c cleaning 17000 clauses out of 34023 with flag 931817/161004
16.51/16.18	c cleaning 18002 clauses out of 36019 with flag 1050051/180000
19.12/18.78	c cleaning 19002 clauses out of 38017 with flag 1170688/200000
21.91/21.57	c cleaning 20000 clauses out of 40015 with flag 1295416/221000
24.81/24.49	c cleaning 21001 clauses out of 42017 with flag 1429304/243002
28.11/27.75	c cleaning 21995 clauses out of 44015 with flag 1567598/266001
31.81/31.43	c cleaning 23002 clauses out of 46019 with flag 1720409/290000
35.72/35.35	c cleaning 23997 clauses out of 48018 with flag 1870065/315001
39.81/39.44	c cleaning 25002 clauses out of 50020 with flag 2027938/341000
44.31/43.95	c cleaning 26003 clauses out of 52018 with flag 2192477/368000
49.11/48.78	c cleaning 26997 clauses out of 54015 with flag 2358358/396000
54.32/53.94	c cleaning 28003 clauses out of 56018 with flag 2548855/425000
60.02/59.61	c cleaning 28998 clauses out of 58016 with flag 2730005/455001
65.92/65.52	c cleaning 30002 clauses out of 60017 with flag 2913540/486000
72.22/71.87	c cleaning 31001 clauses out of 62017 with flag 3112098/518002
79.12/78.75	c cleaning 31998 clauses out of 64015 with flag 3314492/551001
86.71/86.37	c cleaning 32995 clauses out of 66018 with flag 3526049/585002
94.92/94.52	c cleaning 34004 clauses out of 68022 with flag 3750491/620001
103.12/102.77	c cleaning 35003 clauses out of 70018 with flag 3963413/656001
112.02/111.60	c cleaning 36001 clauses out of 72015 with flag 4180187/693001
121.32/120.92	c cleaning 37002 clauses out of 74013 with flag 4405622/731000
130.82/130.46	c cleaning 37993 clauses out of 76011 with flag 4638099/770000
141.34/140.94	c cleaning 39005 clauses out of 78018 with flag 4869840/810000
152.12/151.78	c cleaning 39995 clauses out of 80014 with flag 5108202/851001
163.73/163.37	c cleaning 41003 clauses out of 82020 with flag 5347700/893002
175.83/175.42	c cleaning 42003 clauses out of 84015 with flag 5601335/936000
187.93/187.60	c cleaning 42988 clauses out of 86013 with flag 5854438/980001
200.50/200.00	c cleaning 44002 clauses out of 88025 with flag 6112375/1025001
212.60/212.20	c cleaning 45001 clauses out of 90022 with flag 6379421/1071000
226.30/225.87	c cleaning 46006 clauses out of 92021 with flag 6653131/1118000
240.61/240.16	c cleaning 47004 clauses out of 94015 with flag 6926403/1166000
255.61/255.17	c cleaning 48001 clauses out of 96011 with flag 7208054/1215000
271.31/270.84	c cleaning 48999 clauses out of 98012 with flag 7499253/1265002
287.81/287.33	c cleaning 50003 clauses out of 100013 with flag 7799088/1316002
304.51/304.01	c cleaning 51001 clauses out of 102009 with flag 8090627/1368001
321.72/321.25	c cleaning 51991 clauses out of 104008 with flag 8399096/1421001
340.22/339.77	c cleaning 53007 clauses out of 106017 with flag 8705395/1475001
359.23/358.71	c cleaning 54003 clauses out of 108009 with flag 9014058/1530000
378.82/378.36	c cleaning 54990 clauses out of 110006 with flag 9326195/1586000
399.22/398.78	c cleaning 56002 clauses out of 112017 with flag 9651300/1643001
421.42/420.94	c cleaning 56999 clauses out of 114014 with flag 9975611/1701000
443.72/443.31	c cleaning 58007 clauses out of 116016 with flag 10303464/1760001
467.13/466.64	c cleaning 59000 clauses out of 118008 with flag 10643457/1820000
491.25/490.75	c cleaning 59999 clauses out of 120008 with flag 10974977/1881000
516.45/516.00	c cleaning 61001 clauses out of 122011 with flag 11311591/1943002
542.86/542.35	c cleaning 61994 clauses out of 124009 with flag 11660539/2006001
568.67/568.05	c cleaning 62995 clauses out of 126015 with flag 12022717/2070001
596.17/595.58	c cleaning 64010 clauses out of 128021 with flag 12381262/2135002
624.27/623.60	c cleaning 64996 clauses out of 130010 with flag 12752868/2201001
653.28/652.67	c cleaning 65999 clauses out of 132014 with flag 13120348/2268001
684.30/683.61	c cleaning 67008 clauses out of 134016 with flag 13495919/2336002
717.01/716.36	c cleaning 67995 clauses out of 136006 with flag 13885090/2405000
749.42/748.71	c cleaning 68999 clauses out of 138012 with flag 14261709/2475001
782.73/782.01	c cleaning 69999 clauses out of 140014 with flag 14646633/2546002
816.53/815.87	c cleaning 70995 clauses out of 142013 with flag 15030579/2618000
852.74/852.03	c cleaning 72006 clauses out of 144020 with flag 15420695/2691002
889.75/889.02	c cleaning 72990 clauses out of 146012 with flag 15811089/2765000
928.06/927.37	c cleaning 73997 clauses out of 148022 with flag 16220035/2840000
966.67/965.94	c cleaning 75008 clauses out of 150026 with flag 16625578/2916001
1008.07/1007.37	c cleaning 76000 clauses out of 152017 with flag 17040197/2993000
1049.94/1049.04	c cleaning 77010 clauses out of 154022 with flag 17450521/3071005
1094.65/1093.78	c cleaning 77992 clauses out of 156008 with flag 17862640/3150001
1138.05/1137.11	c cleaning 78999 clauses out of 158016 with flag 18281268/3230001
1184.26/1183.31	c cleaning 80003 clauses out of 160016 with flag 18706925/3311000
1231.98/1231.03	c cleaning 80996 clauses out of 162013 with flag 19148007/3393000
1282.28/1281.35	c cleaning 81997 clauses out of 164018 with flag 19590444/3476001
1332.10/1331.14	c cleaning 83005 clauses out of 166022 with flag 20041080/3560002
1383.00/1382.05	c cleaning 83999 clauses out of 168016 with flag 20482015/3645001
1436.81/1435.85	c cleaning 84991 clauses out of 170019 with flag 20924804/3731003
1494.03/1493.02	c cleaning 86002 clauses out of 172026 with flag 21381313/3818001
1548.64/1547.65	c cleaning 87006 clauses out of 174023 with flag 21831612/3906000
1608.46/1607.46	c cleaning 87993 clauses out of 176018 with flag 22287221/3995001
1672.08/1671.07	c cleaning 89003 clauses out of 178024 with flag 22766226/4085000
1732.95/1731.85	c cleaning 90004 clauses out of 180021 with flag 23235734/4176000
1792.15/1791.06	c cleaning 91004 clauses out of 182018 with flag 23708355/4268001
1800.05/1798.90	c starts		: 15294
1800.05/1798.90	c conflicts		: 4286591
1800.05/1798.90	c decisions		: 6118257
1800.05/1798.90	c propagations		: 79294652
1800.05/1798.90	c inspects		: 38707712954
1800.05/1798.90	c shortcuts		: 0
1800.05/1798.90	c learnt literals	: 0
1800.05/1798.90	c learnt binary clauses	: 0
1800.05/1798.90	c learnt ternary clauses	: 0
1800.05/1798.90	c learnt constraints	: 4286591
1800.05/1798.90	c ignored constraints	: 0
1800.05/1798.90	c root simplifications	: 0
1800.05/1798.90	c removed literals (reason simplification)	: 0
1800.05/1798.90	c reason swapping (by a shorter reason)	: 0
1800.05/1798.90	c Calls to reduceDB	: 88
1800.05/1798.90	c Number of update (reduction) of LBD	: 1163280
1800.05/1798.90	c Imported unit clauses	: 0
1800.05/1798.90	c number of reductions to clauses (during analyze)	: 0
1800.05/1798.90	c number of learned constraints concerned by reduction	: 0
1800.05/1798.90	c number of learning phase by resolution	: 0
1800.05/1798.90	c number of learning phase by cutting planes	: 0
1800.05/1798.90	c speed (assignments/second)	: 44082.73825043683
1800.05/1798.90	c non guided choices	64
1800.05/1798.90	c timeout
1800.05/1798.93	c learnt constraints type 
1800.05/1798.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109605
1800.05/1798.93	s UNKNOWN
1800.05/1798.93	c Total wall clock time (in seconds): 1798.814

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

pid=18239
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: 2.18 2.45 2.38 3/281 18242
/proc/meminfo: memFree=31853580/32872528 swapFree=7036/7036
[pid=18242] ppid=18239 vsize=24200 CPUtime=0 cores=0-3,8-11
/proc/18242/stat : 18242 (java) S 18239 18242 17918 0 -1 4202496 1225 0 0 0 0 0 0 0 20 0 2 0 12037614 24780800 867 33554432000 1073741824 1073778376 140734349276048 140734349267184 216811995197 0 0 4096 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18242/statm: 6050 869 656 9 0 385 0
[pid=18242/tid=18243] ppid=18239 vsize=89736 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18243/stat : 18243 (java) R 18239 18242 17918 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 12037615 91889664 894 33554432000 1073741824 1073778376 140734349276048 140734349265112 216799472935 0 0 4096 0 0 0 0 -1 9 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 2.18 2.45 2.38 3/281 18242
/proc/meminfo: memFree=31853580/32872528 swapFree=7036/7036
[pid=18242] ppid=18239 vsize=9896436 CPUtime=0.1 cores=0-3,8-11
/proc/18242/stat : 18242 (java) S 18239 18242 17918 0 -1 4202496 4500 0 1 0 8 2 0 0 20 0 23 0 12037614 10133950464 5618 33554432000 1073741824 1073778376 140734349276048 140734349267184 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18242/statm: 2474109 5618 2125 9 0 2464786 0
[pid=18242/tid=18243] ppid=18239 vsize=9896436 CPUtime=0.06 cores=0-3,8-11
/proc/18242/task/18243/stat : 18243 (java) R 18239 18242 17918 0 -1 4202560 2466 0 1 0 5 1 0 0 20 0 23 0 12037615 10133950464 5618 33554432000 1073741824 1073778376 140734349276048 140075461046392 216812021005 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.200267 s]
/proc/loadavg: 2.18 2.45 2.38 3/281 18242
/proc/meminfo: memFree=31853580/32872528 swapFree=7036/7036
[pid=18242] ppid=18239 vsize=9963000 CPUtime=0.31 cores=0-3,8-11
/proc/18242/stat : 18242 (java) S 18239 18242 17918 0 -1 4202496 6377 0 1 0 28 3 0 0 20 0 24 0 12037614 10202112000 6973 33554432000 1073741824 1073778376 140734349276048 140734349267184 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18242/statm: 2490750 6973 2223 9 0 2481427 0
[pid=18242/tid=18243] ppid=18239 vsize=9963000 CPUtime=0.16 cores=0-3,8-11
/proc/18242/task/18243/stat : 18243 (java) R 18239 18242 17918 0 -1 4202560 2490 0 1 0 15 1 0 0 20 0 24 0 12037615 10202112000 6973 33554432000 1073741824 1073778376 140734349276048 140075461046912 140075333213264 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.300314 s]
/proc/loadavg: 2.18 2.45 2.38 3/281 18242
/proc/meminfo: memFree=31853580/32872528 swapFree=7036/7036
[pid=18242] ppid=18239 vsize=9963000 CPUtime=0.51 cores=0-3,8-11
/proc/18242/stat : 18242 (java) S 18239 18242 17918 0 -1 4202496 6801 0 1 0 48 3 0 0 20 0 24 0 12037614 10202112000 7020 33554432000 1073741824 1073778376 140734349276048 140734349267184 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18242/statm: 2490750 7020 2226 9 0 2481427 0
[pid=18242/tid=18243] ppid=18239 vsize=9963000 CPUtime=0.26 cores=0-3,8-11
/proc/18242/task/18243/stat : 18243 (java) R 18239 18242 17918 0 -1 4202560 2490 0 1 0 25 1 0 0 20 0 24 0 12037615 10202112000 7020 33554432000 1073741824 1073778376 140734349276048 140075461046912 140075333539920 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9963000

[startup+0.700284 s]
/proc/loadavg: 2.18 2.45 2.38 3/281 18242
/proc/meminfo: memFree=31853580/32872528 swapFree=7036/7036
[pid=18242] ppid=18239 vsize=9963000 CPUtime=1.09 cores=0-3,8-11
/proc/18242/stat : 18242 (java) S 18239 18242 17918 0 -1 4202496 9177 0 1 0 106 3 0 0 20 0 24 0 12037614 10202112000 8262 33554432000 1073741824 1073778376 140734349276048 140734349267184 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18242/statm: 2490750 8262 2240 9 0 2481427 0
[pid=18242/tid=18243] ppid=18239 vsize=9963000 CPUtime=0.66 cores=0-3,8-11
/proc/18242/task/18243/stat : 18243 (java) R 18239 18242 17918 0 -1 4202560 2492 0 1 0 65 1 0 0 20 0 24 0 12037615 10202112000 8262 33554432000 1073741824 1073778376 140734349276048 140075461046856 140075333562215 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9963000

[startup+1.50092 s]
/proc/loadavg: 2.18 2.45 2.38 3/305 18266
/proc/meminfo: memFree=31826300/32872528 swapFree=7036/7036
[pid=18242] ppid=18239 vsize=9963000 CPUtime=1.9 cores=0-3,8-11
/proc/18242/stat : 18242 (java) S 18239 18242 17918 0 -1 4202496 9182 0 1 0 187 3 0 0 20 0 24 0 12037614 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140734349267184 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18242/statm: 2490750 8777 2241 9 0 2481427 0
[pid=18242/tid=18243] ppid=18239 vsize=9963000 CPUtime=1.46 cores=0-3,8-11
/proc/18242/task/18243/stat : 18243 (java) R 18239 18242 17918 0 -1 4202560 2494 0 1 0 145 1 0 0 20 0 24 0 12037615 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075461037776 140075333561949 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=18242/tid=18245] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18245/stat : 18245 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075304741672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18246] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18246/stat : 18246 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075303688872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18242/tid=18247] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18247/stat : 18247 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075302636584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18242/tid=18248] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18248/stat : 18248 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075301583784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18242/tid=18249] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18249/stat : 18249 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075300530472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18242/tid=18250] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18250/stat : 18250 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075299477672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18242/tid=18251] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18251/stat : 18251 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075298425384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18242/tid=18252] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18252/stat : 18252 (java) S 18239 18242 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075297372584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18253] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18253/stat : 18253 (java) S 18239 18242 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075296320296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18242/tid=18254] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18254/stat : 18254 (java) S 18239 18242 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075295267496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18242/tid=18255] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18255/stat : 18255 (java) S 18239 18242 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075294215208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18242/tid=18256] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18256/stat : 18256 (java) S 18239 18242 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075293162408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18242/tid=18257] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18257/stat : 18257 (java) S 18239 18242 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075292109096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18242/tid=18258] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18258/stat : 18258 (java) S 18239 18242 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12037617 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075274647656 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18242/tid=18259] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18259/stat : 18259 (java) S 18239 18242 17918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 12037618 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075273594232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18260] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18260/stat : 18260 (java) S 18239 18242 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12037618 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075272541320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18261] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18261/stat : 18261 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037620 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075271490320 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18262] ppid=18239 vsize=9963000 CPUtime=0.25 cores=0-3,8-11
/proc/18242/task/18262/stat : 18262 (java) S 18239 18242 17918 0 -1 4202560 4144 0 0 0 24 1 0 0 20 0 24 0 12037620 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075270437432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18263] ppid=18239 vsize=9963000 CPUtime=0.13 cores=0-3,8-11
/proc/18242/task/18263/stat : 18263 (java) S 18239 18242 17918 0 -1 4202560 1258 0 0 0 13 0 0 0 20 0 24 0 12037620 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075269385144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18242/tid=18264] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18264/stat : 18264 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037620 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075268332536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18242/tid=18265] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18265/stat : 18265 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037620 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075267279432 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18242/tid=18266] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18266/stat : 18266 (java) S 18239 18242 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12037628 10202112000 8777 33554432000 1073741824 1073778376 140734349276048 140075266126632 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9963000

[startup+3.10093 s]
/proc/loadavg: 2.18 2.45 2.38 3/305 18266
/proc/meminfo: memFree=31823756/32872528 swapFree=7036/7036
[pid=18242] ppid=18239 vsize=9963000 CPUtime=3.51 cores=0-3,8-11
/proc/18242/stat : 18242 (java) S 18239 18242 17918 0 -1 4202496 9188 0 1 0 348 3 0 0 20 0 24 0 12037614 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140734349267184 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18242/statm: 2490750 9804 2241 9 0 2481427 0
[pid=18242/tid=18243] ppid=18239 vsize=9963000 CPUtime=3.05 cores=0-3,8-11
/proc/18242/task/18243/stat : 18243 (java) R 18239 18242 17918 0 -1 4202560 2497 0 1 0 304 1 0 0 20 0 24 0 12037615 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075461037776 140075333562115 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=18242/tid=18245] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18245/stat : 18245 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075304741672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18246] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18246/stat : 18246 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075303688872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18242/tid=18247] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18247/stat : 18247 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075302636584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18242/tid=18248] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18248/stat : 18248 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075301583784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18242/tid=18249] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18249/stat : 18249 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075300530472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18242/tid=18250] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18250/stat : 18250 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075299477672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18242/tid=18251] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18251/stat : 18251 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075298425384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18242/tid=18252] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18252/stat : 18252 (java) S 18239 18242 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075297372584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18253] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18253/stat : 18253 (java) S 18239 18242 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075296320296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18242/tid=18254] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18254/stat : 18254 (java) S 18239 18242 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075295267496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18242/tid=18255] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18255/stat : 18255 (java) S 18239 18242 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075294215208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18242/tid=18256] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18256/stat : 18256 (java) S 18239 18242 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075293162408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18242/tid=18257] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18257/stat : 18257 (java) S 18239 18242 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075292109096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18242/tid=18258] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18258/stat : 18258 (java) S 18239 18242 17918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12037617 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075274647656 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18242/tid=18259] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18259/stat : 18259 (java) S 18239 18242 17918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 12037618 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075273594232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18260] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18260/stat : 18260 (java) S 18239 18242 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12037618 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075272541320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18261] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18261/stat : 18261 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037620 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075271490320 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18262] ppid=18239 vsize=9963000 CPUtime=0.26 cores=0-3,8-11
/proc/18242/task/18262/stat : 18262 (java) S 18239 18242 17918 0 -1 4202560 4147 0 0 0 25 1 0 0 20 0 24 0 12037620 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075270437432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18263] ppid=18239 vsize=9963000 CPUtime=0.13 cores=0-3,8-11
/proc/18242/task/18263/stat : 18263 (java) S 18239 18242 17918 0 -1 4202560 1258 0 0 0 13 0 0 0 20 0 24 0 12037620 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075269385144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18242/tid=18264] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18264/stat : 18264 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037620 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075268332536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18242/tid=18265] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18265/stat : 18265 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037620 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075267279432 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18242/tid=18266] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18266/stat : 18266 (java) S 18239 18242 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12037628 10202112000 9804 33554432000 1073741824 1073778376 140734349276048 140075266126632 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9963000

[startup+6.30094 s]
/proc/loadavg: 2.17 2.44 2.38 3/305 18266
/proc/meminfo: memFree=31819456/32872528 swapFree=7036/7036
[pid=18242] ppid=18239 vsize=9963000 CPUtime=6.71 cores=0-3,8-11
/proc/18242/stat : 18242 (java) S 18239 18242 17918 0 -1 4202496 9192 0 1 0 668 3 0 0 20 0 24 0 12037614 10202112000 10709 33554432000 1073741824 1073778376 140734349276048 140734349267184 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18242/statm: 2490750 10709 2242 9 0 2481427 0
[pid=18242/tid=18243] ppid=18239 vsize=9963000 CPUtime=6.25 cores=0-3,8-11
/proc/18242/task/18243/stat : 18243 (java) R 18239 18242 17918 0 -1 4202560 2500 0 1 0 624 1 0 0 20 0 24 0 12037615 10202112000 10709 33554432000 1073741824 1073778376 140734349276048 140075461037776 140075333561954 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=18242/tid=18245] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18245/stat : 18245 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 10709 33554432000 1073741824 1073778376 140734349276048 140075304741672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18246] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18246/stat : 18246 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 10709 33554432000 1073741824 1073778376 140734349276048 140075303688872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18242/tid=18247] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18247/stat : 18247 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037616 10202112000 10709 33554432000 1073741824 1073778376 140734349276048 140075302636584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18242/tid=18248] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11

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

/proc/18242/task/18253/stat : 18253 (java) S 18239 18242 17918 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075296320296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18242/tid=18254] ppid=18239 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18242/task/18254/stat : 18254 (java) S 18239 18242 17918 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075295267496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18242/tid=18255] ppid=18239 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18242/task/18255/stat : 18255 (java) S 18239 18242 17918 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075294215208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18242/tid=18256] ppid=18239 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18242/task/18256/stat : 18256 (java) S 18239 18242 17918 0 -1 4202560 17 0 0 0 1 2 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075293162408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18257] ppid=18239 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18242/task/18257/stat : 18257 (java) S 18239 18242 17918 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075292109096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18242/tid=18258] ppid=18239 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18242/task/18258/stat : 18258 (java) S 18239 18242 17918 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 24 0 12037617 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075274647656 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18242/tid=18259] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18259/stat : 18259 (java) S 18239 18242 17918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 12037618 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075273594232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18260] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18260/stat : 18260 (java) S 18239 18242 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 12037618 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075272541320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18261] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18261/stat : 18261 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037620 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075271490320 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18262] ppid=18239 vsize=9963000 CPUtime=0.26 cores=0-3,8-11
/proc/18242/task/18262/stat : 18262 (java) S 18239 18242 17918 0 -1 4202560 4147 0 0 0 25 1 0 0 20 0 24 0 12037620 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075270437432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18263] ppid=18239 vsize=9963000 CPUtime=0.17 cores=0-3,8-11
/proc/18242/task/18263/stat : 18263 (java) S 18239 18242 17918 0 -1 4202560 1662 0 0 0 17 0 0 0 20 0 24 0 12037620 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075269385144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18242/tid=18264] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18264/stat : 18264 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037620 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075268332536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18242/tid=18265] ppid=18239 vsize=9963000 CPUtime=0.59 cores=0-3,8-11
/proc/18242/task/18265/stat : 18265 (java) S 18239 18242 17918 0 -1 4202560 104 0 0 0 32 27 0 0 20 0 24 0 12037620 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075267279432 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18242/tid=18266] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18266/stat : 18266 (java) S 18239 18242 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12037628 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075266126632 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1783.45
Current children cumulated vsize (KiB) 9963000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.9 s]
/proc/loadavg: 2.00 2.00 2.06 4/305 18475
/proc/meminfo: memFree=31614120/32872528 swapFree=7036/7036
[pid=18242] ppid=18239 vsize=9963000 CPUtime=1800.05 cores=0-3,8-11
/proc/18242/stat : 18242 (java) S 18239 18242 17918 0 -1 4202496 9912 0 1 0 179962 43 0 0 20 0 24 0 12037614 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140734349267184 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18242/statm: 2490750 53144 2257 9 0 2481427 0
[pid=18242/tid=18243] ppid=18239 vsize=9963000 CPUtime=1794.15 cores=0-3,8-11
/proc/18242/task/18243/stat : 18243 (java) R 18239 18242 17918 0 -1 4202560 2562 0 1 0 179384 31 0 0 20 0 24 0 12037615 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075461037776 140075333533730 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=18242/tid=18245] ppid=18239 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18242/task/18245/stat : 18245 (java) S 18239 18242 17918 0 -1 4202560 14 0 0 0 2 1 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075304741672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18242/tid=18246] ppid=18239 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18242/task/18246/stat : 18246 (java) S 18239 18242 17918 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075303688872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18242/tid=18247] ppid=18239 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18242/task/18247/stat : 18247 (java) S 18239 18242 17918 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075302636584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18248] ppid=18239 vsize=9963000 CPUtime=0.06 cores=0-3,8-11
/proc/18242/task/18248/stat : 18248 (java) S 18239 18242 17918 0 -1 4202560 22 0 0 0 4 2 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075301583784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18242/tid=18249] ppid=18239 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18242/task/18249/stat : 18249 (java) S 18239 18242 17918 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075300530472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18250] ppid=18239 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18242/task/18250/stat : 18250 (java) S 18239 18242 17918 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075299477672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18242/tid=18251] ppid=18239 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18242/task/18251/stat : 18251 (java) S 18239 18242 17918 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075298425384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18242/tid=18252] ppid=18239 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18242/task/18252/stat : 18252 (java) S 18239 18242 17918 0 -1 4202560 15 0 0 0 1 2 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075297372584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18242/tid=18253] ppid=18239 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18242/task/18253/stat : 18253 (java) S 18239 18242 17918 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075296320296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18242/tid=18254] ppid=18239 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18242/task/18254/stat : 18254 (java) S 18239 18242 17918 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075295267496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18242/tid=18255] ppid=18239 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18242/task/18255/stat : 18255 (java) S 18239 18242 17918 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075294215208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18242/tid=18256] ppid=18239 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18242/task/18256/stat : 18256 (java) S 18239 18242 17918 0 -1 4202560 17 0 0 0 1 2 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075293162408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18257] ppid=18239 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18242/task/18257/stat : 18257 (java) S 18239 18242 17918 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075292109096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18242/tid=18258] ppid=18239 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18242/task/18258/stat : 18258 (java) S 18239 18242 17918 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 24 0 12037617 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075274647656 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18242/tid=18259] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18259/stat : 18259 (java) S 18239 18242 17918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 12037618 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075273594232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18260] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18260/stat : 18260 (java) S 18239 18242 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 12037618 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075272541320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18261] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18261/stat : 18261 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037620 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075271490320 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18262] ppid=18239 vsize=9963000 CPUtime=0.26 cores=0-3,8-11
/proc/18242/task/18262/stat : 18262 (java) S 18239 18242 17918 0 -1 4202560 4147 0 0 0 25 1 0 0 20 0 24 0 12037620 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075270437432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18263] ppid=18239 vsize=9963000 CPUtime=0.17 cores=0-3,8-11
/proc/18242/task/18263/stat : 18263 (java) S 18239 18242 17918 0 -1 4202560 1662 0 0 0 17 0 0 0 20 0 24 0 12037620 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075269385144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18242/tid=18264] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18264/stat : 18264 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037620 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075268332536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18242/tid=18265] ppid=18239 vsize=9963000 CPUtime=0.59 cores=0-3,8-11
/proc/18242/task/18265/stat : 18265 (java) S 18239 18242 17918 0 -1 4202560 106 0 0 0 32 27 0 0 20 0 24 0 12037620 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075267279432 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18242/tid=18266] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18266/stat : 18266 (java) S 18239 18242 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12037628 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075266126632 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 18242 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.9 s]
/proc/loadavg: 2.00 2.00 2.06 4/305 18475
/proc/meminfo: memFree=31614120/32872528 swapFree=7036/7036
[pid=18242] ppid=18239 vsize=9963000 CPUtime=1800.05 cores=0-3,8-11
/proc/18242/stat : 18242 (java) S 18239 18242 17918 0 -1 4202496 9912 0 1 0 179962 43 0 0 20 0 24 0 12037614 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140734349267184 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18242/statm: 2490750 53144 2257 9 0 2481427 0
[pid=18242/tid=18243] ppid=18239 vsize=9963000 CPUtime=1794.15 cores=0-3,8-11
/proc/18242/task/18243/stat : 18243 (java) R 18239 18242 17918 0 -1 4202560 2562 0 1 0 179384 31 0 0 20 0 24 0 12037615 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075461037776 140075333533730 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=18242/tid=18245] ppid=18239 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18242/task/18245/stat : 18245 (java) S 18239 18242 17918 0 -1 4202560 14 0 0 0 2 1 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075304741672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18242/tid=18246] ppid=18239 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18242/task/18246/stat : 18246 (java) S 18239 18242 17918 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075303688872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18242/tid=18247] ppid=18239 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18242/task/18247/stat : 18247 (java) S 18239 18242 17918 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075302636584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18248] ppid=18239 vsize=9963000 CPUtime=0.06 cores=0-3,8-11
/proc/18242/task/18248/stat : 18248 (java) S 18239 18242 17918 0 -1 4202560 22 0 0 0 4 2 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075301583784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18242/tid=18249] ppid=18239 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18242/task/18249/stat : 18249 (java) S 18239 18242 17918 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075300530472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18250] ppid=18239 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18242/task/18250/stat : 18250 (java) S 18239 18242 17918 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075299477672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18242/tid=18251] ppid=18239 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18242/task/18251/stat : 18251 (java) S 18239 18242 17918 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075298425384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18242/tid=18252] ppid=18239 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18242/task/18252/stat : 18252 (java) S 18239 18242 17918 0 -1 4202560 15 0 0 0 1 2 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075297372584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18242/tid=18253] ppid=18239 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18242/task/18253/stat : 18253 (java) S 18239 18242 17918 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075296320296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18242/tid=18254] ppid=18239 vsize=9963000 CPUtime=0.02 cores=0-3,8-11
/proc/18242/task/18254/stat : 18254 (java) S 18239 18242 17918 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075295267496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18242/tid=18255] ppid=18239 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18242/task/18255/stat : 18255 (java) S 18239 18242 17918 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075294215208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18242/tid=18256] ppid=18239 vsize=9963000 CPUtime=0.03 cores=0-3,8-11
/proc/18242/task/18256/stat : 18256 (java) S 18239 18242 17918 0 -1 4202560 17 0 0 0 1 2 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075293162408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18257] ppid=18239 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18242/task/18257/stat : 18257 (java) S 18239 18242 17918 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 24 0 12037616 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075292109096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18242/tid=18258] ppid=18239 vsize=9963000 CPUtime=0.01 cores=0-3,8-11
/proc/18242/task/18258/stat : 18258 (java) S 18239 18242 17918 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 24 0 12037617 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075274647656 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18242/tid=18259] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18259/stat : 18259 (java) S 18239 18242 17918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 12037618 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075273594232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18260] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18260/stat : 18260 (java) S 18239 18242 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 12037618 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075272541320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18261] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18261/stat : 18261 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037620 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075271490320 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18262] ppid=18239 vsize=9963000 CPUtime=0.26 cores=0-3,8-11
/proc/18242/task/18262/stat : 18262 (java) S 18239 18242 17918 0 -1 4202560 4147 0 0 0 25 1 0 0 20 0 24 0 12037620 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075270437432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18242/tid=18263] ppid=18239 vsize=9963000 CPUtime=0.17 cores=0-3,8-11
/proc/18242/task/18263/stat : 18263 (java) S 18239 18242 17918 0 -1 4202560 1662 0 0 0 17 0 0 0 20 0 24 0 12037620 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075269385144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18242/tid=18264] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18264/stat : 18264 (java) S 18239 18242 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12037620 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075268332536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18242/tid=18265] ppid=18239 vsize=9963000 CPUtime=0.59 cores=0-3,8-11
/proc/18242/task/18265/stat : 18265 (java) S 18239 18242 17918 0 -1 4202560 106 0 0 0 32 27 0 0 20 0 24 0 12037620 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075267279432 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18242/tid=18266] ppid=18239 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/18242/task/18266/stat : 18266 (java) S 18239 18242 17918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12037628 10202112000 53144 33554432000 1073741824 1073778376 140734349276048 140075266126632 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9963000

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18242 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=91104
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=850870
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.94
CPU time (s): 1800.05
CPU user time (s): 1799.62
CPU system time (s): 0.43
CPU usage (%): 100.062
Max. virtual memory (cumulated for all children) (KiB): 9963000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.09
system time used= 0.85087
maximum resident set size= 212740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9961
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38207
involuntary context switches= 3743

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0329 second user time and 18.1742 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-16 19:58:50
IDJOB=4095949
IDBENCH=107544
IDSOLVER=2546
FILE ID=node132/4095949-1466099930
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-30.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4095949-1466099930/watcher-4095949-1466099930 -o /tmp/evaluation-result-4095949-1466099930/solver-4095949-1466099930 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466098131-17934 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4095949-1466099930.opb

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

MD5SUM BENCH= e1b8eb5cda9d3424f776c0a2eaadc438
RANDOM SEED=1771212747

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:        31853580 kB
Buffers:           34984 kB
Cached:            89604 kB
SwapCached:          568 kB
Active:           210168 kB
Inactive:          77344 kB
Active(anon):     164608 kB
Inactive(anon):     1040 kB
Active(file):      45560 kB
Inactive(file):    76304 kB
Unevictable:        7036 kB
Mlocked:            7036 kB
SwapTotal:      67108856 kB
SwapFree:       67100508 kB
Dirty:               576 kB
Writeback:             0 kB
AnonPages:        187532 kB
Mapped:            15148 kB
Shmem:                 0 kB
Slab:             571552 kB
SReclaimable:      11956 kB
SUnreclaim:       559596 kB
KernelStack:        2568 kB
PageTables:         4856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     832916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 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 20:28:49