Trace number 4289832

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11SAT (TO)520 2400.34 2362.17

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-45-30-00_c18.xml
MD5SUMb72bc3b5ed3d31a5026f863e7681236a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark184
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints46
Number of domains2
Minimum domain size33
Maximum domain size45
Distribution of domain sizes[{"size":33,"count":45},{"size":45,"count":45}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":45}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

23.60/10.90	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
23.60/10.90	c This is free software under the dual EPL/GNU LGPL licenses.
23.60/10.90	c See www.sat4j.org for details.
23.60/10.90	c That software uses the Rhino library from the Mozilla project.
23.60/10.90	c version 2.3.6-SNAPSHOT
23.60/10.90	c java.runtime.name	Java(TM) SE Runtime Environment
23.60/10.90	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
23.60/10.90	c java.vm.version	25.131-b11
23.60/10.90	c java.vm.vendor	Oracle Corporation
23.60/10.90	c sun.arch.data.model	64
23.60/10.90	c java.version		1.8.0_131
23.60/10.90	c os.name		Linux
23.60/10.90	c os.version		3.10.0-514.16.1.el7.x86_64
23.60/10.90	c os.arch		amd64
23.60/10.90	c Free memory 		499604488
23.60/10.90	c Max memory 		7247757312
23.60/10.90	c Total memory 		504889344
23.60/10.90	c Number of processors 	4
23.60/10.90	c c --- Begin Solver configuration ---
23.60/10.90	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
23.60/10.90	c Learn all clauses as in MiniSAT
23.60/10.90	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
23.60/10.90	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
23.60/10.90	c No reason simplification
23.60/10.90	c Glucose 2.1 dynamic restart strategy
23.60/10.90	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
23.60/10.90	c timeout=2147483s
23.60/10.90	c DB Simplification allowed=false
23.60/10.90	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
23.60/10.90	c --- End Solver configuration ---
23.60/10.90	c constraints type 
23.60/10.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 180
23.60/10.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11003850
23.60/10.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1069020
23.60/10.90	c org.sat4j.minisat.constraints.cnf.UnitClause => 90
23.60/10.90	c 12073140 constraints processed.
38.69/24.87	o 648
55.55/41.25	o 588
73.70/59.20	o 520
2400.13/2362.10	c starts		: 4273
2400.13/2362.10	c conflicts		: 2089239
2400.13/2362.10	c decisions		: 259887258
2400.13/2362.10	c propagations		: 9482470794
2400.13/2362.10	c inspects		: 13037529070
2400.13/2362.10	c shortcuts		: 0
2400.13/2362.10	c learnt literals	: 0
2400.13/2362.10	c learnt binary clauses	: 3024
2400.13/2362.10	c learnt ternary clauses	: 3804
2400.13/2362.10	c learnt constraints	: 2089239
2400.13/2362.10	c ignored constraints	: 0
2400.13/2362.10	c root simplifications	: 0
2400.13/2362.10	c removed literals (reason simplification)	: 0
2400.13/2362.10	c reason swapping (by a shorter reason)	: 0
2400.13/2362.10	c Calls to reduceDB	: 63
2400.13/2362.10	c Number of update (reduction) of LBD	: 1776944
2400.13/2362.10	c Imported unit clauses	: 0
2400.13/2362.10	c number of reductions to clauses (during analyze)	: 0
2400.13/2362.10	c number of learned constraints concerned by reduction	: 0
2400.13/2362.10	c number of learning phase by resolution	: 0
2400.13/2362.10	c number of learning phase by cutting planes	: 0
2400.13/2362.10	c number of rounding to 1 operations	: 0
2400.13/2362.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.13/2362.10	c number of reductions of the coefficients by power 2 	: 0
2400.13/2362.10	c number of right shift for reduction by power 2 	: 0
2400.13/2362.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.13/2362.10	c number of ending skipping 	: 0
2400.13/2362.10	c number of internal skipping 	: 0
2400.13/2362.10	c number of derivation steps 	: 0
2400.13/2362.10	c number of skipped derivation steps 	: 0
2400.13/2362.10	c number of remaining unassigned 	: 0
2400.13/2362.10	c number of remaining assigned 	: 0
2400.13/2362.10	c speed (assignments/second)	: 4033125.44643104
2400.13/2362.10	c non guided choices	: 75937389
2400.25/2362.13	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 3024
2400.25/2362.13	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 114928
2400.25/2362.13	s SATISFIABLE
2400.25/2362.13	v <instantiation type="solution">
2400.25/2362.13	v 	<list> c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] </list>
2400.25/2362.13	v 	<values> 25 16 35 27 37 33 42 44 41 13 12 18 10 28 43 2 4 3 9 8 7 31 32 11 14 38 17 22 6 29 5 0 15 1 30 39 19 21 24 23 40 20 26 34 36 20 12 5 8 12 10 7 22 21 1 6 4 13 11 26 12 1 4 1 11 29 5 15 23 16 15 6 11 15 16 3 8 11 15 11 16 2 22 6 20 13 4 6 1 24 </values>
2400.25/2362.13	v </instantiation>
2400.25/2362.13	

Verifier Data

