Trace number 4119651

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.08 1764.75

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
MD5SUM88e65323f9a8c58281028c3b2a47ed9f
Bench CategoryDEC-BIGINT-LIN (no optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2766336
Total number of constraints11830
Number of constraints which are clauses5402
Number of constraints which are cardinality constraints (but not clauses)5402
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5402
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 1983745
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4451165
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@37e893df
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@41ac1fe4
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4119651-1467272712.opb
0.11/0.10	c reading problem ... 
0.11/0.12	c  no objective function found
72.28/49.25	c ... done. Wall clock time 49.148s.
72.28/49.25	c declared #vars     2766336
72.28/49.25	c #constraints  11830
72.28/49.25	c constraints type 
72.28/49.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5402
72.28/49.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 5402
72.28/49.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1026
72.28/49.25	c 11830 constraints processed.
115.25/91.63	c cleaning 2491 clauses out of 5002 with flag 28495/5002
129.95/106.24	c cleaning 4237 clauses out of 8509 with flag 86064/11000
149.36/125.66	c cleaning 5619 clauses out of 11278 with flag 149736/18006
166.87/143.13	c cleaning 6803 clauses out of 13654 with flag 223074/26001
196.90/172.57	c cleaning 7903 clauses out of 15853 with flag 317011/35003
224.91/200.54	c cleaning 8951 clauses out of 17948 with flag 429211/45001
254.81/230.49	c cleaning 9973 clauses out of 19996 with flag 550161/56000
288.71/264.36	c cleaning 10992 clauses out of 22026 with flag 677625/68003
320.83/296.44	c cleaning 11993 clauses out of 24031 with flag 808408/81000
360.88/335.43	c cleaning 12995 clauses out of 26038 with flag 957175/95000
400.70/375.29	c cleaning 13996 clauses out of 28045 with flag 1114221/110002
444.40/418.90	c cleaning 14994 clauses out of 30047 with flag 1281470/126000
487.60/462.19	c cleaning 16010 clauses out of 32053 with flag 1432936/143000
529.21/503.76	c cleaning 17003 clauses out of 34044 with flag 1602664/161001
582.91/556.23	c cleaning 17998 clauses out of 36041 with flag 1792715/180001
633.21/606.59	c cleaning 19001 clauses out of 38042 with flag 1996563/200000
687.52/660.90	c cleaning 20002 clauses out of 40042 with flag 2238143/221001
751.14/723.70	c cleaning 21001 clauses out of 42040 with flag 2504582/243001
811.95/784.46	c cleaning 21996 clauses out of 44038 with flag 2745826/266000
879.08/851.52	c cleaning 23001 clauses out of 46044 with flag 3033396/290002
959.35/930.79	c cleaning 23997 clauses out of 48041 with flag 3342294/315000
1057.36/1028.72	c cleaning 24996 clauses out of 50044 with flag 3543750/341000
1121.76/1093.13	c cleaning 25995 clauses out of 52050 with flag 3739334/368002
1190.38/1160.79	c cleaning 26997 clauses out of 54053 with flag 3985055/396000
1255.80/1226.13	c cleaning 28000 clauses out of 56057 with flag 4238269/425001
1314.52/1284.85	c cleaning 28996 clauses out of 58057 with flag 4474327/455001
1379.60/1348.31	c cleaning 29997 clauses out of 60061 with flag 4732001/486001
1444.01/1412.77	c cleaning 31004 clauses out of 62063 with flag 4998019/518000
1511.08/1479.40	c cleaning 31996 clauses out of 64059 with flag 5270972/551000
1583.33/1550.88	c cleaning 33003 clauses out of 66065 with flag 5551338/585002
1667.85/1634.47	c cleaning 33976 clauses out of 68060 with flag 5885903/620000
1784.02/1748.66	c cleaning 35001 clauses out of 70086 with flag 6227762/656002
1800.03/1764.60	c starts		: 58
1800.03/1764.60	c conflicts		: 661204
1800.03/1764.60	c decisions		: 64907662
1800.03/1764.60	c propagations		: 801800695
1800.03/1764.60	c inspects		: 2249683618
1800.03/1764.60	c shortcuts		: 0
1800.03/1764.60	c learnt literals	: 0
1800.03/1764.60	c learnt binary clauses	: 0
1800.03/1764.60	c learnt ternary clauses	: 0
1800.03/1764.60	c learnt constraints	: 661204
1800.03/1764.60	c ignored constraints	: 0
1800.03/1764.60	c root simplifications	: 0
1800.03/1764.60	c removed literals (reason simplification)	: 0
1800.03/1764.60	c reason swapping (by a shorter reason)	: 0
1800.03/1764.60	c Calls to reduceDB	: 32
1800.03/1764.60	c Number of update (reduction) of LBD	: 303113
1800.03/1764.60	c Imported unit clauses	: 0
1800.03/1764.60	c number of reductions to clauses (during analyze)	: 0
1800.03/1764.60	c number of learned constraints concerned by reduction	: 0
1800.03/1764.60	c number of learning phase by resolution	: 0
1800.03/1764.60	c number of learning phase by cutting planes	: 0
1800.03/1764.60	c speed (assignments/second)	: 467472.0890491824
1800.03/1764.60	c non guided choices	58446880
1800.03/1764.62	c learnt constraints type 
1800.03/1764.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40288
1800.03/1764.62	s UNKNOWN
1800.03/1764.62	c Total wall clock time (in seconds): 1764.514

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-4119651-1467272712/watcher-4119651-1467272712 -o /tmp/evaluation-result-4119651-1467272712/solver-4119651-1467272712 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467272712-12529 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119651-1467272712.opb 

pid=12574
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.03 2.05 2.01 3/194 12577
/proc/meminfo: memFree=30351668/32872528 swapFree=239792/272496
[pid=12577] ppid=12574 vsize=96272 CPUtime=0 cores=0,2,4,6
/proc/12577/stat : 12577 (java) S 12574 12577 12078 0 -1 4202496 1360 0 0 0 0 0 0 0 20 0 2 0 6302836 98582528 983 33554432000 1073741824 1073778376 140734169879456 140734169870592 251146567741 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12577/statm: 24068 984 749 9 0 16774 0
[pid=12577/tid=12578] ppid=12574 vsize=96272 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12578/stat : 12578 (java) R 12574 12577 12078 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 6302836 98582528 985 33554432000 1073741824 1073778376 140734169879456 140627606044200 251143210397 0 0 0 16784584 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.03 2.05 2.01 3/194 12577
/proc/meminfo: memFree=30351668/32872528 swapFree=239792/272496
[pid=12577] ppid=12574 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/12577/stat : 12577 (java) S 12574 12577 12078 0 -1 4202496 4440 0 1 0 9 2 0 0 20 0 18 0 6302836 9787879424 6072 33554432000 1073741824 1073778376 140734169879456 140734169870592 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12577/statm: 2389619 6073 2154 9 0 2380296 0
[pid=12577/tid=12578] ppid=12574 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12577/task/12578/stat : 12578 (java) R 12574 12577 12078 0 -1 4202560 2381 0 1 0 6 1 0 0 20 0 18 0 6302836 9787879424 6073 33554432000 1073741824 1073778376 140734169879456 140627606048008 251146593549 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200328 s]
/proc/loadavg: 2.03 2.05 2.01 3/194 12577
/proc/meminfo: memFree=30351668/32872528 swapFree=239792/272496
[pid=12577] ppid=12574 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/12577/stat : 12577 (java) S 12574 12577 12078 0 -1 4202496 5051 0 1 0 25 3 0 0 20 0 18 0 6302836 9787879424 22371 33554432000 1073741824 1073778376 140734169879456 140734169870592 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12577/statm: 2389619 22371 2218 9 0 2380296 0
[pid=12577/tid=12578] ppid=12574 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12577/task/12578/stat : 12578 (java) R 12574 12577 12078 0 -1 4202560 2428 0 1 0 15 2 0 0 20 0 18 0 6302836 9787879424 22371 33554432000 1073741824 1073778376 140734169879456 140627606048008 140627609334662 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300333 s]
/proc/loadavg: 2.03 2.05 2.01 3/194 12577
/proc/meminfo: memFree=30351668/32872528 swapFree=239792/272496
[pid=12577] ppid=12574 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/12577/stat : 12577 (java) S 12574 12577 12078 0 -1 4202496 5863 0 1 0 46 3 0 0 20 0 18 0 6302836 9787879424 25261 33554432000 1073741824 1073778376 140734169879456 140734169870592 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12577/statm: 2389619 25261 2233 9 0 2380296 0
[pid=12577/tid=12578] ppid=12574 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/12577/task/12578/stat : 12578 (java) R 12574 12577 12078 0 -1 4202560 2433 0 1 0 25 2 0 0 20 0 18 0 6302836 9787879424 25261 33554432000 1073741824 1073778376 140734169879456 140627606048008 140627446710833 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700283 s]
/proc/loadavg: 2.03 2.05 2.01 3/194 12577
/proc/meminfo: memFree=30351668/32872528 swapFree=239792/272496
[pid=12577] ppid=12574 vsize=9558476 CPUtime=1.22 cores=0,2,4,6
/proc/12577/stat : 12577 (java) S 12574 12577 12078 0 -1 4202496 6438 0 1 0 115 7 0 0 20 0 18 0 6302836 9787879424 58768 33554432000 1073741824 1073778376 140734169879456 140734169870592 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12577/statm: 2389619 58768 2261 9 0 2380296 0
[pid=12577/tid=12578] ppid=12574 vsize=9558476 CPUtime=0.6 cores=0,2,4,6
/proc/12577/task/12578/stat : 12578 (java) R 12574 12577 12078 0 -1 4202560 2463 0 1 0 56 4 0 0 20 0 18 0 6302836 9787879424 58768 33554432000 1073741824 1073778376 140734169879456 140627606047992 140627447140356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 2.03 2.05 2.01 3/212 12595
/proc/meminfo: memFree=30042596/32872528 swapFree=239792/272496
[pid=12577] ppid=12574 vsize=9558476 CPUtime=2.74 cores=0,2,4,6
/proc/12577/stat : 12577 (java) S 12574 12577 12078 0 -1 4202496 8839 0 1 0 253 21 0 0 20 0 18 0 6302836 9787879424 120760 33554432000 1073741824 1073778376 140734169879456 140734169870592 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12577/statm: 2389619 120760 2261 9 0 2380296 0
[pid=12577/tid=12578] ppid=12574 vsize=9558476 CPUtime=1.12 cores=0,2,4,6
/proc/12577/task/12578/stat : 12578 (java) S 12574 12577 12078 0 -1 4202560 2516 0 1 0 106 6 0 0 20 0 18 0 6302836 9787879424 120760 33554432000 1073741824 1073778376 140734169879456 140627606048168 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12577/tid=12580] ppid=12574 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/12577/task/12580/stat : 12580 (java) R 12574 12577 12078 0 -1 4202560 88 0 0 0 11 2 0 0 20 0 18 0 6302837 9787879424 120760 33554432000 1073741824 1073778376 140734169879456 140627567541336 140627609805964 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12577/tid=12581] ppid=12574 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/12577/task/12581/stat : 12581 (java) R 12574 12577 12078 0 -1 4202560 97 0 0 0 17 2 0 0 20 0 18 0 6302837 9787879424 120760 33554432000 1073741824 1073778376 140734169879456 140627566488792 140627609806294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12582] ppid=12574 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/12577/task/12582/stat : 12582 (java) R 12574 12577 12078 0 -1 4202560 403 0 0 0 14 2 0 0 20 0 18 0 6302837 9787879424 120760 33554432000 1073741824 1073778376 140734169879456 140627565435320 140627612945941 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12583] ppid=12574 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/12577/task/12583/stat : 12583 (java) R 12574 12577 12078 0 -1 4202560 117 0 0 0 13 3 0 0 20 0 18 0 6302837 9787879424 120760 33554432000 1073741824 1073778376 140734169879456 140627446590424 140627609806294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12577/tid=12584] ppid=12574 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/12577/task/12584/stat : 12584 (java) R 12574 12577 12078 0 -1 4202560 807 0 0 0 16 3 0 0 20 0 18 0 6302837 9787879424 120760 33554432000 1073741824 1073778376 140734169879456 140627445537368 140627612945962 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12585] ppid=12574 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12577/task/12585/stat : 12585 (java) R 12574 12577 12078 0 -1 4202560 773 0 0 0 8 2 0 0 20 0 18 0 6302837 9787879424 120760 33554432000 1073741824 1073778376 140734169879456 140627444484408 140627609327458 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12577/tid=12586] ppid=12574 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/12577/task/12586/stat : 12586 (java) R 12574 12577 12078 0 -1 4202560 97 0 0 0 12 2 0 0 20 0 18 0 6302837 9787879424 120760 33554432000 1073741824 1073778376 140734169879456 140627443431472 140627609806237 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12577/tid=12587] ppid=12574 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/12577/task/12587/stat : 12587 (java) R 12574 12577 12078 0 -1 4202560 89 0 0 0 11 1 0 0 20 0 18 0 6302837 9787879424 120760 33554432000 1073741824 1073778376 140734169879456 140627442379224 140627613544155 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12577/tid=12588] ppid=12574 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12588/stat : 12588 (java) S 12574 12577 12078 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 6302838 9787879424 120760 33554432000 1073741824 1073778376 140734169879456 140626960049928 251146581052 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12589] ppid=12574 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12589/stat : 12589 (java) S 12574 12577 12078 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 6302838 9787879424 120760 33554432000 1073741824 1073778376 140734169879456 140626958997368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12590] ppid=12574 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12590/stat : 12590 (java) S 12574 12577 12078 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 6302838 9787879424 120760 33554432000 1073741824 1073778376 140734169879456 140626957944200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12591] ppid=12574 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12591/stat : 12591 (java) S 12574 12577 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6302841 9787879424 120760 33554432000 1073741824 1073778376 140734169879456 140626956892944 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12592] ppid=12574 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/12577/task/12592/stat : 12592 (java) S 12574 12577 12078 0 -1 4202560 1380 0 0 0 15 0 0 0 20 0 18 0 6302841 9787879424 120760 33554432000 1073741824 1073778376 140734169879456 140626955839800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12593] ppid=12574 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/12577/task/12593/stat : 12593 (java) S 12574 12577 12078 0 -1 4202560 1149 0 0 0 14 0 0 0 20 0 18 0 6302841 9787879424 120760 33554432000 1073741824 1073778376 140734169879456 140626954787256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12594] ppid=12574 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12594/stat : 12594 (java) S 12574 12577 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6302841 9787879424 120760 33554432000 1073741824 1073778376 140734169879456 140626953734392 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12595] ppid=12574 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12595/stat : 12595 (java) S 12574 12577 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6302841 9787879424 120760 33554432000 1073741824 1073778376 140734169879456 140626952682056 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 9558476

