Trace number 4403654

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
choco-solver 2019-09-20SAT (MO)5189 1.69404 0.733082

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr22a.xml
MD5SUM8cf591d8b3ba65ef1650a88ec52af52c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3078
Best CPU time to get the best result obtained on this benchmark10.4002
Satisfiable
(Un)Satisfiability was proved
Number of variables506
Number of constraints22
Number of domains2
Minimum domain size22
Maximum domain size45
Distribution of domain sizes[{"size":22,"count":22},{"size":45,"count":21}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":463},{"degree":2,"count":32},{"degree":3,"count":4},{"degree":4,"count":5},{"degree":5,"count":2}]
Minimum constraint arity3
Maximum constraint arity22
Distribution of constraint arities[{"arity":3,"count":21},{"arity":22,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"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

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403654-1568989163.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403654-1568989163.xml, -tl, 2520s, -p, 4]
0.33/0.22	c 4 solvers in parallel
0.33/0.28	c parse instance...
0.99/0.56	c solve instance...
1.28/0.67	o 6036 
1.28/0.67	o 5810 
1.28/0.68	o 5622 
1.28/0.68	o 5496 
1.28/0.69	o 5328 
1.28/0.69	o 5271 
1.63/0.70	o 5220 
1.63/0.71	o 5189 
1.63/0.71	s SATISFIABLE
1.63/0.71	v <instantiation>
1.63/0.71	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] d[0][1] d[0][2] d[0][3] d[0][4] d[1][5] d[1][6] d[2][7] d[2][8] d[4][9] d[4][10] d[5][11] d[5][12] d[6][13] d[9][14] d[9][15] d[9][16] d[10][17] d[13][18] d[13][19] d[14][20] d[15][21] </list>
1.63/0.71	v 	<values>0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 20 17 18 19 15 21 16 8 14 16 30 12 11 21 37 16 12 33 13 38 15 14 15 14 24 37 12 12 </values>
1.63/0.71	v </instantiation>
1.63/0.71	c Unexpected resolution interruption!

Verifier Data

OK	5189

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 (4785 MiB free)
  memory of node 1: 16384 MiB (4887 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403654-1568989163/watcher-4403654-1568989163 -o /tmp/evaluation-result-4403654-1568989163/solver-4403654-1568989163 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568988008-30877 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 566731406 HOME/instance-4403654-1568989163.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=361, runsolver pid=358

[startup+0.100058 s]*
/proc/loadavg: 8.20 8.06 6.42 7/232 377
/proc/meminfo: memFree=9887536/32770624 swapFree=66938896/67108860
[pid=361] ppid=358 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/361/stat : 361 (xcsp3-exec) S 358 361 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475185962 115843072 362 33554432000 4194304 5098028 140721543975120 140721543973224 140714241852028 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10047488 140721543979899 140721543980141 140721543980141 140721543983050 0
/proc/361/statm: 28282 362 304 221 0 87 0
[pid=363] ppid=361 vsize=15144776 memory=29668 CPUtime=0.12 cores=0,2,4,6
/proc/363/stat : 363 (java) S 361 361 30846 0 -1 1077944320 5806 0 0 0 11 1 0 0 20 0 15 0 475185962 15508250624 7417 33554432000 4194304 4196468 140726456192128 140726456174672 139914805296887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
/proc/363/statm: 3786194 7417 3156 1 0 3748377 0
[pid=363/tid=364] ppid=361 vsize=15144776 memory=7883960649037381690 CPUtime=0.08 cores=0,2,4,6
/proc/363/task/364/stat : 364 (java) R 361 361 30846 0 -1 4202560 3736 0 0 0 8 0 0 0 20 0 15 0 475185962 15508250624 7417 33554432000 4194304 4196468 140726456192128 139914809528208 139914787164546 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=365] ppid=361 vsize=15144776 memory=12641 CPUtime=0 cores=0,2,4,6
/proc/363/task/365/stat : 365 (java) S 361 361 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475185963 15508250624 7417 33554432000 4194304 4196468 140726456192128 139914741533456 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=366] ppid=361 vsize=15144776 memory=3977724486223550112 CPUtime=0 cores=0,2,4,6
/proc/363/task/366/stat : 366 (java) S 361 361 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475185963 15508250624 7417 33554432000 4194304 4196468 140726456192128 139914740480912 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=367] ppid=361 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/363/task/367/stat : 367 (java) S 361 361 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475185963 15508250624 7417 33554432000 4194304 4196468 140726456192128 139914739428368 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=368] ppid=361 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/363/task/368/stat : 368 (java) S 361 361 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475185963 15508250624 7417 33554432000 4194304 4196468 140726456192128 139914738375824 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=369] ppid=361 vsize=15144776 memory=139772021855872 CPUtime=0 cores=0,2,4,6
/proc/363/task/369/stat : 369 (java) S 361 361 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475185964 15508250624 7417 33554432000 4194304 4196468 140726456192128 139914365609968 139914805308034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=370] ppid=361 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/363/task/370/stat : 370 (java) S 361 361 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475185965 15508250624 7417 33554432000 4194304 4196468 140726456192128 139914364556192 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=371] ppid=361 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/363/task/371/stat : 371 (java) S 361 361 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475185965 15508250624 7417 33554432000 4194304 4196468 140726456192128 139914363503600 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=372] ppid=361 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/363/task/372/stat : 372 (java) S 361 361 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475185967 15508250624 7417 33554432000 4194304 4196468 140726456192128 139914362452176 139914805315483 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=373] ppid=361 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/363/task/373/stat : 373 (java) R 361 361 30846 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 475185967 15508250624 7417 33554432000 4194304 4196468 140726456192128 139914361399792 139914805308034 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=374] ppid=361 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/363/task/374/stat : 374 (java) R 361 361 30846 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 15 0 475185967 15508250624 7417 33554432000 4194304 4196468 140726456192128 139914360347248 139914788732625 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=375] ppid=361 vsize=15144776 memory=139772021855872 CPUtime=0.02 cores=0,2,4,6
/proc/363/task/375/stat : 375 (java) R 361 361 30846 0 -1 4202560 353 0 0 0 2 0 0 0 20 0 15 0 475185967 15508250624 7417 33554432000 4194304 4196468 140726456192128 139914359294704 139914789404951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=376] ppid=361 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/363/task/376/stat : 376 (java) S 361 361 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475185968 15508250624 7417 33554432000 4194304 4196468 140726456192128 139914358242400 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=377] ppid=361 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/363/task/377/stat : 377 (java) S 361 361 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475185968 15508250624 7417 33554432000 4194304 4196468 140726456192128 139914357188912 139914805308034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31116 KiB