OK	520

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8637 MiB free)
  memory of node 1: 16384 MiB (11697 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289832-1532269457/watcher-4289832-1532269457 -o /tmp/evaluation-result-4289832-1532269457/solver-4289832-1532269457 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532259870-1809 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289832-1532269457.xml 

running on 4 cores: 0,2,4,6

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=3467, runsolver pid=3464

[startup+0.101136 s]*
/proc/loadavg: 1.92 1.99 2.05 2/216 3482
/proc/meminfo: memFree=20807708/32770624 swapFree=67108860/67108860
[pid=3467] ppid=3464 vsize=10659012 memory=30092 CPUtime=0.13 cores=0,2,4,6
/proc/3467/stat : 3467 (java) S 3464 3467 1778 0 -1 1077944320 6598 0 0 0 12 1 0 0 20 0 15 0 44508867 10914828288 7523 33554432000 4194304 4196468 140733718694656 140733718677200 139845796060919 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
/proc/3467/statm: 2664753 7523 2818 1 0 2627263 0
[pid=3467/tid=3469] ppid=3464 vsize=10659012 memory=-8535555468869596352 CPUtime=0.09 cores=0,2,4,6
/proc/3467/task/3469/stat : 3469 (java) R 3464 3467 1778 0 -1 4202560 4428 0 0 0 9 0 0 0 20 0 15 0 44508867 10914828288 7523 33554432000 4194304 4196468 140733718694656 139845800285616 139845796082845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3470] ppid=3464 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3470/stat : 3470 (java) S 3464 3467 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44508868 10914828288 7523 33554432000 4194304 4196468 140733718694656 139845748681488 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3471] ppid=3464 vsize=10659012 memory=140672612382336 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3471/stat : 3471 (java) S 3464 3467 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44508868 10914828288 7523 33554432000 4194304 4196468 140733718694656 139845747628944 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3472] ppid=3464 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3472/stat : 3472 (java) S 3464 3467 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44508868 10914828288 7523 33554432000 4194304 4196468 140733718694656 139845400452112 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3473] ppid=3464 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3473/stat : 3473 (java) S 3464 3467 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44508868 10914828288 7523 33554432000 4194304 4196468 140733718694656 139845399399568 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3474] ppid=3464 vsize=10659012 memory=140672612382336 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3474/stat : 3474 (java) S 3464 3467 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44508869 10914828288 7523 33554432000 4194304 4196468 140733718694656 139845355821040 139845796072066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3475] ppid=3464 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3475/stat : 3475 (java) S 3464 3467 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44508870 10914828288 7523 33554432000 4194304 4196468 140733718694656 139845354767264 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3476] ppid=3464 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3476/stat : 3476 (java) S 3464 3467 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44508870 10914828288 7523 33554432000 4194304 4196468 140733718694656 139845353714672 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3477] ppid=3464 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3477/stat : 3477 (java) S 3464 3467 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44508872 10914828288 7523 33554432000 4194304 4196468 140733718694656 139845352663248 139845796079515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3478] ppid=3464 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3478/stat : 3478 (java) S 3464 3467 1778 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 15 0 44508872 10914828288 7523 33554432000 4194304 4196468 140733718694656 139845351610864 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3479] ppid=3464 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3479/stat : 3479 (java) S 3464 3467 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44508872 10914828288 7523 33554432000 4194304 4196468 140733718694656 139845350558320 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3480] ppid=3464 vsize=10659012 memory=140672612382336 CPUtime=0.02 cores=0,2,4,6
/proc/3467/task/3480/stat : 3480 (java) S 3464 3467 1778 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 15 0 44508872 10914828288 7523 33554432000 4194304 4196468 140733718694656 139845349505776 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3481] ppid=3464 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3481/stat : 3481 (java) S 3464 3467 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44508873 10914828288 7523 33554432000 4194304 4196468 140733718694656 139845348453472 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3482] ppid=3464 vsize=10659012 memory=140672612382336 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3482/stat : 3482 (java) S 3464 3467 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44508873 10914828288 7523 33554432000 4194304 4196468 140733718694656 139845347399984 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30092 KiB

[startup+0.210456 s]*
/proc/loadavg: 1.92 1.99 2.05 3/216 3482
/proc/meminfo: memFree=20797164/32770624 swapFree=67108860/67108860
[pid=3467] ppid=3464 vsize=10659012 memory=42068 CPUtime=0.33 cores=0,2,4,6
/proc/3467/stat : 3467 (java) S 3464 3467 1778 0 -1 1077944320 8089 0 0 0 31 2 0 0 20 0 15 0 44508867 10914828288 10517 33554432000 4194304 4196468 140733718694656 140733718677200 139845796060919 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
/proc/3467/statm: 2664753 10517 3007 1 0 2627263 0
[pid=3467/tid=3469] ppid=3464 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/3467/task/3469/stat : 3469 (java) R 3464 3467 1778 0 -1 4202560 5004 0 0 0 19 0 0 0 20 0 15 0 44508867 10914828288 10517 33554432000 4194304 4196468 140733718694656 139845800287872 139845780104549 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3470] ppid=3464 vsize=10659012 memory=345 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3470/stat : 3470 (java) S 3464 3467 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44508868 10914828288 10517 33554432000 4194304 4196468 140733718694656 139845748681488 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3471] ppid=3464 vsize=10659012 memory=3617712273056544416 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3471/stat : 3471 (java) S 3464 3467 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44508868 10914828288 10517 33554432000 4194304 4196468 140733718694656 139845747628944 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3472] ppid=3464 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3472/stat : 3472 (java) S 3464 3467 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44508868 10914828288 10517 33554432000 4194304 4196468 140733718694656 139845400452112 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3473] ppid=3464 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3473/stat : 3473 (java) S 3464 3467 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44508868 10914828288 10517 33554432000 4194304 4196468 140733718694656 139845399399568 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3474] ppid=3464 vsize=10659012 memory=140672612382336 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3474/stat : 3474 (java) S 3464 3467 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44508869 10914828288 10517 33554432000 4194304 4196468 140733718694656 139845355821040 139845796072066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3475] ppid=3464 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3475/stat : 3475 (java) S 3464 3467 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44508870 10914828288 10517 33554432000 4194304 4196468 140733718694656 139845354767264 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3476] ppid=3464 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3476/stat : 3476 (java) S 3464 3467 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44508870 10914828288 10517 33554432000 4194304 4196468 140733718694656 139845353714672 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3477] ppid=3464 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3477/stat : 3477 (java) S 3464 3467 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44508872 10914828288 10517 33554432000 4194304 4196468 140733718694656 139845352663248 139845796079515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3478] ppid=3464 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/3467/task/3478/stat : 3478 (java) S 3464 3467 1778 0 -1 1077944384 663 0 0 0 2 0 0 0 20 0 15 0 44508872 10914828288 10517 33554432000 4194304 4196468 140733718694656 139845351610864 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3479] ppid=3464 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/3467/task/3479/stat : 3479 (java) S 3464 3467 1778 0 -1 1077944384 341 0 0 0 2 0 0 0 20 0 15 0 44508872 10914828288 10517 33554432000 4194304 4196468 140733718694656 139845350558320 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3480] ppid=3464 vsize=10659012 memory=140672612382336 CPUtime=0.07 cores=0,2,4,6
/proc/3467/task/3480/stat : 3480 (java) R 3464 3467 1778 0 -1 4202560 720 0 0 0 7 0 0 0 20 0 15 0 44508872 10914828288 10517 33554432000 4194304 4196468 140733718694656 139845349505776 139845781226579 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3481] ppid=3464 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3481/stat : 3481 (java) S 3464 3467 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44508873 10914828288 10517 33554432000 4194304 4196468 140733718694656 139845348453472 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3482] ppid=3464 vsize=10659012 memory=140672612382336 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3482/stat : 3482 (java) S 3464 3467 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44508873 10914828288 10517 33554432000 4194304 4196468 140733718694656 139845347399984 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42068 KiB