[startup+3.10072 s]
/proc/loadavg: 2.03 2.05 2.01 10/212 12595
/proc/meminfo: memFree=29726896/32872528 swapFree=239792/272496
[pid=12577] ppid=12574 vsize=9558476 CPUtime=5.19 cores=0,2,4,6
/proc/12577/stat : 12577 (java) S 12574 12577 12078 0 -1 4202496 10659 0 1 0 483 36 0 0 20 0 18 0 6302836 9787879424 188819 33554432000 1073741824 1073778376 140734169879456 140734169870592 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12577/statm: 2389619 188819 2261 9 0 2380296 0
[pid=12577/tid=12578] ppid=12574 vsize=9558476 CPUtime=2.41 cores=0,2,4,6
/proc/12577/task/12578/stat : 12578 (java) R 12574 12577 12078 0 -1 4202560 2771 0 1 0 233 8 0 0 20 0 18 0 6302836 9787879424 188819 33554432000 1073741824 1073778376 140734169879456 140627606040496 140627447002366 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12577/tid=12580] ppid=12574 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/12577/task/12580/stat : 12580 (java) S 12574 12577 12078 0 -1 4202560 127 0 0 0 28 3 0 0 20 0 18 0 6302837 9787879424 188819 33554432000 1073741824 1073778376 140734169879456 140627567541160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12581] ppid=12574 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/12577/task/12581/stat : 12581 (java) S 12574 12577 12078 0 -1 4202560 758 0 0 0 27 3 0 0 20 0 18 0 6302837 9787879424 188819 33554432000 1073741824 1073778376 140734169879456 140627566488616 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12577/tid=12582] ppid=12574 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/12577/task/12582/stat : 12582 (java) S 12574 12577 12078 0 -1 4202560 445 0 0 0 28 3 0 0 20 0 18 0 6302837 9787879424 188819 33554432000 1073741824 1073778376 140734169879456 140627565435560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12583] ppid=12574 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/12577/task/12583/stat : 12583 (java) S 12574 12577 12078 0 -1 4202560 159 0 0 0 25 4 0 0 20 0 18 0 6302837 9787879424 188819 33554432000 1073741824 1073778376 140734169879456 140627446590248 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12577/tid=12584] ppid=12574 vsize=9558476 CPUtime=0.37 cores=0,2,4,6
/proc/12577/task/12584/stat : 12584 (java) S 12574 12577 12078 0 -1 4202560 852 0 0 0 33 4 0 0 20 0 18 0 6302837 9787879424 188819 33554432000 1073741824 1073778376 140734169879456 140627445537192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12585] ppid=12574 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/12577/task/12585/stat : 12585 (java) S 12574 12577 12078 0 -1 4202560 823 0 0 0 20 4 0 0 20 0 18 0 6302837 9787879424 188819 33554432000 1073741824 1073778376 140734169879456 140627444484648 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12586] ppid=12574 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/12577/task/12586/stat : 12586 (java) S 12574 12577 12078 0 -1 4202560 138 0 0 0 23 4 0 0 20 0 18 0 6302837 9787879424 188819 33554432000 1073741824 1073778376 140734169879456 140627443431592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12577/tid=12587] ppid=12574 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/12577/task/12587/stat : 12587 (java) S 12574 12577 12078 0 -1 4202560 608 0 0 0 20 3 0 0 20 0 18 0 6302837 9787879424 188819 33554432000 1073741824 1073778376 140734169879456 140627442379048 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12577/tid=12588] ppid=12574 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12588/stat : 12588 (java) S 12574 12577 12078 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 6302838 9787879424 188819 33554432000 1073741824 1073778376 140734169879456 140626960051048 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12589] ppid=12574 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12589/stat : 12589 (java) S 12574 12577 12078 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 6302838 9787879424 188819 33554432000 1073741824 1073778376 140734169879456 140626958997368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12590] ppid=12574 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12590/stat : 12590 (java) S 12574 12577 12078 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 6302838 9787879424 188819 33554432000 1073741824 1073778376 140734169879456 140626957944200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12591] ppid=12574 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12591/stat : 12591 (java) S 12574 12577 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6302841 9787879424 188819 33554432000 1073741824 1073778376 140734169879456 140626956892944 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12592] ppid=12574 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/12577/task/12592/stat : 12592 (java) S 12574 12577 12078 0 -1 4202560 1380 0 0 0 15 0 0 0 20 0 18 0 6302841 9787879424 188819 33554432000 1073741824 1073778376 140734169879456 140626955839800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12593] ppid=12574 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/12577/task/12593/stat : 12593 (java) S 12574 12577 12078 0 -1 4202560 1149 0 0 0 14 0 0 0 20 0 18 0 6302841 9787879424 188819 33554432000 1073741824 1073778376 140734169879456 140626954787256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12594] ppid=12574 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12594/stat : 12594 (java) S 12574 12577 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6302841 9787879424 188819 33554432000 1073741824 1073778376 140734169879456 140626953734392 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12595] ppid=12574 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12595/stat : 12595 (java) S 12574 12577 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6302841 9787879424 188819 33554432000 1073741824 1073778376 140734169879456 140626952682056 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.19
Current children cumulated vsize (KiB) 9558476

