Trace number 4297491

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 1.14591 0.555877

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-4x4_c18.xml
MD5SUM854371ae6c45321a117efbc84c9832b3
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 benchmark1.14591
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints16
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":16}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":8},{"degree":6,"count":4}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":8},{"arity":5,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":16}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297491-1532699389.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4297491-1532699389.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
0.68/0.50	c solve instance...
0.98/0.52	o 6 
0.98/0.53	o 5 
0.98/0.53	o 5 
0.98/0.54	o 4 
0.98/0.54	s OPTIMUM FOUND
0.98/0.54	v <instantiation>
0.98/0.54	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] </list>
0.98/0.54	v 	<values>0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 </values>
0.98/0.54	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 (7854 MiB free)
  memory of node 1: 16384 MiB (13451 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297491-1532699389/watcher-4297491-1532699389 -o /tmp/evaluation-result-4297491-1532699389/solver-4297491-1532699389 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1532694346-32289 --watchdog 2580 HOME/xcsp3-exec -seed 1213708557 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297491-1532699389.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=32647, runsolver pid=32644
Current StackSize limit: 8192 KiB


[startup+0.103103 s]*
/proc/loadavg: 8.00 8.66 8.80 2/204 32668
/proc/meminfo: memFree=21802252/32770624 swapFree=67108860/67108860
[pid=32647] ppid=32644 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32647/stat : 32647 (xcsp3-exec) S 32644 32647 32262 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 87502074 115843072 363 33554432000 4194304 5098028 140735769276048 140735769274152 139803167634044 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33812480 140735769281589 140735769281792 140735769281792 140735769284554 0
/proc/32647/statm: 28282 363 305 221 0 87 0
[pid=32649] ppid=32647 vsize=26104152 memory=27084 CPUtime=0.12 cores=0-7
/proc/32649/stat : 32649 (java) S 32647 32647 32262 0 -1 1077944320 5664 0 0 0 11 1 0 0 20 0 20 0 87502075 26730651648 6771 33554432000 4194304 4196468 140735725540672 140735725523216 140203081166583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
/proc/32649/statm: 6526038 6771 3004 1 0 6488315 0
[pid=32649/tid=32650] ppid=32647 vsize=26104152 memory=8112843785893749403 CPUtime=0.09 cores=0-7
/proc/32649/task/32650/stat : 32650 (java) R 32647 32647 32262 0 -1 4202560 3678 0 0 0 8 1 0 0 20 0 20 0 87502075 26730651648 6771 33554432000 4194304 4196468 140735725540672 140203085399856 140202714731963 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32651] ppid=32647 vsize=26104152 memory=732370471198768101 CPUtime=0 cores=0-7
/proc/32649/task/32651/stat : 32651 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502076 26730651648 6771 33554432000 4194304 4196468 140735725540672 140202639490064 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32652] ppid=32647 vsize=26104152 memory=140332861314688 CPUtime=0 cores=0-7
/proc/32649/task/32652/stat : 32652 (java) S 32647 32647 32262 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87502076 26730651648 6771 33554432000 4194304 4196468 140735725540672 140202638437520 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32653] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32653/stat : 32653 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502076 26730651648 6771 33554432000 4194304 4196468 140735725540672 140202637384464 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32654] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32654/stat : 32654 (java) S 32647 32647 32262 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87502076 26730651648 6771 33554432000 4194304 4196468 140735725540672 140202636331920 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32655] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32655/stat : 32655 (java) S 32647 32647 32262 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87502076 26730651648 6771 33554432000 4194304 4196468 140735725540672 140202635278864 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32656] ppid=32647 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/32649/task/32656/stat : 32656 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502076 26730651648 6771 33554432000 4194304 4196468 140735725540672 140202634226320 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32657] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32657/stat : 32657 (java) S 32647 32647 32262 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87502076 26730651648 6771 33554432000 4194304 4196468 140735725540672 140202633173264 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32658] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32658/stat : 32658 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502076 26730651648 6771 33554432000 4194304 4196468 140735725540672 140202632120720 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32659] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32659/stat : 32659 (java) S 32647 32647 32262 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87502077 26730651648 6771 33554432000 4194304 4196468 140735725540672 140202208561904 140203081177730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32660] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32660/stat : 32660 (java) S 32647 32647 32262 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 87502078 26730651648 6771 33554432000 4194304 4196468 140735725540672 140202207508128 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32661] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32661/stat : 32661 (java) S 32647 32647 32262 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 87502078 26730651648 6771 33554432000 4194304 4196468 140735725540672 140202206455024 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32662] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32662/stat : 32662 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502080 26730651648 6771 33554432000 4194304 4196468 140735725540672 140202205403600 140203081185179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32663] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32663/stat : 32663 (java) S 32647 32647 32262 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 87502080 26730651648 6771 33554432000 4194304 4196468 140735725540672 140202204350704 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32664] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32664/stat : 32664 (java) S 32647 32647 32262 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87502080 26730651648 6771 33554432000 4194304 4196468 140735725540672 140202203298160 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32665] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32665/stat : 32665 (java) S 32647 32647 32262 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 87502080 26730651648 6771 33554432000 4194304 4196468 140735725540672 140202202245104 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32666] ppid=32647 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/32649/task/32666/stat : 32666 (java) R 32647 32647 32262 0 -1 4202560 252 0 0 0 1 0 0 0 20 0 20 0 87502080 26730651648 6771 33554432000 4194304 4196468 140735725540672 140202201192560 140203065247070 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32667] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32667/stat : 32667 (java) S 32647 32647 32262 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87502081 26730651648 6771 33554432000 4194304 4196468 140735725540672 140202200140768 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32668] ppid=32647 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/32649/task/32668/stat : 32668 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502081 26730651648 6771 33554432000 4194304 4196468 140735725540672 140202199088304 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28536 KiB