[startup+0.310382 s]*
/proc/loadavg: 1.92 1.99 2.05 3/216 3482
/proc/meminfo: memFree=20789884/32770624 swapFree=67108860/67108860
[pid=3467] ppid=3464 vsize=10659088 memory=47216 CPUtime=0.51 cores=0,2,4,6
/proc/3467/stat : 3467 (java) S 3464 3467 1778 0 -1 1077944320 9028 0 0 0 49 2 0 0 20 0 15 0 44508867 10914906112 11804 33554432000 4194304 4196468 140733718694656 140733718677200 139845796060919 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
/proc/3467/statm: 2664772 11804 3046 1 0 2627263 0
[pid=3467/tid=3469] ppid=3464 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/3467/task/3469/stat : 3469 (java) R 3464 3467 1778 0 -1 4202560 5756 0 0 0 29 1 0 0 20 0 15 0 44508867 10914906112 11804 33554432000 4194304 4196468 140733718694656 139845800296848 139845780141406 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3470] ppid=3464 vsize=10659088 memory=290763883793350679 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3470/stat : 3470 (java) S 3464 3467 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44508868 10914906112 11804 33554432000 4194304 4196468 140733718694656 139845748681488 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3471] ppid=3464 vsize=10659088 memory=3546216529460410016 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3471/stat : 3471 (java) S 3464 3467 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44508868 10914906112 11804 33554432000 4194304 4196468 140733718694656 139845747628944 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3472] ppid=3464 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3472/stat : 3472 (java) S 3464 3467 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44508868 10914906112 11804 33554432000 4194304 4196468 140733718694656 139845400452112 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3473] ppid=3464 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3473/stat : 3473 (java) S 3464 3467 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44508868 10914906112 11804 33554432000 4194304 4196468 140733718694656 139845399399568 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3474] ppid=3464 vsize=10659088 memory=140672612382336 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3474/stat : 3474 (java) S 3464 3467 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44508869 10914906112 11804 33554432000 4194304 4196468 140733718694656 139845355821040 139845796072066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3475] ppid=3464 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3475/stat : 3475 (java) S 3464 3467 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44508870 10914906112 11804 33554432000 4194304 4196468 140733718694656 139845354767264 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3476] ppid=3464 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3476/stat : 3476 (java) S 3464 3467 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44508870 10914906112 11804 33554432000 4194304 4196468 140733718694656 139845353714672 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3477] ppid=3464 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3477/stat : 3477 (java) S 3464 3467 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44508872 10914906112 11804 33554432000 4194304 4196468 140733718694656 139845352663248 139845796079515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3478] ppid=3464 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/3467/task/3478/stat : 3478 (java) R 3464 3467 1778 0 -1 4202560 778 0 0 0 4 0 0 0 20 0 15 0 44508872 10914906112 11804 33554432000 4194304 4196468 140733718694656 139845351610864 139845780455047 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3479] ppid=3464 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/3467/task/3479/stat : 3479 (java) R 3464 3467 1778 0 -1 1077944384 353 0 0 0 4 0 0 0 20 0 15 0 44508872 10914906112 11804 33554432000 4194304 4196468 140733718694656 139845350558320 139845796072066 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3480] ppid=3464 vsize=10659088 memory=140672612382336 CPUtime=0.11 cores=0,2,4,6
/proc/3467/task/3480/stat : 3480 (java) R 3464 3467 1778 0 -1 4202560 776 0 0 0 11 0 0 0 20 0 15 0 44508872 10914906112 11804 33554432000 4194304 4196468 140733718694656 139845349505776 139845780141406 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3481] ppid=3464 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3481/stat : 3481 (java) S 3464 3467 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44508873 10914906112 11804 33554432000 4194304 4196468 140733718694656 139845348453472 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3482] ppid=3464 vsize=10659088 memory=140672612382336 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3482/stat : 3482 (java) S 3464 3467 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44508873 10914906112 11804 33554432000 4194304 4196468 140733718694656 139845347399984 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47216 KiB

