Trace number 4243431

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
R1: sat4j-CSP 2017-07-05SAT 21.7674 6.40394

General information on the benchmark

NameRlfap/Rlfap-m1-scens/
Rlfap-scen-05.xml
MD5SUM4244c8790e6b20be71277bd8907aab3b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.65282
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2598
Number of domains4
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":36,"count":192},{"size":44,"count":196}]
Minimum variable degree1
Maximum variable degree59
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":2},{"degree":3,"count":16},{"degree":4,"count":10},{"degree":5,"count":37},{"degree":6,"count":16},{"degree":7,"count":41},{"degree":8,"count":14},{"degree":9,"count":40},{"degree":10,"count":20},{"degree":11,"count":14},{"degree":12,"count":13},{"degree":13,"count":21},{"degree":14,"count":8},{"degree":15,"count":16},{"degree":16,"count":12},{"degree":17,"count":18},{"degree":18,"count":9},{"degree":19,"count":14},{"degree":20,"count":13},{"degree":21,"count":6},{"degree":22,"count":10},{"degree":23,"count":4},{"degree":24,"count":11},{"degree":25,"count":4},{"degree":26,"count":2},{"degree":27,"count":2},{"degree":28,"count":3},{"degree":29,"count":2},{"degree":30,"count":3},{"degree":31,"count":3},{"degree":32,"count":1},{"degree":36,"count":1},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":2},{"degree":52,"count":1},{"degree":59,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2598}]
Number of extensional constraints0
Number of intensional constraints2598
Distribution of constraint types[{"type":"intension","count":2598}]
Optimization problemNO
Type of objective

Solver Data