[startup+0.210414 s]*
/proc/loadavg: 8.00 8.66 8.80 2/204 32668
/proc/meminfo: memFree=21790700/32770624 swapFree=67108860/67108860
[pid=32647] ppid=32644 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32647/stat : 32647 (xcsp3-exec) S 32644 32647 32262 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 87502074 115843072 363 33554432000 4194304 5098028 140735769276048 140735769274152 139803167634044 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33812480 140735769281589 140735769281792 140735769281792 140735769284554 0
/proc/32647/statm: 28282 363 305 221 0 87 0
[pid=32649] ppid=32647 vsize=26104152 memory=39712 CPUtime=0.33 cores=0-7
/proc/32649/stat : 32649 (java) S 32647 32647 32262 0 -1 1077944320 8484 0 0 0 31 2 0 0 20 0 20 0 87502075 26730651648 9928 33554432000 4194304 4196468 140735725540672 140735725523216 140203081166583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
/proc/32649/statm: 6526038 9928 3212 1 0 6488315 0
[pid=32649/tid=32650] ppid=32647 vsize=26104152 memory=0 CPUtime=0.19 cores=0-7
/proc/32649/task/32650/stat : 32650 (java) R 32647 32647 32262 0 -1 4202560 5544 0 0 0 18 1 0 0 20 0 20 0 87502075 26730651648 9928 33554432000 4194304 4196468 140735725540672 140203085403632 140203065247070 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32651] ppid=32647 vsize=26104152 memory=732370471198768101 CPUtime=0 cores=0-7
/proc/32649/task/32651/stat : 32651 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502076 26730651648 9928 33554432000 4194304 4196468 140735725540672 140202639490064 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32652] ppid=32647 vsize=26104152 memory=140332861314688 CPUtime=0 cores=0-7
/proc/32649/task/32652/stat : 32652 (java) S 32647 32647 32262 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87502076 26730651648 9928 33554432000 4194304 4196468 140735725540672 140202638437520 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32653] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32653/stat : 32653 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502076 26730651648 9928 33554432000 4194304 4196468 140735725540672 140202637384464 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32654] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32654/stat : 32654 (java) S 32647 32647 32262 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87502076 26730651648 9928 33554432000 4194304 4196468 140735725540672 140202636331920 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32655] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32655/stat : 32655 (java) S 32647 32647 32262 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87502076 26730651648 9928 33554432000 4194304 4196468 140735725540672 140202635278864 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32656] ppid=32647 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/32649/task/32656/stat : 32656 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502076 26730651648 9928 33554432000 4194304 4196468 140735725540672 140202634226320 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32657] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32657/stat : 32657 (java) S 32647 32647 32262 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87502076 26730651648 9928 33554432000 4194304 4196468 140735725540672 140202633173264 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32658] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32658/stat : 32658 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502076 26730651648 9928 33554432000 4194304 4196468 140735725540672 140202632120720 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32659] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32659/stat : 32659 (java) S 32647 32647 32262 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 87502077 26730651648 9928 33554432000 4194304 4196468 140735725540672 140202208561904 140203081177730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32660] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32660/stat : 32660 (java) S 32647 32647 32262 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 87502078 26730651648 9928 33554432000 4194304 4196468 140735725540672 140202207508128 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32661] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32661/stat : 32661 (java) S 32647 32647 32262 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 87502078 26730651648 9928 33554432000 4194304 4196468 140735725540672 140202206455024 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32662] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32662/stat : 32662 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502080 26730651648 9928 33554432000 4194304 4196468 140735725540672 140202205403600 140203081185179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32663] ppid=32647 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/32649/task/32663/stat : 32663 (java) S 32647 32647 32262 0 -1 1077944384 313 0 0 0 1 0 0 0 20 0 20 0 87502080 26730651648 9928 33554432000 4194304 4196468 140735725540672 140202204350704 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32664] ppid=32647 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/32649/task/32664/stat : 32664 (java) S 32647 32647 32262 0 -1 1077944384 92 0 0 0 1 0 0 0 20 0 20 0 87502080 26730651648 9928 33554432000 4194304 4196468 140735725540672 140202203298160 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32665] ppid=32647 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/32649/task/32665/stat : 32665 (java) S 32647 32647 32262 0 -1 1077944384 469 0 0 0 2 0 0 0 20 0 20 0 87502080 26730651648 9928 33554432000 4194304 4196468 140735725540672 140202202245104 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32666] ppid=32647 vsize=26104152 memory=0 CPUtime=0.07 cores=0-7
/proc/32649/task/32666/stat : 32666 (java) S 32647 32647 32262 0 -1 1077944384 753 0 0 0 7 0 0 0 20 0 20 0 87502080 26730651648 9928 33554432000 4194304 4196468 140735725540672 140202201192560 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32667] ppid=32647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32667/stat : 32667 (java) S 32647 32647 32262 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87502081 26730651648 9928 33554432000 4194304 4196468 140735725540672 140202200140768 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32668] ppid=32647 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/32649/task/32668/stat : 32668 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502081 26730651648 9928 33554432000 4194304 4196468 140735725540672 140202199088304 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41164 KiB

