Trace number 4243718

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-05? (TO) 2400.13 2388.76

General information on the benchmark

NameSocialGolfers/SocialGolfers-xcsp2-s1/
SocialGolfers-08-4-8_X2.xml
MD5SUM5b948440152400779ab8a0c6bf9e55ba
Bench CategoryCSP (decision problem)
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
Satisfiable
(Un)Satisfiability was proved
Number of variables6016
Number of constraints32560
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6016}]
Minimum variable degree9
Maximum variable degree33
Distribution of variable degrees[{"degree":9,"count":3968},{"degree":33,"count":2048}]
Minimum constraint arity3
Maximum constraint arity32
Distribution of constraint arities[{"arity":3,"count":31744},{"arity":8,"count":752},{"arity":32,"count":64}]
Number of extensional constraints0
Number of intensional constraints31744
Distribution of constraint types[{"type":"intension","count":31744},{"type":"sum","count":816}]
Optimization problemNO
Type of objective

Solver Data

11.76/3.31	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
11.76/3.31	c This is free software under the dual EPL/GNU LGPL licenses.
11.76/3.31	c See www.sat4j.org for details.
11.76/3.31	c That software uses the Rhino library from the Mozilla project.
11.76/3.31	c version CUSTOM.v20170705
11.76/3.31	c java.runtime.name	Java(TM) SE Runtime Environment
11.76/3.31	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
11.76/3.31	c java.vm.version	25.131-b11
11.76/3.31	c java.vm.vendor	Oracle Corporation
11.76/3.31	c sun.arch.data.model	64
11.76/3.31	c java.version		1.8.0_131
11.76/3.31	c os.name		Linux
11.76/3.31	c os.version		3.10.0-514.16.1.el7.x86_64
11.76/3.31	c os.arch		amd64
11.76/3.31	c Free memory 		499604488
11.76/3.31	c Max memory 		7247757312
11.76/3.31	c Total memory 		504889344
11.76/3.31	c Number of processors 	8
11.76/3.31	c c --- Begin Solver configuration ---
11.76/3.31	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
11.76/3.31	c Learn all clauses as in MiniSAT
11.76/3.31	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
11.76/3.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
11.76/3.31	c No reason simplification
11.76/3.31	c Glucose 2.1 dynamic restart strategy
11.76/3.31	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
11.76/3.31	c timeout=2147483s
11.76/3.31	c DB Simplification allowed=false
11.76/3.31	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
11.76/3.31	c --- End Solver configuration ---
11.76/3.31	c constraints type 
11.76/3.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 12032
11.76/3.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72368
11.76/3.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 437536
11.76/3.31	c org.sat4j.minisat.constraints.cnf.UnitClause => 65120
11.76/3.31	c 587056 constraints processed.
2400.05/2388.70	c starts		: 9565
2400.05/2388.70	c conflicts		: 3673109
2400.05/2388.70	c decisions		: 22762482
2400.05/2388.70	c propagations		: 5870645836
2400.05/2388.70	c inspects		: 19847539714
2400.05/2388.70	c shortcuts		: 0
2400.05/2388.70	c learnt literals	: 8930
2400.05/2388.71	c learnt binary clauses	: 6088
2400.05/2388.71	c learnt ternary clauses	: 22905
2400.05/2388.71	c learnt constraints	: 3664179
2400.05/2388.71	c ignored constraints	: 0
2400.05/2388.71	c root simplifications	: 0
2400.05/2388.71	c removed literals (reason simplification)	: 0
2400.05/2388.71	c reason swapping (by a shorter reason)	: 0
2400.05/2388.71	c Calls to reduceDB	: 81
2400.05/2388.71	c Number of update (reduction) of LBD	: 391032
2400.05/2388.71	c Imported unit clauses	: 0
2400.05/2388.71	c number of reductions to clauses (during analyze)	: 0
2400.05/2388.71	c number of learned constraints concerned by reduction	: 0
2400.05/2388.71	c number of learning phase by resolution	: 0
2400.05/2388.71	c number of learning phase by cutting planes	: 0
2400.05/2388.71	c number of rounding to 1 operations	: 0
2400.05/2388.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.05/2388.71	c number of reductions of the coefficients by power 2 	: 0
2400.05/2388.71	c number of right shift for reduction by power 2 	: 0
2400.05/2388.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.05/2388.71	c speed (assignments/second)	: 2461151.3466718374
2400.05/2388.71	c non guided choices	6663121
2400.05/2388.75	c learnt constraints type 
2400.05/2388.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6088
2400.05/2388.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 106037
2400.05/2388.75	s UNKNOWN

Verifier Data


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

pid=6362
running on 8 cores: 1,3,5,7,9,11,13,15

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: 8.40 7.31 4.93 2/262 6365
/proc/meminfo: memFree=28823244/32770624 swapFree=5800/230780
[pid=6365] ppid=6362 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/stat : 6365 (java) S 6362 6365 2447 0 -1 1077944320 2000 0 0 0 0 0 0 0 20 0 2 0 2813107 8550137856 1752 33554432000 4194304 4196468 140736807613632 140736807596176 139961881296631 0 0 0 16784584 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
/proc/6365/statm: 2087436 1752 1197 1 0 2076347 0
[pid=6365/tid=6366] ppid=6362 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6366/stat : 6366 (java) R 6362 6365 2447 0 -1 4202560 795 0 0 0 0 0 0 0 20 0 2 0 2813107 8550137856 1818 33554432000 4194304 4196468 140736807613632 139961885538720 139961873586080 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0