16.86/3.76	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
16.86/3.76	c This is free software under the dual EPL/GNU LGPL licenses.
16.86/3.76	c See www.sat4j.org for details.
16.86/3.76	c That software uses the Rhino library from the Mozilla project.
16.86/3.76	c version CUSTOM.v20170705
16.86/3.76	c java.runtime.name	Java(TM) SE Runtime Environment
16.86/3.76	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
16.86/3.76	c java.vm.version	25.131-b11
16.86/3.76	c java.vm.vendor	Oracle Corporation
16.86/3.76	c sun.arch.data.model	64
16.86/3.76	c java.version		1.8.0_131
16.86/3.76	c os.name		Linux
16.86/3.76	c os.version		3.10.0-514.16.1.el7.x86_64
16.86/3.76	c os.arch		amd64
16.86/3.76	c Free memory 		499604488
16.86/3.76	c Max memory 		7247757312
16.86/3.76	c Total memory 		504889344
16.86/3.76	c Number of processors 	8
16.86/3.76	c c --- Begin Solver configuration ---
16.86/3.76	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
16.86/3.76	c Learn all clauses as in MiniSAT
16.86/3.76	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
16.86/3.76	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
16.86/3.76	c No reason simplification
16.86/3.76	c Glucose 2.1 dynamic restart strategy
16.86/3.76	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
16.86/3.76	c timeout=2147483s
16.86/3.76	c DB Simplification allowed=false
16.86/3.76	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
16.86/3.76	c --- End Solver configuration ---
16.86/3.76	c constraints type 
16.86/3.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 800
16.86/3.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 208754
16.86/3.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4140360
16.86/3.76	c org.sat4j.minisat.constraints.cnf.UnitClause => 5196
16.86/3.76	c 4355110 constraints processed.
21.74/6.37	c starts		: 47
21.74/6.37	c conflicts		: 4963
21.74/6.37	c decisions		: 1910456
21.74/6.37	c propagations		: 3183347
21.74/6.37	c inspects		: 14930831
21.74/6.37	c shortcuts		: 0
21.74/6.37	c learnt literals	: 208
21.74/6.37	c learnt binary clauses	: 93
21.74/6.37	c learnt ternary clauses	: 43
21.74/6.37	c learnt constraints	: 4755
21.74/6.37	c ignored constraints	: 0
21.74/6.37	c root simplifications	: 0
21.74/6.37	c removed literals (reason simplification)	: 0
21.74/6.37	c reason swapping (by a shorter reason)	: 0
21.74/6.37	c Calls to reduceDB	: 0
21.74/6.37	c Number of update (reduction) of LBD	: 2555
21.74/6.37	c Imported unit clauses	: 0
21.74/6.37	c number of reductions to clauses (during analyze)	: 0
21.74/6.37	c number of learned constraints concerned by reduction	: 0
21.74/6.37	c number of learning phase by resolution	: 0
21.74/6.37	c number of learning phase by cutting planes	: 0
21.74/6.37	c number of rounding to 1 operations	: 0
21.74/6.37	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
21.74/6.37	c number of reductions of the coefficients by power 2 	: 0
21.74/6.37	c number of right shift for reduction by power 2 	: 0
21.74/6.37	c number of reductions of the coefficients by GCD over coefficients 	: 0
21.74/6.37	c speed (assignments/second)	: 1249351.25588697
21.74/6.37	c non guided choices	1815364
21.74/6.38	c learnt constraints type 
21.74/6.38	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 93
21.74/6.38	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4662
21.74/6.38	s SATISFIABLE
21.74/6.38	v <instantiation type="solution">
21.74/6.38	v 	<list> x13 x14 x15 x16 x53 x54 x71 x72 x79 x80 x81 x82 x83 x84 x85 x86 x117 x118 x119 x120 x127 x128 x129 x130 x143 x144 x145 x146 x151 x152 x153 x154 x163 x164 x165 x166 x179 x180 x181 x182 x183 x184 x191 x192 x193 x194 x205 x206 x209 x210 x211 x212 x213 x214 x217 x218 x219 x220 x233 x234 x235 x236 x237 x238 x255 x256 x259 x260 x261 x262 x263 x264 x265 x266 x267 x268 x269 x270 x271 x272 x273 x274 x275 x276 x277 x278 x281 x282 x283 x284 x285 x286 x287 x288 x289 x290 x291 x292 x293 x294 x295 x296 x299 x300 x301 x302 x303 x304 x305 x306 x307 x308 x309 x310 x311 x312 x313 x314 x321 x322 x323 x324 x325 x326 x327 x328 x329 x330 x335 x336 x337 x338 x341 x342 x343 x344 x349 x350 x351 x352 x353 x354 x369 x370 x371 x372 x373 x374 x375 x376 x377 x378 x379 x380 x381 x382 x385 x386 x391 x392 x393 x394 x401 x402 x403 x404 x405 x406 x413 x414 x435 x436 x439 x440 x443 x444 x449 x450 x471 x472 x473 x474 x475 x476 x477 x478 x479 x480 x481 x482 x517 x518 x519 x520 x537 x538 x539 x540 x541 x542 x545 x546 x551 x552 x553 x554 x555 x556 x557 x558 x559 x560 x561 x562 x563 x564 x565 x566 x567 x568 x569 x570 x571 x572 x573 x574 x575 x576 x577 x578 x579 x580 x581 x582 x583 x584 x585 x586 x587 x588 x589 x590 x591 x592 x593 x594 x595 x596 x597 x598 x599 x600 x601 x602 x603 x604 x605 x606 x607 x608 x613 x614 x615 x616 x617 x618 x619 x620 x621 x622 x623 x624 x625 x626 x629 x630 x631 x632 x633 x634 x635 x636 x639 x640 x641 x642 x643 x644 x645 x646 x651 x652 x653 x654 x661 x662 x663 x664 x665 x666 x667 x668 x671 x672 x711 x712 x713 x714 x715 x716 x717 x718 x719 x720 x721 x722 x723 x724 x739 x740 x741 x742 x743 x744 x745 x746 x747 x748 x751 x752 x753 x754 x755 x756 x757 x758 x759 x760 x763 x764 x765 x766 x767 x768 x769 x770 x773 x774 x775 x776 x783 x784 x785 x786 x787 x788 x789 x790 x791 x792 x793 x794 x795 x796 x797 x798 x799 x800 x801 x802 x803 x804 x805 x806 x807 x808 x809 x810 x811 x812 x813 x814 x815 x816 x817 x818 x825 x826 x827 x828 x829 x830 x879 x880 x911 x912 x913 x914 x915 x916 </list>
21.74/6.38	v 	<values> 156 394 156 394 394 156 44 282 540 778 366 128 142 380 428 666 792 554 554 792 16 254 722 484 680 442 442 680 72 310 428 666 156 394 792 554 44 282 268 30 442 680 750 512 282 44 310 72 736 498 792 554 310 72 764 526 338 100 442 680 100 338 498 736 58 296 142 380 380 142 268 30 72 310 554 792 296 58 296 58 30 268 30 268 296 58 394 156 128 366 16 254 484 722 750 512 156 394 380 142 792 554 254 16 156 394 324 86 554 792 554 792 394 156 16 254 296 58 254 16 156 394 456 694 310 72 254 16 736 498 554 792 394 156 394 156 296 58 694 456 694 456 764 526 428 666 680 442 128 366 338 100 366 128 86 324 778 540 722 484 778 540 380 142 268 30 428 666 778 540 778 540 394 156 44 282 764 526 100 338 366 128 380 142 694 456 296 58 708 470 666 428 484 722 156 394 100 338 428 666 652 414 792 554 254 16 442 680 526 764 380 142 142 380 708 470 526 764 380 142 540 778 484 722 72 310 44 282 554 792 680 442 30 268 778 540 380 142 680 442 310 72 526 764 282 44 428 666 310 72 680 442 268 30 484 722 526 764 338 100 310 72 100 338 750 512 540 778 540 778 680 442 44 282 310 72 512 750 114 352 680 442 100 338 128 366 114 352 30 268 114 352 666 428 736 498 484 722 394 156 778 540 310 72 296 58 296 58 694 456 142 380 254 16 554 792 442 680 694 456 456 694 352 114 44 282 540 778 540 778 128 366 708 470 142 380 470 708 540 778 16 254 324 86 296 58 100 338 540 778 86 324 708 470 526 764 268 30 722 484 352 114 498 736 428 666 282 44 764 526 58 296 680 442 58 296 498 736 442 680 296 58 442 680 282 44 268 30 694 456 764 526 268 30 114 352 380 142 16 254 </values>
21.74/6.38	v </instantiation>
21.74/6.38	