[startup+0.700721 s]
/proc/loadavg: 2.01 2.00 2.06 5/216 3482
/proc/meminfo: memFree=20756380/32770624 swapFree=67108860/67108860
[pid=3467] ppid=3464 vsize=10659088 memory=146548 CPUtime=1.76 cores=0,2,4,6
/proc/3467/stat : 3467 (java) S 3464 3467 1778 0 -1 1077944320 13540 0 0 0 172 4 0 0 20 0 15 0 44508867 10914906112 36637 33554432000 4194304 4196468 140733718694656 140733718677200 139845796060919 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
/proc/3467/statm: 2664772 36637 3105 1 0 2627263 0
[pid=3467/tid=3469] ppid=3464 vsize=10659088 memory=16436 CPUtime=0.67 cores=0,2,4,6
/proc/3467/task/3469/stat : 3469 (java) R 3464 3467 1778 0 -1 4202560 6077 0 0 0 65 2 0 0 20 0 15 0 44508867 10914906112 36637 33554432000 4194304 4196468 140733718694656 139845800275968 139845430308401 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3470] ppid=3464 vsize=10659088 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3470/stat : 3470 (java) S 3464 3467 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44508868 10914906112 36637 33554432000 4194304 4196468 140733718694656 139845748681488 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3471] ppid=3464 vsize=10659088 memory=640 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3471/stat : 3471 (java) S 3464 3467 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44508868 10914906112 36637 33554432000 4194304 4196468 140733718694656 139845747628944 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3472] ppid=3464 vsize=10659088 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3472/stat : 3472 (java) S 3464 3467 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44508868 10914906112 36637 33554432000 4194304 4196468 140733718694656 139845400452112 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3473] ppid=3464 vsize=10659088 memory=960 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3473/stat : 3473 (java) S 3464 3467 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44508868 10914906112 36637 33554432000 4194304 4196468 140733718694656 139845399399568 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3474] ppid=3464 vsize=10659088 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3474/stat : 3474 (java) S 3464 3467 1778 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 44508869 10914906112 36637 33554432000 4194304 4196468 140733718694656 139845355821040 139845796072066 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3475] ppid=3464 vsize=10659088 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3475/stat : 3475 (java) S 3464 3467 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44508870 10914906112 36637 33554432000 4194304 4196468 140733718694656 139845354767264 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3476] ppid=3464 vsize=10659088 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3476/stat : 3476 (java) S 3464 3467 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44508870 10914906112 36637 33554432000 4194304 4196468 140733718694656 139845353714672 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3477] ppid=3464 vsize=10659088 memory=7157735280297596770 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3477/stat : 3477 (java) S 3464 3467 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44508872 10914906112 36637 33554432000 4194304 4196468 140733718694656 139845352663248 139845796079515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3478] ppid=3464 vsize=10659088 memory=7668621184521169506 CPUtime=0.4 cores=0,2,4,6
/proc/3467/task/3478/stat : 3478 (java) R 3464 3467 1778 0 -1 4202560 1998 0 0 0 40 0 0 0 20 0 15 0 44508872 10914906112 36637 33554432000 4194304 4196468 140733718694656 139845351596632 139845780051366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3479] ppid=3464 vsize=10659088 memory=7307489957951066475 CPUtime=0.4 cores=0,2,4,6
/proc/3467/task/3479/stat : 3479 (java) R 3464 3467 1778 0 -1 4202560 2416 0 0 0 40 0 0 0 20 0 15 0 44508872 10914906112 36637 33554432000 4194304 4196468 140733718694656 139845350542984 139845775773848 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3480] ppid=3464 vsize=10659088 memory=7666348541231060838 CPUtime=0.26 cores=0,2,4,6
/proc/3467/task/3480/stat : 3480 (java) S 3464 3467 1778 0 -1 1077944384 1677 0 0 0 26 0 0 0 20 0 15 0 44508872 10914906112 36683 33554432000 4194304 4196468 140733718694656 139845349505776 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3481] ppid=3464 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3481/stat : 3481 (java) S 3464 3467 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44508873 10914906112 36683 33554432000 4194304 4196468 140733718694656 139845348453472 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3482] ppid=3464 vsize=10659088 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3482/stat : 3482 (java) S 3464 3467 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44508873 10914906112 36683 33554432000 4194304 4196468 140733718694656 139845347399984 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 146548 KiB