[startup+0.100065 s]
/proc/loadavg: 8.40 7.31 4.93 2/262 6365
/proc/meminfo: memFree=28823244/32770624 swapFree=5800/230780
[pid=6365] ppid=6362 vsize=10767328 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/6365/stat : 6365 (java) S 6362 6365 2447 0 -1 1077944320 4469 0 0 0 8 1 0 0 20 0 18 0 2813107 11025743872 5620 33554432000 4194304 4196468 140736807613632 140736807596176 139961881296631 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
/proc/6365/statm: 2691832 5620 2426 1 0 2680270 0
[pid=6365/tid=6366] ppid=6362 vsize=10767328 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6366/stat : 6366 (java) R 6362 6365 2447 0 -1 4202560 2776 0 0 0 7 1 0 0 20 0 18 0 2813107 11025743872 5620 33554432000 4194304 4196468 140736807613632 139961885532440 139961862690362 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10767328

[startup+0.200428 s]
/proc/loadavg: 8.40 7.31 4.93 2/262 6365
/proc/meminfo: memFree=28823244/32770624 swapFree=5800/230780
[pid=6365] ppid=6362 vsize=10900556 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/6365/stat : 6365 (java) S 6362 6365 2447 0 -1 1077944320 6954 0 0 0 22 3 0 0 20 0 20 0 2813107 11162169344 7812 33554432000 4194304 4196468 140736807613632 140736807596176 139961881296631 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
/proc/6365/statm: 2725139 7812 2886 1 0 2713552 0
[pid=6365/tid=6366] ppid=6362 vsize=10900556 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6366/stat : 6366 (java) R 6362 6365 2447 0 -1 4202560 4589 0 0 0 16 2 0 0 20 0 20 0 2813107 11162169344 7812 33554432000 4194304 4196468 140736807613632 139961885528784 139961881318557 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300332 s]
/proc/loadavg: 8.40 7.31 4.93 2/262 6365
/proc/meminfo: memFree=28823244/32770624 swapFree=5800/230780
[pid=6365] ppid=6362 vsize=10900556 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/6365/stat : 6365 (java) S 6362 6365 2447 0 -1 1077944320 8094 0 0 0 41 3 0 0 20 0 20 0 2813107 11162169344 9888 33554432000 4194304 4196468 140736807613632 140736807596176 139961881296631 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
/proc/6365/statm: 2725139 9888 2961 1 0 2713552 0
[pid=6365/tid=6366] ppid=6362 vsize=10900556 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6366/stat : 6366 (java) R 6362 6365 2447 0 -1 4202560 5069 0 0 0 26 2 0 0 20 0 20 0 2813107 11162169344 9888 33554432000 4194304 4196468 140736807613632 139961885534584 139961881318557 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10900556

[startup+0.700225 s]
/proc/loadavg: 8.40 7.31 4.93 2/262 6365
/proc/meminfo: memFree=28823244/32770624 swapFree=5800/230780
[pid=6365] ppid=6362 vsize=10900632 CPUtime=1.94 cores=1,3,5,7,9,11,13,15
/proc/6365/stat : 6365 (java) S 6362 6365 2447 0 -1 1077944320 11842 0 0 0 188 6 0 0 20 0 20 0 2813107 11162247168 25806 33554432000 4194304 4196468 140736807613632 140736807596176 139961881296631 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
/proc/6365/statm: 2725158 25806 3088 1 0 2713552 0
[pid=6365/tid=6366] ppid=6362 vsize=10900632 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6366/stat : 6366 (java) R 6362 6365 2447 0 -1 4202560 5839 0 0 0 64 4 0 0 20 0 20 0 2813107 11162247168 25806 33554432000 4194304 4196468 140736807613632 139961885531176 139961881308566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 10900632

