Trace number 4297413

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 4.0.7b par (e747e1e)OPT4 3.33359 1.00956

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-05_c18.xml
MD5SUM5e5be4f605afa886fe94f4d001b03361
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark3.33359
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints163
Number of domains2
Minimum domain size3
Maximum domain size12
Distribution of domain sizes[{"size":3,"count":25},{"size":12,"count":2}]
Minimum variable degree2
Maximum variable degree18
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":14,"count":16},{"degree":16,"count":8},{"degree":18,"count":1}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":161},{"arity":26,"count":2}]
Number of extensional constraints0
Number of intensional constraints161
Distribution of constraint types[{"type":"intension","count":161},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297413-1532723567.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297413-1532723567.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
2.09/0.81	c solve instance...
2.09/0.83	o 3 
2.09/0.84	o 4 
2.71/0.98	s OPTIMUM FOUND
2.71/0.98	v <instantiation>
2.71/0.98	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] 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[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] nb nw </list>
2.71/0.98	v 	<values>0 1 0 1 0 1 0 0 0 0 0 0 2 0 2 1 0 0 0 0 0 0 2 0 2 4 4 </values>
2.71/0.98	v </instantiation>

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297413-1532723567/watcher-4297413-1532723567 -o /tmp/evaluation-result-4297413-1532723567/solver-4297413-1532723567 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1532723567-8756 --watchdog 2580 HOME/xcsp3-exec -seed 1769174131 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297413-1532723567.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
Current StackSize limit: 8192 KiB

solver pid=8773, runsolver pid=8770

[startup+0.101098 s]*
/proc/loadavg: 8.37 8.44 8.40 2/203 8794
/proc/meminfo: memFree=23693584/32770624 swapFree=67108860/67108860
[pid=8773] ppid=8770 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8773/stat : 8773 (xcsp3-exec) S 8770 8773 8729 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89919855 115843072 363 33554432000 4194304 5098028 140729460577056 140729460575160 139957416960636 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38322176 140729460581429 140729460581632 140729460581632 140729460584394 0
/proc/8773/statm: 28282 363 305 221 0 87 0
[pid=8775] ppid=8773 vsize=26104152 memory=26864 CPUtime=0.11 cores=0-7
/proc/8775/stat : 8775 (java) S 8773 8773 8729 0 -1 1077944320 5657 0 0 0 10 1 0 0 20 0 20 0 89919855 26730651648 6716 33554432000 4194304 4196468 140728441979808 140728441962352 139782751452919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
/proc/8775/statm: 6526038 6716 3004 1 0 6488315 0
[pid=8775/tid=8776] ppid=8773 vsize=26104152 memory=4643664706948723612 CPUtime=0.08 cores=0-7
/proc/8775/task/8776/stat : 8776 (java) R 8773 8773 8729 0 -1 4202560 3666 0 0 0 8 0 0 0 20 0 20 0 89919855 26730651648 6716 33554432000 4194304 4196468 140728441979808 139782755679280 139782751464854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8777] ppid=8773 vsize=26104152 memory=732370261889194981 CPUtime=0 cores=0-7
/proc/8775/task/8777/stat : 8777 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26730651648 6716 33554432000 4194304 4196468 140728441979808 139782674032912 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8778] ppid=8773 vsize=26104152 memory=140123551741568 CPUtime=0 cores=0-7
/proc/8775/task/8778/stat : 8778 (java) S 8773 8773 8729 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89919856 26730651648 6716 33554432000 4194304 4196468 140728441979808 139782672980368 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8779] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8779/stat : 8779 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26730651648 6716 33554432000 4194304 4196468 140728441979808 139782671927824 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8780] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8780/stat : 8780 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26730651648 6716 33554432000 4194304 4196468 140728441979808 139782670875280 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8781] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8781/stat : 8781 (java) S 8773 8773 8729 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89919856 26730651648 6716 33554432000 4194304 4196468 140728441979808 139782669822736 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8782] ppid=8773 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/8775/task/8782/stat : 8782 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26730651648 6716 33554432000 4194304 4196468 140728441979808 139782668770192 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8783] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8783/stat : 8783 (java) S 8773 8773 8729 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89919856 26730651648 6716 33554432000 4194304 4196468 140728441979808 139782667717648 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8784] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8784/stat : 8784 (java) S 8773 8773 8729 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89919856 26730651648 6716 33554432000 4194304 4196468 140728441979808 139782666665104 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8785] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8785/stat : 8785 (java) S 8773 8773 8729 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89919858 26730651648 6716 33554432000 4194304 4196468 140728441979808 139781878073328 139782751464066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8786] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8786/stat : 8786 (java) S 8773 8773 8729 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89919858 26730651648 6716 33554432000 4194304 4196468 140728441979808 139781877019552 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8787] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8787/stat : 8787 (java) S 8773 8773 8729 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89919858 26730651648 6716 33554432000 4194304 4196468 140728441979808 139781875966960 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8788] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8788/stat : 8788 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919861 26730651648 6716 33554432000 4194304 4196468 140728441979808 139781874915536 139782751471515 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8789] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8789/stat : 8789 (java) S 8773 8773 8729 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 89919861 26730651648 6716 33554432000 4194304 4196468 140728441979808 139781873863152 139782751464066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8790] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8790/stat : 8790 (java) S 8773 8773 8729 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 89919861 26730651648 6716 33554432000 4194304 4196468 140728441979808 139781872810608 139782751464066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8791] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8791/stat : 8791 (java) S 8773 8773 8729 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89919861 26730651648 6716 33554432000 4194304 4196468 140728441979808 139781871758064 139782751464066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8792] ppid=8773 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/8775/task/8792/stat : 8792 (java) S 8773 8773 8729 0 -1 1077944384 255 0 0 0 1 0 0 0 20 0 20 0 89919861 26730651648 6716 33554432000 4194304 4196468 140728441979808 139781870705520 139782751464066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8793] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8793/stat : 8793 (java) S 8773 8773 8729 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89919861 26730651648 6716 33554432000 4194304 4196468 140728441979808 139781869652192 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8794] ppid=8773 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/8775/task/8794/stat : 8794 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919861 26730651648 6716 33554432000 4194304 4196468 140728441979808 139781868599728 139782751464066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28316 KiB