[startup+0.210703 s]*
/proc/loadavg: 8.20 8.06 6.42 7/232 377
/proc/meminfo: memFree=9876964/32770624 swapFree=66938896/67108860
[pid=361] ppid=358 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/361/stat : 361 (xcsp3-exec) S 358 361 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475185962 115843072 362 33554432000 4194304 5098028 140721543975120 140721543973224 140714241852028 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10047488 140721543979899 140721543980141 140721543980141 140721543983050 0
/proc/361/statm: 28282 362 304 221 0 87 0
[pid=363] ppid=361 vsize=15144776 memory=40320 CPUtime=0.33 cores=0,2,4,6
/proc/363/stat : 363 (java) S 361 361 30846 0 -1 1077944320 9286 0 0 0 31 2 0 0 20 0 15 0 475185962 15508250624 10080 33554432000 4194304 4196468 140726456192128 140726456174672 139914805296887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
/proc/363/statm: 3786194 10080 3297 1 0 3748377 0
[pid=363/tid=364] ppid=361 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/363/task/364/stat : 364 (java) R 361 361 30846 0 -1 4202560 6591 0 0 0 18 2 0 0 20 0 15 0 475185962 15508250624 10080 33554432000 4194304 4196468 140726456192128 139914809531584 139914789377374 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=365] ppid=361 vsize=15144776 memory=12641 CPUtime=0 cores=0,2,4,6
/proc/363/task/365/stat : 365 (java) S 361 361 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475185963 15508250624 10080 33554432000 4194304 4196468 140726456192128 139914741533456 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=366] ppid=361 vsize=15144776 memory=3977724486223550112 CPUtime=0 cores=0,2,4,6
/proc/363/task/366/stat : 366 (java) S 361 361 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475185963 15508250624 10080 33554432000 4194304 4196468 140726456192128 139914740480912 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=367] ppid=361 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/363/task/367/stat : 367 (java) S 361 361 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475185963 15508250624 10080 33554432000 4194304 4196468 140726456192128 139914739428368 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=368] ppid=361 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/363/task/368/stat : 368 (java) S 361 361 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475185963 15508250624 10080 33554432000 4194304 4196468 140726456192128 139914738375824 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=369] ppid=361 vsize=15144776 memory=139772021855872 CPUtime=0 cores=0,2,4,6
/proc/363/task/369/stat : 369 (java) S 361 361 30846 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475185964 15508250624 10080 33554432000 4194304 4196468 140726456192128 139914365609968 139914805308034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=370] ppid=361 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/363/task/370/stat : 370 (java) S 361 361 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475185965 15508250624 10080 33554432000 4194304 4196468 140726456192128 139914364556192 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=371] ppid=361 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/363/task/371/stat : 371 (java) S 361 361 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475185965 15508250624 10080 33554432000 4194304 4196468 140726456192128 139914363503600 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=372] ppid=361 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/363/task/372/stat : 372 (java) S 361 361 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475185967 15508250624 10080 33554432000 4194304 4196468 140726456192128 139914362452176 139914805315483 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=373] ppid=361 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/363/task/373/stat : 373 (java) S 361 361 30846 0 -1 1077944384 477 0 0 0 2 0 0 0 20 0 15 0 475185967 15508250624 10080 33554432000 4194304 4196468 140726456192128 139914361399792 139914805308034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=374] ppid=361 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/363/task/374/stat : 374 (java) S 361 361 30846 0 -1 1077944384 149 0 0 0 2 0 0 0 20 0 15 0 475185967 15508250624 10080 33554432000 4194304 4196468 140726456192128 139914360347248 139914805308034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=375] ppid=361 vsize=15144776 memory=139772021855872 CPUtime=0.08 cores=0,2,4,6
/proc/363/task/375/stat : 375 (java) S 361 361 30846 0 -1 1077944384 777 0 0 0 8 0 0 0 20 0 15 0 475185967 15508250624 10080 33554432000 4194304 4196468 140726456192128 139914359294704 139914805308034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=376] ppid=361 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/363/task/376/stat : 376 (java) S 361 361 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475185968 15508250624 10080 33554432000 4194304 4196468 140726456192128 139914358242400 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=377] ppid=361 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/363/task/377/stat : 377 (java) S 361 361 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475185968 15508250624 10080 33554432000 4194304 4196468 140726456192128 139914357188912 139914805308034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41768 KiB

