Trace number 4280706

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-18)SAT 1.80098 0.67174298

General information on the benchmark

NameCryptoPuzzle/CryptoPuzzle-m1-s1/
CryptoPuzzle-monitor-network-internet.xml
MD5SUM7789861daa479cb7b9dc45adeb072038
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.014681
Satisfiable
(Un)Satisfiability was proved
Number of variables34
Number of constraints20
Number of domains2
Minimum domain size2
Maximum domain size10
Distribution of domain sizes[{"size":2,"count":8},{"size":10,"count":9}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":17},{"degree":2,"count":1},{"degree":3,"count":9},{"degree":4,"count":1},{"degree":5,"count":2},{"degree":6,"count":1},{"degree":7,"count":3}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":4},{"arity":2,"count":1},{"arity":3,"count":1},{"arity":4,"count":13},{"arity":9,"count":1}]
Number of extensional constraints0
Number of intensional constraints19
Distribution of constraint types[{"type":"intension","count":19},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4280706-1503171841.xml"  -tl '20160s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4280706-1503171841.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
1.50/0.61	c solve instance...
1.50/0.66	s SATISFIABLE
1.50/0.66	v <instantiation>
1.50/0.66	v 	<list>l[4] l[8] l[10] l[12] l[13] l[14] l[17] l[19] l[22] C[0] C[1] C[2] C[3] C[4] C[5] C[6] C[7] </list>
1.50/0.66	v 	<values>5 1 7 9 2 8 6 3 4 0 1 1 1 0 0 1 1 </values>
1.50/0.66	v </instantiation>

Verifier Data

OK	

Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280706-1503171841/watcher-4280706-1503171841 -o /tmp/evaluation-result-4280706-1503171841/solver-4280706-1503171841 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503163228-18525 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1540045819 HOME/instance-4280706-1503171841.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=19763, runsolver pid=19760
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 7.58 7.97 8.16 2/199 19784
/proc/meminfo: memFree=27014296/32770624 swapFree=67108860/67108860
[pid=19763] ppid=19760 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19763/stat : 19763 (xcsp3-exec) S 19760 19763 18498 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150272163 9740288 346 33554432000 4194304 5098028 140737184552192 140737184550296 139778295341692 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30654464 140737184556132 140737184556343 140737184556343 140737184559083 0
/proc/19763/statm: 2378 346 289 221 0 87 0
[pid=19765] ppid=19763 vsize=25999808 memory=28968 CPUtime=0.11 cores=0-7
/proc/19765/stat : 19765 (java) S 19763 19763 18498 0 -1 1077944320 5634 0 0 0 10 1 0 0 20 0 20 0 150272163 26623803392 7242 33554432000 4194304 4196468 140726603038992 140726603021536 139764413140727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
/proc/19765/statm: 6499952 7242 2846 1 0 6488269 0
[pid=19765/tid=19766] ppid=19763 vsize=25999808 memory=8186869505745395357 CPUtime=0.09 cores=0-7
/proc/19765/task/19766/stat : 19766 (java) R 19763 19763 18498 0 -1 4202560 3662 0 0 0 8 1 0 0 20 0 20 0 150272164 26623803392 7242 33554432000 4194304 4196468 140726603038992 139764417369968 139764413162653 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19767] ppid=19763 vsize=25999808 memory=732369803931536357 CPUtime=0 cores=0-7
/proc/19765/task/19767/stat : 19767 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26623803392 7242 33554432000 4194304 4196468 140726603038992 139764365761040 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19768] ppid=19763 vsize=25999808 memory=139665594082944 CPUtime=0 cores=0-7
/proc/19765/task/19768/stat : 19768 (java) S 19763 19763 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272165 26623803392 7242 33554432000 4194304 4196468 140726603038992 139764364708496 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19769] ppid=19763 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19769/stat : 19769 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26623803392 7242 33554432000 4194304 4196468 140726603038992 139764363655440 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19770] ppid=19763 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19770/stat : 19770 (java) S 19763 19763 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272165 26623803392 7242 33554432000 4194304 4196468 140726603038992 139764362602896 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19771] ppid=19763 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19771/stat : 19771 (java) S 19763 19763 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272165 26623803392 7242 33554432000 4194304 4196468 140726603038992 139764361550864 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19772] ppid=19763 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/19765/task/19772/stat : 19772 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26623803392 7242 33554432000 4194304 4196468 140726603038992 139764360498320 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19773] ppid=19763 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19773/stat : 19773 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26623803392 7242 33554432000 4194304 4196468 140726603038992 139764359445264 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19774] ppid=19763 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19774/stat : 19774 (java) S 19763 19763 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272165 26623803392 7242 33554432000 4194304 4196468 140726603038992 139764358392720 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19775] ppid=19763 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19775/stat : 19775 (java) S 19763 19763 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272166 26623803392 7242 33554432000 4194304 4196468 140726603038992 139763540510960 139764413151874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19776] ppid=19763 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19776/stat : 19776 (java) S 19763 19763 18498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150272166 26623803392 7242 33554432000 4194304 4196468 140726603038992 139763539457184 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19777] ppid=19763 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19777/stat : 19777 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272167 26623803392 7242 33554432000 4194304 4196468 140726603038992 139762548073200 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19778] ppid=19763 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19778/stat : 19778 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272169 26623803392 7242 33554432000 4194304 4196468 140726603038992 139762547021776 139764413159323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19779] ppid=19763 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19779/stat : 19779 (java) R 19763 19763 18498 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 150272169 26623803392 7242 33554432000 4194304 4196468 140726603038992 139762545969904 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19780] ppid=19763 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19780/stat : 19780 (java) S 19763 19763 18498 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 150272169 26623803392 7242 33554432000 4194304 4196468 140726603038992 139762544917360 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19781] ppid=19763 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19781/stat : 19781 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272169 26623803392 7242 33554432000 4194304 4196468 140726603038992 139762543864304 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19782] ppid=19763 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/19765/task/19782/stat : 19782 (java) R 19763 19763 18498 0 -1 4202560 264 0 0 0 1 0 0 0 20 0 20 0 150272169 26623803392 7242 33554432000 4194304 4196468 140726603038992 139762542811760 139764413152662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19783] ppid=19763 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19783/stat : 19783 (java) S 19763 19763 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272169 26623803392 7242 33554432000 4194304 4196468 140726603038992 139762541758944 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19784] ppid=19763 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/19765/task/19784/stat : 19784 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272170 26623803392 7242 33554432000 4194304 4196468 140726603038992 139762540706480 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 30352 KiB