[startup+1.51127 s]
/proc/loadavg: 2.01 2.00 2.06 5/216 3482
/proc/meminfo: memFree=20621848/32770624 swapFree=67108860/67108860
[pid=3467] ppid=3464 vsize=10659088 memory=371916 CPUtime=4.24 cores=0,2,4,6
/proc/3467/stat : 3467 (java) S 3464 3467 1778 0 -1 1077944320 16857 0 0 0 411 13 0 0 20 0 15 0 44508867 10914906112 92979 33554432000 4194304 4196468 140733718694656 140733718677200 139845796060919 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
/proc/3467/statm: 2664772 92979 3152 1 0 2627263 0
[pid=3467/tid=3469] ppid=3464 vsize=10659088 memory=269372 CPUtime=1.4 cores=0,2,4,6
/proc/3467/task/3469/stat : 3469 (java) R 3464 3467 1778 0 -1 4202560 6149 0 0 0 136 4 0 0 20 0 15 0 44508867 10914906112 92979 33554432000 4194304 4196468 140733718694656 139845800286608 139845430964720 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3470] ppid=3464 vsize=10659088 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/3467/task/3470/stat : 3470 (java) S 3464 3467 1778 0 -1 1077944384 161 0 0 0 7 1 0 0 20 0 15 0 44508868 10914906112 92979 33554432000 4194304 4196468 140733718694656 139845748681488 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3471] ppid=3464 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/3467/task/3471/stat : 3471 (java) S 3464 3467 1778 0 -1 1077944384 121 0 0 0 4 1 0 0 20 0 15 0 44508868 10914906112 92979 33554432000 4194304 4196468 140733718694656 139845747628944 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3472] ppid=3464 vsize=10659088 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3467/task/3472/stat : 3472 (java) S 3464 3467 1778 0 -1 1077944384 116 0 0 0 6 2 0 0 20 0 15 0 44508868 10914906112 92979 33554432000 4194304 4196468 140733718694656 139845400452112 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3473] ppid=3464 vsize=10659088 memory=6943526294502006880 CPUtime=0.05 cores=0,2,4,6
/proc/3467/task/3473/stat : 3473 (java) S 3464 3467 1778 0 -1 1077944384 69 0 0 0 4 1 0 0 20 0 15 0 44508868 10914906112 92979 33554432000 4194304 4196468 140733718694656 139845399399568 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3474] ppid=3464 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3474/stat : 3474 (java) S 3464 3467 1778 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 44508869 10914906112 92979 33554432000 4194304 4196468 140733718694656 139845355821040 139845796072066 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0

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

/proc/3467/task/3475/stat : 3475 (java) S 3464 3467 1778 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 44508870 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845354767328 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3476] ppid=3464 vsize=10725652 memory=4664492 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3476/stat : 3476 (java) S 3464 3467 1778 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 44508870 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845353714688 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3477] ppid=3464 vsize=10725652 memory=4664492 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3477/stat : 3477 (java) S 3464 3467 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44508872 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845352663248 139845796079515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3478] ppid=3464 vsize=10725652 memory=4664492 CPUtime=2.4 cores=0,2,4,6
/proc/3467/task/3478/stat : 3478 (java) S 3464 3467 1778 0 -1 1077944384 10765 0 0 0 239 1 0 0 20 0 16 0 44508872 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845351610864 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3479] ppid=3464 vsize=10725652 memory=4664492 CPUtime=2.35 cores=0,2,4,6
/proc/3467/task/3479/stat : 3479 (java) S 3464 3467 1778 0 -1 1077944384 9571 0 0 0 234 1 0 0 20 0 16 0 44508872 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845350558320 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3480] ppid=3464 vsize=10725652 memory=4664492 CPUtime=0.46 cores=0,2,4,6
/proc/3467/task/3480/stat : 3480 (java) S 3464 3467 1778 0 -1 1077944384 5613 0 0 0 45 1 0 0 20 0 16 0 44508872 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845349505776 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3481] ppid=3464 vsize=10725652 memory=4664492 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3481/stat : 3481 (java) S 3464 3467 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44508873 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845348453472 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3482] ppid=3464 vsize=10725652 memory=4664492 CPUtime=1.44 cores=0,2,4,6
/proc/3467/task/3482/stat : 3482 (java) S 3464 3467 1778 0 -1 1077944384 2301 0 0 0 74 70 0 0 20 0 16 0 44508873 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845347399984 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3483] ppid=3464 vsize=10725652 memory=4664492 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3483/stat : 3483 (java) S 3464 3467 1778 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 44509963 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845346345776 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
Current children cumulated CPU time: 2360.38 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 4664492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2361.9 s]
/proc/loadavg: 4.55 4.38 3.47 6/218 3735
/proc/meminfo: memFree=8341880/32770624 swapFree=67108860/67108860
[pid=3467] ppid=3464 vsize=10725652 memory=4664492 CPUtime=2400.02 cores=0,2,4,6
/proc/3467/stat : 3467 (java) S 3464 3467 1778 0 -1 1077944320 301948 0 0 0 239548 454 0 0 20 0 16 0 44508867 10983067648 1166123 33554432000 4194304 4196468 140733718694656 140733718677200 139845796060919 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
/proc/3467/statm: 2681413 1166123 3189 1 0 2643904 0
[pid=3467/tid=3469] ppid=3464 vsize=10725652 memory=4664492 CPUtime=2348.42 cores=0,2,4,6
/proc/3467/task/3469/stat : 3469 (java) R 3464 3467 1778 0 -1 4202560 132366 0 0 0 234811 31 0 0 20 0 16 0 44508867 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845800299968 139845431974909 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3470] ppid=3464 vsize=10725652 memory=4664492 CPUtime=10.41 cores=0,2,4,6
/proc/3467/task/3470/stat : 3470 (java) S 3464 3467 1778 0 -1 1077944384 31315 0 0 0 950 91 0 0 20 0 16 0 44508868 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845748681488 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3471] ppid=3464 vsize=10725652 memory=4664492 CPUtime=10.43 cores=0,2,4,6
/proc/3467/task/3471/stat : 3471 (java) S 3464 3467 1778 0 -1 1077944384 32061 0 0 0 955 88 0 0 20 0 16 0 44508868 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845747628944 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3472] ppid=3464 vsize=10725652 memory=8384 CPUtime=10.49 cores=0,2,4,6
/proc/3467/task/3472/stat : 3472 (java) S 3464 3467 1778 0 -1 1077944384 29293 0 0 0 960 89 0 0 20 0 16 0 44508868 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845400452112 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3473] ppid=3464 vsize=10725652 memory=4664492 CPUtime=10.4 cores=0,2,4,6
/proc/3467/task/3473/stat : 3473 (java) S 3464 3467 1778 0 -1 1077944384 30930 0 0 0 951 89 0 0 20 0 16 0 44508868 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845399399568 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3474] ppid=3464 vsize=10725652 memory=4664492 CPUtime=3.07 cores=0,2,4,6
/proc/3467/task/3474/stat : 3474 (java) S 3464 3467 1778 0 -1 1077944384 16243 0 0 0 304 3 0 0 20 0 16 0 44508869 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845355821040 139845796072066 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3475] ppid=3464 vsize=10725652 memory=4664492 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3475/stat : 3475 (java) S 3464 3467 1778 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 44508870 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845354767328 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3476] ppid=3464 vsize=10725652 memory=4664492 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3476/stat : 3476 (java) S 3464 3467 1778 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 44508870 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845353714688 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3477] ppid=3464 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3477/stat : 3477 (java) S 3464 3467 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44508872 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845352663248 139845796079515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3478] ppid=3464 vsize=10725652 memory=4664492 CPUtime=2.4 cores=0,2,4,6
/proc/3467/task/3478/stat : 3478 (java) S 3464 3467 1778 0 -1 1077944384 10768 0 0 0 239 1 0 0 20 0 16 0 44508872 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845351610864 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3479] ppid=3464 vsize=10725652 memory=4664492 CPUtime=2.35 cores=0,2,4,6
/proc/3467/task/3479/stat : 3479 (java) S 3464 3467 1778 0 -1 1077944384 9579 0 0 0 234 1 0 0 20 0 16 0 44508872 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845350558320 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3480] ppid=3464 vsize=10725652 memory=4664492 CPUtime=0.46 cores=0,2,4,6
/proc/3467/task/3480/stat : 3480 (java) S 3464 3467 1778 0 -1 1077944384 5616 0 0 0 45 1 0 0 20 0 16 0 44508872 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845349505776 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3481] ppid=3464 vsize=10725652 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3481/stat : 3481 (java) S 3464 3467 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44508873 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845348453472 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3482] ppid=3464 vsize=10725652 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/3467/task/3482/stat : 3482 (java) S 3464 3467 1778 0 -1 1077944384 2327 0 0 0 75 72 0 0 20 0 16 0 44508873 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845347399984 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3483] ppid=3464 vsize=10725652 memory=281344921031152 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3483/stat : 3483 (java) S 3464 3467 1778 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 44509963 10983067648 1166123 33554432000 4194304 4196468 140733718694656 139845346345776 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 4664492 KiB

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