[startup+0.311798 s]*
/proc/loadavg: 8.20 8.06 6.42 6/232 377
/proc/meminfo: memFree=9868092/32770624 swapFree=66938896/67108860
[pid=361] ppid=358 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/361/stat : 361 (xcsp3-exec) S 358 361 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475185962 115843072 362 33554432000 4194304 5098028 140721543975120 140721543973224 140714241852028 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10047488 140721543979899 140721543980141 140721543980141 140721543983050 0
/proc/361/statm: 28282 362 304 221 0 87 0
[pid=363] ppid=361 vsize=15149032 memory=49360 CPUtime=0.51 cores=0,2,4,6
/proc/363/stat : 363 (java) S 361 361 30846 0 -1 1077944320 10660 0 0 0 48 3 0 0 20 0 15 0 475185962 15512608768 12340 33554432000 4194304 4196468 140726456192128 140726456174672 139914805296887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
/proc/363/statm: 3787258 12340 3355 1 0 3748377 0
[pid=363/tid=364] ppid=361 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/363/task/364/stat : 364 (java) R 361 361 30846 0 -1 4202560 7783 0 0 0 28 2 0 0 20 0 15 0 475185962 15512608768 12437 33554432000 4194304 4196468 140726456192128 139914809528000 139914805318813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=365] ppid=361 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/363/task/365/stat : 365 (java) S 361 361 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475185963 15512608768 12437 33554432000 4194304 4196468 140726456192128 139914741533456 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=366] ppid=361 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/363/task/366/stat : 366 (java) S 361 361 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475185963 15512608768 12437 33554432000 4194304 4196468 140726456192128 139914740480912 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=367] ppid=361 vsize=15149032 memory=3475195960850671461 CPUtime=0 cores=0,2,4,6
/proc/363/task/367/stat : 367 (java) S 361 361 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475185963 15512608768 12437 33554432000 4194304 4196468 140726456192128 139914739428368 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=368] ppid=361 vsize=15149032 memory=-6876588461455810464 CPUtime=0 cores=0,2,4,6
/proc/363/task/368/stat : 368 (java) S 361 361 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475185963 15512608768 12437 33554432000 4194304 4196468 140726456192128 139914738375824 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=369] ppid=361 vsize=15149032 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/363/task/369/stat : 369 (java) S 361 361 30846 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475185964 15512608768 12437 33554432000 4194304 4196468 140726456192128 139914365609968 139914805308034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=370] ppid=361 vsize=15149032 memory=-8253362762724047225 CPUtime=0 cores=0,2,4,6
/proc/363/task/370/stat : 370 (java) S 361 361 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475185965 15512608768 12437 33554432000 4194304 4196468 140726456192128 139914364556192 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=371] ppid=361 vsize=15149032 memory=-8608168169079938421 CPUtime=0 cores=0,2,4,6
/proc/363/task/371/stat : 371 (java) S 361 361 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475185965 15512608768 12437 33554432000 4194304 4196468 140726456192128 139914363503600 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=372] ppid=361 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/363/task/372/stat : 372 (java) S 361 361 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475185967 15512608768 12437 33554432000 4194304 4196468 140726456192128 139914362452176 139914805315483 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=373] ppid=361 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/363/task/373/stat : 373 (java) S 361 361 30846 0 -1 1077944384 509 0 0 0 3 0 0 0 20 0 15 0 475185967 15512608768 12437 33554432000 4194304 4196468 140726456192128 139914361399792 139914805308034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=374] ppid=361 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/363/task/374/stat : 374 (java) S 361 361 30846 0 -1 1077944384 212 0 0 0 4 0 0 0 20 0 15 0 475185967 15512608768 12437 33554432000 4194304 4196468 140726456192128 139914360347248 139914805308034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=375] ppid=361 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/363/task/375/stat : 375 (java) S 361 361 30846 0 -1 1077944384 937 0 0 0 12 0 0 0 20 0 15 0 475185967 15512608768 12437 33554432000 4194304 4196468 140726456192128 139914359294704 139914805308034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=376] ppid=361 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/363/task/376/stat : 376 (java) S 361 361 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475185968 15512608768 12437 33554432000 4194304 4196468 140726456192128 139914358242400 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=377] ppid=361 vsize=15149032 memory=4049052965732169013 CPUtime=0 cores=0,2,4,6
/proc/363/task/377/stat : 377 (java) S 361 361 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475185968 15512608768 12437 33554432000 4194304 4196468 140726456192128 139914357188912 139914805308034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50808 KiB