[startup+1.50078 s]
/proc/loadavg: 8.40 7.31 4.93 7/282 6385
/proc/meminfo: memFree=28615280/32770624 swapFree=5800/231168
[pid=6365] ppid=6362 vsize=10900632 CPUtime=5.41 cores=1,3,5,7,9,11,13,15
/proc/6365/stat : 6365 (java) S 6362 6365 2447 0 -1 1077944320 18813 0 0 0 496 45 0 0 20 0 20 0 2813107 11162247168 97895 33554432000 4194304 4196468 140736807613632 140736807596176 139961881296631 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
/proc/6365/statm: 2725158 97895 3129 1 0 2713552 0
[pid=6365/tid=6366] ppid=6362 vsize=10900632 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6366/stat : 6366 (java) R 6362 6365 2447 0 -1 4202560 6143 0 0 0 128 7 0 0 20 0 20 0 2813107 11162247168 97895 33554432000 4194304 4196468 140736807613632 139961885526600 139961518921892 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6368] ppid=6362 vsize=10900632 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6368/stat : 6368 (java) S 6362 6365 2447 0 -1 1077944384 83 0 0 0 4 4 0 0 20 0 20 0 2813108 11162247168 97895 33554432000 4194304 4196468 140736807613632 139961488300560 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6369] ppid=6362 vsize=10900632 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6369/stat : 6369 (java) S 6362 6365 2447 0 -1 1077944384 57 0 0 0 4 3 0 0 20 0 20 0 2813108 11162247168 97895 33554432000 4194304 4196468 140736807613632 139961487248016 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6370] ppid=6362 vsize=10900632 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6370/stat : 6370 (java) S 6362 6365 2447 0 -1 1077944384 151 0 0 0 5 4 0 0 20 0 20 0 2813108 11162247168 97895 33554432000 4194304 4196468 140736807613632 139961486194960 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6371] ppid=6362 vsize=10900632 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6371/stat : 6371 (java) S 6362 6365 2447 0 -1 1077944384 145 0 0 0 4 3 0 0 20 0 20 0 2813108 11162247168 97895 33554432000 4194304 4196468 140736807613632 139961485142416 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6372] ppid=6362 vsize=10900632 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6372/stat : 6372 (java) S 6362 6365 2447 0 -1 1077944384 75 0 0 0 5 4 0 0 20 0 20 0 2813108 11162247168 97895 33554432000 4194304 4196468 140736807613632 139961484090384 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6373] ppid=6362 vsize=10900632 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6373/stat : 6373 (java) S 6362 6365 2447 0 -1 1077944384 95 0 0 0 4 4 0 0 20 0 20 0 2813108 11162247168 97895 33554432000 4194304 4196468 140736807613632 139961483037840 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6374] ppid=6362 vsize=10900632 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6374/stat : 6374 (java) S 6362 6365 2447 0 -1 1077944384 114 0 0 0 6 4 0 0 20 0 20 0 2813108 11162247168 97895 33554432000 4194304 4196468 140736807613632 139961481984784 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6375] ppid=6362 vsize=10900632 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6375/stat : 6375 (java) S 6362 6365 2447 0 -1 1077944384 91 0 0 0 5 4 0 0 20 0 20 0 2813108 11162247168 97895 33554432000 4194304 4196468 140736807613632 139961480932240 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6376] ppid=6362 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6376/stat : 6376 (java) S 6362 6365 2447 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 20 0 2813111 11162247168 97895 33554432000 4194304 4196468 140736807613632 139961356441840 139961881307778 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6377] ppid=6362 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6377/stat : 6377 (java) S 6362 6365 2447 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2813112 11162247168 97895 33554432000 4194304 4196468 140736807613632 139961355388128 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6378] ppid=6362 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6378/stat : 6378 (java) S 6362 6365 2447 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2813112 11162247168 97895 33554432000 4194304 4196468 140736807613632 139961354334976 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6379] ppid=6362 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6379/stat : 6379 (java) S 6362 6365 2447 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2813117 11162247168 97895 33554432000 4194304 4196468 140736807613632 139961353283536 139961881315227 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6380] ppid=6362 vsize=10900632 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6380/stat : 6380 (java) R 6362 6365 2447 0 -1 4202560 2963 0 0 0 93 0 0 0 20 0 20 0 2813117 11162247168 97895 33554432000 4194304 4196468 140736807613632 139961352210192 139961862049080 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6381] ppid=6362 vsize=10900632 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6381/stat : 6381 (java) R 6362 6365 2447 0 -1 4202560 3038 0 0 0 95 0 0 0 20 0 20 0 2813117 11162247168 97895 33554432000 4194304 4196468 140736807613632 139961351169936 139961864835754 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6382] ppid=6362 vsize=10900632 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6382/stat : 6382 (java) R 6362 6365 2447 0 -1 4202560 2509 0 0 0 89 0 0 0 20 0 20 0 2813117 11162247168 97895 33554432000 4194304 4196468 140736807613632 139961350112608 139961860549365 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6383] ppid=6362 vsize=10900632 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6383/stat : 6383 (java) S 6362 6365 2447 0 -1 1077944384 1760 0 0 0 45 0 0 0 20 0 20 0 2813117 11162247168 97895 33554432000 4194304 4196468 140736807613632 139961349073520 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6384] ppid=6362 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6384/stat : 6384 (java) S 6362 6365 2447 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2813117 11162247168 97895 33554432000 4194304 4196468 140736807613632 139961348020704 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6385] ppid=6362 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6385/stat : 6385 (java) S 6362 6365 2447 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2813117 11162247168 97895 33554432000 4194304 4196468 140736807613632 139961346968240 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 10900632