Verifier Data

OK	

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-4243431-1500672328/watcher-4243431-1500672328 -o /tmp/evaluation-result-4243431-1500672328/solver-4243431-1500672328 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1500672328-13792 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243431-1500672328.xml 

pid=13809
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.05 3/240 13812
/proc/meminfo: memFree=32020876/32770624 swapFree=5660/202116
[pid=13812] ppid=13809 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13812/stat : 13812 (java) S 13809 13812 9850 0 -1 1077944320 1957 0 0 0 0 0 0 0 20 0 2 0 2499966 8550137856 2178 33554432000 4194304 4196468 140736900964096 140736900946640 140536655412983 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
/proc/13812/statm: 2087436 2244 1197 1 0 2076347 0
[pid=13812/tid=13813] ppid=13809 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13813/stat : 13813 (java) R 13809 13812 9850 0 -1 4202560 767 0 0 0 0 0 0 0 20 0 2 0 2499966 8550137856 2310 33554432000 4194304 4196468 140736900964096 140536659655072 140536647702432 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0

[startup+0.100168 s]
/proc/loadavg: 2.00 2.02 2.05 3/240 13812
/proc/meminfo: memFree=32020876/32770624 swapFree=5660/202116
[pid=13812] ppid=13809 vsize=10900556 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/13812/stat : 13812 (java) S 13809 13812 9850 0 -1 1077944320 5045 0 0 0 8 2 0 0 20 0 20 0 2499966 11162169344 6145 33554432000 4194304 4196468 140736900964096 140736900946640 140536655412983 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
/proc/13812/statm: 2725139 6145 2626 1 0 2713552 0
[pid=13812/tid=13813] ppid=13809 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13813/stat : 13813 (java) R 13809 13812 9850 0 -1 4202560 3138 0 0 0 7 1 0 0 20 0 20 0 2499966 11162169344 6145 33554432000 4194304 4196468 140736900964096 140536659655264 140536647650110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200424 s]
/proc/loadavg: 2.00 2.02 2.05 3/240 13812
/proc/meminfo: memFree=32020876/32770624 swapFree=5660/202116
[pid=13812] ppid=13809 vsize=10900556 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/13812/stat : 13812 (java) S 13809 13812 9850 0 -1 1077944320 7291 0 0 0 22 3 0 0 20 0 20 0 2499966 11162169344 8492 33554432000 4194304 4196468 140736900964096 140736900946640 140536655412983 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
/proc/13812/statm: 2725139 8492 2880 1 0 2713552 0
[pid=13812/tid=13813] ppid=13809 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13813/stat : 13813 (java) R 13809 13812 9850 0 -1 4202560 4950 0 0 0 15 2 0 0 20 0 20 0 2499966 11162169344 8492 33554432000 4194304 4196468 140736900964096 140536659623440 140536655424918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300371 s]
/proc/loadavg: 2.00 2.02 2.05 3/240 13812
/proc/meminfo: memFree=32020876/32770624 swapFree=5660/202116
[pid=13812] ppid=13809 vsize=10900556 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/13812/stat : 13812 (java) S 13809 13812 9850 0 -1 1077944320 8927 0 0 0 46 3 0 0 20 0 20 0 2499966 11162169344 11127 33554432000 4194304 4196468 140736900964096 140736900946640 140536655412983 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
/proc/13812/statm: 2725139 11127 3019 1 0 2713552 0
[pid=13812/tid=13813] ppid=13809 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13813/stat : 13813 (java) R 13809 13812 9850 0 -1 4202560 5276 0 0 0 25 2 0 0 20 0 20 0 2499966 11162169344 11127 33554432000 4194304 4196468 140736900964096 140536659645872 140536639493470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10900556