[startup+0.210644 s]*
/proc/loadavg: 8.37 8.44 8.40 3/203 8794
/proc/meminfo: memFree=23682312/32770624 swapFree=67108860/67108860
[pid=8773] ppid=8770 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8773/stat : 8773 (xcsp3-exec) S 8770 8773 8729 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89919855 115843072 363 33554432000 4194304 5098028 140729460577056 140729460575160 139957416960636 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38322176 140729460581429 140729460581632 140729460581632 140729460584394 0
/proc/8773/statm: 28282 363 305 221 0 87 0
[pid=8775] ppid=8773 vsize=26104152 memory=39748 CPUtime=0.33 cores=0-7
/proc/8775/stat : 8775 (java) S 8773 8773 8729 0 -1 1077944320 8501 0 0 0 31 2 0 0 20 0 20 0 89919855 26730651648 9937 33554432000 4194304 4196468 140728441979808 140728441962352 139782751452919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
/proc/8775/statm: 6526038 9937 3170 1 0 6488315 0
[pid=8775/tid=8776] ppid=8773 vsize=26104152 memory=0 CPUtime=0.19 cores=0-7
/proc/8775/task/8776/stat : 8776 (java) R 8773 8773 8729 0 -1 4202560 5563 0 0 0 18 1 0 0 20 0 20 0 89919855 26730651648 9937 33554432000 4194304 4196468 140728441979808 139782755686800 139782735533406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8777] ppid=8773 vsize=26104152 memory=732370261889194981 CPUtime=0 cores=0-7
/proc/8775/task/8777/stat : 8777 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26730651648 9937 33554432000 4194304 4196468 140728441979808 139782674032912 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8778] ppid=8773 vsize=26104152 memory=140123551741568 CPUtime=0 cores=0-7
/proc/8775/task/8778/stat : 8778 (java) S 8773 8773 8729 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89919856 26730651648 9937 33554432000 4194304 4196468 140728441979808 139782672980368 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8779] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8779/stat : 8779 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26730651648 9937 33554432000 4194304 4196468 140728441979808 139782671927824 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8780] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8780/stat : 8780 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26730651648 9937 33554432000 4194304 4196468 140728441979808 139782670875280 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8781] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8781/stat : 8781 (java) S 8773 8773 8729 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89919856 26730651648 9937 33554432000 4194304 4196468 140728441979808 139782669822736 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8782] ppid=8773 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/8775/task/8782/stat : 8782 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26730651648 9937 33554432000 4194304 4196468 140728441979808 139782668770192 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8783] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8783/stat : 8783 (java) S 8773 8773 8729 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89919856 26730651648 9937 33554432000 4194304 4196468 140728441979808 139782667717648 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8784] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8784/stat : 8784 (java) S 8773 8773 8729 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89919856 26730651648 9937 33554432000 4194304 4196468 140728441979808 139782666665104 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8785] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8785/stat : 8785 (java) S 8773 8773 8729 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 89919858 26730651648 9937 33554432000 4194304 4196468 140728441979808 139781878073328 139782751464066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8786] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8786/stat : 8786 (java) S 8773 8773 8729 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89919858 26730651648 9937 33554432000 4194304 4196468 140728441979808 139781877019552 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8787] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8787/stat : 8787 (java) S 8773 8773 8729 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89919858 26730651648 9937 33554432000 4194304 4196468 140728441979808 139781875966960 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8788] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8788/stat : 8788 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919861 26730651648 9937 33554432000 4194304 4196468 140728441979808 139781874915536 139782751471515 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8789] ppid=8773 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/8775/task/8789/stat : 8789 (java) S 8773 8773 8729 0 -1 1077944384 339 0 0 0 1 0 0 0 20 0 20 0 89919861 26730651648 9937 33554432000 4194304 4196468 140728441979808 139781873863152 139782751464066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8790] ppid=8773 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/8775/task/8790/stat : 8790 (java) S 8773 8773 8729 0 -1 1077944384 259 0 0 0 1 0 0 0 20 0 20 0 89919861 26730651648 9937 33554432000 4194304 4196468 140728441979808 139781872810608 139782751464066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8791] ppid=8773 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/8775/task/8791/stat : 8791 (java) S 8773 8773 8729 0 -1 1077944384 227 0 0 0 1 0 0 0 20 0 20 0 89919861 26730651648 9937 33554432000 4194304 4196468 140728441979808 139781871758064 139782751464066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8792] ppid=8773 vsize=26104152 memory=0 CPUtime=0.07 cores=0-7
/proc/8775/task/8792/stat : 8792 (java) S 8773 8773 8729 0 -1 1077944384 808 0 0 0 7 0 0 0 20 0 20 0 89919861 26730651648 9937 33554432000 4194304 4196468 140728441979808 139781870705520 139782751464066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8793] ppid=8773 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8793/stat : 8793 (java) S 8773 8773 8729 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89919861 26730651648 9937 33554432000 4194304 4196468 140728441979808 139781869652192 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8794] ppid=8773 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/8775/task/8794/stat : 8794 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919861 26730651648 9937 33554432000 4194304 4196468 140728441979808 139781868599728 139782751464066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41200 KiB