[startup+0.209706 s]*
/proc/loadavg: 7.58 7.97 8.16 2/199 19784
/proc/meminfo: memFree=27005428/32770624 swapFree=67108860/67108860
[pid=19763] ppid=19760 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19763/stat : 19763 (xcsp3-exec) S 19760 19763 18498 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150272163 9740288 346 33554432000 4194304 5098028 140737184552192 140737184550296 139778295341692 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30654464 140737184556132 140737184556343 140737184556343 140737184559083 0
/proc/19763/statm: 2378 346 289 221 0 87 0
[pid=19765] ppid=19763 vsize=26004064 memory=41068 CPUtime=0.33 cores=0-7
/proc/19765/stat : 19765 (java) S 19763 19763 18498 0 -1 1077944320 8299 0 0 0 31 2 0 0 20 0 20 0 150272163 26628161536 10267 33554432000 4194304 4196468 140726603038992 140726603021536 139764413140727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
/proc/19765/statm: 6501016 10267 3073 1 0 6488269 0
[pid=19765/tid=19766] ppid=19763 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/19765/task/19766/stat : 19766 (java) R 19763 19763 18498 0 -1 4202560 5433 0 0 0 18 1 0 0 20 0 20 0 150272164 26628161536 10267 33554432000 4194304 4196468 140726603038992 139764417361720 139764397221214 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19767] ppid=19763 vsize=26004064 memory=732369803931536357 CPUtime=0 cores=0-7
/proc/19765/task/19767/stat : 19767 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26628161536 10267 33554432000 4194304 4196468 140726603038992 139764365761040 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19768] ppid=19763 vsize=26004064 memory=139665594082944 CPUtime=0 cores=0-7
/proc/19765/task/19768/stat : 19768 (java) S 19763 19763 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272165 26628161536 10267 33554432000 4194304 4196468 140726603038992 139764364708496 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19769] ppid=19763 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19769/stat : 19769 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26628161536 10267 33554432000 4194304 4196468 140726603038992 139764363655440 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19770] ppid=19763 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19770/stat : 19770 (java) S 19763 19763 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272165 26628161536 10267 33554432000 4194304 4196468 140726603038992 139764362602896 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19771] ppid=19763 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19771/stat : 19771 (java) S 19763 19763 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272165 26628161536 10267 33554432000 4194304 4196468 140726603038992 139764361550864 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19772] ppid=19763 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19765/task/19772/stat : 19772 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26628161536 10267 33554432000 4194304 4196468 140726603038992 139764360498320 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19773] ppid=19763 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19773/stat : 19773 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26628161536 10267 33554432000 4194304 4196468 140726603038992 139764359445264 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19774] ppid=19763 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19774/stat : 19774 (java) S 19763 19763 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272165 26628161536 10267 33554432000 4194304 4196468 140726603038992 139764358392720 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19775] ppid=19763 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19775/stat : 19775 (java) S 19763 19763 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272166 26628161536 10267 33554432000 4194304 4196468 140726603038992 139763540510960 139764413151874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19776] ppid=19763 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19776/stat : 19776 (java) S 19763 19763 18498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150272166 26628161536 10267 33554432000 4194304 4196468 140726603038992 139763539457184 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19777] ppid=19763 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19777/stat : 19777 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272167 26628161536 10267 33554432000 4194304 4196468 140726603038992 139762548073200 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19778] ppid=19763 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19778/stat : 19778 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272169 26628161536 10267 33554432000 4194304 4196468 140726603038992 139762547021776 139764413159323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19779] ppid=19763 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19779/stat : 19779 (java) S 19763 19763 18498 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 20 0 150272169 26628161536 10267 33554432000 4194304 4196468 140726603038992 139762545969904 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19780] ppid=19763 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/19765/task/19780/stat : 19780 (java) S 19763 19763 18498 0 -1 1077944384 224 0 0 0 2 0 0 0 20 0 20 0 150272169 26628161536 10267 33554432000 4194304 4196468 140726603038992 139762544917360 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19781] ppid=19763 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/19765/task/19781/stat : 19781 (java) S 19763 19763 18498 0 -1 1077944384 234 0 0 0 1 0 0 0 20 0 20 0 150272169 26628161536 10267 33554432000 4194304 4196468 140726603038992 139762543864304 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19782] ppid=19763 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/19765/task/19782/stat : 19782 (java) S 19763 19763 18498 0 -1 1077944384 721 0 0 0 7 0 0 0 20 0 20 0 150272169 26628161536 10267 33554432000 4194304 4196468 140726603038992 139762542811760 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19783] ppid=19763 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19783/stat : 19783 (java) S 19763 19763 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272169 26628161536 10267 33554432000 4194304 4196468 140726603038992 139762541758944 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19784] ppid=19763 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19765/task/19784/stat : 19784 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272170 26628161536 10267 33554432000 4194304 4196468 140726603038992 139762540706480 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 42452 KiB