[startup+0.31042 s]*
/proc/loadavg: 8.00 8.66 8.80 4/204 32668
/proc/meminfo: memFree=21784248/32770624 swapFree=67108860/67108860
[pid=32647] ppid=32644 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32647/stat : 32647 (xcsp3-exec) S 32644 32647 32262 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 87502074 115843072 363 33554432000 4194304 5098028 140735769276048 140735769274152 139803167634044 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33812480 140735769281589 140735769281792 140735769281792 140735769284554 0
/proc/32647/statm: 28282 363 305 221 0 87 0
[pid=32649] ppid=32647 vsize=26108408 memory=46576 CPUtime=0.52 cores=0-7
/proc/32649/stat : 32649 (java) S 32647 32647 32262 0 -1 1077944320 9345 0 0 0 49 3 0 0 20 0 20 0 87502075 26735009792 11644 33554432000 4194304 4196468 140735725540672 140735725523216 140203081166583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
/proc/32649/statm: 6527102 11644 3252 1 0 6488315 0
[pid=32649/tid=32650] ppid=32647 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/32649/task/32650/stat : 32650 (java) R 32647 32647 32262 0 -1 4202560 6210 0 0 0 27 2 0 0 20 0 20 0 87502075 26735009792 11644 33554432000 4194304 4196468 140735725540672 140203085397696 140203065247070 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32651] ppid=32647 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32651/stat : 32651 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502076 26735009792 11644 33554432000 4194304 4196468 140735725540672 140202639490064 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32652] ppid=32647 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32652/stat : 32652 (java) S 32647 32647 32262 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87502076 26735009792 11644 33554432000 4194304 4196468 140735725540672 140202638437520 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32653] ppid=32647 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32653/stat : 32653 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502076 26735009792 11644 33554432000 4194304 4196468 140735725540672 140202637384464 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32654] ppid=32647 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32654/stat : 32654 (java) S 32647 32647 32262 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87502076 26735009792 11644 33554432000 4194304 4196468 140735725540672 140202636331920 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32655] ppid=32647 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/32649/task/32655/stat : 32655 (java) S 32647 32647 32262 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87502076 26735009792 11644 33554432000 4194304 4196468 140735725540672 140202635278864 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32656] ppid=32647 vsize=26108408 memory=140332754891695 CPUtime=0 cores=0-7
/proc/32649/task/32656/stat : 32656 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502076 26735009792 11644 33554432000 4194304 4196468 140735725540672 140202634226320 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32657] ppid=32647 vsize=26108408 memory=140332754894000 CPUtime=0 cores=0-7
/proc/32649/task/32657/stat : 32657 (java) S 32647 32647 32262 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87502076 26735009792 11644 33554432000 4194304 4196468 140735725540672 140202633173264 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32658] ppid=32647 vsize=26108408 memory=140332754896304 CPUtime=0 cores=0-7
/proc/32649/task/32658/stat : 32658 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502076 26735009792 11644 33554432000 4194304 4196468 140735725540672 140202632120720 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32659] ppid=32647 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32659/stat : 32659 (java) S 32647 32647 32262 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 87502077 26735009792 11644 33554432000 4194304 4196468 140735725540672 140202208561904 140203081177730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32660] ppid=32647 vsize=26108408 memory=280665509799568 CPUtime=0 cores=0-7
/proc/32649/task/32660/stat : 32660 (java) S 32647 32647 32262 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 87502078 26735009792 11644 33554432000 4194304 4196468 140735725540672 140202207508128 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32661] ppid=32647 vsize=26108408 memory=280665509806480 CPUtime=0 cores=0-7
/proc/32649/task/32661/stat : 32661 (java) S 32647 32647 32262 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 87502078 26735009792 11644 33554432000 4194304 4196468 140735725540672 140202206455024 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32662] ppid=32647 vsize=26108408 memory=280665509747760 CPUtime=0 cores=0-7
/proc/32649/task/32662/stat : 32662 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502080 26735009792 11644 33554432000 4194304 4196468 140735725540672 140202205403600 140203081185179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32663] ppid=32647 vsize=26108408 memory=280665509820304 CPUtime=0.03 cores=0-7
/proc/32649/task/32663/stat : 32663 (java) R 32647 32647 32262 0 -1 4202560 431 0 0 0 3 0 0 0 20 0 20 0 87502080 26735009792 11644 33554432000 4194304 4196468 140735725540672 140202204341088 140203062691128 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32664] ppid=32647 vsize=26108408 memory=280665509827216 CPUtime=0.02 cores=0-7
/proc/32649/task/32664/stat : 32664 (java) S 32647 32647 32262 0 -1 1077944384 98 0 0 0 2 0 0 0 20 0 20 0 87502080 26735009792 11644 33554432000 4194304 4196468 140735725540672 140202203298160 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32665] ppid=32647 vsize=26108408 memory=280665509824912 CPUtime=0.03 cores=0-7
/proc/32649/task/32665/stat : 32665 (java) S 32647 32647 32262 0 -1 1077944384 481 0 0 0 3 0 0 0 20 0 20 0 87502080 26735009792 11644 33554432000 4194304 4196468 140735725540672 140202202245104 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32666] ppid=32647 vsize=26108408 memory=280665509841072 CPUtime=0.12 cores=0-7
/proc/32649/task/32666/stat : 32666 (java) S 32647 32647 32262 0 -1 1077944384 814 0 0 0 12 0 0 0 20 0 20 0 87502080 26735009792 11644 33554432000 4194304 4196468 140735725540672 140202201192560 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32667] ppid=32647 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32667/stat : 32667 (java) S 32647 32647 32262 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87502081 26735009792 11644 33554432000 4194304 4196468 140735725540672 140202200140768 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32668] ppid=32647 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/32649/task/32668/stat : 32668 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502081 26735009792 11644 33554432000 4194304 4196468 140735725540672 140202199088304 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48028 KiB