[startup+0.310633 s]*
/proc/loadavg: 8.37 8.44 8.40 2/203 8794
/proc/meminfo: memFree=23676232/32770624 swapFree=67108860/67108860
[pid=8773] ppid=8770 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8773/stat : 8773 (xcsp3-exec) S 8770 8773 8729 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89919855 115843072 363 33554432000 4194304 5098028 140729460577056 140729460575160 139957416960636 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38322176 140729460581429 140729460581632 140729460581632 140729460584394 0
/proc/8773/statm: 28282 363 305 221 0 87 0
[pid=8775] ppid=8773 vsize=26108408 memory=46576 CPUtime=0.51 cores=0-7
/proc/8775/stat : 8775 (java) S 8773 8773 8729 0 -1 1077944320 9349 0 0 0 48 3 0 0 20 0 20 0 89919855 26735009792 11644 33554432000 4194304 4196468 140728441979808 140728441962352 139782751452919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
/proc/8775/statm: 6527102 11644 3272 1 0 6488315 0
[pid=8775/tid=8776] ppid=8773 vsize=26108408 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8775/task/8776/stat : 8776 (java) R 8773 8773 8729 0 -1 4202560 6236 0 0 0 27 2 0 0 20 0 20 0 89919855 26735009792 11644 33554432000 4194304 4196468 140728441979808 139782755688032 139782735533406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8777] ppid=8773 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8777/stat : 8777 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26735009792 11644 33554432000 4194304 4196468 140728441979808 139782674032912 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8778] ppid=8773 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8778/stat : 8778 (java) S 8773 8773 8729 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89919856 26735009792 11644 33554432000 4194304 4196468 140728441979808 139782672980368 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8779] ppid=8773 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8779/stat : 8779 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26735009792 11644 33554432000 4194304 4196468 140728441979808 139782671927824 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8780] ppid=8773 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8780/stat : 8780 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26735009792 11644 33554432000 4194304 4196468 140728441979808 139782670875280 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8781] ppid=8773 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/8775/task/8781/stat : 8781 (java) S 8773 8773 8729 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89919856 26735009792 11699 33554432000 4194304 4196468 140728441979808 139782669822736 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8782] ppid=8773 vsize=26108408 memory=140123442344879 CPUtime=0 cores=0-7
/proc/8775/task/8782/stat : 8782 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26735009792 11699 33554432000 4194304 4196468 140728441979808 139782668770192 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8783] ppid=8773 vsize=26108408 memory=140123442347184 CPUtime=0 cores=0-7
/proc/8775/task/8783/stat : 8783 (java) S 8773 8773 8729 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89919856 26735009792 11699 33554432000 4194304 4196468 140728441979808 139782667717648 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8784] ppid=8773 vsize=26108408 memory=140123442349488 CPUtime=0 cores=0-7
/proc/8775/task/8784/stat : 8784 (java) S 8773 8773 8729 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89919856 26735009792 11699 33554432000 4194304 4196468 140728441979808 139782666665104 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8785] ppid=8773 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8785/stat : 8785 (java) S 8773 8773 8729 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 89919858 26735009792 11699 33554432000 4194304 4196468 140728441979808 139781878073328 139782751464066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8786] ppid=8773 vsize=26108408 memory=280246884705936 CPUtime=0 cores=0-7
/proc/8775/task/8786/stat : 8786 (java) S 8773 8773 8729 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89919858 26735009792 11699 33554432000 4194304 4196468 140728441979808 139781877019552 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8787] ppid=8773 vsize=26108408 memory=280246884712848 CPUtime=0 cores=0-7
/proc/8775/task/8787/stat : 8787 (java) S 8773 8773 8729 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89919858 26735009792 11699 33554432000 4194304 4196468 140728441979808 139781875966960 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8788] ppid=8773 vsize=26108408 memory=280246884654128 CPUtime=0 cores=0-7
/proc/8775/task/8788/stat : 8788 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919861 26735009792 11699 33554432000 4194304 4196468 140728441979808 139781874915536 139782751471515 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8789] ppid=8773 vsize=26108408 memory=280246884726672 CPUtime=0.02 cores=0-7
/proc/8775/task/8789/stat : 8789 (java) S 8773 8773 8729 0 -1 1077944384 344 0 0 0 2 0 0 0 20 0 20 0 89919861 26735009792 11699 33554432000 4194304 4196468 140728441979808 139781873863152 139782751464066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8790] ppid=8773 vsize=26108408 memory=280246884733584 CPUtime=0.02 cores=0-7
/proc/8775/task/8790/stat : 8790 (java) S 8773 8773 8729 0 -1 1077944384 267 0 0 0 2 0 0 0 20 0 20 0 89919861 26735009792 11699 33554432000 4194304 4196468 140728441979808 139781872810608 139782751464066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8791] ppid=8773 vsize=26108408 memory=280246884731280 CPUtime=0.03 cores=0-7
/proc/8775/task/8791/stat : 8791 (java) R 8773 8773 8729 0 -1 4202560 330 0 0 0 3 0 0 0 20 0 20 0 89919861 26735009792 11699 33554432000 4194304 4196468 140728441979808 139781871758064 139782732976112 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8792] ppid=8773 vsize=26108408 memory=280246884747440 CPUtime=0.12 cores=0-7
/proc/8775/task/8792/stat : 8792 (java) S 8773 8773 8729 0 -1 1077944384 878 0 0 0 12 0 0 0 20 0 20 0 89919861 26735009792 11699 33554432000 4194304 4196468 140728441979808 139781870705520 139782751464066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8793] ppid=8773 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8793/stat : 8793 (java) S 8773 8773 8729 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89919861 26735009792 11699 33554432000 4194304 4196468 140728441979808 139781869652192 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8794] ppid=8773 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/8775/task/8794/stat : 8794 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919861 26735009792 11699 33554432000 4194304 4196468 140728441979808 139781868599728 139782751464066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48028 KiB