[startup+6.30086 s]
/proc/loadavg: 2.11 2.07 2.01 3/212 12595
/proc/meminfo: memFree=29272132/32872528 swapFree=239792/272496
[pid=12577] ppid=12574 vsize=9558476 CPUtime=11.12 cores=0,2,4,6
/proc/12577/stat : 12577 (java) S 12574 12577 12078 0 -1 4202496 24590 0 1 0 1049 63 0 0 20 0 18 0 6302836 9787879424 297886 33554432000 1073741824 1073778376 140734169879456 140734169870592 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12577/statm: 2389619 297886 2272 9 0 2380296 0
[pid=12577/tid=12578] ppid=12574 vsize=9558476 CPUtime=3.26 cores=0,2,4,6
/proc/12577/task/12578/stat : 12578 (java) S 12574 12577 12078 0 -1 4202560 2801 0 1 0 316 10 0 0 20 0 18 0 6302836 9787879424 297886 33554432000 1073741824 1073778376 140734169879456 140627606047144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12577/tid=12580] ppid=12574 vsize=9558476 CPUtime=0.78 cores=0,2,4,6
/proc/12577/task/12580/stat : 12580 (java) S 12574 12577 12078 0 -1 4202560 2287 0 0 0 72 6 0 0 20 0 18 0 6302837 9787879424 297886 33554432000 1073741824 1073778376 140734169879456 140627567541160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12577/tid=12581] ppid=12574 vsize=9558476 CPUtime=0.7 cores=0,2,4,6
/proc/12577/task/12581/stat : 12581 (java) S 12574 12577 12078 0 -1 4202560 2160 0 0 0 64 6 0 0 20 0 18 0 6302837 9787879424 297886 33554432000 1073741824 1073778376 140734169879456 140627566488616 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12582] ppid=12574 vsize=9558476 CPUtime=0.83 cores=0,2,4,6
/proc/12577/task/12582/stat : 12582 (java) S 12574 12577 12078 0 -1 4202560 1306 0 0 0 76 7 0 0 20 0 18 0 6302837 9787879424 297886 33554432000 1073741824 1073778376 140734169879456 140627565435560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12583] ppid=12574 vsize=9558476 CPUtime=0.58 cores=0,2,4,6
/proc/12577/task/12583/stat : 12583 (java) S 12574 12577 12078 0 -1 4202560 4898 0 0 0 52 6 0 0 20 0 18 0 6302837 9787879424 297886 33554432000 1073741824 1073778376 140734169879456 140627446590248 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12577/tid=12584] ppid=12574 vsize=9558476 CPUtime=0.95 cores=0,2,4,6
/proc/12577/task/12584/stat : 12584 (java) S 12574 12577 12078 0 -1 4202560 1343 0 0 0 87 8 0 0 20 0 18 0 6302837 9787879424 297886 33554432000 1073741824 1073778376 140734169879456 140627445537192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12577/tid=12585] ppid=12574 vsize=9558476 CPUtime=0.69 cores=0,2,4,6
/proc/12577/task/12585/stat : 12585 (java) S 12574 12577 12078 0 -1 4202560 2010 0 0 0 63 6 0 0 20 0 18 0 6302837 9787879424 297886 33554432000 1073741824 1073778376 140734169879456 140627444484648 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12586] ppid=12574 vsize=9558476 CPUtime=0.81 cores=0,2,4,6
/proc/12577/task/12586/stat : 12586 (java) S 12574 12577 12078 0 -1 4202560 1209 0 0 0 73 8 0 0 20 0 18 0 6302837 9787879424 297886 33554432000 1073741824 1073778376 140734169879456 140627443431592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12577/tid=12587] ppid=12574 vsize=9558476 CPUtime=0.7 cores=0,2,4,6
/proc/12577/task/12587/stat : 12587 (java) S 12574 12577 12078 0 -1 4202560 1810 0 0 0 65 5 0 0 20 0 18 0 6302837 9787879424 297886 33554432000 1073741824 1073778376 140734169879456 140627442379048 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12577/tid=12588] ppid=12574 vsize=9558476 CPUtime=1.35 cores=0,2,4,6
/proc/12577/task/12588/stat : 12588 (java) R 12574 12577 12078 0 -1 4202560 984 0 0 0 134 1 0 0 20 0 18 0 6302838 9787879424 297886 33554432000 1073741824 1073778376 140734169879456 140626960049800 140627608244344 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12589] ppid=12574 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12589/stat : 12589 (java) S 12574 12577 12078 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 6302838 9787879424 297886 33554432000 1073741824 1073778376 140734169879456 140626958997368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12590] ppid=12574 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12590/stat : 12590 (java) S 12574 12577 12078 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 6302838 9787879424 297886 33554432000 1073741824 1073778376 140734169879456 140626957944200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12591] ppid=12574 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12591/stat : 12591 (java) S 12574 12577 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6302841 9787879424 297886 33554432000 1073741824 1073778376 140734169879456 140626956892944 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12592] ppid=12574 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/12577/task/12592/stat : 12592 (java) S 12574 12577 12078 0 -1 4202560 1380 0 0 0 15 0 0 0 20 0 18 0 6302841 9787879424 297886 33554432000 1073741824 1073778376 140734169879456 140626955839800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12593] ppid=12574 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/12577/task/12593/stat : 12593 (java) S 12574 12577 12078 0 -1 4202560 1149 0 0 0 15 0 0 0 20 0 18 0 6302841 9787879424 297886 33554432000 1073741824 1073778376 140734169879456 140626954787256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12594] ppid=12574 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12594/stat : 12594 (java) S 12574 12577 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6302841 9787879424 297886 33554432000 1073741824 1073778376 140734169879456 140626953734392 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12595] ppid=12574 vsize=9558476 CPUtime=0 cores=0,2,4,6

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