[startup+0.55582 s]
# the end of solver process 32647 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.07112 s, system=0.074794 s

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

[startup+0.410195 s]*
/proc/loadavg: 8.00 8.66 8.80 4/204 32668
/proc/meminfo: memFree=21779224/32770624 swapFree=67108860/67108860
[pid=32647] ppid=32644 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32647/stat : 32647 (xcsp3-exec) S 32644 32647 32262 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 87502074 115843072 363 33554432000 4194304 5098028 140735769276048 140735769274152 139803167634044 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33812480 140735769281589 140735769281792 140735769281792 140735769284554 0
/proc/32647/statm: 28282 363 305 221 0 87 0
[pid=32649] ppid=32647 vsize=26110564 memory=53388 CPUtime=0.68 cores=0-7
/proc/32649/stat : 32649 (java) S 32647 32647 32262 0 -1 1077944320 10170 0 0 0 65 3 0 0 20 0 20 0 87502075 26737217536 13347 33554432000 4194304 4196468 140735725540672 140735725523216 140203081166583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
/proc/32649/statm: 6527641 13347 3275 1 0 6488835 0
[pid=32649/tid=32650] ppid=32647 vsize=26110532 memory=0 CPUtime=0.39 cores=0-7
/proc/32649/task/32650/stat : 32650 (java) D 32647 32647 32262 0 -1 1077944384 6918 0 0 0 37 2 0 0 20 0 20 0 87502075 26737184768 13347 33554432000 4194304 4196468 140735725540672 140203085382880 140203073845805 0 4 0 16800975 18446744072101813796 0 0 -1 6 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32651] ppid=32647 vsize=26110532 memory=732370471198768101 CPUtime=0 cores=0-7
/proc/32649/task/32651/stat : 32651 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502076 26737184768 13347 33554432000 4194304 4196468 140735725540672 140202639490064 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32652] ppid=32647 vsize=26110532 memory=140332861314688 CPUtime=0 cores=0-7
/proc/32649/task/32652/stat : 32652 (java) S 32647 32647 32262 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87502076 26737184768 13347 33554432000 4194304 4196468 140735725540672 140202638437520 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32653] ppid=32647 vsize=26110564 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32653/stat : 32653 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502076 26737217536 13347 33554432000 4194304 4196468 140735725540672 140202637384464 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32654] ppid=32647 vsize=26110564 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32654/stat : 32654 (java) S 32647 32647 32262 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87502076 26737217536 13347 33554432000 4194304 4196468 140735725540672 140202636331920 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32655] ppid=32647 vsize=26110564 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32655/stat : 32655 (java) S 32647 32647 32262 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87502076 26737217536 13347 33554432000 4194304 4196468 140735725540672 140202635278864 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32656] ppid=32647 vsize=26110564 memory=-1 CPUtime=0 cores=0-7
/proc/32649/task/32656/stat : 32656 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502076 26737217536 13347 33554432000 4194304 4196468 140735725540672 140202634226320 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32657] ppid=32647 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32657/stat : 32657 (java) S 32647 32647 32262 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87502076 26737184768 13347 33554432000 4194304 4196468 140735725540672 140202633173264 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32658] ppid=32647 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32658/stat : 32658 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502076 26737184768 13347 33554432000 4194304 4196468 140735725540672 140202632120720 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32659] ppid=32647 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32659/stat : 32659 (java) S 32647 32647 32262 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 87502077 26737184768 13347 33554432000 4194304 4196468 140735725540672 140202208561904 140203081177730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32660] ppid=32647 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32660/stat : 32660 (java) S 32647 32647 32262 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 87502078 26737184768 13347 33554432000 4194304 4196468 140735725540672 140202207508128 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32661] ppid=32647 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32661/stat : 32661 (java) S 32647 32647 32262 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 87502078 26737184768 13347 33554432000 4194304 4196468 140735725540672 140202206455024 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32662] ppid=32647 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32662/stat : 32662 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502080 26737184768 13347 33554432000 4194304 4196468 140735725540672 140202205403600 140203081185179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32663] ppid=32647 vsize=26110532 memory=0 CPUtime=0.05 cores=0-7
/proc/32649/task/32663/stat : 32663 (java) S 32647 32647 32262 0 -1 1077944384 440 0 0 0 5 0 0 0 20 0 20 0 87502080 26737184768 13347 33554432000 4194304 4196468 140735725540672 140202204350704 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32664] ppid=32647 vsize=26110532 memory=0 CPUtime=0.03 cores=0-7
/proc/32649/task/32664/stat : 32664 (java) S 32647 32647 32262 0 -1 1077944384 100 0 0 0 3 0 0 0 20 0 20 0 87502080 26737184768 13347 33554432000 4194304 4196468 140735725540672 140202203298160 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32665] ppid=32647 vsize=26110532 memory=0 CPUtime=0.04 cores=0-7
/proc/32649/task/32665/stat : 32665 (java) S 32647 32647 32262 0 -1 1077944384 490 0 0 0 4 0 0 0 20 0 20 0 87502080 26737184768 13347 33554432000 4194304 4196468 140735725540672 140202202245104 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32666] ppid=32647 vsize=26110532 memory=0 CPUtime=0.15 cores=0-7
/proc/32649/task/32666/stat : 32666 (java) R 32647 32647 32262 0 -1 1077944384 909 0 0 0 15 0 0 0 20 0 20 0 87502080 26737184768 13347 33554432000 4194304 4196468 140735725540672 140202201192560 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32667] ppid=32647 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32667/stat : 32667 (java) S 32647 32647 32262 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87502081 26737184768 13347 33554432000 4194304 4196468 140735725540672 140202200140768 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32668] ppid=32647 vsize=26110532 memory=-1 CPUtime=0 cores=0-7
/proc/32649/task/32668/stat : 32668 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87502081 26737184768 13347 33554432000 4194304 4196468 140735725540672 140202199088304 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 26223692 KiB
Current children cumulated memory: 54840 KiB