[startup+0.701891 s]
/proc/loadavg: 8.20 8.06 6.42 10/232 377
/proc/meminfo: memFree=9856520/32770624 swapFree=66938896/67108860
[pid=361] ppid=358 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/361/stat : 361 (xcsp3-exec) S 358 361 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475185962 115843072 362 33554432000 4194304 5098028 140721543975120 140721543973224 140714241852028 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10047488 140721543979899 140721543980141 140721543980141 140721543983050 0
/proc/361/statm: 28282 362 304 221 0 87 0
[pid=363] ppid=361 vsize=15818852 memory=130468 CPUtime=1.63 cores=0,2,4,6
/proc/363/stat : 363 (java) S 361 361 30846 0 -1 1077944320 14476 0 0 0 157 6 0 0 20 0 19 0 475185962 16198504448 32617 33554432000 4194304 4196468 140726456192128 140726456174672 139914805296887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
/proc/363/statm: 3954713 32617 3458 1 0 3915813 0
[pid=363/tid=364] ppid=361 vsize=15818852 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/363/task/364/stat : 364 (java) S 361 361 30846 0 -1 1077944384 9166 0 0 0 52 3 0 0 20 0 19 0 475185962 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914809537664 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=365] ppid=361 vsize=15818852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/363/task/365/stat : 365 (java) S 361 361 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475185963 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914741533456 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=366] ppid=361 vsize=15818852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/363/task/366/stat : 366 (java) S 361 361 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475185963 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914740480912 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=367] ppid=361 vsize=15818852 memory=64424 CPUtime=0 cores=0,2,4,6
/proc/363/task/367/stat : 367 (java) S 361 361 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475185963 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914739428368 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=368] ppid=361 vsize=15818852 memory=53492 CPUtime=0 cores=0,2,4,6
/proc/363/task/368/stat : 368 (java) S 361 361 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475185963 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914738375824 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=369] ppid=361 vsize=15818852 memory=988 CPUtime=0 cores=0,2,4,6
/proc/363/task/369/stat : 369 (java) S 361 361 30846 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 475185964 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914365609968 139914805308034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=370] ppid=361 vsize=15818852 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/363/task/370/stat : 370 (java) S 361 361 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475185965 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914364556192 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=371] ppid=361 vsize=15818852 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/363/task/371/stat : 371 (java) S 361 361 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475185965 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914363503600 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=372] ppid=361 vsize=15818852 memory=10728 CPUtime=0 cores=0,2,4,6
/proc/363/task/372/stat : 372 (java) S 361 361 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475185967 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914362452176 139914805315483 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=373] ppid=361 vsize=15818852 memory=1552 CPUtime=0.22 cores=0,2,4,6
/proc/363/task/373/stat : 373 (java) R 361 361 30846 0 -1 4202560 983 0 0 0 22 0 0 0 20 0 19 0 475185967 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914361385888 139914786841361 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=374] ppid=361 vsize=15818852 memory=3640 CPUtime=0.25 cores=0,2,4,6
/proc/363/task/374/stat : 374 (java) R 361 361 30846 0 -1 4202560 642 0 0 0 25 0 0 0 20 0 19 0 475185967 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914360340352 139914786841327 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=375] ppid=361 vsize=15818852 memory=2832 CPUtime=0.35 cores=0,2,4,6
/proc/363/task/375/stat : 375 (java) R 361 361 30846 0 -1 4202560 1653 0 0 0 35 0 0 0 20 0 19 0 475185967 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914359294704 139914797534014 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=376] ppid=361 vsize=15818852 memory=784 CPUtime=0 cores=0,2,4,6
/proc/363/task/376/stat : 376 (java) S 361 361 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475185968 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914358242400 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=377] ppid=361 vsize=15818852 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/363/task/377/stat : 377 (java) S 361 361 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475185968 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914357188912 139914805308034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 15931980 KiB
Current children cumulated memory: 131916 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+0.701891 s]
/proc/loadavg: 8.20 8.06 6.42 10/232 377
/proc/meminfo: memFree=9856520/32770624 swapFree=66938896/67108860
[pid=361] ppid=358 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/361/stat : 361 (xcsp3-exec) S 358 361 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475185962 115843072 362 33554432000 4194304 5098028 140721543975120 140721543973224 140714241852028 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10047488 140721543979899 140721543980141 140721543980141 140721543983050 0
/proc/361/statm: 28282 362 304 221 0 87 0
[pid=363] ppid=361 vsize=15818852 memory=130468 CPUtime=1.63 cores=0,2,4,6
/proc/363/stat : 363 (java) S 361 361 30846 0 -1 1077944320 14476 0 0 0 157 6 0 0 20 0 19 0 475185962 16198504448 32617 33554432000 4194304 4196468 140726456192128 140726456174672 139914805296887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
/proc/363/statm: 3954713 32617 3458 1 0 3915813 0
[pid=363/tid=364] ppid=361 vsize=15818852 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/363/task/364/stat : 364 (java) S 361 361 30846 0 -1 1077944384 9166 0 0 0 52 3 0 0 20 0 19 0 475185962 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914809537664 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=365] ppid=361 vsize=15818852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/363/task/365/stat : 365 (java) S 361 361 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475185963 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914741533456 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=366] ppid=361 vsize=15818852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/363/task/366/stat : 366 (java) S 361 361 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475185963 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914740480912 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=367] ppid=361 vsize=15818852 memory=64424 CPUtime=0 cores=0,2,4,6
/proc/363/task/367/stat : 367 (java) S 361 361 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475185963 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914739428368 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=368] ppid=361 vsize=15818852 memory=53492 CPUtime=0 cores=0,2,4,6
/proc/363/task/368/stat : 368 (java) S 361 361 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475185963 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914738375824 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=369] ppid=361 vsize=15818852 memory=988 CPUtime=0 cores=0,2,4,6
/proc/363/task/369/stat : 369 (java) S 361 361 30846 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 475185964 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914365609968 139914805308034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=370] ppid=361 vsize=15818852 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/363/task/370/stat : 370 (java) S 361 361 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475185965 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914364556192 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=371] ppid=361 vsize=15818852 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/363/task/371/stat : 371 (java) S 361 361 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475185965 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914363503600 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=372] ppid=361 vsize=15818852 memory=10728 CPUtime=0 cores=0,2,4,6
/proc/363/task/372/stat : 372 (java) S 361 361 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475185967 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914362452176 139914805315483 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=373] ppid=361 vsize=15818852 memory=1552 CPUtime=0.22 cores=0,2,4,6
/proc/363/task/373/stat : 373 (java) R 361 361 30846 0 -1 4202560 983 0 0 0 22 0 0 0 20 0 19 0 475185967 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914361385888 139914786841361 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=374] ppid=361 vsize=15818852 memory=3640 CPUtime=0.25 cores=0,2,4,6
/proc/363/task/374/stat : 374 (java) R 361 361 30846 0 -1 4202560 642 0 0 0 25 0 0 0 20 0 19 0 475185967 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914360340352 139914786841327 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=375] ppid=361 vsize=15818852 memory=2832 CPUtime=0.35 cores=0,2,4,6
/proc/363/task/375/stat : 375 (java) R 361 361 30846 0 -1 4202560 1653 0 0 0 35 0 0 0 20 0 19 0 475185967 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914359294704 139914797534014 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=376] ppid=361 vsize=15818852 memory=784 CPUtime=0 cores=0,2,4,6
/proc/363/task/376/stat : 376 (java) S 361 361 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475185968 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914358242400 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=377] ppid=361 vsize=15818852 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/363/task/377/stat : 377 (java) S 361 361 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475185968 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914357188912 139914805308034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 15931980 KiB
Current children cumulated memory: 131916 KiB

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