[pid=12577/tid=12587] ppid=12574 vsize=9625040 CPUtime=5.8 cores=0,2,4,6
/proc/12577/task/12587/stat : 12587 (java) S 12574 12577 12078 0 -1 4202560 54312 0 0 0 518 62 0 0 20 0 19 0 6302837 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140627442379048 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12577/tid=12588] ppid=12574 vsize=9625040 CPUtime=30.01 cores=0,2,4,6
/proc/12577/task/12588/stat : 12588 (java) S 12574 12577 12078 0 -1 4202560 168557 0 0 0 2961 40 0 0 20 0 19 0 6302838 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626960051048 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12577/tid=12589] ppid=12574 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12589/stat : 12589 (java) S 12574 12577 12078 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6302838 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626958997368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12590] ppid=12574 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12590/stat : 12590 (java) S 12574 12577 12078 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6302838 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626957944200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12591] ppid=12574 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12591/stat : 12591 (java) S 12574 12577 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6302841 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626956892944 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12592] ppid=12574 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/12577/task/12592/stat : 12592 (java) S 12574 12577 12078 0 -1 4202560 3808 0 0 0 59 0 0 0 20 0 19 0 6302841 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626955839800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12593] ppid=12574 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/12577/task/12593/stat : 12593 (java) S 12574 12577 12078 0 -1 4202560 4600 0 0 0 64 1 0 0 20 0 19 0 6302841 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626954787256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12594] ppid=12574 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12594/stat : 12594 (java) S 12574 12577 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6302841 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626953734392 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12595] ppid=12574 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/12577/task/12595/stat : 12595 (java) S 12574 12577 12078 0 -1 4202560 99 0 0 0 38 38 0 0 20 0 19 0 6302841 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626952682056 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12577/tid=12596] ppid=12574 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12596/stat : 12596 (java) S 12574 12577 12078 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6307778 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626951628328 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1757.72
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1764.6 s]
/proc/loadavg: 2.06 2.07 2.06 3/213 12662
/proc/meminfo: memFree=20459512/32872528 swapFree=239792/272496
[pid=12577] ppid=12574 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/12577/stat : 12577 (java) S 12574 12577 12078 0 -1 4202496 589008 0 1 0 179390 613 0 0 20 0 19 0 6302836 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140734169870592 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12577/statm: 2406260 1790468 2294 9 0 2396937 0
[pid=12577/tid=12578] ppid=12574 vsize=9625040 CPUtime=1717.47 cores=0,2,4,6
/proc/12577/task/12578/stat : 12578 (java) R 12574 12577 12078 0 -1 4202560 4102 0 1 0 171697 50 0 0 20 0 19 0 6302836 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140627606040272 140627447387476 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12580] ppid=12574 vsize=9625040 CPUtime=5.5 cores=0,2,4,6
/proc/12577/task/12580/stat : 12580 (java) S 12574 12577 12078 0 -1 4202560 52908 0 0 0 485 65 0 0 20 0 19 0 6302837 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140627567541160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12581] ppid=12574 vsize=9625040 CPUtime=5.66 cores=0,2,4,6
/proc/12577/task/12581/stat : 12581 (java) S 12574 12577 12078 0 -1 4202560 49298 0 0 0 508 58 0 0 20 0 19 0 6302837 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140627566488616 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12582] ppid=12574 vsize=9625040 CPUtime=6.41 cores=0,2,4,6
/proc/12577/task/12582/stat : 12582 (java) S 12574 12577 12078 0 -1 4202560 54429 0 0 0 562 79 0 0 20 0 19 0 6302837 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140627565435560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12583] ppid=12574 vsize=9625040 CPUtime=5.72 cores=0,2,4,6
/proc/12577/task/12583/stat : 12583 (java) S 12574 12577 12078 0 -1 4202560 52507 0 0 0 502 70 0 0 20 0 19 0 6302837 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140627446590248 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12584] ppid=12574 vsize=9625040 CPUtime=6.06 cores=0,2,4,6
/proc/12577/task/12584/stat : 12584 (java) S 12574 12577 12078 0 -1 4202560 41496 0 0 0 541 65 0 0 20 0 19 0 6302837 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140627445537192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12585] ppid=12574 vsize=9625040 CPUtime=5.83 cores=0,2,4,6
/proc/12577/task/12585/stat : 12585 (java) S 12574 12577 12078 0 -1 4202560 51765 0 0 0 520 63 0 0 20 0 19 0 6302837 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140627444484648 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12586] ppid=12574 vsize=9625040 CPUtime=5.42 cores=0,2,4,6
/proc/12577/task/12586/stat : 12586 (java) S 12574 12577 12078 0 -1 4202560 49866 0 0 0 485 57 0 0 20 0 19 0 6302837 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140627443431592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12587] ppid=12574 vsize=9625040 CPUtime=5.8 cores=0,2,4,6
/proc/12577/task/12587/stat : 12587 (java) S 12574 12577 12078 0 -1 4202560 54312 0 0 0 518 62 0 0 20 0 19 0 6302837 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140627442379048 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12577/tid=12588] ppid=12574 vsize=9625040 CPUtime=30.01 cores=0,2,4,6
/proc/12577/task/12588/stat : 12588 (java) S 12574 12577 12078 0 -1 4202560 168557 0 0 0 2961 40 0 0 20 0 19 0 6302838 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626960051048 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12577/tid=12589] ppid=12574 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12589/stat : 12589 (java) S 12574 12577 12078 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6302838 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626958997368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12590] ppid=12574 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12590/stat : 12590 (java) S 12574 12577 12078 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6302838 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626957944200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12591] ppid=12574 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12591/stat : 12591 (java) S 12574 12577 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6302841 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626956892944 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12592] ppid=12574 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/12577/task/12592/stat : 12592 (java) S 12574 12577 12078 0 -1 4202560 3808 0 0 0 59 0 0 0 20 0 19 0 6302841 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626955839800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12593] ppid=12574 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/12577/task/12593/stat : 12593 (java) S 12574 12577 12078 0 -1 4202560 4600 0 0 0 64 1 0 0 20 0 19 0 6302841 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626954787256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12594] ppid=12574 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12594/stat : 12594 (java) S 12574 12577 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6302841 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626953734392 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12595] ppid=12574 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/12577/task/12595/stat : 12595 (java) S 12574 12577 12078 0 -1 4202560 101 0 0 0 39 39 0 0 20 0 19 0 6302841 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626952682056 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12577/tid=12596] ppid=12574 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12596/stat : 12596 (java) S 12574 12577 12078 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6307778 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626951628328 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

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