[startup+3.10081 s]
/proc/loadavg: 8.40 7.31 4.93 6/282 6385
/proc/meminfo: memFree=28408924/32770624 swapFree=5800/231168
[pid=6365] ppid=6362 vsize=10900632 CPUtime=11.55 cores=1,3,5,7,9,11,13,15
/proc/6365/stat : 6365 (java) S 6362 6365 2447 0 -1 1077944320 27383 0 0 0 1070 85 0 0 20 0 20 0 2813107 11162247168 178622 33554432000 4194304 4196468 140736807613632 140736807596176 139961881296631 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
/proc/6365/statm: 2725158 178622 3152 1 0 2713552 0
[pid=6365/tid=6366] ppid=6362 vsize=10900632 CPUtime=2.83 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6366/stat : 6366 (java) R 6362 6365 2447 0 -1 4202560 6885 0 0 0 273 10 0 0 20 0 20 0 2813107 11162247168 178622 33554432000 4194304 4196468 140736807613632 139961885533224 139961525407864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6368] ppid=6362 vsize=10900632 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6368/stat : 6368 (java) S 6362 6365 2447 0 -1 1077944384 166 0 0 0 11 8 0 0 20 0 20 0 2813108 11162247168 178622 33554432000 4194304 4196468 140736807613632 139961488300560 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6369] ppid=6362 vsize=10900632 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6369/stat : 6369 (java) S 6362 6365 2447 0 -1 1077944384 172 0 0 0 10 8 0 0 20 0 20 0 2813108 11162247168 178622 33554432000 4194304 4196468 140736807613632 139961487248016 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6370] ppid=6362 vsize=10900632 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6370/stat : 6370 (java) S 6362 6365 2447 0 -1 1077944384 224 0 0 0 11 10 0 0 20 0 20 0 2813108 11162247168 178622 33554432000 4194304 4196468 140736807613632 139961486194960 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6371] ppid=6362 vsize=10900632 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6371/stat : 6371 (java) S 6362 6365 2447 0 -1 1077944384 222 0 0 0 10 8 0 0 20 0 20 0 2813108 11162247168 178622 33554432000 4194304 4196468 140736807613632 139961485142416 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6372] ppid=6362 vsize=10900632 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6372/stat : 6372 (java) S 6362 6365 2447 0 -1 1077944384 124 0 0 0 8 7 0 0 20 0 20 0 2813108 11162247168 178622 33554432000 4194304 4196468 140736807613632 139961484090384 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6373] ppid=6362 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6373/stat : 6373 (java) S 6362 6365 2447 0 -1 1077944384 183 0 0 0 7 6 0 0 20 0 20 0 2813108 11162247168 178622 33554432000 4194304 4196468 140736807613632 139961483037840 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6374] ppid=6362 vsize=10900632 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6374/stat : 6374 (java) S 6362 6365 2447 0 -1 1077944384 207 0 0 0 11 10 0 0 20 0 20 0 2813108 11162247168 178622 33554432000 4194304 4196468 140736807613632 139961481984784 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6375] ppid=6362 vsize=10900632 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6375/stat : 6375 (java) S 6362 6365 2447 0 -1 1077944384 160 0 0 0 11 9 0 0 20 0 20 0 2813108 11162247168 178622 33554432000 4194304 4196468 140736807613632 139961480932240 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6376] ppid=6362 vsize=10900632 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6376/stat : 6376 (java) S 6362 6365 2447 0 -1 1077944384 521 0 0 0 1 0 0 0 20 0 20 0 2813111 11162247168 178622 33554432000 4194304 4196468 140736807613632 139961356441840 139961881307778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6377] ppid=6362 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6377/stat : 6377 (java) S 6362 6365 2447 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2813112 11162247168 178622 33554432000 4194304 4196468 140736807613632 139961355388128 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6378] ppid=6362 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6378/stat : 6378 (java) S 6362 6365 2447 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2813112 11162247168 178622 33554432000 4194304 4196468 140736807613632 139961354334976 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6379] ppid=6362 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6379/stat : 6379 (java) S 6362 6365 2447 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2813117 11162247168 178622 33554432000 4194304 4196468 140736807613632 139961353283536 139961881315227 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6380] ppid=6362 vsize=10900632 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6380/stat : 6380 (java) S 6362 6365 2447 0 -1 1077944384 4794 0 0 0 210 1 0 0 20 0 20 0 2813117 11162247168 178622 33554432000 4194304 4196468 140736807613632 139961352231664 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6381] ppid=6362 vsize=10900632 CPUtime=2.09 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6381/stat : 6381 (java) S 6362 6365 2447 0 -1 1077944384 5144 0 0 0 208 1 0 0 20 0 20 0 2813117 11162247168 178622 33554432000 4194304 4196468 140736807613632 139961351179120 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6382] ppid=6362 vsize=10900632 CPUtime=2.34 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6382/stat : 6382 (java) S 6362 6365 2447 0 -1 1077944384 4940 0 0 0 233 1 0 0 20 0 20 0 2813117 11162247168 178622 33554432000 4194304 4196468 140736807613632 139961350126064 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6383] ppid=6362 vsize=10900632 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6383/stat : 6383 (java) S 6362 6365 2447 0 -1 1077944384 2274 0 0 0 59 0 0 0 20 0 20 0 2813117 11162247168 178622 33554432000 4194304 4196468 140736807613632 139961349073520 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6384] ppid=6362 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6384/stat : 6384 (java) S 6362 6365 2447 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2813117 11162247168 178622 33554432000 4194304 4196468 140736807613632 139961348020704 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6385] ppid=6362 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6385/stat : 6385 (java) S 6362 6365 2447 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2813117 11162247168 178622 33554432000 4194304 4196468 140736807613632 139961346968240 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 1 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (KiB) 10900632