[startup+2362.17 s]
# the end of solver process 3467 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.77 s, system=4.56819 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2362.01 s]*
/proc/loadavg: 4.55 4.38 3.47 6/219 3738
/proc/meminfo: memFree=8341880/32770624 swapFree=67108860/67108860
[pid=3467] ppid=3464 vsize=10925344 memory=4664792 CPUtime=2400.13 cores=0,2,4,6
/proc/3467/stat : 3467 (java) S 3464 3467 1778 0 -1 1077944320 303367 0 0 0 239559 454 0 0 20 0 17 0 44508867 11187552256 1166198 33554432000 4194304 4196468 140733718694656 140733718677200 139845796060919 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
/proc/3467/statm: 2731336 1166198 3191 1 0 2693827 0
[pid=3467/tid=3469] ppid=3464 vsize=10925344 memory=8112282956445269571 CPUtime=2348.54 cores=0,2,4,6
/proc/3467/task/3469/stat : 3469 (java) R 3464 3467 1778 0 -1 4202560 132697 0 0 0 234823 31 0 0 20 0 17 0 44508867 11187552256 1166198 33554432000 4194304 4196468 140733718694656 139845800297200 139845432531878 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3470] ppid=3464 vsize=10925344 memory=4126316290023845779 CPUtime=10.41 cores=0,2,4,6
/proc/3467/task/3470/stat : 3470 (java) S 3464 3467 1778 0 -1 1077944384 31315 0 0 0 950 91 0 0 20 0 17 0 44508868 11187552256 1166198 33554432000 4194304 4196468 140733718694656 139845748681488 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3471] ppid=3464 vsize=10925344 memory=156478543498852 CPUtime=10.43 cores=0,2,4,6
/proc/3467/task/3471/stat : 3471 (java) S 3464 3467 1778 0 -1 1077944384 32061 0 0 0 955 88 0 0 20 0 17 0 44508868 11187552256 1166198 33554432000 4194304 4196468 140733718694656 139845747628944 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3472] ppid=3464 vsize=10925344 memory=0 CPUtime=10.49 cores=0,2,4,6
/proc/3467/task/3472/stat : 3472 (java) S 3464 3467 1778 0 -1 1077944384 29293 0 0 0 960 89 0 0 20 0 17 0 44508868 11187552256 1166198 33554432000 4194304 4196468 140733718694656 139845400452112 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3473] ppid=3464 vsize=10925344 memory=155546535598873 CPUtime=10.4 cores=0,2,4,6
/proc/3467/task/3473/stat : 3473 (java) S 3464 3467 1778 0 -1 1077944384 30930 0 0 0 951 89 0 0 20 0 17 0 44508868 11187552256 1166198 33554432000 4194304 4196468 140733718694656 139845399399568 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3474] ppid=3464 vsize=10925344 memory=155546535598874 CPUtime=3.07 cores=0,2,4,6
/proc/3467/task/3474/stat : 3474 (java) S 3464 3467 1778 0 -1 1077944384 16285 0 0 0 304 3 0 0 20 0 17 0 44508869 11187552256 1166198 33554432000 4194304 4196468 140733718694656 139845355821040 139845796072066 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3475] ppid=3464 vsize=10925344 memory=155546535598875 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3475/stat : 3475 (java) S 3464 3467 1778 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 44508870 11187552256 1166198 33554432000 4194304 4196468 140733718694656 139845354767328 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3476] ppid=3464 vsize=10925344 memory=155546535598876 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3476/stat : 3476 (java) S 3464 3467 1778 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 44508870 11187552256 1166198 33554432000 4194304 4196468 140733718694656 139845353714688 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3477] ppid=3464 vsize=10925344 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3477/stat : 3477 (java) S 3464 3467 1778 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 17 0 44508872 11187552256 1166198 33554432000 4194304 4196468 140733718694656 139845352663248 139845796079515 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3478] ppid=3464 vsize=10925344 memory=1012 CPUtime=2.4 cores=0,2,4,6
/proc/3467/task/3478/stat : 3478 (java) S 3464 3467 1778 0 -1 1077944384 10886 0 0 0 239 1 0 0 20 0 17 0 44508872 11187552256 1166198 33554432000 4194304 4196468 140733718694656 139845351610864 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3479] ppid=3464 vsize=10925344 memory=1444 CPUtime=2.35 cores=0,2,4,6
/proc/3467/task/3479/stat : 3479 (java) S 3464 3467 1778 0 -1 1077944384 9689 0 0 0 234 1 0 0 20 0 17 0 44508872 11187552256 1166198 33554432000 4194304 4196468 140733718694656 139845350558320 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3480] ppid=3464 vsize=10925344 memory=1200 CPUtime=0.46 cores=0,2,4,6
/proc/3467/task/3480/stat : 3480 (java) S 3464 3467 1778 0 -1 1077944384 5836 0 0 0 45 1 0 0 20 0 17 0 44508872 11187552256 1166198 33554432000 4194304 4196468 140733718694656 139845349505776 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3481] ppid=3464 vsize=10925344 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3481/stat : 3481 (java) S 3464 3467 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44508873 11187552256 1166198 33554432000 4194304 4196468 140733718694656 139845348453472 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3482] ppid=3464 vsize=10925344 memory=9972 CPUtime=1.47 cores=0,2,4,6
/proc/3467/task/3482/stat : 3482 (java) S 3464 3467 1778 0 -1 1077944384 2327 0 0 0 75 72 0 0 20 0 17 0 44508873 11187552256 1166198 33554432000 4194304 4196468 140733718694656 139845347399984 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3736] ppid=3464 vsize=10925344 memory=16436 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3736/stat : 3736 (java) S 3464 3467 1778 0 -1 1077944384 186 0 0 0 0 0 0 0 20 0 17 0 44745058 11187552256 1166198 33554432000 4194304 4196468 140733718694656 139845345292528 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3737] ppid=3464 vsize=10925344 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3737/stat : 3737 (java) S 3464 3467 1778 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 44745058 11187552256 1166198 33554432000 4194304 4196468 140733718694656 139845344240912 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
Current children cumulated CPU time: 2400.13 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 4664792 KiB