############
# WARNING:
# current cumulated CPU time (1796.27 s) is less than in the last sample (1800.03 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (3.76013 s) to the 'lost time'.

[startup+1764.6 s]
/proc/loadavg: 2.06 2.07 2.06 3/213 12662
/proc/meminfo: memFree=20459512/32872528 swapFree=239792/272496
[pid=12577] ppid=12574 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/12577/stat : 12577 (java) S 12574 12577 12078 0 -1 4202496 589008 0 1 0 179390 613 0 0 20 0 19 0 6302836 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140734169870592 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12577/statm: 2406260 1790468 2294 9 0 2396937 0
[pid=12577/tid=12578] ppid=12574 vsize=9625040 CPUtime=1717.47 cores=0,2,4,6
/proc/12577/task/12578/stat : 12578 (java) R 12574 12577 12078 0 -1 4202560 4102 0 1 0 171697 50 0 0 20 0 19 0 6302836 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140627606040272 140627447387476 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12580] ppid=12574 vsize=9625040 CPUtime=5.5 cores=0,2,4,6
/proc/12577/task/12580/stat : 12580 (java) S 12574 12577 12078 0 -1 4202560 52908 0 0 0 485 65 0 0 20 0 19 0 6302837 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140627567541160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12581] ppid=12574 vsize=9625040 CPUtime=5.66 cores=0,2,4,6
/proc/12577/task/12581/stat : 12581 (java) S 12574 12577 12078 0 -1 4202560 49298 0 0 0 508 58 0 0 20 0 19 0 6302837 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140627566488616 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12582] ppid=12574 vsize=9625040 CPUtime=6.41 cores=0,2,4,6
/proc/12577/task/12582/stat : 12582 (java) S 12574 12577 12078 0 -1 4202560 54429 0 0 0 562 79 0 0 20 0 19 0 6302837 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140627565435560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12583] ppid=12574 vsize=9625040 CPUtime=5.72 cores=0,2,4,6
/proc/12577/task/12583/stat : 12583 (java) S 12574 12577 12078 0 -1 4202560 52507 0 0 0 502 70 0 0 20 0 19 0 6302837 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140627446590248 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12584] ppid=12574 vsize=9625040 CPUtime=6.06 cores=0,2,4,6
/proc/12577/task/12584/stat : 12584 (java) S 12574 12577 12078 0 -1 4202560 41496 0 0 0 541 65 0 0 20 0 19 0 6302837 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140627445537192 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12585] ppid=12574 vsize=9625040 CPUtime=5.83 cores=0,2,4,6
/proc/12577/task/12585/stat : 12585 (java) S 12574 12577 12078 0 -1 4202560 51765 0 0 0 520 63 0 0 20 0 19 0 6302837 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140627444484648 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12586] ppid=12574 vsize=9625040 CPUtime=5.42 cores=0,2,4,6
/proc/12577/task/12586/stat : 12586 (java) S 12574 12577 12078 0 -1 4202560 49866 0 0 0 485 57 0 0 20 0 19 0 6302837 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140627443431592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12587] ppid=12574 vsize=9625040 CPUtime=5.8 cores=0,2,4,6
/proc/12577/task/12587/stat : 12587 (java) S 12574 12577 12078 0 -1 4202560 54312 0 0 0 518 62 0 0 20 0 19 0 6302837 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140627442379048 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12577/tid=12588] ppid=12574 vsize=9625040 CPUtime=30.01 cores=0,2,4,6
/proc/12577/task/12588/stat : 12588 (java) S 12574 12577 12078 0 -1 4202560 168557 0 0 0 2961 40 0 0 20 0 19 0 6302838 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626960051048 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12577/tid=12589] ppid=12574 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12589/stat : 12589 (java) S 12574 12577 12078 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6302838 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626958997368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12590] ppid=12574 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12590/stat : 12590 (java) S 12574 12577 12078 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6302838 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626957944200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12591] ppid=12574 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12591/stat : 12591 (java) S 12574 12577 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6302841 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626956892944 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12592] ppid=12574 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/12577/task/12592/stat : 12592 (java) S 12574 12577 12078 0 -1 4202560 3808 0 0 0 59 0 0 0 20 0 19 0 6302841 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626955839800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12577/tid=12593] ppid=12574 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/12577/task/12593/stat : 12593 (java) S 12574 12577 12078 0 -1 4202560 4600 0 0 0 64 1 0 0 20 0 19 0 6302841 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626954787256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12594] ppid=12574 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12594/stat : 12594 (java) S 12574 12577 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6302841 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626953734392 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12577/tid=12595] ppid=12574 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/12577/task/12595/stat : 12595 (java) S 12574 12577 12078 0 -1 4202560 101 0 0 0 39 39 0 0 20 0 19 0 6302841 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626952682056 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12577/tid=12596] ppid=12574 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12577/task/12596/stat : 12596 (java) S 12574 12577 12078 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6307778 9856040960 1790468 33554432000 1073741824 1073778376 140734169879456 140626951628328 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