[startup+0.700256 s]
/proc/loadavg: 2.00 2.02 2.05 3/240 13812
/proc/meminfo: memFree=32020876/32770624 swapFree=5660/202116
[pid=13812] ppid=13809 vsize=10900632 CPUtime=1.9 cores=0,2,4,6,8,10,12,14
/proc/13812/stat : 13812 (java) S 13809 13812 9850 0 -1 1077944320 13735 0 0 0 183 7 0 0 20 0 20 0 2499966 11162247168 46596 33554432000 4194304 4196468 140736900964096 140736900946640 140536655412983 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
/proc/13812/statm: 2725158 46596 3094 1 0 2713552 0
[pid=13812/tid=13813] ppid=13809 vsize=10900632 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13813/stat : 13813 (java) R 13809 13812 9850 0 -1 4202560 6068 0 0 0 60 4 0 0 20 0 20 0 2499966 11162247168 46596 33554432000 4194304 4196468 140736900964096 140536659643792 140536655424918 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 10900632

[startup+1.50119 s]
/proc/loadavg: 2.16 2.05 2.06 13/284 13861
/proc/meminfo: memFree=31576332/32770624 swapFree=5660/201500
[pid=13812] ppid=13809 vsize=10902680 CPUtime=5.43 cores=0,2,4,6,8,10,12,14
/proc/13812/stat : 13812 (java) S 13809 13812 9850 0 -1 1077944320 16032 0 0 0 477 66 0 0 20 0 20 0 2499966 11164344320 78138 33554432000 4194304 4196468 140736900964096 140736900946640 140536655412983 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
/proc/13812/statm: 2725670 78650 3140 1 0 2714064 0
[pid=13812/tid=13813] ppid=13809 vsize=10902680 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13813/stat : 13813 (java) S 13809 13812 9850 0 -1 1077944384 6207 0 0 0 122 5 0 0 20 0 20 0 2499966 11164344320 78650 33554432000 4194304 4196468 140736900964096 140536659648448 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13819] ppid=13809 vsize=10902680 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13819/stat : 13819 (java) R 13809 13812 9850 0 -1 4202560 87 0 0 0 9 5 0 0 20 0 20 0 2499967 11164344320 78650 33554432000 4194304 4196468 140736900964096 140536581487448 140536640440857 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13820] ppid=13809 vsize=10902680 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13820/stat : 13820 (java) R 13809 13812 9850 0 -1 4202560 95 0 0 0 8 7 0 0 20 0 20 0 2499967 11164344320 78650 33554432000 4194304 4196468 140736900964096 140536580434648 140536640437227 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13821] ppid=13809 vsize=10902680 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13821/stat : 13821 (java) R 13809 13812 9850 0 -1 4202560 99 0 0 0 8 8 0 0 20 0 20 0 2499967 11164344320 78650 33554432000 4194304 4196468 140736900964096 140536579381848 140536648509819 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13822] ppid=13809 vsize=10902680 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13822/stat : 13822 (java) R 13809 13812 9850 0 -1 4202560 92 0 0 0 8 7 0 0 20 0 20 0 2499967 11164344320 78650 33554432000 4194304 4196468 140736900964096 140536578328848 140536640440857 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13823] ppid=13809 vsize=10902680 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13823/stat : 13823 (java) R 13809 13812 9850 0 -1 4202560 96 0 0 0 10 6 0 0 20 0 20 0 2499967 11164344320 78650 33554432000 4194304 4196468 140736900964096 140536577277072 140536648512830 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13824] ppid=13809 vsize=10902680 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13824/stat : 13824 (java) R 13809 13812 9850 0 -1 4202560 117 0 0 0 8 8 0 0 20 0 20 0 2499967 11164344320 78650 33554432000 4194304 4196468 140736900964096 140536576224272 140536640440857 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13825] ppid=13809 vsize=10902680 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13825/stat : 13825 (java) R 13809 13812 9850 0 -1 4202560 103 0 0 0 9 7 0 0 20 0 20 0 2499967 11164344320 78650 33554432000 4194304 4196468 140736900964096 140536575171472 140536640440857 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13826] ppid=13809 vsize=10902680 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13826/stat : 13826 (java) R 13809 13812 9850 0 -1 1077944384 88 0 0 0 8 7 0 0 20 0 20 0 2499967 11164344320 78650 33554432000 4194304 4196468 140736900964096 140536574118672 140536655423189 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13832] ppid=13809 vsize=10902680 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13832/stat : 13832 (java) S 13809 13812 9850 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 2499969 11164344320 78650 33554432000 4194304 4196468 140736900964096 140535996695456 140536655423189 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13834] ppid=13809 vsize=10902680 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13834/stat : 13834 (java) S 13809 13812 9850 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2499970 11164344320 78650 33554432000 4194304 4196468 140736900964096 140535995642912 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13835] ppid=13809 vsize=10902680 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13835/stat : 13835 (java) S 13809 13812 9850 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2499971 11164344320 78650 33554432000 4194304 4196468 140736900964096 140535994590064 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13848] ppid=13809 vsize=10902680 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13848/stat : 13848 (java) S 13809 13812 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2499974 11164344320 78650 33554432000 4194304 4196468 140736900964096 140535993538384 140536655431579 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13849] ppid=13809 vsize=10902680 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13849/stat : 13849 (java) S 13809 13812 9850 0 -1 1077944384 1619 0 0 0 65 0 0 0 20 0 20 0 2499974 11164344320 78650 33554432000 4194304 4196468 140736900964096 140535992486768 140536655424130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13850] ppid=13809 vsize=10902680 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13850/stat : 13850 (java) R 13809 13812 9850 0 -1 4202560 2187 0 0 0 78 0 0 0 20 0 20 0 2499974 11164344320 78650 33554432000 4194304 4196468 140736900964096 140535991414984 140536640308799 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13851] ppid=13809 vsize=10902680 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13851/stat : 13851 (java) R 13809 13812 9850 0 -1 4202560 1445 0 0 0 71 0 0 0 20 0 20 0 2499974 11164344320 78650 33554432000 4194304 4196468 140736900964096 140535990381464 140536636588902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13852] ppid=13809 vsize=10902680 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13852/stat : 13852 (java) S 13809 13812 9850 0 -1 1077944384 2349 0 0 0 65 0 0 0 20 0 20 0 2499974 11164344320 78650 33554432000 4194304 4196468 140736900964096 140535989328368 140536655424130 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13853] ppid=13809 vsize=10902680 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13853/stat : 13853 (java) S 13809 13812 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2499975 11164344320 78650 33554432000 4194304 4196468 140736900964096 140535988275808 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13854] ppid=13809 vsize=10902680 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13854/stat : 13854 (java) S 13809 13812 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2499975 11164344320 78650 33554432000 4194304 4196468 140736900964096 140535987223088 140536655424130 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 10902680

