Trace number 4297684

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Choco-solver 4.0.7b par (e747e1e)SAT 3.17265 0.89353

General information on the benchmark

NameMagicHexagon/
MagicHexagon-04-m004_c18.xml
MD5SUM2f4e790a4fde13aad103094a46699cf0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.17265
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297684-1532727542.xml"  -tl '20160s' -p 8
0.11/0.17	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297684-1532727542.xml, -tl, 20160s, -p, 8]
0.11/0.22	c 8 solvers in parallel
0.32/0.28	c parse instance...
1.01/0.59	c solve instance...
2.61/0.87	s SATISFIABLE
2.61/0.87	v <instantiation>
2.61/0.87	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] </list>
2.61/0.87	v 	<values>-4 30 29 19 31 12 -1 0 32 27 2 -2 15 6 26 20 7 18 17 1 14 -3 23 8 3 10 5 25 22 11 4 13 24 9 21 16 28 </values>
2.61/0.87	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297684-1532727542/watcher-4297684-1532727542 -o /tmp/evaluation-result-4297684-1532727542/solver-4297684-1532727542 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1532724458-31556 --watchdog 2580 HOME/xcsp3-exec -seed 174216448 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297684-1532727542.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=619, runsolver pid=615
Current StackSize limit: 8192 KiB


[startup+0.100126 s]*
/proc/loadavg: 8.26 8.37 8.29 2/199 648
/proc/meminfo: memFree=28129480/32770624 swapFree=67108792/67108860
[pid=619] ppid=615 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/619/stat : 619 (xcsp3-exec) S 615 619 31529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90317464 115843072 363 33554432000 4194304 5098028 140721011274560 140721011272664 140113369674364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27582464 140721011282998 140721011283200 140721011283200 140721011285962 0
/proc/619/statm: 28282 363 305 221 0 87 0
[pid=627] ppid=619 vsize=26104152 memory=27344 CPUtime=0.11 cores=0-7
/proc/627/stat : 627 (java) S 619 619 31529 0 -1 1077944320 5752 0 0 0 10 1 0 0 20 0 20 0 90317465 26730651648 6836 33554432000 4194304 4196468 140729495780224 140729495762768 140623207685879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
/proc/627/statm: 6526038 6836 3000 1 0 6488315 0
[pid=627/tid=628] ppid=619 vsize=26104152 memory=8318255677412212789 CPUtime=0.08 cores=0-7
/proc/627/task/628/stat : 628 (java) R 619 619 31529 0 -1 4202560 3779 0 0 0 8 0 0 0 20 0 20 0 90317465 26730651648 6836 33554432000 4194304 4196468 140729495780224 140623211919152 140622816203501 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=629] ppid=619 vsize=26104152 memory=288230600413020516 CPUtime=0 cores=0-7
/proc/627/task/629/stat : 629 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90317466 26730651648 6836 33554432000 4194304 4196468 140729495780224 140623160306448 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=630] ppid=619 vsize=26104152 memory=288370561077307008 CPUtime=0 cores=0-7
/proc/627/task/630/stat : 630 (java) S 619 619 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90317466 26730651648 6836 33554432000 4194304 4196468 140729495780224 140623159253904 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=632] ppid=619 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/627/task/632/stat : 632 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90317466 26730651648 6836 33554432000 4194304 4196468 140729495780224 140623158201360 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=634] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/634/stat : 634 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90317466 26730651648 6836 33554432000 4194304 4196468 140729495780224 140623157148816 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=635] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/635/stat : 635 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90317466 26730651648 6836 33554432000 4194304 4196468 140729495780224 140623156095248 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=636] ppid=619 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/627/task/636/stat : 636 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90317466 26730651648 6836 33554432000 4194304 4196468 140729495780224 140623155042704 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=637] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/637/stat : 637 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90317466 26730651648 6836 33554432000 4194304 4196468 140729495780224 140623153990160 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=638] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/638/stat : 638 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90317466 26730651648 6836 33554432000 4194304 4196468 140729495780224 140623152937616 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=639] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/639/stat : 639 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90317467 26730651648 6836 33554432000 4194304 4196468 140729495780224 140622334990832 140623207697026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=640] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/640/stat : 640 (java) S 619 619 31529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90317468 26730651648 6836 33554432000 4194304 4196468 140729495780224 140622333937056 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=641] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/641/stat : 641 (java) S 619 619 31529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90317468 26730651648 6836 33554432000 4194304 4196468 140729495780224 140622332884464 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=642] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/642/stat : 642 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90317470 26730651648 6836 33554432000 4194304 4196468 140729495780224 140622331833040 140623207704475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=643] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/643/stat : 643 (java) S 619 619 31529 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 90317470 26730651648 6836 33554432000 4194304 4196468 140729495780224 140622330779632 140623207697026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=644] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/644/stat : 644 (java) S 619 619 31529 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 90317470 26730651648 6836 33554432000 4194304 4196468 140729495780224 140622262429808 140623207697026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=645] ppid=619 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/627/task/645/stat : 645 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90317470 26730651648 6836 33554432000 4194304 4196468 140729495780224 140622261377264 140623207697026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=646] ppid=619 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/627/task/646/stat : 646 (java) R 619 619 31529 0 -1 4202560 256 0 0 0 1 0 0 0 20 0 20 0 90317470 26730651648 6836 33554432000 4194304 4196468 140729495780224 140622260324848 140623186386080 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=647] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/647/stat : 647 (java) S 619 619 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90317471 26730651648 6836 33554432000 4194304 4196468 140729495780224 140622259272416 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=648] ppid=619 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/627/task/648/stat : 648 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90317471 26730651648 6836 33554432000 4194304 4196468 140729495780224 140622258219952 140623207697026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28796 KiB