[startup+0.309393 s]*
/proc/loadavg: 7.58 7.97 8.16 2/199 19784
/proc/meminfo: memFree=26997300/32770624 swapFree=67108860/67108860
[pid=19763] ppid=19760 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19763/stat : 19763 (xcsp3-exec) S 19760 19763 18498 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150272163 9740288 346 33554432000 4194304 5098028 140737184552192 140737184550296 139778295341692 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30654464 140737184556132 140737184556343 140737184556343 140737184559083 0
/proc/19763/statm: 2378 346 289 221 0 87 0
[pid=19765] ppid=19763 vsize=26004064 memory=47748 CPUtime=0.48 cores=0-7
/proc/19765/stat : 19765 (java) S 19763 19763 18498 0 -1 1077944320 9142 0 0 0 45 3 0 0 20 0 20 0 150272163 26628161536 11937 33554432000 4194304 4196468 140726603038992 140726603021536 139764413140727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
/proc/19765/statm: 6501016 11937 3089 1 0 6488269 0
[pid=19765/tid=19766] ppid=19763 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/19765/task/19766/stat : 19766 (java) R 19763 19763 18498 0 -1 4202560 6183 0 0 0 27 2 0 0 20 0 20 0 150272164 26628161536 11937 33554432000 4194304 4196468 140726603038992 139764417376976 139764397221214 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19767] ppid=19763 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19767/stat : 19767 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26628161536 11937 33554432000 4194304 4196468 140726603038992 139764365761040 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19768] ppid=19763 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19768/stat : 19768 (java) S 19763 19763 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272165 26628161536 11937 33554432000 4194304 4196468 140726603038992 139764364708496 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19769] ppid=19763 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19769/stat : 19769 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26628161536 11937 33554432000 4194304 4196468 140726603038992 139764363655440 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19770] ppid=19763 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19770/stat : 19770 (java) S 19763 19763 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272165 26628161536 11937 33554432000 4194304 4196468 140726603038992 139764362602896 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19771] ppid=19763 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/19765/task/19771/stat : 19771 (java) S 19763 19763 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272165 26628161536 11937 33554432000 4194304 4196468 140726603038992 139764361550864 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19772] ppid=19763 vsize=26004064 memory=139665491456943 CPUtime=0 cores=0-7
/proc/19765/task/19772/stat : 19772 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26628161536 11937 33554432000 4194304 4196468 140726603038992 139764360498320 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19773] ppid=19763 vsize=26004064 memory=139665491459248 CPUtime=0 cores=0-7
/proc/19765/task/19773/stat : 19773 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26628161536 11937 33554432000 4194304 4196468 140726603038992 139764359445264 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19774] ppid=19763 vsize=26004064 memory=139665491461552 CPUtime=0 cores=0-7
/proc/19765/task/19774/stat : 19774 (java) S 19763 19763 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272165 26628161536 11937 33554432000 4194304 4196468 140726603038992 139764358392720 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19775] ppid=19763 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19775/stat : 19775 (java) S 19763 19763 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272166 26628161536 11937 33554432000 4194304 4196468 140726603038992 139763540510960 139764413151874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19776] ppid=19763 vsize=26004064 memory=279330982930064 CPUtime=0 cores=0-7
/proc/19765/task/19776/stat : 19776 (java) S 19763 19763 18498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150272166 26628161536 11937 33554432000 4194304 4196468 140726603038992 139763539457184 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19777] ppid=19763 vsize=26004064 memory=279330982936976 CPUtime=0 cores=0-7
/proc/19765/task/19777/stat : 19777 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272167 26628161536 11937 33554432000 4194304 4196468 140726603038992 139762548073200 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19778] ppid=19763 vsize=26004064 memory=279330982878256 CPUtime=0 cores=0-7
/proc/19765/task/19778/stat : 19778 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272169 26628161536 11937 33554432000 4194304 4196468 140726603038992 139762547021776 139764413159323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19779] ppid=19763 vsize=26004064 memory=279330982950800 CPUtime=0.01 cores=0-7
/proc/19765/task/19779/stat : 19779 (java) S 19763 19763 18498 0 -1 1077944384 406 0 0 0 1 0 0 0 20 0 20 0 150272169 26628161536 11937 33554432000 4194304 4196468 140726603038992 139762545969904 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19780] ppid=19763 vsize=26004064 memory=279330982957712 CPUtime=0.03 cores=0-7
/proc/19765/task/19780/stat : 19780 (java) S 19763 19763 18498 0 -1 1077944384 251 0 0 0 3 0 0 0 20 0 20 0 150272169 26628161536 11937 33554432000 4194304 4196468 140726603038992 139762544917360 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19781] ppid=19763 vsize=26004064 memory=279330982955408 CPUtime=0.02 cores=0-7
/proc/19765/task/19781/stat : 19781 (java) S 19763 19763 18498 0 -1 1077944384 234 0 0 0 2 0 0 0 20 0 20 0 150272169 26628161536 11937 33554432000 4194304 4196468 140726603038992 139762543864304 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19782] ppid=19763 vsize=26004064 memory=279330982971568 CPUtime=0.11 cores=0-7
/proc/19765/task/19782/stat : 19782 (java) S 19763 19763 18498 0 -1 1077944384 780 0 0 0 11 0 0 0 20 0 20 0 150272169 26628161536 11937 33554432000 4194304 4196468 140726603038992 139762542811760 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19783] ppid=19763 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19783/stat : 19783 (java) S 19763 19763 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272169 26628161536 11958 33554432000 4194304 4196468 140726603038992 139762541758944 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19784] ppid=19763 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19765/task/19784/stat : 19784 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272170 26628161536 11958 33554432000 4194304 4196468 140726603038992 139762540706480 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 49132 KiB