[startup+0.701026 s]
/proc/loadavg: 8.37 8.44 8.40 6/203 8794
/proc/meminfo: memFree=23659424/32770624 swapFree=67108860/67108860
[pid=8773] ppid=8770 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8773/stat : 8773 (xcsp3-exec) S 8770 8773 8729 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89919855 115843072 363 33554432000 4194304 5098028 140729460577056 140729460575160 139957416960636 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38322176 140729460581429 140729460581632 140729460581632 140729460584394 0
/proc/8773/statm: 28282 363 305 221 0 87 0
[pid=8775] ppid=8773 vsize=26110532 memory=85328 CPUtime=1.69 cores=0-7
/proc/8775/stat : 8775 (java) S 8773 8773 8729 0 -1 1077944320 13002 0 0 0 165 4 0 0 20 0 20 0 89919855 26737184768 21332 33554432000 4194304 4196468 140728441979808 140728441962352 139782751452919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
/proc/8775/statm: 6527633 21332 3357 1 0 6488827 0
[pid=8775/tid=8776] ppid=8773 vsize=26110532 memory=280246885042368 CPUtime=0.66 cores=0-7
/proc/8775/task/8776/stat : 8776 (java) R 8773 8773 8729 0 -1 4202560 7169 0 0 0 64 2 0 0 20 0 20 0 89919855 26737184768 21332 33554432000 4194304 4196468 140728441979808 139782755691280 139782751464854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8777] ppid=8773 vsize=26110532 memory=5098126181534 CPUtime=0 cores=0-7
/proc/8775/task/8777/stat : 8777 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26737184768 21332 33554432000 4194304 4196468 140728441979808 139782674032912 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8778] ppid=8773 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8778/stat : 8778 (java) S 8773 8773 8729 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89919856 26737184768 21332 33554432000 4194304 4196468 140728441979808 139782672980368 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8779] ppid=8773 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8779/stat : 8779 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26737184768 21332 33554432000 4194304 4196468 140728441979808 139782671927824 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8780] ppid=8773 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8780/stat : 8780 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26737184768 21332 33554432000 4194304 4196468 140728441979808 139782670875280 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8781] ppid=8773 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8781/stat : 8781 (java) S 8773 8773 8729 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89919856 26737184768 21332 33554432000 4194304 4196468 140728441979808 139782669822736 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8782] ppid=8773 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8782/stat : 8782 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26737184768 21332 33554432000 4194304 4196468 140728441979808 139782668770192 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8783] ppid=8773 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8783/stat : 8783 (java) S 8773 8773 8729 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89919856 26737184768 21332 33554432000 4194304 4196468 140728441979808 139782667717648 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8784] ppid=8773 vsize=26110532 memory=1948 CPUtime=0 cores=0-7
/proc/8775/task/8784/stat : 8784 (java) S 8773 8773 8729 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89919856 26737184768 21332 33554432000 4194304 4196468 140728441979808 139782666665104 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8785] ppid=8773 vsize=26110532 memory=1224 CPUtime=0 cores=0-7
/proc/8775/task/8785/stat : 8785 (java) S 8773 8773 8729 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 89919858 26737184768 21332 33554432000 4194304 4196468 140728441979808 139781878073328 139782751464066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8786] ppid=8773 vsize=26110532 memory=1716 CPUtime=0 cores=0-7
/proc/8775/task/8786/stat : 8786 (java) S 8773 8773 8729 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89919858 26737184768 21332 33554432000 4194304 4196468 140728441979808 139781877019552 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8787] ppid=8773 vsize=26110532 memory=1424 CPUtime=0 cores=0-7
/proc/8775/task/8787/stat : 8787 (java) S 8773 8773 8729 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89919858 26737184768 21332 33554432000 4194304 4196468 140728441979808 139781875966960 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8788] ppid=8773 vsize=26110532 memory=796 CPUtime=0 cores=0-7
/proc/8775/task/8788/stat : 8788 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919861 26737184768 21332 33554432000 4194304 4196468 140728441979808 139781874915536 139782751471515 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8789] ppid=8773 vsize=26110532 memory=6947459183119263040 CPUtime=0.16 cores=0-7
/proc/8775/task/8789/stat : 8789 (java) R 8773 8773 8729 0 -1 4202560 643 0 0 0 16 0 0 0 20 0 20 0 89919861 26737184768 21332 33554432000 4194304 4196468 140728441979808 139781873863152 139782751474266 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8790] ppid=8773 vsize=26110532 memory=7013345330278519912 CPUtime=0.18 cores=0-7
/proc/8775/task/8790/stat : 8790 (java) S 8773 8773 8729 0 -1 1077944384 926 0 0 0 18 0 0 0 20 0 20 0 89919861 26737184768 21332 33554432000 4194304 4196468 140728441979808 139781872810608 139782751464066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8791] ppid=8773 vsize=26110532 memory=7368002589315584080 CPUtime=0.22 cores=0-7
/proc/8775/task/8791/stat : 8791 (java) R 8773 8773 8729 0 -1 4202560 859 0 0 0 22 0 0 0 20 0 20 0 89919861 26737184768 21332 33554432000 4194304 4196468 140728441979808 139781871746800 139782751474266 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8792] ppid=8773 vsize=26110532 memory=956 CPUtime=0.42 cores=0-7
/proc/8775/task/8792/stat : 8792 (java) R 8773 8773 8729 0 -1 4202560 2091 0 0 0 42 0 0 0 20 0 20 0 89919861 26737184768 21332 33554432000 4194304 4196468 140728441979808 139781870705520 139782751474266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8793] ppid=8773 vsize=26110532 memory=2340 CPUtime=0 cores=0-7
/proc/8775/task/8793/stat : 8793 (java) S 8773 8773 8729 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89919861 26737184768 21332 33554432000 4194304 4196468 140728441979808 139781869652192 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8794] ppid=8773 vsize=26110532 memory=1584 CPUtime=0 cores=0-7
/proc/8775/task/8794/stat : 8794 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919861 26737184768 21332 33554432000 4194304 4196468 140728441979808 139781868599728 139782751464066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 86780 KiB