[startup+1764.71 s]
/proc/loadavg: 2.06 2.07 2.06 3/213 12662
/proc/meminfo: memFree=20459512/32872528 swapFree=239792/272496
[pid=12577] ppid=12574 vsize=0 CPUtime=1796.27 cores=0,2,4,6
/proc/12577/stat : 12577 (java) Z 12574 12577 12078 0 -1 4203532 589044 0 1 0 178958 669 0 0 20 0 2 0 6302836 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12577/statm: 0 0 0 0 0 0 0
[pid=12577/tid=12593] ppid=12574 vsize=0 CPUtime=0.73 cores=0,2,4,6
/proc/12577/task/12593/stat : 12593 (java) R 12574 12577 12078 0 -1 4203588 4600 0 0 0 66 7 0 0 20 0 2 0 6302841 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1796.27
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1764.71 s]
/proc/loadavg: 2.06 2.07 2.06 3/213 12662
/proc/meminfo: memFree=20459512/32872528 swapFree=239792/272496
[pid=12577] ppid=12574 vsize=0 CPUtime=1796.27 cores=0,2,4,6
/proc/12577/stat : 12577 (java) Z 12574 12577 12078 0 -1 4203532 589044 0 1 0 178958 669 0 0 20 0 2 0 6302836 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12577/statm: 0 0 0 0 0 0 0
[pid=12577/tid=12593] ppid=12574 vsize=0 CPUtime=0.73 cores=0,2,4,6
/proc/12577/task/12593/stat : 12593 (java) R 12574 12577 12078 0 -1 4203588 4600 0 0 0 66 7 0 0 20 0 2 0 6302841 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1796.27
Current children cumulated vsize (KiB) 0