[startup+0.671688 s]
# the end of solver process 19763 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.72966 s, system=0.071328 s

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

[startup+0.409284 s]*
/proc/loadavg: 7.58 7.97 8.16 4/199 19784
/proc/meminfo: memFree=26990352/32770624 swapFree=67108860/67108860
[pid=19763] ppid=19760 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19763/stat : 19763 (xcsp3-exec) S 19760 19763 18498 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150272163 9740288 346 33554432000 4194304 5098028 140737184552192 140737184550296 139778295341692 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30654464 140737184556132 140737184556343 140737184556343 140737184559083 0
/proc/19763/statm: 2378 346 289 221 0 87 0
[pid=19765] ppid=19763 vsize=26006188 memory=55868 CPUtime=0.71 cores=0-7
/proc/19765/stat : 19765 (java) S 19763 19763 18498 0 -1 1077944320 10228 0 0 0 67 4 0 0 20 0 20 0 150272163 26630336512 13967 33554432000 4194304 4196468 140726603038992 140726603021536 139764413140727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
/proc/19765/statm: 6501547 13967 3174 1 0 6488781 0
[pid=19765/tid=19766] ppid=19763 vsize=26006188 memory=0 CPUtime=0.39 cores=0-7
/proc/19765/task/19766/stat : 19766 (java) R 19763 19763 18498 0 -1 4202560 6699 0 0 0 36 3 0 0 20 0 20 0 150272164 26630336512 13967 33554432000 4194304 4196468 140726603038992 139764417365760 139764413162653 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19767] ppid=19763 vsize=26006188 memory=732369803931536357 CPUtime=0 cores=0-7
/proc/19765/task/19767/stat : 19767 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26630336512 13967 33554432000 4194304 4196468 140726603038992 139764365761040 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19768] ppid=19763 vsize=26006188 memory=139665594082944 CPUtime=0 cores=0-7
/proc/19765/task/19768/stat : 19768 (java) S 19763 19763 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272165 26630336512 13967 33554432000 4194304 4196468 140726603038992 139764364708496 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19769] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19769/stat : 19769 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26630336512 13967 33554432000 4194304 4196468 140726603038992 139764363655440 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19770] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19770/stat : 19770 (java) S 19763 19763 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272165 26630336512 13967 33554432000 4194304 4196468 140726603038992 139764362602896 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19771] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19771/stat : 19771 (java) S 19763 19763 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272165 26630336512 13967 33554432000 4194304 4196468 140726603038992 139764361550864 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19772] ppid=19763 vsize=26006188 memory=-1 CPUtime=0 cores=0-7
/proc/19765/task/19772/stat : 19772 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26630336512 13967 33554432000 4194304 4196468 140726603038992 139764360498320 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19773] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19773/stat : 19773 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26630336512 13967 33554432000 4194304 4196468 140726603038992 139764359445264 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19774] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19774/stat : 19774 (java) S 19763 19763 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272165 26630336512 13967 33554432000 4194304 4196468 140726603038992 139764358392720 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19775] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19775/stat : 19775 (java) S 19763 19763 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272166 26630336512 13967 33554432000 4194304 4196468 140726603038992 139763540510960 139764413151874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19776] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19776/stat : 19776 (java) S 19763 19763 18498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150272166 26630336512 13967 33554432000 4194304 4196468 140726603038992 139763539457184 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19777] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19777/stat : 19777 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272167 26630336512 13967 33554432000 4194304 4196468 140726603038992 139762548073200 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19778] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19778/stat : 19778 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272169 26630336512 13967 33554432000 4194304 4196468 140726603038992 139762547021776 139764413159323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19779] ppid=19763 vsize=26006188 memory=0 CPUtime=0.04 cores=0-7
/proc/19765/task/19779/stat : 19779 (java) R 19763 19763 18498 0 -1 4202560 643 0 0 0 4 0 0 0 20 0 20 0 150272169 26630336512 13967 33554432000 4194304 4196468 140726603038992 139762545950920 139764396616090 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19780] ppid=19763 vsize=26006188 memory=0 CPUtime=0.05 cores=0-7
/proc/19765/task/19780/stat : 19780 (java) S 19763 19763 18498 0 -1 1077944384 313 0 0 0 5 0 0 0 20 0 20 0 150272169 26630336512 13967 33554432000 4194304 4196468 140726603038992 139762544917360 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19781] ppid=19763 vsize=26006188 memory=0 CPUtime=0.04 cores=0-7
/proc/19765/task/19781/stat : 19781 (java) R 19763 19763 18498 0 -1 4202560 402 0 0 0 4 0 0 0 20 0 20 0 150272169 26630336512 13967 33554432000 4194304 4196468 140726603038992 139762543845320 139764397530882 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19782] ppid=19763 vsize=26006188 memory=0 CPUtime=0.15 cores=0-7
/proc/19765/task/19782/stat : 19782 (java) S 19763 19763 18498 0 -1 1077944384 881 0 0 0 15 0 0 0 20 0 20 0 150272169 26630336512 13967 33554432000 4194304 4196468 140726603038992 139762542811760 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19783] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19783/stat : 19783 (java) S 19763 19763 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272169 26630336512 13967 33554432000 4194304 4196468 140726603038992 139762541758944 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19784] ppid=19763 vsize=26006188 memory=-1 CPUtime=0 cores=0-7
/proc/19765/task/19784/stat : 19784 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272170 26630336512 13967 33554432000 4194304 4196468 140726603038992 139762540706480 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
Current children cumulated CPU time: 0.71 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 57252 KiB