[startup+0.210336 s]*
/proc/loadavg: 8.26 8.37 8.29 3/199 648
/proc/meminfo: memFree=28118812/32770624 swapFree=67108792/67108860
[pid=619] ppid=615 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/619/stat : 619 (xcsp3-exec) S 615 619 31529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90317464 115843072 363 33554432000 4194304 5098028 140721011274560 140721011272664 140113369674364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27582464 140721011282998 140721011283200 140721011283200 140721011285962 0
/proc/619/statm: 28282 363 305 221 0 87 0
[pid=627] ppid=619 vsize=26104152 memory=39632 CPUtime=0.32 cores=0-7
/proc/627/stat : 627 (java) S 619 619 31529 0 -1 1077944320 8464 0 0 0 30 2 0 0 20 0 20 0 90317465 26730651648 9908 33554432000 4194304 4196468 140729495780224 140729495762768 140623207685879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
/proc/627/statm: 6526038 9908 3199 1 0 6488315 0
[pid=627/tid=628] ppid=619 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/627/task/628/stat : 628 (java) R 619 619 31529 0 -1 4202560 5613 0 0 0 18 1 0 0 20 0 20 0 90317465 26730651648 9908 33554432000 4194304 4196468 140729495780224 140623211920864 140623191729509 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=629] ppid=619 vsize=26104152 memory=288230600413020516 CPUtime=0 cores=0-7
/proc/627/task/629/stat : 629 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90317466 26730651648 9908 33554432000 4194304 4196468 140729495780224 140623160306448 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=630] ppid=619 vsize=26104152 memory=288370561077307008 CPUtime=0 cores=0-7
/proc/627/task/630/stat : 630 (java) S 619 619 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90317466 26730651648 9908 33554432000 4194304 4196468 140729495780224 140623159253904 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=632] ppid=619 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/627/task/632/stat : 632 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90317466 26730651648 9908 33554432000 4194304 4196468 140729495780224 140623158201360 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=634] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/634/stat : 634 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90317466 26730651648 9908 33554432000 4194304 4196468 140729495780224 140623157148816 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=635] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/635/stat : 635 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90317466 26730651648 9908 33554432000 4194304 4196468 140729495780224 140623156095248 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=636] ppid=619 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/627/task/636/stat : 636 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90317466 26730651648 9908 33554432000 4194304 4196468 140729495780224 140623155042704 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=637] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/637/stat : 637 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90317466 26730651648 9908 33554432000 4194304 4196468 140729495780224 140623153990160 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=638] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/638/stat : 638 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90317466 26730651648 9908 33554432000 4194304 4196468 140729495780224 140623152937616 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=639] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/639/stat : 639 (java) S 619 619 31529 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90317467 26730651648 9908 33554432000 4194304 4196468 140729495780224 140622334990832 140623207697026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=640] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/640/stat : 640 (java) S 619 619 31529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90317468 26730651648 9908 33554432000 4194304 4196468 140729495780224 140622333937056 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=641] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/641/stat : 641 (java) S 619 619 31529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90317468 26730651648 9908 33554432000 4194304 4196468 140729495780224 140622332884464 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=642] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/642/stat : 642 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90317470 26730651648 9908 33554432000 4194304 4196468 140729495780224 140622331833040 140623207704475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=643] ppid=619 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/627/task/643/stat : 643 (java) S 619 619 31529 0 -1 1077944384 474 0 0 0 2 0 0 0 20 0 20 0 90317470 26730651648 9908 33554432000 4194304 4196468 140729495780224 140622330779632 140623207697026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=644] ppid=619 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/627/task/644/stat : 644 (java) S 619 619 31529 0 -1 1077944384 155 0 0 0 1 0 0 0 20 0 20 0 90317470 26730651648 9908 33554432000 4194304 4196468 140729495780224 140622262429808 140623207697026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=645] ppid=619 vsize=26104152 memory=-1 CPUtime=0.01 cores=0-7
/proc/627/task/645/stat : 645 (java) S 619 619 31529 0 -1 1077944384 172 0 0 0 1 0 0 0 20 0 20 0 90317470 26730651648 9908 33554432000 4194304 4196468 140729495780224 140622261377264 140623207697026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=646] ppid=619 vsize=26104152 memory=0 CPUtime=0.07 cores=0-7
/proc/627/task/646/stat : 646 (java) S 619 619 31529 0 -1 1077944384 760 0 0 0 7 0 0 0 20 0 20 0 90317470 26730651648 9908 33554432000 4194304 4196468 140729495780224 140622260324720 140623207697026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=647] ppid=619 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/627/task/647/stat : 647 (java) S 619 619 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90317471 26730651648 9908 33554432000 4194304 4196468 140729495780224 140622259272416 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=648] ppid=619 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/627/task/648/stat : 648 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90317471 26730651648 9908 33554432000 4194304 4196468 140729495780224 140622258219952 140623207697026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41084 KiB