Child status: 143

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.76013
#  lost CPU user time (s): 4.32007
#  lost CPU system time (s): -0.56

Real time (s): 1764.75
CPU time (s): 1800.08
CPU user time (s): 1793.91
CPU system time (s): 6.17398
CPU usage (%): 102.002
Max. virtual memory (cumulated for all children) (KiB): 9690576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.59
system time used= 6.73398
maximum resident set size= 7161992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 589044
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66737
involuntary context switches= 33934

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2414 second user time and 13.6649 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-30 09:45:18
IDJOB=4119651
IDBENCH=111781
IDSOLVER=2546
FILE ID=node107/4119651-1467272712
RUNJOBID= node107-1467272712-12529
PBS_JOBID= 20004486
Free space on /tmp= 71580 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/pbfvmc-formulae/hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119651-1467272712/watcher-4119651-1467272712 -o /tmp/evaluation-result-4119651-1467272712/solver-4119651-1467272712 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467272712-12529 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119651-1467272712.opb

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

MD5SUM BENCH= 88e65323f9a8c58281028c3b2a47ed9f
RANDOM SEED=1697468817

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.110
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.39
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		: 2667.110
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.110
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
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		: 2667.110
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.110
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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		: 2667.110
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30351920 kB
Buffers:          116972 kB
Cached:           634836 kB
SwapCached:            0 kB
Active:          1010928 kB
Inactive:         482604 kB
Active(anon):     744412 kB
Inactive(anon):        4 kB
Active(file):     266516 kB
Inactive(file):   482600 kB
Unevictable:      272496 kB
Mlocked:          239792 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            144872 kB
Writeback:             0 kB
AnonPages:       1008224 kB
Mapped:            22076 kB
Shmem:               204 kB
Slab:             617480 kB
SReclaimable:      58108 kB
SUnreclaim:       559372 kB
KernelStack:        1584 kB
PageTables:         6252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1918872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    731136 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= 71580 MiB
End job on node107 at 2016-06-30 10:14:42