[startup+3.10102 s]
/proc/loadavg: 2.16 2.05 2.06 10/285 13864
/proc/meminfo: memFree=30994900/32770624 swapFree=5660/201496
[pid=13812] ppid=13809 vsize=10902680 CPUtime=16.12 cores=0,2,4,6,8,10,12,14
/proc/13812/stat : 13812 (java) S 13809 13812 9850 0 -1 1077944320 22196 0 0 0 1438 174 0 0 20 0 20 0 2499966 11164344320 167025 33554432000 4194304 4196468 140736900964096 140736900946640 140536655412983 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
/proc/13812/statm: 2725670 167025 3149 1 0 2714064 0
[pid=13812/tid=13813] ppid=13809 vsize=10902680 CPUtime=1.62 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13813/stat : 13813 (java) S 13809 13812 9850 0 -1 1077944384 6509 0 0 0 157 5 0 0 20 0 20 0 2499966 11164344320 167025 33554432000 4194304 4196468 140736900964096 140536659648704 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13819] ppid=13809 vsize=10902680 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13819/stat : 13819 (java) S 13809 13812 9850 0 -1 1077944384 316 0 0 0 113 20 0 0 20 0 20 0 2499967 11164344320 167025 33554432000 4194304 4196468 140736900964096 140536581487248 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13820] ppid=13809 vsize=10902680 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13820/stat : 13820 (java) S 13809 13812 9850 0 -1 1077944384 309 0 0 0 113 21 0 0 20 0 20 0 2499967 11164344320 167025 33554432000 4194304 4196468 140736900964096 140536580434448 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13821] ppid=13809 vsize=10902680 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13821/stat : 13821 (java) S 13809 13812 9850 0 -1 1077944384 311 0 0 0 111 21 0 0 20 0 20 0 2499967 11164344320 167025 33554432000 4194304 4196468 140736900964096 140536579381648 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13822] ppid=13809 vsize=10902680 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13822/stat : 13822 (java) S 13809 13812 9850 0 -1 1077944384 443 0 0 0 110 16 0 0 20 0 20 0 2499967 11164344320 167025 33554432000 4194304 4196468 140736900964096 140536578328848 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13823] ppid=13809 vsize=10902680 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13823/stat : 13823 (java) S 13809 13812 9850 0 -1 1077944384 346 0 0 0 115 21 0 0 20 0 20 0 2499967 11164344320 167025 33554432000 4194304 4196468 140736900964096 140536577277072 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13824] ppid=13809 vsize=10902680 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13824/stat : 13824 (java) S 13809 13812 9850 0 -1 1077944384 471 0 0 0 112 22 0 0 20 0 20 0 2499967 11164344320 167025 33554432000 4194304 4196468 140736900964096 140536576224272 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13825] ppid=13809 vsize=10902680 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13825/stat : 13825 (java) S 13809 13812 9850 0 -1 1077944384 306 0 0 0 109 18 0 0 20 0 20 0 2499967 11164344320 167025 33554432000 4194304 4196468 140736900964096 140536575171472 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13826] ppid=13809 vsize=10902680 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13826/stat : 13826 (java) S 13809 13812 9850 0 -1 1077944384 296 0 0 0 112 22 0 0 20 0 20 0 2499967 11164344320 167025 33554432000 4194304 4196468 140736900964096 140536574118672 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13832] ppid=13809 vsize=10902680 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13832/stat : 13832 (java) R 13809 13812 9850 0 -1 4202560 386 0 0 0 4 0 0 0 20 0 20 0 2499969 11164344320 167025 33554432000 4194304 4196468 140736900964096 140535996695376 140536640409436 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13834] ppid=13809 vsize=10902680 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13834/stat : 13834 (java) S 13809 13812 9850 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2499970 11164344320 167025 33554432000 4194304 4196468 140736900964096 140535995642912 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13835] ppid=13809 vsize=10902680 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13835/stat : 13835 (java) S 13809 13812 9850 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2499971 11164344320 167025 33554432000 4194304 4196468 140736900964096 140535994590064 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13848] ppid=13809 vsize=10902680 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13848/stat : 13848 (java) S 13809 13812 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2499974 11164344320 167025 33554432000 4194304 4196468 140736900964096 140535993538384 140536655431579 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13849] ppid=13809 vsize=10902680 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13849/stat : 13849 (java) S 13809 13812 9850 0 -1 1077944384 2520 0 0 0 88 0 0 0 20 0 20 0 2499974 11164344320 167025 33554432000 4194304 4196468 140736900964096 140535992471760 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13850] ppid=13809 vsize=10902680 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13850/stat : 13850 (java) S 13809 13812 9850 0 -1 1077944384 4544 0 0 0 134 1 0 0 20 0 20 0 2499974 11164344320 167025 33554432000 4194304 4196468 140736900964096 140535991418960 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13851] ppid=13809 vsize=10902680 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13851/stat : 13851 (java) S 13809 13812 9850 0 -1 1077944384 1718 0 0 0 89 0 0 0 20 0 20 0 2499974 11164344320 167025 33554432000 4194304 4196468 140736900964096 140535990381168 140536655424130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13852] ppid=13809 vsize=10902680 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13852/stat : 13852 (java) S 13809 13812 9850 0 -1 1077944384 2352 0 0 0 66 0 0 0 20 0 20 0 2499974 11164344320 167025 33554432000 4194304 4196468 140736900964096 140535989328368 140536655424130 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13853] ppid=13809 vsize=10902680 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13853/stat : 13853 (java) S 13809 13812 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2499975 11164344320 167025 33554432000 4194304 4196468 140736900964096 140535988275808 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13854] ppid=13809 vsize=10902680 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13854/stat : 13854 (java) S 13809 13812 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2499975 11164344320 167025 33554432000 4194304 4196468 140736900964096 140535987223088 140536655424130 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 9 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
Current children cumulated CPU time (s) 16.12
Current children cumulated vsize (KiB) 10902680