[startup+0.311036 s]*
/proc/loadavg: 8.26 8.37 8.29 3/199 648
/proc/meminfo: memFree=28112360/32770624 swapFree=67108792/67108860
[pid=619] ppid=615 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/619/stat : 619 (xcsp3-exec) S 615 619 31529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90317464 115843072 363 33554432000 4194304 5098028 140721011274560 140721011272664 140113369674364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27582464 140721011282998 140721011283200 140721011283200 140721011285962 0
/proc/619/statm: 28282 363 305 221 0 87 0
[pid=627] ppid=619 vsize=26108408 memory=46176 CPUtime=0.51 cores=0-7
/proc/627/stat : 627 (java) S 619 619 31529 0 -1 1077944320 9347 0 0 0 48 3 0 0 20 0 20 0 90317465 26735009792 11544 33554432000 4194304 4196468 140729495780224 140729495762768 140623207685879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
/proc/627/statm: 6527102 11544 3244 1 0 6488315 0
[pid=627/tid=628] ppid=619 vsize=26108408 memory=6935054825532540783 CPUtime=0.29 cores=0-7
/proc/627/task/628/stat : 628 (java) R 619 619 31529 0 -1 4202560 6335 0 0 0 27 2 0 0 20 0 20 0 90317465 26735009792 11613 33554432000 4194304 4196468 140729495780224 140623211919664 140623191766366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=629] ppid=619 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/627/task/629/stat : 629 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90317466 26735009792 11613 33554432000 4194304 4196468 140729495780224 140623160306448 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=630] ppid=619 vsize=26108408 memory=140184925595264 CPUtime=0 cores=0-7
/proc/627/task/630/stat : 630 (java) S 619 619 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90317466 26735009792 11613 33554432000 4194304 4196468 140729495780224 140623159253904 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=632] ppid=619 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/627/task/632/stat : 632 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90317466 26735009792 11613 33554432000 4194304 4196468 140729495780224 140623158201360 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=634] ppid=619 vsize=26108408 memory=2240 CPUtime=0 cores=0-7
/proc/627/task/634/stat : 634 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90317466 26735009792 11613 33554432000 4194304 4196468 140729495780224 140623157148816 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=635] ppid=619 vsize=26108408 memory=2241 CPUtime=0 cores=0-7
/proc/627/task/635/stat : 635 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90317466 26735009792 11613 33554432000 4194304 4196468 140729495780224 140623156095248 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=636] ppid=619 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/627/task/636/stat : 636 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90317466 26735009792 11613 33554432000 4194304 4196468 140729495780224 140623155042704 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=637] ppid=619 vsize=26108408 memory=280369559707168 CPUtime=0 cores=0-7
/proc/627/task/637/stat : 637 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90317466 26735009792 11613 33554432000 4194304 4196468 140729495780224 140623153990160 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=638] ppid=619 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/627/task/638/stat : 638 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90317466 26735009792 11613 33554432000 4194304 4196468 140729495780224 140623152937616 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=639] ppid=619 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/627/task/639/stat : 639 (java) S 619 619 31529 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90317467 26735009792 11613 33554432000 4194304 4196468 140729495780224 140622334990832 140623207697026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=640] ppid=619 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/627/task/640/stat : 640 (java) S 619 619 31529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90317468 26735009792 11613 33554432000 4194304 4196468 140729495780224 140622333937056 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=641] ppid=619 vsize=26108408 memory=225 CPUtime=0 cores=0-7
/proc/627/task/641/stat : 641 (java) S 619 619 31529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90317468 26735009792 11613 33554432000 4194304 4196468 140729495780224 140622332884464 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=642] ppid=619 vsize=26108408 memory=43 CPUtime=0 cores=0-7
/proc/627/task/642/stat : 642 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90317470 26735009792 11613 33554432000 4194304 4196468 140729495780224 140622331833040 140623207704475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=643] ppid=619 vsize=26108408 memory=69 CPUtime=0.02 cores=0-7
/proc/627/task/643/stat : 643 (java) S 619 619 31529 0 -1 1077944384 485 0 0 0 2 0 0 0 20 0 20 0 90317470 26735009792 11613 33554432000 4194304 4196468 140729495780224 140622330779632 140623207697026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=644] ppid=619 vsize=26108408 memory=14538 CPUtime=0.04 cores=0-7
/proc/627/task/644/stat : 644 (java) S 619 619 31529 0 -1 1077944384 264 0 0 0 4 0 0 0 20 0 20 0 90317470 26735009792 11613 33554432000 4194304 4196468 140729495780224 140622262429808 140623207697026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=645] ppid=619 vsize=26108408 memory=1 CPUtime=0.02 cores=0-7
/proc/627/task/645/stat : 645 (java) S 619 619 31529 0 -1 1077944384 178 0 0 0 2 0 0 0 20 0 20 0 90317470 26735009792 11613 33554432000 4194304 4196468 140729495780224 140622261377264 140623207697026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=646] ppid=619 vsize=26108408 memory=0 CPUtime=0.12 cores=0-7
/proc/627/task/646/stat : 646 (java) S 619 619 31529 0 -1 1077944384 835 0 0 0 12 0 0 0 20 0 20 0 90317470 26735009792 11613 33554432000 4194304 4196468 140729495780224 140622260324720 140623207697026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=647] ppid=619 vsize=26108408 memory=3467825727391412274 CPUtime=0 cores=0-7
/proc/627/task/647/stat : 647 (java) S 619 619 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90317471 26735009792 11613 33554432000 4194304 4196468 140729495780224 140622259272416 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=648] ppid=619 vsize=26108408 memory=2319684899342137649 CPUtime=0 cores=0-7
/proc/627/task/648/stat : 648 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90317471 26735009792 11613 33554432000 4194304 4196468 140729495780224 140622258219952 140623207697026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47628 KiB