[startup+0.609753 s]
/proc/loadavg: 7.58 7.97 8.16 5/199 19784
/proc/meminfo: memFree=26971680/32770624 swapFree=67108860/67108860
[pid=19763] ppid=19760 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19763/stat : 19763 (xcsp3-exec) S 19760 19763 18498 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150272163 9740288 346 33554432000 4194304 5098028 140737184552192 140737184550296 139778295341692 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30654464 140737184556132 140737184556343 140737184556343 140737184559083 0
/proc/19763/statm: 2378 346 289 221 0 87 0
[pid=19765] ppid=19763 vsize=26006188 memory=102876 CPUtime=1.5 cores=0-7
/proc/19765/stat : 19765 (java) S 19763 19763 18498 0 -1 1077944320 12724 0 0 0 145 5 0 0 20 0 20 0 150272163 26630336512 25719 33554432000 4194304 4196468 140726603038992 140726603021536 139764413140727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
/proc/19765/statm: 6501547 25719 3202 1 0 6488781 0
[pid=19765/tid=19766] ppid=19763 vsize=26006188 memory=3761127154264590718 CPUtime=0.58 cores=0-7
/proc/19765/task/19766/stat : 19766 (java) R 19763 19763 18498 0 -1 4202560 6844 0 0 0 54 4 0 0 20 0 20 0 150272164 26630336512 25719 33554432000 4194304 4196468 140726603038992 139764417374016 139764413162074 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19767] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19767/stat : 19767 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26630336512 25719 33554432000 4194304 4196468 140726603038992 139764365761040 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19768] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19768/stat : 19768 (java) S 19763 19763 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272165 26630336512 25719 33554432000 4194304 4196468 140726603038992 139764364708496 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19769] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19769/stat : 19769 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26630336512 25719 33554432000 4194304 4196468 140726603038992 139764363655440 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19770] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19770/stat : 19770 (java) S 19763 19763 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272165 26630336512 25719 33554432000 4194304 4196468 140726603038992 139764362602896 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19771] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19771/stat : 19771 (java) S 19763 19763 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272165 26630336512 25719 33554432000 4194304 4196468 140726603038992 139764361550864 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19772] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19772/stat : 19772 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26630336512 25719 33554432000 4194304 4196468 140726603038992 139764360498320 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19773] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19773/stat : 19773 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272165 26630336512 25719 33554432000 4194304 4196468 140726603038992 139764359445264 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19774] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19774/stat : 19774 (java) S 19763 19763 18498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150272165 26630336512 25719 33554432000 4194304 4196468 140726603038992 139764358392720 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19775] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19775/stat : 19775 (java) S 19763 19763 18498 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 150272166 26630336512 25719 33554432000 4194304 4196468 140726603038992 139763540510960 139764413151874 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19776] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19776/stat : 19776 (java) S 19763 19763 18498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150272166 26630336512 25719 33554432000 4194304 4196468 140726603038992 139763539457184 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19777] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19777/stat : 19777 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272167 26630336512 25719 33554432000 4194304 4196468 140726603038992 139762548073200 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19778] ppid=19763 vsize=26006188 memory=139665594082943 CPUtime=0 cores=0-7
/proc/19765/task/19778/stat : 19778 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272169 26630336512 25719 33554432000 4194304 4196468 140726603038992 139762547021776 139764413159323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19779] ppid=19763 vsize=26006188 memory=0 CPUtime=0.19 cores=0-7
/proc/19765/task/19779/stat : 19779 (java) S 19763 19763 18498 0 -1 1077944384 1338 0 0 0 19 0 0 0 20 0 20 0 150272169 26630336512 25719 33554432000 4194304 4196468 140726603038992 139762545969904 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19780] ppid=19763 vsize=26006188 memory=0 CPUtime=0.18 cores=0-7
/proc/19765/task/19780/stat : 19780 (java) R 19763 19763 18498 0 -1 4202560 855 0 0 0 18 0 0 0 20 0 20 0 150272169 26630336512 25719 33554432000 4194304 4196468 140726603038992 139762544917456 139764396527597 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19781] ppid=19763 vsize=26006188 memory=0 CPUtime=0.21 cores=0-7
/proc/19765/task/19781/stat : 19781 (java) S 19763 19763 18498 0 -1 1077944384 774 0 0 0 21 0 0 0 20 0 20 0 150272169 26630336512 25719 33554432000 4194304 4196468 140726603038992 139762543864304 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19782] ppid=19763 vsize=26006188 memory=0 CPUtime=0.3 cores=0-7
/proc/19765/task/19782/stat : 19782 (java) S 19763 19763 18498 0 -1 1077944384 1620 0 0 0 30 0 0 0 20 0 20 0 150272169 26630336512 25719 33554432000 4194304 4196468 140726603038992 139762542811760 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19783] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19783/stat : 19783 (java) S 19763 19763 18498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150272169 26630336512 25719 33554432000 4194304 4196468 140726603038992 139762541758944 139764413150933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
[pid=19765/tid=19784] ppid=19763 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19765/task/19784/stat : 19784 (java) S 19763 19763 18498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150272170 26630336512 25719 33554432000 4194304 4196468 140726603038992 139762540706480 139764413151874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30728192 140726603048082 140726603048259 140726603048259 140726603050959 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 104260 KiB