[startup+6.30085 s]
/proc/loadavg: 1.99 2.02 2.04 3/286 13951
/proc/meminfo: memFree=30869836/32770624 swapFree=5660/201556
[pid=13812] ppid=13809 vsize=11102372 CPUtime=21.74 cores=0,2,4,6,8,10,12,14
/proc/13812/stat : 13812 (java) S 13809 13812 9850 0 -1 1077944320 30703 0 0 0 1938 236 0 0 20 0 21 0 2499966 11368828928 203771 33554432000 4194304 4196468 140736900964096 140736900946640 140536655412983 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
/proc/13812/statm: 2775593 203771 3173 1 0 2763987 0
[pid=13812/tid=13813] ppid=13809 vsize=11102372 CPUtime=4.13 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13813/stat : 13813 (java) S 13809 13812 9850 0 -1 1077944384 7928 0 0 0 407 6 0 0 20 0 21 0 2499966 11368828928 203771 33554432000 4194304 4196468 140736900964096 140536659653664 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 2 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13819] ppid=13809 vsize=11102372 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13819/stat : 13819 (java) S 13809 13812 9850 0 -1 1077944384 395 0 0 0 123 29 0 0 20 0 21 0 2499967 11368828928 203771 33554432000 4194304 4196468 140736900964096 140536581487248 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13820] ppid=13809 vsize=11102372 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13820/stat : 13820 (java) S 13809 13812 9850 0 -1 1077944384 392 0 0 0 126 28 0 0 20 0 21 0 2499967 11368828928 203771 33554432000 4194304 4196468 140736900964096 140536580434448 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13821] ppid=13809 vsize=11102372 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13821/stat : 13821 (java) S 13809 13812 9850 0 -1 1077944384 504 0 0 0 122 29 0 0 20 0 21 0 2499967 11368828928 203771 33554432000 4194304 4196468 140736900964096 140536579381648 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13822] ppid=13809 vsize=11102372 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13822/stat : 13822 (java) S 13809 13812 9850 0 -1 1077944384 741 0 0 0 121 24 0 0 20 0 21 0 2499967 11368828928 203771 33554432000 4194304 4196468 140736900964096 140536578328848 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13823] ppid=13809 vsize=11102372 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13823/stat : 13823 (java) S 13809 13812 9850 0 -1 1077944384 416 0 0 0 126 28 0 0 20 0 21 0 2499967 11368828928 203771 33554432000 4194304 4196468 140736900964096 140536577277072 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13824] ppid=13809 vsize=11102372 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13824/stat : 13824 (java) S 13809 13812 9850 0 -1 1077944384 721 0 0 0 123 29 0 0 20 0 21 0 2499967 11368828928 203771 33554432000 4194304 4196468 140736900964096 140536576224272 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13825] ppid=13809 vsize=11102372 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13825/stat : 13825 (java) S 13809 13812 9850 0 -1 1077944384 375 0 0 0 122 24 0 0 20 0 21 0 2499967 11368828928 203771 33554432000 4194304 4196468 140736900964096 140536575171472 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13826] ppid=13809 vsize=11102372 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13826/stat : 13826 (java) S 13809 13812 9850 0 -1 1077944384 361 0 0 0 122 30 0 0 20 0 21 0 2499967 11368828928 203771 33554432000 4194304 4196468 140736900964096 140536574118672 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13832] ppid=13809 vsize=11102372 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13832/stat : 13832 (java) S 13809 13812 9850 0 -1 1077944384 762 0 0 0 41 0 0 0 20 0 21 0 2499969 11368828928 203771 33554432000 4194304 4196468 140736900964096 140535996696944 140536655424130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13834] ppid=13809 vsize=11102372 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13834/stat : 13834 (java) S 13809 13812 9850 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2499970 11368828928 203771 33554432000 4194304 4196468 140736900964096 140535995642912 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13835] ppid=13809 vsize=11102372 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13835/stat : 13835 (java) S 13809 13812 9850 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 2499971 11368828928 203771 33554432000 4194304 4196468 140736900964096 140535994590080 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13848] ppid=13809 vsize=11102372 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13848/stat : 13848 (java) S 13809 13812 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2499974 11368828928 203771 33554432000 4194304 4196468 140736900964096 140535993538384 140536655431579 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13849] ppid=13809 vsize=11102372 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13849/stat : 13849 (java) S 13809 13812 9850 0 -1 1077944384 3795 0 0 0 123 1 0 0 20 0 21 0 2499974 11368828928 203771 33554432000 4194304 4196468 140736900964096 140535992486768 140536655424130 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13850] ppid=13809 vsize=11102372 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13850/stat : 13850 (java) S 13809 13812 9850 0 -1 1077944384 5801 0 0 0 169 2 0 0 20 0 21 0 2499974 11368828928 203771 33554432000 4194304 4196468 140736900964096 140535991433968 140536655424130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13851] ppid=13809 vsize=11102372 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13851/stat : 13851 (java) S 13809 13812 9850 0 -1 1077944384 3605 0 0 0 130 0 0 0 20 0 21 0 2499974 11368828928 203771 33554432000 4194304 4196468 140736900964096 140535990381168 140536655424130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13852] ppid=13809 vsize=11102372 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13852/stat : 13852 (java) S 13809 13812 9850 0 -1 1077944384 2860 0 0 0 75 1 0 0 20 0 21 0 2499974 11368828928 203771 33554432000 4194304 4196468 140736900964096 140535989328368 140536655424130 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13853] ppid=13809 vsize=11102372 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13853/stat : 13853 (java) S 13809 13812 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2499975 11368828928 203771 33554432000 4194304 4196468 140736900964096 140535988275808 140536655423189 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
[pid=13812/tid=13854] ppid=13809 vsize=11102372 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13854/stat : 13854 (java) S 13809 13812 9850 0 -1 1077944384 526 0 0 0 0 0 0 0 20 0 21 0 2499975 11368828928 203771 33554432000 4194304 4196468 140736900964096 140535987223088 140536655424130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 31797248 140736900969643 140736900969796 140736900969796 140736900972495 0
Current children cumulated CPU time (s) 21.74
Current children cumulated vsize (KiB) 11102372

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