[startup+0.70129 s]
/proc/loadavg: 8.26 8.37 8.29 4/199 648
/proc/meminfo: memFree=28095116/32770624 swapFree=67108792/67108860
[pid=619] ppid=615 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/619/stat : 619 (xcsp3-exec) S 615 619 31529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90317464 115843072 363 33554432000 4194304 5098028 140721011274560 140721011272664 140113369674364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27582464 140721011282998 140721011283200 140721011283200 140721011285962 0
/proc/619/statm: 28282 363 305 221 0 87 0
[pid=627] ppid=619 vsize=26643044 memory=88984 CPUtime=1.96 cores=0-7
/proc/627/stat : 627 (java) S 619 619 31529 0 -1 1077944320 13060 0 0 0 190 6 0 0 20 0 28 0 90317465 27282477056 22180 33554432000 4194304 4196468 140729495780224 140729495762768 140623207685879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
/proc/627/statm: 6660761 22180 3357 1 0 6621955 0
[pid=627/tid=628] ppid=619 vsize=26643044 memory=0 CPUtime=0.57 cores=0-7
/proc/627/task/628/stat : 628 (java) S 619 619 31529 0 -1 1077944384 7242 0 0 0 55 2 0 0 20 0 28 0 90317465 27282477056 22246 33554432000 4194304 4196468 140729495780224 140623211926656 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=629] ppid=619 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/627/task/629/stat : 629 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 90317466 27282477056 22246 33554432000 4194304 4196468 140729495780224 140623160306448 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=630] ppid=619 vsize=26643044 memory=4580 CPUtime=0 cores=0-7
/proc/627/task/630/stat : 630 (java) S 619 619 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90317466 27282477056 22246 33554432000 4194304 4196468 140729495780224 140623159253904 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=632] ppid=619 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/627/task/632/stat : 632 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90317466 27282477056 22246 33554432000 4194304 4196468 140729495780224 140623158201360 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=634] ppid=619 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/627/task/634/stat : 634 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 90317466 27282477056 22246 33554432000 4194304 4196468 140729495780224 140623157148816 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=635] ppid=619 vsize=26643044 memory=54 CPUtime=0 cores=0-7
/proc/627/task/635/stat : 635 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90317466 27282477056 22246 33554432000 4194304 4196468 140729495780224 140623156095248 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=636] ppid=619 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/627/task/636/stat : 636 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90317466 27282477056 22246 33554432000 4194304 4196468 140729495780224 140623155042704 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=637] ppid=619 vsize=26643044 memory=4404 CPUtime=0 cores=0-7
/proc/627/task/637/stat : 637 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 90317466 27282477056 22246 33554432000 4194304 4196468 140729495780224 140623153990160 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=638] ppid=619 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/627/task/638/stat : 638 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 90317466 27282477056 22246 33554432000 4194304 4196468 140729495780224 140623152937616 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=639] ppid=619 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/627/task/639/stat : 639 (java) S 619 619 31529 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 90317467 27282477056 22246 33554432000 4194304 4196468 140729495780224 140622334990832 140623207697026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=640] ppid=619 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/627/task/640/stat : 640 (java) S 619 619 31529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 90317468 27282477056 22246 33554432000 4194304 4196468 140729495780224 140622333937056 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=641] ppid=619 vsize=26643044 memory=64620 CPUtime=0 cores=0-7
/proc/627/task/641/stat : 641 (java) S 619 619 31529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 90317468 27282477056 22246 33554432000 4194304 4196468 140729495780224 140622332884464 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=642] ppid=619 vsize=26643044 memory=15876 CPUtime=0 cores=0-7
/proc/627/task/642/stat : 642 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90317470 27282477056 22246 33554432000 4194304 4196468 140729495780224 140622331833040 140623207704475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=643] ppid=619 vsize=26643044 memory=18268 CPUtime=0.15 cores=0-7
/proc/627/task/643/stat : 643 (java) R 619 619 31529 0 -1 4202560 1080 0 0 0 15 0 0 0 20 0 28 0 90317470 27282477056 22246 33554432000 4194304 4196468 140729495780224 140622330769424 140623187512673 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=644] ppid=619 vsize=26643044 memory=16084 CPUtime=0.16 cores=0-7
/proc/627/task/644/stat : 644 (java) R 619 619 31529 0 -1 4202560 761 0 0 0 16 0 0 0 20 0 28 0 90317470 27282477056 22246 33554432000 4194304 4196468 140729495780224 140622262421024 140623189229602 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=645] ppid=619 vsize=26643044 memory=4052 CPUtime=0.14 cores=0-7
/proc/627/task/645/stat : 645 (java) R 619 619 31529 0 -1 4202560 698 0 0 0 14 0 0 0 20 0 28 0 90317470 27282477056 22246 33554432000 4194304 4196468 140729495780224 140622261370288 140623207697814 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=646] ppid=619 vsize=26643044 memory=644 CPUtime=0.37 cores=0-7
/proc/627/task/646/stat : 646 (java) R 619 619 31529 0 -1 4202560 1673 0 0 0 36 1 0 0 20 0 28 0 90317470 27282477056 22246 33554432000 4194304 4196468 140729495780224 140622260321656 140623186671136 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=647] ppid=619 vsize=26643044 memory=1792 CPUtime=0 cores=0-7
/proc/627/task/647/stat : 647 (java) S 619 619 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90317471 27282477056 22246 33554432000 4194304 4196468 140729495780224 140622259272416 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=648] ppid=619 vsize=26643044 memory=1232 CPUtime=0 cores=0-7
/proc/627/task/648/stat : 648 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90317471 27282477056 22246 33554432000 4194304 4196468 140729495780224 140622258219952 140623207697026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
Current children cumulated CPU time: 1.96 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 90436 KiB