[startup+1.0095 s]
# the end of solver process 8773 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.25529 s, system=0.078301 s

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

[startup+0.801105 s]
/proc/loadavg: 8.37 8.44 8.40 6/203 8794
/proc/meminfo: memFree=23659424/32770624 swapFree=67108860/67108860
[pid=8773] ppid=8770 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8773/stat : 8773 (xcsp3-exec) S 8770 8773 8729 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89919855 115843072 363 33554432000 4194304 5098028 140729460577056 140729460575160 139957416960636 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38322176 140729460581429 140729460581632 140729460581632 140729460584394 0
/proc/8773/statm: 28282 363 305 221 0 87 0
[pid=8775] ppid=8773 vsize=26110532 memory=108784 CPUtime=2.09 cores=0-7
/proc/8775/stat : 8775 (java) S 8773 8773 8729 0 -1 1077944320 13748 0 0 0 204 5 0 0 20 0 20 0 89919855 26737184768 27196 33554432000 4194304 4196468 140728441979808 140728441962352 139782751452919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
/proc/8775/statm: 6527633 27196 3366 1 0 6488827 0
[pid=8775/tid=8776] ppid=8773 vsize=26110532 memory=6944656592455360604 CPUtime=0.77 cores=0-7
/proc/8775/task/8776/stat : 8776 (java) R 8773 8773 8729 0 -1 4202560 7181 0 0 0 74 3 0 0 20 0 20 0 89919855 26737184768 27196 33554432000 4194304 4196468 140728441979808 139782755686176 139782751464854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8777] ppid=8773 vsize=26110532 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/8775/task/8777/stat : 8777 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26737184768 27196 33554432000 4194304 4196468 140728441979808 139782674032912 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8778] ppid=8773 vsize=26110532 memory=7014198508453392492 CPUtime=0 cores=0-7
/proc/8775/task/8778/stat : 8778 (java) S 8773 8773 8729 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89919856 26737184768 27196 33554432000 4194304 4196468 140728441979808 139782672980368 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8779] ppid=8773 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/8775/task/8779/stat : 8779 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26737184768 27196 33554432000 4194304 4196468 140728441979808 139782671927824 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8780] ppid=8773 vsize=26110532 memory=12136 CPUtime=0 cores=0-7
/proc/8775/task/8780/stat : 8780 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26737184768 27196 33554432000 4194304 4196468 140728441979808 139782670875280 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8781] ppid=8773 vsize=26110532 memory=1008 CPUtime=0 cores=0-7
/proc/8775/task/8781/stat : 8781 (java) S 8773 8773 8729 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89919856 26737184768 27196 33554432000 4194304 4196468 140728441979808 139782669822736 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8782] ppid=8773 vsize=26110532 memory=4620 CPUtime=0 cores=0-7
/proc/8775/task/8782/stat : 8782 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919856 26737184768 27196 33554432000 4194304 4196468 140728441979808 139782668770192 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8783] ppid=8773 vsize=26110532 memory=15872 CPUtime=0 cores=0-7
/proc/8775/task/8783/stat : 8783 (java) S 8773 8773 8729 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89919856 26737184768 27196 33554432000 4194304 4196468 140728441979808 139782667717648 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8784] ppid=8773 vsize=26110532 memory=15324 CPUtime=0 cores=0-7
/proc/8775/task/8784/stat : 8784 (java) S 8773 8773 8729 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89919856 26737184768 27196 33554432000 4194304 4196468 140728441979808 139782666665104 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8785] ppid=8773 vsize=26110532 memory=18276 CPUtime=0 cores=0-7
/proc/8775/task/8785/stat : 8785 (java) S 8773 8773 8729 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 89919858 26737184768 27196 33554432000 4194304 4196468 140728441979808 139781878073328 139782751464066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8786] ppid=8773 vsize=26110532 memory=4048 CPUtime=0 cores=0-7
/proc/8775/task/8786/stat : 8786 (java) S 8773 8773 8729 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89919858 26737184768 27196 33554432000 4194304 4196468 140728441979808 139781877019552 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8787] ppid=8773 vsize=26110532 memory=1792 CPUtime=0 cores=0-7
/proc/8775/task/8787/stat : 8787 (java) S 8773 8773 8729 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89919858 26737184768 27196 33554432000 4194304 4196468 140728441979808 139781875966960 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8788] ppid=8773 vsize=26110532 memory=1236 CPUtime=0 cores=0-7
/proc/8775/task/8788/stat : 8788 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919861 26737184768 27196 33554432000 4194304 4196468 140728441979808 139781874915536 139782751471515 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8789] ppid=8773 vsize=26110532 memory=648 CPUtime=0.24 cores=0-7
/proc/8775/task/8789/stat : 8789 (java) R 8773 8773 8729 0 -1 4202560 761 0 0 0 24 0 0 0 20 0 20 0 89919861 26737184768 27196 33554432000 4194304 4196468 140728441979808 139781873852752 139782730630241 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8790] ppid=8773 vsize=26110532 memory=0 CPUtime=0.26 cores=0-7
/proc/8775/task/8790/stat : 8790 (java) R 8773 8773 8729 0 -1 4202560 1190 0 0 0 26 0 0 0 20 0 20 0 89919861 26737184768 27196 33554432000 4194304 4196468 140728441979808 139781872796448 139782734839911 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8791] ppid=8773 vsize=26110532 memory=-7175753852218530195 CPUtime=0.29 cores=0-7
/proc/8775/task/8791/stat : 8791 (java) R 8773 8773 8729 0 -1 4202560 1004 0 0 0 29 0 0 0 20 0 20 0 89919861 26737184768 27196 33554432000 4194304 4196468 140728441979808 139781871738176 139782735845330 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8792] ppid=8773 vsize=26110532 memory=55 CPUtime=0.48 cores=0-7
/proc/8775/task/8792/stat : 8792 (java) S 8773 8773 8729 0 -1 1077944384 2298 0 0 0 48 0 0 0 20 0 20 0 89919861 26737184768 27196 33554432000 4194304 4196468 140728441979808 139781870705520 139782751464066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8793] ppid=8773 vsize=26110532 memory=3303 CPUtime=0 cores=0-7
/proc/8775/task/8793/stat : 8793 (java) S 8773 8773 8729 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89919861 26737184768 27196 33554432000 4194304 4196468 140728441979808 139781869652192 139782751463125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
[pid=8775/tid=8794] ppid=8773 vsize=26110532 memory=24057 CPUtime=0 cores=0-7
/proc/8775/task/8794/stat : 8794 (java) S 8773 8773 8729 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89919861 26737184768 27196 33554432000 4194304 4196468 140728441979808 139781868599728 139782751464066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39706624 140728441984129 140728441984301 140728441984301 140728441987023 0
Current children cumulated CPU time: 2.09 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 110236 KiB