Child status: 0
Real time (s): 0.671743
CPU time (s): 1.80098
CPU user time (s): 1.72966
CPU system time (s): 0.071328
CPU usage (%): 268.106
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 104260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.72965
system time used= 0.071328
maximum resident set size= 123388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13875
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= 2393
involuntary context switches= 15


# summary of solver processes directly reported to runsolver:
#   pid: 19763
#   total CPU time (s): 1.80098
#   total CPU user time (s): 1.72966
#   total CPU system time (s): 0.071328

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024657 second user time and 0.045215 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-19 21:29:41
IDJOB=4280706
IDBENCH=139158
IDSOLVER=2675
FILE ID=node103/4280706-1503171841
RUNJOBID= node103-1503163228-18525
PBS_JOBID= 20630828
Free space on /tmp= 61652 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/CryptoPuzzle/CryptoPuzzle-m1-s1/CryptoPuzzle-monitor-network-internet.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4280706-1503171841/watcher-4280706-1503171841 -o /tmp/evaluation-result-4280706-1503171841/solver-4280706-1503171841 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503163228-18525 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1540045819 HOME/instance-4280706-1503171841.xml

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

MD5SUM BENCH= 7789861daa479cb7b9dc45adeb072038
RANDOM SEED=1540045819

node103.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.56
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.56
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.56
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.56
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:        27032496 kB
MemAvailable:   31972340 kB
Buffers:          236164 kB
Cached:          4997776 kB
SwapCached:            0 kB
Active:          1003444 kB
Inactive:        4285888 kB
Active(anon):       5032 kB
Inactive(anon):    86700 kB
Active(file):     998412 kB
Inactive(file):  4199188 kB
Unevictable:        7496 kB
Mlocked:            7496 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8192 kB
Writeback:             0 kB
AnonPages:        152020 kB
Mapped:            50044 kB
Shmem:             33420 kB
Slab:             142424 kB
SReclaimable:     116156 kB
SUnreclaim:        26268 kB
KernelStack:        3680 kB
PageTables:         5108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61644 MiB
End job on node103 at 2017-08-19 21:29:42