[startup+0.893482 s]
# the end of solver process 619 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.09985 s, system=0.072796 s

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

[startup+0.801291 s]
/proc/loadavg: 8.26 8.37 8.29 4/199 648
/proc/meminfo: memFree=28095116/32770624 swapFree=67108792/67108860
[pid=619] ppid=615 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/619/stat : 619 (xcsp3-exec) S 615 619 31529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90317464 115843072 363 33554432000 4194304 5098028 140721011274560 140721011272664 140113369674364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27582464 140721011282998 140721011283200 140721011283200 140721011285962 0
/proc/619/statm: 28282 363 305 221 0 87 0
[pid=627] ppid=619 vsize=26643044 memory=93576 CPUtime=2.61 cores=0-7
/proc/627/stat : 627 (java) S 619 619 31529 0 -1 1077944320 14423 0 0 0 255 6 0 0 20 0 28 0 90317465 27282477056 23394 33554432000 4194304 4196468 140729495780224 140729495762768 140623207685879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
/proc/627/statm: 6660761 23394 3361 1 0 6621955 0
[pid=627/tid=628] ppid=619 vsize=26643044 memory=2392 CPUtime=0.57 cores=0-7
/proc/627/task/628/stat : 628 (java) S 619 619 31529 0 -1 1077944384 7242 0 0 0 55 2 0 0 20 0 28 0 90317465 27282477056 23394 33554432000 4194304 4196468 140729495780224 140623211926656 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=629] ppid=619 vsize=26643044 memory=1228 CPUtime=0 cores=0-7
/proc/627/task/629/stat : 629 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 90317466 27282477056 23394 33554432000 4194304 4196468 140729495780224 140623160306448 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=630] ppid=619 vsize=26643044 memory=1452 CPUtime=0 cores=0-7
/proc/627/task/630/stat : 630 (java) S 619 619 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90317466 27282477056 23394 33554432000 4194304 4196468 140729495780224 140623159253904 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=632] ppid=619 vsize=26643044 memory=1200 CPUtime=0 cores=0-7
/proc/627/task/632/stat : 632 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90317466 27282477056 23394 33554432000 4194304 4196468 140729495780224 140623158201360 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=634] ppid=619 vsize=26643044 memory=33 CPUtime=0 cores=0-7
/proc/627/task/634/stat : 634 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 90317466 27282477056 23394 33554432000 4194304 4196468 140729495780224 140623157148816 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=635] ppid=619 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/627/task/635/stat : 635 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90317466 27282477056 23394 33554432000 4194304 4196468 140729495780224 140623156095248 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=636] ppid=619 vsize=26643044 memory=956 CPUtime=0 cores=0-7
/proc/627/task/636/stat : 636 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90317466 27282477056 23394 33554432000 4194304 4196468 140729495780224 140623155042704 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=637] ppid=619 vsize=26643044 memory=2464 CPUtime=0 cores=0-7
/proc/627/task/637/stat : 637 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 90317466 27282477056 23394 33554432000 4194304 4196468 140729495780224 140623153990160 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=638] ppid=619 vsize=26643044 memory=1576 CPUtime=0 cores=0-7
/proc/627/task/638/stat : 638 (java) S 619 619 31529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 90317466 27282477056 23394 33554432000 4194304 4196468 140729495780224 140623152937616 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=639] ppid=619 vsize=26643044 memory=928 CPUtime=0 cores=0-7
/proc/627/task/639/stat : 639 (java) S 619 619 31529 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 90317467 27282477056 23394 33554432000 4194304 4196468 140729495780224 140622334990832 140623207697026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=640] ppid=619 vsize=26643044 memory=2240 CPUtime=0 cores=0-7
/proc/627/task/640/stat : 640 (java) S 619 619 31529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 90317468 27282477056 23394 33554432000 4194304 4196468 140729495780224 140622333937056 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=641] ppid=619 vsize=26643044 memory=4128 CPUtime=0 cores=0-7
/proc/627/task/641/stat : 641 (java) S 619 619 31529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 90317468 27282477056 23394 33554432000 4194304 4196468 140729495780224 140622332884464 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=642] ppid=619 vsize=26643044 memory=2200 CPUtime=0 cores=0-7
/proc/627/task/642/stat : 642 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90317470 27282477056 23394 33554432000 4194304 4196468 140729495780224 140622331833040 140623207704475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=643] ppid=619 vsize=26643044 memory=7892 CPUtime=0.18 cores=0-7
/proc/627/task/643/stat : 643 (java) R 619 619 31529 0 -1 4202560 1551 0 0 0 18 0 0 0 20 0 28 0 90317470 27282477056 23394 33554432000 4194304 4196468 140729495780224 140622330765704 140623186077554 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=644] ppid=619 vsize=26643044 memory=840 CPUtime=0.2 cores=0-7
/proc/627/task/644/stat : 644 (java) D 619 619 31529 0 -1 4202560 1155 0 0 0 20 0 0 0 20 0 28 0 90317470 27282477056 23394 33554432000 4194304 4196468 140729495780224 140622262415832 140623199975328 0 4 0 16800975 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=645] ppid=619 vsize=26643044 memory=1800 CPUtime=0.16 cores=0-7
/proc/627/task/645/stat : 645 (java) D 619 619 31529 0 -1 4202560 858 0 0 0 16 0 0 0 20 0 28 0 90317470 27282477056 23394 33554432000 4194304 4196468 140729495780224 140622261358856 140623200403031 0 4 0 16800975 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=646] ppid=619 vsize=26643044 memory=41953 CPUtime=0.39 cores=0-7
/proc/627/task/646/stat : 646 (java) D 619 619 31529 0 -1 4202560 1904 0 0 0 38 1 0 0 20 0 28 0 90317470 27282477056 23394 33554432000 4194304 4196468 140729495780224 140622260321272 140623186521058 0 4 0 16800975 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=647] ppid=619 vsize=26643044 memory=4420 CPUtime=0 cores=0-7
/proc/627/task/647/stat : 647 (java) S 619 619 31529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90317471 27282477056 23394 33554432000 4194304 4196468 140729495780224 140622259272416 140623207696085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
[pid=627/tid=648] ppid=619 vsize=26643044 memory=41953 CPUtime=0 cores=0-7
/proc/627/task/648/stat : 648 (java) S 619 619 31529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90317471 27282477056 23394 33554432000 4194304 4196468 140729495780224 140622258219952 140623207697026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21905408 140729495786625 140729495786797 140729495786797 140729495789519 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 95028 KiB