[startup+6.3012 s]
/proc/loadavg: 7.81 7.20 4.91 3/283 6386
/proc/meminfo: memFree=28122792/32770624 swapFree=5800/231188
[pid=6365] ppid=6362 vsize=10967196 CPUtime=16 cores=1,3,5,7,9,11,13,15
/proc/6365/stat : 6365 (java) S 6362 6365 2447 0 -1 1077944320 35222 0 0 0 1514 86 0 0 20 0 21 0 2813107 11230408704 177382 33554432000 4194304 4196468 140736807613632 140736807596176 139961881296631 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
/proc/6365/statm: 2741799 177382 3158 1 0 2730193 0
[pid=6365/tid=6366] ppid=6362 vsize=10967196 CPUtime=6.03 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6366/stat : 6366 (java) R 6362 6365 2447 0 -1 4202560 7718 0 0 0 593 10 0 0 20 0 21 0 2813107 11230408704 177382 33554432000 4194304 4196468 140736807613632 139961885532624 139961526150368 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6368] ppid=6362 vsize=10967196 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6368/stat : 6368 (java) S 6362 6365 2447 0 -1 1077944384 166 0 0 0 11 8 0 0 20 0 21 0 2813108 11230408704 177382 33554432000 4194304 4196468 140736807613632 139961488300560 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6369] ppid=6362 vsize=10967196 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6369/stat : 6369 (java) S 6362 6365 2447 0 -1 1077944384 172 0 0 0 10 8 0 0 20 0 21 0 2813108 11230408704 177382 33554432000 4194304 4196468 140736807613632 139961487248016 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6370] ppid=6362 vsize=10967196 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6370/stat : 6370 (java) S 6362 6365 2447 0 -1 1077944384 224 0 0 0 11 10 0 0 20 0 21 0 2813108 11230408704 177382 33554432000 4194304 4196468 140736807613632 139961486194960 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6371] ppid=6362 vsize=10967196 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6371/stat : 6371 (java) S 6362 6365 2447 0 -1 1077944384 222 0 0 0 10 8 0 0 20 0 21 0 2813108 11230408704 177382 33554432000 4194304 4196468 140736807613632 139961485142416 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6372] ppid=6362 vsize=10967196 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6372/stat : 6372 (java) S 6362 6365 2447 0 -1 1077944384 124 0 0 0 8 7 0 0 20 0 21 0 2813108 11230408704 177382 33554432000 4194304 4196468 140736807613632 139961484090384 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6373] ppid=6362 vsize=10967196 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6373/stat : 6373 (java) S 6362 6365 2447 0 -1 1077944384 183 0 0 0 7 6 0 0 20 0 21 0 2813108 11230408704 177382 33554432000 4194304 4196468 140736807613632 139961483037840 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6374] ppid=6362 vsize=10967196 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6374/stat : 6374 (java) S 6362 6365 2447 0 -1 1077944384 207 0 0 0 11 10 0 0 20 0 21 0 2813108 11230408704 177382 33554432000 4194304 4196468 140736807613632 139961481984784 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6375] ppid=6362 vsize=10967196 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6375/stat : 6375 (java) S 6362 6365 2447 0 -1 1077944384 160 0 0 0 11 9 0 0 20 0 21 0 2813108 11230408704 177382 33554432000 4194304 4196468 140736807613632 139961480932240 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6376] ppid=6362 vsize=10967196 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6376/stat : 6376 (java) S 6362 6365 2447 0 -1 1077944384 563 0 0 0 1 0 0 0 20 0 21 0 2813111 11230408704 177382 33554432000 4194304 4196468 140736807613632 139961356441840 139961881307778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6377] ppid=6362 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6377/stat : 6377 (java) S 6362 6365 2447 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2813112 11230408704 177382 33554432000 4194304 4196468 140736807613632 139961355388128 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6378] ppid=6362 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6378/stat : 6378 (java) S 6362 6365 2447 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2813112 11230408704 177382 33554432000 4194304 4196468 140736807613632 139961354334976 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6379] ppid=6362 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=6365/tid=6383] ppid=6362 vsize=10967196 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6383/stat : 6383 (java) S 6362 6365 2447 0 -1 1077944384 6261 0 0 0 71 1 0 0 20 0 21 0 2813117 11230408704 224151 33554432000 4194304 4196468 140736807613632 139961349073520 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6384] ppid=6362 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6384/stat : 6384 (java) S 6362 6365 2447 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2813117 11230408704 224151 33554432000 4194304 4196468 140736807613632 139961348020704 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6385] ppid=6362 vsize=10967196 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6385/stat : 6385 (java) S 6362 6365 2447 0 -1 1077944384 2783 0 0 0 68 75 0 0 20 0 21 0 2813117 11230408704 224151 33554432000 4194304 4196468 140736807613632 139961346968240 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6386] ppid=6362 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6386/stat : 6386 (java) S 6362 6365 2447 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2813445 11230408704 224151 33554432000 4194304 4196468 140736807613632 139961345913520 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
Current children cumulated CPU time (s) 2393.83
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2388.5 s]
/proc/loadavg: 2.60 2.21 2.32 3/283 6644
/proc/meminfo: memFree=27500588/32770624 swapFree=5800/233164
[pid=6365] ppid=6362 vsize=10967196 CPUtime=2400.04 cores=1,3,5,7,9,11,13,15
/proc/6365/stat : 6365 (java) S 6362 6365 2447 0 -1 1077944320 76577 0 0 0 239811 193 0 0 20 0 21 0 2813107 11230408704 224663 33554432000 4194304 4196468 140736807613632 140736807596176 139961881296631 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
/proc/6365/statm: 2741799 224663 3166 1 0 2730193 0
[pid=6365/tid=6366] ppid=6362 vsize=10967196 CPUtime=2386.62 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6366/stat : 6366 (java) R 6362 6365 2447 0 -1 4202560 32380 0 0 0 238649 13 0 0 20 0 21 0 2813107 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961885532272 139961526391276 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6368] ppid=6362 vsize=10967196 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6368/stat : 6368 (java) S 6362 6365 2447 0 -1 1077944384 434 0 0 0 18 12 0 0 20 0 21 0 2813108 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961488300560 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6369] ppid=6362 vsize=10967196 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6369/stat : 6369 (java) S 6362 6365 2447 0 -1 1077944384 555 0 0 0 17 13 0 0 20 0 21 0 2813108 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961487248016 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6370] ppid=6362 vsize=10967196 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6370/stat : 6370 (java) S 6362 6365 2447 0 -1 1077944384 280 0 0 0 17 15 0 0 20 0 21 0 2813108 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961486194960 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6371] ppid=6362 vsize=10967196 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6371/stat : 6371 (java) S 6362 6365 2447 0 -1 1077944384 491 0 0 0 16 13 0 0 20 0 21 0 2813108 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961485142416 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6372] ppid=6362 vsize=10967196 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6372/stat : 6372 (java) S 6362 6365 2447 0 -1 1077944384 1064 0 0 0 15 11 0 0 20 0 21 0 2813108 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961484090384 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6373] ppid=6362 vsize=10967196 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6373/stat : 6373 (java) S 6362 6365 2447 0 -1 1077944384 335 0 0 0 14 11 0 0 20 0 21 0 2813108 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961483037840 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6374] ppid=6362 vsize=10967196 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6374/stat : 6374 (java) S 6362 6365 2447 0 -1 1077944384 499 0 0 0 18 15 0 0 20 0 21 0 2813108 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961481984784 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6375] ppid=6362 vsize=10967196 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6375/stat : 6375 (java) S 6362 6365 2447 0 -1 1077944384 235 0 0 0 17 14 0 0 20 0 21 0 2813108 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961480932240 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6376] ppid=6362 vsize=10967196 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6376/stat : 6376 (java) S 6362 6365 2447 0 -1 1077944384 1216 0 0 0 4 3 0 0 20 0 21 0 2813111 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961356441840 139961881307778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6377] ppid=6362 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6377/stat : 6377 (java) S 6362 6365 2447 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 21 0 2813112 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961355388128 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6378] ppid=6362 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6378/stat : 6378 (java) S 6362 6365 2447 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 21 0 2813112 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961354334976 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6379] ppid=6362 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6379/stat : 6379 (java) S 6362 6365 2447 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2813117 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961353283536 139961881315227 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6380] ppid=6362 vsize=10967196 CPUtime=2.99 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6380/stat : 6380 (java) S 6362 6365 2447 0 -1 1077944384 9426 0 0 0 297 2 0 0 20 0 21 0 2813117 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961352231664 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6381] ppid=6362 vsize=10967196 CPUtime=2.85 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6381/stat : 6381 (java) S 6362 6365 2447 0 -1 1077944384 11782 0 0 0 283 2 0 0 20 0 21 0 2813117 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961351179120 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6382] ppid=6362 vsize=10967196 CPUtime=2.82 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6382/stat : 6382 (java) S 6362 6365 2447 0 -1 1077944384 7376 0 0 0 281 1 0 0 20 0 21 0 2813117 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961350126064 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6383] ppid=6362 vsize=10967196 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6383/stat : 6383 (java) S 6362 6365 2447 0 -1 1077944384 6261 0 0 0 71 1 0 0 20 0 21 0 2813117 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961349073520 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6384] ppid=6362 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6384/stat : 6384 (java) S 6362 6365 2447 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2813117 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961348020704 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6385] ppid=6362 vsize=10967196 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6385/stat : 6385 (java) S 6362 6365 2447 0 -1 1077944384 2812 0 0 0 68 75 0 0 20 0 21 0 2813117 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961346968240 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6386] ppid=6362 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6386/stat : 6386 (java) S 6362 6365 2447 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2813445 11230408704 224663 33554432000 4194304 4196468 140736807613632 139961345913520 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 10967196

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

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