[startup+1.00095 s]*
/proc/loadavg: 8.37 8.44 8.40 1/202 8818
/proc/meminfo: memFree=23546756/32770624 swapFree=67108860/67108860
[pid=8773] ppid=8770 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8773/stat : 8773 (xcsp3-exec) R 8770 8773 8729 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89919855 115843072 363 33554432000 4194304 5098028 140729460577056 140729460575160 139957416960636 0 65536 4100 65538 0 0 0 17 4 0 0 0 0 0 7196144 7232144 38322176 140729460581429 140729460581632 140729460581632 140729460584394 0
/proc/8773/statm: 28282 363 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 1.00956
CPU time (s): 3.33359
CPU user time (s): 3.25529
CPU system time (s): 0.078301
CPU usage (%): 330.202
Max. virtual memory (cumulated for all children) (KiB): 26758220
Max. memory (cumulated for all children) (KiB): 168200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.25529
system time used= 0.078301
maximum resident set size= 175780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17505
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= 3229
involuntary context switches= 35


# summary of solver processes directly reported to runsolver:
#   pid: 8773
#   total CPU time (s): 3.33359
#   total CPU user time (s): 3.25529
#   total CPU system time (s): 0.078301

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027442 second user time and 0.050818 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-27 22:32:47
IDJOB=4297413
IDBENCH=141491
IDSOLVER=2760
FILE ID=node132/4297413-1532723567
RUNJOBID= node132-1532723567-8756
PBS_JOBID= 21022337
Free space on /tmp= 52044 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-05_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-4297413-1532723567/watcher-4297413-1532723567 -o /tmp/evaluation-result-4297413-1532723567/solver-4297413-1532723567 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1532723567-8756 --watchdog 2580  HOME/xcsp3-exec -seed 1769174131 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297413-1532723567.xml

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

MD5SUM BENCH= 5e5be4f605afa886fe94f4d001b03361
RANDOM SEED=1769174131

node132.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.65
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.65
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.65
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.65
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:        23709772 kB
MemAvailable:   31927796 kB
Buffers:          186028 kB
Cached:          8237884 kB
SwapCached:            0 kB
Active:          2593364 kB
Inactive:        5884160 kB
Active(anon):       3588 kB
Inactive(anon):    77856 kB
Active(file):    2589776 kB
Inactive(file):  5806304 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21768 kB
Writeback:             0 kB
AnonPages:         60420 kB
Mapped:            41876 kB
Shmem:             25248 kB
Slab:             277736 kB
SReclaimable:     250404 kB
SUnreclaim:        27332 kB
KernelStack:        3168 kB
PageTables:         5400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52020 MiB
End job on node132 at 2018-07-27 22:32:48