[startup+0.509987 s]*
/proc/loadavg: 8.00 8.66 8.80 4/204 32668
/proc/meminfo: memFree=21767316/32770624 swapFree=67108860/67108860
[pid=32647] ppid=32644 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32647/stat : 32647 (xcsp3-exec) S 32644 32647 32262 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 87502074 115843072 363 33554432000 4194304 5098028 140735769276048 140735769274152 139803167634044 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33812480 140735769281589 140735769281792 140735769281792 140735769284554 0
/proc/32647/statm: 28282 363 305 221 0 87 0
[pid=32649] ppid=32647 vsize=26177096 memory=65840 CPUtime=0.98 cores=0-7
/proc/32649/stat : 32649 (java) S 32647 32647 32262 0 -1 1077944320 12276 0 0 0 94 4 0 0 20 0 21 0 87502075 26805346304 16460 33554432000 4194304 4196468 140735725540672 140735725523216 140203081166583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
/proc/32649/statm: 6544274 16460 3348 1 0 6505468 0
[pid=32649/tid=32650] ppid=32647 vsize=26177096 memory=6791534058613427641 CPUtime=0.48 cores=0-7
/proc/32649/task/32650/stat : 32650 (java) S 32647 32647 32262 0 -1 1077944384 7100 0 0 0 46 2 0 0 20 0 21 0 87502075 26805346304 16460 33554432000 4194304 4196468 140735725540672 140203085407360 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32651] ppid=32647 vsize=26177096 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/32649/task/32651/stat : 32651 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 87502076 26805346304 16460 33554432000 4194304 4196468 140735725540672 140202639490064 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32652] ppid=32647 vsize=26177096 memory=1800 CPUtime=0 cores=0-7
/proc/32649/task/32652/stat : 32652 (java) S 32647 32647 32262 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 87502076 26805346304 16460 33554432000 4194304 4196468 140735725540672 140202638437520 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32653] ppid=32647 vsize=26177096 memory=916 CPUtime=0 cores=0-7
/proc/32649/task/32653/stat : 32653 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 87502076 26805346304 16460 33554432000 4194304 4196468 140735725540672 140202637384464 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32654] ppid=32647 vsize=26177096 memory=4152 CPUtime=0 cores=0-7
/proc/32649/task/32654/stat : 32654 (java) S 32647 32647 32262 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 87502076 26805346304 16460 33554432000 4194304 4196468 140735725540672 140202636331920 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32655] ppid=32647 vsize=26177096 memory=4104 CPUtime=0 cores=0-7
/proc/32649/task/32655/stat : 32655 (java) S 32647 32647 32262 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 87502076 26805346304 16460 33554432000 4194304 4196468 140735725540672 140202635278864 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32656] ppid=32647 vsize=26177096 memory=1408 CPUtime=0 cores=0-7
/proc/32649/task/32656/stat : 32656 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 87502076 26805346304 16460 33554432000 4194304 4196468 140735725540672 140202634226320 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32657] ppid=32647 vsize=26177096 memory=2252 CPUtime=0 cores=0-7
/proc/32649/task/32657/stat : 32657 (java) S 32647 32647 32262 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 87502076 26805346304 16460 33554432000 4194304 4196468 140735725540672 140202633173264 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32658] ppid=32647 vsize=26177096 memory=1452 CPUtime=0 cores=0-7
/proc/32649/task/32658/stat : 32658 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 87502076 26805346304 16460 33554432000 4194304 4196468 140735725540672 140202632120720 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32659] ppid=32647 vsize=26177096 memory=46576 CPUtime=0 cores=0-7
/proc/32649/task/32659/stat : 32659 (java) S 32647 32647 32262 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 87502077 26805346304 16460 33554432000 4194304 4196468 140735725540672 140202208561904 140203081177730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32660] ppid=32647 vsize=26177096 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32660/stat : 32660 (java) S 32647 32647 32262 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 87502078 26805346304 16460 33554432000 4194304 4196468 140735725540672 140202207508128 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32661] ppid=32647 vsize=26177096 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32661/stat : 32661 (java) S 32647 32647 32262 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 87502078 26805346304 16460 33554432000 4194304 4196468 140735725540672 140202206455024 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32662] ppid=32647 vsize=26178124 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32662/stat : 32662 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 87502080 26806398976 16460 33554432000 4194304 4196468 140735725540672 140202205403600 140203081185179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32663] ppid=32647 vsize=26178124 memory=0 CPUtime=0.09 cores=0-7
/proc/32649/task/32663/stat : 32663 (java) R 32647 32647 32262 0 -1 4202560 938 0 0 0 9 0 0 0 20 0 22 0 87502080 26806398976 16460 33554432000 4194304 4196468 140735725540672 140202204350704 140203061866880 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32664] ppid=32647 vsize=26178124 memory=0 CPUtime=0.07 cores=0-7
/proc/32649/task/32664/stat : 32664 (java) S 32647 32647 32262 0 -1 1077944384 678 0 0 0 7 0 0 0 20 0 22 0 87502080 26806398976 16460 33554432000 4194304 4196468 140735725540672 140202203298160 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32665] ppid=32647 vsize=26178124 memory=-1 CPUtime=0.06 cores=0-7
/proc/32649/task/32665/stat : 32665 (java) R 32647 32647 32262 0 -1 4202560 725 0 0 0 6 0 0 0 20 0 22 0 87502080 26806398976 16460 33554432000 4194304 4196468 140735725540672 140202202231128 140203060413090 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32666] ppid=32647 vsize=26178124 memory=140332754891695 CPUtime=0.23 cores=0-7
/proc/32649/task/32666/stat : 32666 (java) R 32647 32647 32262 0 -1 4202560 1520 0 0 0 23 0 0 0 20 0 22 0 87502080 26806398976 16460 33554432000 4194304 4196468 140735725540672 140202201192560 140203065247070 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32667] ppid=32647 vsize=26178124 memory=3473177157876064304 CPUtime=0 cores=0-7
/proc/32649/task/32667/stat : 32667 (java) S 32647 32647 32262 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 87502081 26806398976 16460 33554432000 4194304 4196468 140735725540672 140202200140768 140203081176789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32668] ppid=32647 vsize=26178124 memory=3690478008570099503 CPUtime=0 cores=0-7
/proc/32649/task/32668/stat : 32668 (java) S 32647 32647 32262 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 87502081 26806398976 16460 33554432000 4194304 4196468 140735725540672 140202199088304 140203081177730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32669] ppid=32647 vsize=26244688 memory=140332861314687 CPUtime=0 cores=0-7
/proc/32649/task/32669/stat : 32669 (java) R 32647 32647 32262 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 23 0 87502126 26874560512 16461 33554432000 4194304 4196468 140735725540672 140202190306256 140203065766117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32670] ppid=32647 vsize=26375760 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32670/stat : 32670 (java) D 32647 32647 32262 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 87502126 27008778240 16461 33554432000 4194304 4196468 140735725540672 140202189258056 140202714672821 0 4 0 16800975 18446744071582151416 0 0 -1 4 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
[pid=32649/tid=32671] ppid=32647 vsize=26310224 memory=0 CPUtime=0 cores=0-7
/proc/32649/task/32671/stat : 32671 (java) D 32647 32647 32262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 87502126 26941669376 16461 33554432000 4194304 4196468 140735725540672 140202188204296 140203073883546 0 4 0 16800975 18446744071582151463 0 0 -1 6 0 0 0 0 0 6293624 6294260 21549056 140735725548673 140735725548845 140735725548845 140735725551567 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 26290224 KiB
Current children cumulated memory: 67292 KiB