[startup+2388.61 s]
/proc/loadavg: 2.60 2.21 2.32 3/283 6644
/proc/meminfo: memFree=27500588/32770624 swapFree=5800/233164
[pid=6365] ppid=6362 vsize=11166888 CPUtime=2400.05 cores=1,3,5,7,9,11,13,15
/proc/6365/stat : 6365 (java) S 6362 6365 2447 0 -1 1077944320 77053 0 0 0 239812 193 0 0 20 0 22 0 2813107 11434893312 226770 33554432000 4194304 4196468 140736807613632 140736807596176 139961881296631 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
/proc/6365/statm: 2791722 226770 3168 1 0 2780116 0
[pid=6365/tid=6366] ppid=6362 vsize=11166888 CPUtime=2386.64 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6366/stat : 6366 (java) S 6362 6365 2447 0 -1 1077944384 32450 0 0 0 238651 13 0 0 20 0 22 0 2813107 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961885539504 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6368] ppid=6362 vsize=11166888 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6368/stat : 6368 (java) S 6362 6365 2447 0 -1 1077944384 434 0 0 0 18 12 0 0 20 0 22 0 2813108 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961488300560 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6369] ppid=6362 vsize=11166888 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6369/stat : 6369 (java) S 6362 6365 2447 0 -1 1077944384 555 0 0 0 17 13 0 0 20 0 22 0 2813108 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961487248016 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6370] ppid=6362 vsize=11166888 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6370/stat : 6370 (java) S 6362 6365 2447 0 -1 1077944384 280 0 0 0 17 15 0 0 20 0 22 0 2813108 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961486194960 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6371] ppid=6362 vsize=11166888 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6371/stat : 6371 (java) S 6362 6365 2447 0 -1 1077944384 491 0 0 0 16 13 0 0 20 0 22 0 2813108 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961485142416 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6372] ppid=6362 vsize=11166888 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6372/stat : 6372 (java) S 6362 6365 2447 0 -1 1077944384 1064 0 0 0 15 11 0 0 20 0 22 0 2813108 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961484090384 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6373] ppid=6362 vsize=11166888 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6373/stat : 6373 (java) S 6362 6365 2447 0 -1 1077944384 335 0 0 0 14 11 0 0 20 0 22 0 2813108 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961483037840 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6374] ppid=6362 vsize=11166888 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6374/stat : 6374 (java) S 6362 6365 2447 0 -1 1077944384 499 0 0 0 18 15 0 0 20 0 22 0 2813108 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961481984784 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6375] ppid=6362 vsize=11166888 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6375/stat : 6375 (java) S 6362 6365 2447 0 -1 1077944384 235 0 0 0 17 14 0 0 20 0 22 0 2813108 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961480932240 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6376] ppid=6362 vsize=11166888 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6376/stat : 6376 (java) S 6362 6365 2447 0 -1 1077944384 1216 0 0 0 4 3 0 0 20 0 22 0 2813111 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961356441840 139961881307778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6377] ppid=6362 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6377/stat : 6377 (java) S 6362 6365 2447 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 22 0 2813112 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961355388128 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6378] ppid=6362 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6378/stat : 6378 (java) S 6362 6365 2447 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 22 0 2813112 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961354334976 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6379] ppid=6362 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6379/stat : 6379 (java) S 6362 6365 2447 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 22 0 2813117 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961353283536 139961881315227 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6380] ppid=6362 vsize=11166888 CPUtime=2.99 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6380/stat : 6380 (java) S 6362 6365 2447 0 -1 1077944384 9428 0 0 0 297 2 0 0 20 0 22 0 2813117 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961352231664 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6381] ppid=6362 vsize=11166888 CPUtime=2.85 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6381/stat : 6381 (java) S 6362 6365 2447 0 -1 1077944384 11784 0 0 0 283 2 0 0 20 0 22 0 2813117 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961351179120 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6382] ppid=6362 vsize=11166888 CPUtime=2.82 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6382/stat : 6382 (java) S 6362 6365 2447 0 -1 1077944384 7378 0 0 0 281 1 0 0 20 0 22 0 2813117 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961350126064 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6383] ppid=6362 vsize=11166888 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6383/stat : 6383 (java) S 6362 6365 2447 0 -1 1077944384 6318 0 0 0 71 1 0 0 20 0 22 0 2813117 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961349073520 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6384] ppid=6362 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6384/stat : 6384 (java) S 6362 6365 2447 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2813117 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961348020704 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6385] ppid=6362 vsize=11166888 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6385/stat : 6385 (java) S 6362 6365 2447 0 -1 1077944384 2812 0 0 0 68 75 0 0 20 0 22 0 2813117 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961346968240 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 11166888