[startup+2362.12 s]
/proc/loadavg: 4.55 4.38 3.47 6/219 3738
/proc/meminfo: memFree=8341880/32770624 swapFree=67108860/67108860
[pid=3467] ppid=3464 vsize=10925344 memory=4664800 CPUtime=2400.25 cores=0,2,4,6
/proc/3467/stat : 3467 (java) S 3464 3467 1778 0 -1 1077944320 303503 0 0 0 239571 454 0 0 20 0 17 0 44508867 11187552256 1166200 33554432000 4194304 4196468 140733718694656 140733718677200 139845796060919 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
/proc/3467/statm: 2731336 1166200 3192 1 0 2693827 0
[pid=3467/tid=3469] ppid=3464 vsize=10925344 memory=4664492 CPUtime=2348.64 cores=0,2,4,6
/proc/3467/task/3469/stat : 3469 (java) R 3464 3467 1778 0 -1 4202560 132709 0 0 0 234833 31 0 0 20 0 17 0 44508867 11187552256 1166200 33554432000 4194304 4196468 140733718694656 139845800298136 139845432532345 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3470] ppid=3464 vsize=10925344 memory=0 CPUtime=10.41 cores=0,2,4,6
/proc/3467/task/3470/stat : 3470 (java) S 3464 3467 1778 0 -1 1077944384 31315 0 0 0 950 91 0 0 20 0 17 0 44508868 11187552256 1166200 33554432000 4194304 4196468 140733718694656 139845748681488 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3471] ppid=3464 vsize=10925344 memory=4664492 CPUtime=10.43 cores=0,2,4,6
/proc/3467/task/3471/stat : 3471 (java) S 3464 3467 1778 0 -1 1077944384 32061 0 0 0 955 88 0 0 20 0 17 0 44508868 11187552256 1166200 33554432000 4194304 4196468 140733718694656 139845747628944 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3472] ppid=3464 vsize=10925344 memory=4664492 CPUtime=10.49 cores=0,2,4,6
/proc/3467/task/3472/stat : 3472 (java) S 3464 3467 1778 0 -1 1077944384 29293 0 0 0 960 89 0 0 20 0 17 0 44508868 11187552256 1166200 33554432000 4194304 4196468 140733718694656 139845400452112 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3473] ppid=3464 vsize=10925344 memory=4664492 CPUtime=10.4 cores=0,2,4,6
/proc/3467/task/3473/stat : 3473 (java) S 3464 3467 1778 0 -1 1077944384 30930 0 0 0 951 89 0 0 20 0 17 0 44508868 11187552256 1166200 33554432000 4194304 4196468 140733718694656 139845399399568 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3474] ppid=3464 vsize=10925344 memory=4664492 CPUtime=3.07 cores=0,2,4,6
/proc/3467/task/3474/stat : 3474 (java) S 3464 3467 1778 0 -1 1077944384 16285 0 0 0 304 3 0 0 20 0 17 0 44508869 11187552256 1166200 33554432000 4194304 4196468 140733718694656 139845355821040 139845796072066 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3475] ppid=3464 vsize=10925344 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3475/stat : 3475 (java) S 3464 3467 1778 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 44508870 11187552256 1166200 33554432000 4194304 4196468 140733718694656 139845354767328 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3476] ppid=3464 vsize=10925344 memory=4664492 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3476/stat : 3476 (java) S 3464 3467 1778 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 44508870 11187552256 1166200 33554432000 4194304 4196468 140733718694656 139845353714688 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3477] ppid=3464 vsize=10925344 memory=4664492 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3477/stat : 3477 (java) S 3464 3467 1778 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 17 0 44508872 11187552256 1166200 33554432000 4194304 4196468 140733718694656 139845352663248 139845796079515 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3478] ppid=3464 vsize=10925344 memory=4664492 CPUtime=2.4 cores=0,2,4,6
/proc/3467/task/3478/stat : 3478 (java) S 3464 3467 1778 0 -1 1077944384 10907 0 0 0 239 1 0 0 20 0 17 0 44508872 11187552256 1166200 33554432000 4194304 4196468 140733718694656 139845351610864 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3479] ppid=3464 vsize=10925344 memory=4664492 CPUtime=2.35 cores=0,2,4,6
/proc/3467/task/3479/stat : 3479 (java) S 3464 3467 1778 0 -1 1077944384 9689 0 0 0 234 1 0 0 20 0 17 0 44508872 11187552256 1166200 33554432000 4194304 4196468 140733718694656 139845350558320 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3480] ppid=3464 vsize=10925344 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/3467/task/3480/stat : 3480 (java) S 3464 3467 1778 0 -1 1077944384 5851 0 0 0 46 1 0 0 20 0 17 0 44508872 11187552256 1166200 33554432000 4194304 4196468 140733718694656 139845349505776 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3481] ppid=3464 vsize=10925344 memory=281344921031152 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3481/stat : 3481 (java) S 3464 3467 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44508873 11187552256 1166200 33554432000 4194304 4196468 140733718694656 139845348453472 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3482] ppid=3464 vsize=10925344 memory=4664492 CPUtime=1.47 cores=0,2,4,6
/proc/3467/task/3482/stat : 3482 (java) S 3464 3467 1778 0 -1 1077944384 2327 0 0 0 75 72 0 0 20 0 17 0 44508873 11187552256 1166200 33554432000 4194304 4196468 140733718694656 139845347399984 139845796072066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3736] ppid=3464 vsize=10925344 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3736/stat : 3736 (java) S 3464 3467 1778 0 -1 1077944384 186 0 0 0 0 0 0 0 20 0 17 0 44745058 11187552256 1166200 33554432000 4194304 4196468 140733718694656 139845345292528 139845796071125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
[pid=3467/tid=3737] ppid=3464 vsize=10925344 memory=640 CPUtime=0.01 cores=0,2,4,6
/proc/3467/task/3737/stat : 3737 (java) R 3464 3467 1778 0 -1 4202560 163 0 0 0 1 0 0 0 20 0 17 0 44745058 11187552256 1166200 33554432000 4194304 4196468 140733718694656 139845344230864 139845778276372 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140733718697073 140733718697225 140733718697225 140733718699983 0
Current children cumulated CPU time: 2400.25 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 4664800 KiB