Child status: 0
Real time (s): 0.89353
CPU time (s): 3.17265
CPU user time (s): 3.09985
CPU system time (s): 0.072796
CPU usage (%): 355.069
Max. virtual memory (cumulated for all children) (KiB): 26756172
Max. memory (cumulated for all children) (KiB): 95028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.09985
system time used= 0.072796
maximum resident set size= 101664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16087
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= 3219
involuntary context switches= 23


# summary of solver processes directly reported to runsolver:
#   pid: 619
#   total CPU time (s): 3.17265
#   total CPU user time (s): 3.09985
#   total CPU system time (s): 0.072796

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027455 second user time and 0.046775 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-27 23:39:02
IDJOB=4297684
IDBENCH=141563
IDSOLVER=2760
FILE ID=node150/4297684-1532727542
RUNJOBID= node150-1532724458-31556
PBS_JOBID= 21022339
Free space on /tmp= 53100 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-04-m004_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297684-1532727542/watcher-4297684-1532727542 -o /tmp/evaluation-result-4297684-1532727542/solver-4297684-1532727542 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1532724458-31556 --watchdog 2580  HOME/xcsp3-exec -seed 174216448 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297684-1532727542.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 2f4e790a4fde13aad103094a46699cf0
RANDOM SEED=174216448

node150.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.76
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.76
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.76
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.76
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:        28145948 kB
MemAvailable:   31938048 kB
Buffers:          188464 kB
Cached:          3842812 kB
SwapCached:           32 kB
Active:          1469228 kB
Inactive:        2615568 kB
Active(anon):       4884 kB
Inactive(anon):    76192 kB
Active(file):    1464344 kB
Inactive(file):  2539376 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             21820 kB
Writeback:             0 kB
AnonPages:        110784 kB
Mapped:            42328 kB
Shmem:             25156 kB
Slab:             236240 kB
SReclaimable:     208428 kB
SUnreclaim:        27812 kB
KernelStack:        3520 kB
PageTables:         6060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53080 MiB
End job on node150 at 2018-07-27 23:39:03