[startup+2388.7 s]
/proc/loadavg: 2.60 2.21 2.32 3/283 6644
/proc/meminfo: memFree=27500588/32770624 swapFree=5800/233164
[pid=6365] ppid=6362 vsize=11166888 CPUtime=2400.05 cores=1,3,5,7,9,11,13,15
/proc/6365/stat : 6365 (java) S 6362 6365 2447 0 -1 1077944320 77053 0 0 0 239812 193 0 0 20 0 22 0 2813107 11434893312 226770 33554432000 4194304 4196468 140736807613632 140736807596176 139961881296631 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
/proc/6365/statm: 2791722 226770 3168 1 0 2780116 0
[pid=6365/tid=6366] ppid=6362 vsize=11166888 CPUtime=2386.64 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6366/stat : 6366 (java) S 6362 6365 2447 0 -1 1077944384 32450 0 0 0 238651 13 0 0 20 0 22 0 2813107 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961885539504 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6368] ppid=6362 vsize=11166888 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6368/stat : 6368 (java) S 6362 6365 2447 0 -1 1077944384 434 0 0 0 18 12 0 0 20 0 22 0 2813108 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961488300560 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6369] ppid=6362 vsize=11166888 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6369/stat : 6369 (java) S 6362 6365 2447 0 -1 1077944384 555 0 0 0 17 13 0 0 20 0 22 0 2813108 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961487248016 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6370] ppid=6362 vsize=11166888 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6370/stat : 6370 (java) S 6362 6365 2447 0 -1 1077944384 280 0 0 0 17 15 0 0 20 0 22 0 2813108 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961486194960 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6371] ppid=6362 vsize=11166888 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6371/stat : 6371 (java) S 6362 6365 2447 0 -1 1077944384 491 0 0 0 16 13 0 0 20 0 22 0 2813108 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961485142416 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6372] ppid=6362 vsize=11166888 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6372/stat : 6372 (java) S 6362 6365 2447 0 -1 1077944384 1064 0 0 0 15 11 0 0 20 0 22 0 2813108 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961484090384 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6373] ppid=6362 vsize=11166888 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6373/stat : 6373 (java) S 6362 6365 2447 0 -1 1077944384 335 0 0 0 14 11 0 0 20 0 22 0 2813108 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961483037840 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6374] ppid=6362 vsize=11166888 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6374/stat : 6374 (java) S 6362 6365 2447 0 -1 1077944384 499 0 0 0 18 15 0 0 20 0 22 0 2813108 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961481984784 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6375] ppid=6362 vsize=11166888 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6375/stat : 6375 (java) S 6362 6365 2447 0 -1 1077944384 235 0 0 0 17 14 0 0 20 0 22 0 2813108 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961480932240 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6376] ppid=6362 vsize=11166888 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6376/stat : 6376 (java) S 6362 6365 2447 0 -1 1077944384 1216 0 0 0 4 3 0 0 20 0 22 0 2813111 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961356441840 139961881307778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6377] ppid=6362 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6377/stat : 6377 (java) S 6362 6365 2447 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 22 0 2813112 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961355388128 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6378] ppid=6362 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6378/stat : 6378 (java) S 6362 6365 2447 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 22 0 2813112 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961354334976 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6379] ppid=6362 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6379/stat : 6379 (java) S 6362 6365 2447 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 22 0 2813117 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961353283536 139961881315227 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6380] ppid=6362 vsize=11166888 CPUtime=2.99 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6380/stat : 6380 (java) S 6362 6365 2447 0 -1 1077944384 9428 0 0 0 297 2 0 0 20 0 22 0 2813117 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961352231664 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6381] ppid=6362 vsize=11166888 CPUtime=2.85 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6381/stat : 6381 (java) S 6362 6365 2447 0 -1 1077944384 11784 0 0 0 283 2 0 0 20 0 22 0 2813117 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961351179120 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6382] ppid=6362 vsize=11166888 CPUtime=2.82 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6382/stat : 6382 (java) S 6362 6365 2447 0 -1 1077944384 7378 0 0 0 281 1 0 0 20 0 22 0 2813117 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961350126064 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6383] ppid=6362 vsize=11166888 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6383/stat : 6383 (java) S 6362 6365 2447 0 -1 1077944384 6318 0 0 0 71 1 0 0 20 0 22 0 2813117 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961349073520 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6384] ppid=6362 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6384/stat : 6384 (java) S 6362 6365 2447 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2813117 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961348020704 139961881306837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
[pid=6365/tid=6385] ppid=6362 vsize=11166888 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/6365/task/6385/stat : 6385 (java) S 6362 6365 2447 0 -1 1077944384 2812 0 0 0 68 75 0 0 20 0 22 0 2813117 11434893312 226770 33554432000 4194304 4196468 140736807613632 139961346968240 139961881307778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 31789056 140736807621803 140736807621956 140736807621956 140736807624655 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2388.76
CPU time (s): 2400.13
CPU user time (s): 2398.19
CPU system time (s): 1.94512
CPU usage (%): 100.476
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.19
system time used= 1.94512
maximum resident set size= 909572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77304
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55497
involuntary context switches= 121743

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8403 second user time and 19.759 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-22 00:17:34
IDJOB=4243718
IDBENCH=126718
IDSOLVER=2623
FILE ID=node127/4243718-1500675454
RUNJOBID= node127-1500672326-5753
PBS_JOBID= 20623293
Free space on /tmp= 61980 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-xcsp2-s1/SocialGolfers-08-4-8_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243718-1500675454/watcher-4243718-1500675454 -o /tmp/evaluation-result-4243718-1500675454/solver-4243718-1500675454 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500672326-5753 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243718-1500675454.xml

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

MD5SUM BENCH= 5b948440152400779ab8a0c6bf9e55ba
RANDOM SEED=1646700658

node127.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.94
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		: 1600.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.94
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		: 1733.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.94
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		: 1867.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		: 2668.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.94
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		: 1600.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.94
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.94
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		: 2133.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.94
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		: 1733.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		: 1600.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.94
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:        28822968 kB
MemAvailable:   28839928 kB
Buffers:           38944 kB
Cached:           290144 kB
SwapCached:            0 kB
Active:          3332936 kB
Inactive:         239480 kB
Active(anon):    3246644 kB
Inactive(anon):     8700 kB
Active(file):      86292 kB
Inactive(file):   230780 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3052 kB
Writeback:             0 kB
AnonPages:       3254644 kB
Mapped:            41704 kB
Shmem:              8840 kB
Slab:              63712 kB
SReclaimable:      31444 kB
SUnreclaim:        32268 kB
KernelStack:        4864 kB
PageTables:        11908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3810912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3129344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61980 MiB
End job on node127 at 2017-07-22 00:57:23