Child status: 143
Real time (s): 2362.17
CPU time (s): 2400.34
CPU user time (s): 2395.77
CPU system time (s): 4.56819
CPU usage (%): 101.616
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 4664800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.77
system time used= 4.5682
maximum resident set size= 4665120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304433
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55837
involuntary context switches= 4289


# summary of solver processes directly reported to runsolver:
#   pid: 3467
#   total CPU time (s): 2400.34
#   total CPU user time (s): 2395.77
#   total CPU system time (s): 4.56819

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2297 second user time and 21.563 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 16:24:17
IDJOB=4289832
IDBENCH=141620
IDSOLVER=2742
FILE ID=node104/4289832-1532269457
RUNJOBID= node104-1532259870-1809
PBS_JOBID= 21018962
Free space on /tmp= 57244 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-45-30-00_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289832-1532269457/watcher-4289832-1532269457 -o /tmp/evaluation-result-4289832-1532269457/solver-4289832-1532269457 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532259870-1809 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289832-1532269457.xml

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

MD5SUM BENCH= b72bc3b5ed3d31a5026f863e7681236a
RANDOM SEED=574668547

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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.11
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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.11
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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.11
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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.11
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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:        20824028 kB
MemAvailable:   31291412 kB
Buffers:          239836 kB
Cached:         10435904 kB
SwapCached:            0 kB
Active:          2466504 kB
Inactive:        8910440 kB
Active(anon):     703716 kB
Inactive(anon):    17088 kB
Active(file):    1762788 kB
Inactive(file):  8893352 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2372 kB
Writeback:             0 kB
AnonPages:        808292 kB
Mapped:            47752 kB
Shmem:             17036 kB
Slab:             267424 kB
SReclaimable:     239704 kB
SUnreclaim:        27720 kB
KernelStack:        3840 kB
PageTables:         6456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1275484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    714752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57240 MiB
End job on node104 at 2018-07-22 17:03:39