Child status: 0
Real time (s): 0.555877
CPU time (s): 1.14591
CPU user time (s): 1.07112
CPU system time (s): 0.074794
CPU usage (%): 206.145
Max. virtual memory (cumulated for all children) (KiB): 26290224
Max. memory (cumulated for all children) (KiB): 67292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.07112
system time used= 0.074794
maximum resident set size= 151884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13859
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= 2593
involuntary context switches= 4


# summary of solver processes directly reported to runsolver:
#   pid: 32647
#   total CPU time (s): 1.14591
#   total CPU user time (s): 1.07112
#   total CPU system time (s): 0.074794

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026472 second user time and 0.046692 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-27 15:49:49
IDJOB=4297491
IDBENCH=141110
IDSOLVER=2760
FILE ID=node132/4297491-1532699389
RUNJOBID= node132-1532694346-32289
PBS_JOBID= 21022289
Free space on /tmp= 52044 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-4x4_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-4297491-1532699389/watcher-4297491-1532699389 -o /tmp/evaluation-result-4297491-1532699389/solver-4297491-1532699389 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1532694346-32289 --watchdog 2580  HOME/xcsp3-exec -seed 1213708557 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297491-1532699389.xml

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

MD5SUM BENCH= 854371ae6c45321a117efbc84c9832b3
RANDOM SEED=1213708557

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:        21817936 kB
MemAvailable:   31929368 kB
Buffers:          219128 kB
Cached:         10086068 kB
SwapCached:            0 kB
Active:          2952776 kB
Inactive:        7406060 kB
Active(anon):       3504 kB
Inactive(anon):    77932 kB
Active(file):    2949272 kB
Inactive(file):  7328128 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21880 kB
Writeback:             0 kB
AnonPages:         56156 kB
Mapped:            41716 kB
Shmem:             25248 kB
Slab:             289736 kB
SReclaimable:     262492 kB
SUnreclaim:        27244 kB
KernelStack:        3344 kB
PageTables:         4820 kB
NFS_Unstable:         40 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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 15:49:50