[startup+6.40103 s]
/proc/loadavg: 1.99 2.02 2.04 3/286 13951
/proc/meminfo: memFree=30869836/32770624 swapFree=5660/201556
[pid=13812] ppid=13809 vsize=0 CPUtime=21.75 cores=0,2,4,6,8,10,12,14
/proc/13812/stat : 13812 (java) Z 13809 13812 9850 0 -1 4227084 31815 0 0 0 1939 236 0 0 20 0 2 0 2499966 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/13812/statm: 0 0 0 0 0 0 0
[pid=13812/tid=13824] ppid=13809 vsize=0 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/13812/task/13824/stat : 13824 (java) R 13809 13812 9850 0 -1 4203588 722 0 0 0 123 30 0 0 20 0 2 0 2499967 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 12 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.75
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 6.40394
CPU time (s): 21.7674
CPU user time (s): 19.3987
CPU system time (s): 2.36868
CPU usage (%): 339.906
Max. virtual memory (cumulated for all children) (KiB): 11102372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.3987
system time used= 2.36868
maximum resident set size= 821212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31815
page faults= 0
swaps= 0
block input operations= 3264
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3430
involuntary context switches= 1478

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039982 second user time and 0.078941 second system time

The end

Launcher Data

Begin job on node134 at 2017-07-21 23:25:28
IDJOB=4243431
IDBENCH=120819
IDSOLVER=2623
FILE ID=node134/4243431-1500672328
RUNJOBID= node134-1500672328-13792
PBS_JOBID= 20623286
Free space on /tmp= 62008 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens/Rlfap-scen-05.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243431-1500672328/watcher-4243431-1500672328 -o /tmp/evaluation-result-4243431-1500672328/solver-4243431-1500672328 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1500672328-13792 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243431-1500672328.xml

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

MD5SUM BENCH= 4244c8790e6b20be71277bd8907aab3b
RANDOM SEED=1153929199

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1867.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1733.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        32022104 kB
MemAvailable:   32030456 kB
Buffers:           39516 kB
Cached:           278504 kB
SwapCached:            0 kB
Active:           159252 kB
Inactive:         210892 kB
Active(anon):      54828 kB
Inactive(anon):     8856 kB
Active(file):     104424 kB
Inactive(file):   202036 kB
Unevictable:        5660 kB
Mlocked:            5660 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1592 kB
Writeback:             0 kB
AnonPages:         57372 kB
Mapped:            30328 kB
Shmem:              8872 kB
Slab:              67292 kB
SReclaimable:      35452 kB
SUnreclaim:        31840 kB
KernelStack:        4160 kB
PageTables:         5100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 62004 MiB
End job on node134 at 2017-07-21 23:25:34