[startup+0.717862 s]
# the end of solver process 361 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000763 s, system=0.001527 s

[startup+0.73304 s]
# the end of solver process 363 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.62241 s, system=0.07163 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+0.701891 s]
/proc/loadavg: 8.20 8.06 6.42 10/232 377
/proc/meminfo: memFree=9856520/32770624 swapFree=66938896/67108860
[pid=361] ppid=358 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/361/stat : 361 (xcsp3-exec) S 358 361 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475185962 115843072 362 33554432000 4194304 5098028 140721543975120 140721543973224 140714241852028 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10047488 140721543979899 140721543980141 140721543980141 140721543983050 0
/proc/361/statm: 28282 362 304 221 0 87 0
[pid=363] ppid=361 vsize=15818852 memory=130468 CPUtime=1.63 cores=0,2,4,6
/proc/363/stat : 363 (java) S 361 361 30846 0 -1 1077944320 14476 0 0 0 157 6 0 0 20 0 19 0 475185962 16198504448 32617 33554432000 4194304 4196468 140726456192128 140726456174672 139914805296887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
/proc/363/statm: 3954713 32617 3458 1 0 3915813 0
[pid=363/tid=364] ppid=361 vsize=15818852 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/363/task/364/stat : 364 (java) S 361 361 30846 0 -1 1077944384 9166 0 0 0 52 3 0 0 20 0 19 0 475185962 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914809537664 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=365] ppid=361 vsize=15818852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/363/task/365/stat : 365 (java) S 361 361 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475185963 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914741533456 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=366] ppid=361 vsize=15818852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/363/task/366/stat : 366 (java) S 361 361 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475185963 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914740480912 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=367] ppid=361 vsize=15818852 memory=64424 CPUtime=0 cores=0,2,4,6
/proc/363/task/367/stat : 367 (java) S 361 361 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475185963 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914739428368 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=368] ppid=361 vsize=15818852 memory=53492 CPUtime=0 cores=0,2,4,6
/proc/363/task/368/stat : 368 (java) S 361 361 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475185963 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914738375824 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=369] ppid=361 vsize=15818852 memory=988 CPUtime=0 cores=0,2,4,6
/proc/363/task/369/stat : 369 (java) S 361 361 30846 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 475185964 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914365609968 139914805308034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=370] ppid=361 vsize=15818852 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/363/task/370/stat : 370 (java) S 361 361 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475185965 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914364556192 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=371] ppid=361 vsize=15818852 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/363/task/371/stat : 371 (java) S 361 361 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475185965 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914363503600 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=372] ppid=361 vsize=15818852 memory=10728 CPUtime=0 cores=0,2,4,6
/proc/363/task/372/stat : 372 (java) S 361 361 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475185967 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914362452176 139914805315483 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=373] ppid=361 vsize=15818852 memory=1552 CPUtime=0.22 cores=0,2,4,6
/proc/363/task/373/stat : 373 (java) R 361 361 30846 0 -1 4202560 983 0 0 0 22 0 0 0 20 0 19 0 475185967 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914361385888 139914786841361 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=374] ppid=361 vsize=15818852 memory=3640 CPUtime=0.25 cores=0,2,4,6
/proc/363/task/374/stat : 374 (java) R 361 361 30846 0 -1 4202560 642 0 0 0 25 0 0 0 20 0 19 0 475185967 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914360340352 139914786841327 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=375] ppid=361 vsize=15818852 memory=2832 CPUtime=0.35 cores=0,2,4,6
/proc/363/task/375/stat : 375 (java) R 361 361 30846 0 -1 4202560 1653 0 0 0 35 0 0 0 20 0 19 0 475185967 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914359294704 139914797534014 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=376] ppid=361 vsize=15818852 memory=784 CPUtime=0 cores=0,2,4,6
/proc/363/task/376/stat : 376 (java) S 361 361 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475185968 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914358242400 139914805307093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
[pid=363/tid=377] ppid=361 vsize=15818852 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/363/task/377/stat : 377 (java) S 361 361 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475185968 16198504448 32617 33554432000 4194304 4196468 140726456192128 139914357188912 139914805308034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38281216 140726456198127 140726456198298 140726456198298 140726456201167 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 15931980 KiB
Current children cumulated memory: 131916 KiB

Child status: 143
Real time (s): 0.733082
CPU time (s): 1.69404
CPU user time (s): 1.62241
CPU system time (s): 0.07163
CPU usage (%): 231.085
Max. virtual memory (cumulated for all children) (KiB): 15931980
Max. memory (cumulated for all children) (KiB): 131916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.62241
system time used= 0.07163
maximum resident set size= 156188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15268
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1916
involuntary context switches= 22


# summary of solver processes directly reported to runsolver:
#   pid: 361,363
#   total CPU time (s): 1.69404
#   total CPU user time (s): 1.62241
#   total CPU system time (s): 0.07163

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.020034 second user time and 0.056096 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-20 16:21:25
IDJOB=4403654
IDBENCH=123028
IDSOLVER=2863
FILE ID=node139/4403654-1568989163
RUNJOBID= node139-1568988008-30877
PBS_JOBID= 21704637
Free space on /tmp= 5060 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-chr22a.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403654-1568989163/watcher-4403654-1568989163 -o /tmp/evaluation-result-4403654-1568989163/solver-4403654-1568989163 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568988008-30877 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 566731406 HOME/instance-4403654-1568989163.xml

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

MD5SUM BENCH= 8cf591d8b3ba65ef1650a88ec52af52c
RANDOM SEED=566731406

node139.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.57
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.57
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.57
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.57
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:         9903976 kB
MemAvailable:   30652628 kB
Buffers:          134872 kB
Cached:         20482272 kB
SwapCached:        65320 kB
Active:         11382596 kB
Inactive:       10443440 kB
Active(anon):    1139864 kB
Inactive(anon):   114744 kB
Active(file):   10242732 kB
Inactive(file): 10328696 kB
Unevictable:      106908 kB
Mlocked:          106908 kB
SwapTotal:      67108860 kB
SwapFree:       66938896 kB
Dirty:             26288 kB
Writeback:             0 kB
AnonPages:       1372036 kB
Mapped:            64176 kB
Shmem:             37292 kB
Slab:             635160 kB
SReclaimable:     605684 kB
SUnreclaim:        29476 kB
KernelStack:        4336 kB
PageTables:         7976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3323464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1284096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 5036 MiB
End job on node139 at 2019-09-20 16:21:26