Trace number 4271306

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-09)SAT 1.40265 0.59770101

General information on the benchmark

NameSudoku/
Sudoku-alldiff-s1/Sudoku-s11a-alldiff.xml
MD5SUM0aad21e83d495bcb0e9f7964598bcc54
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.0053389999
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints28
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":53},{"degree":4,"count":28}]
Minimum constraint arity9
Maximum constraint arity28
Distribution of constraint arities[{"arity":9,"count":27},{"arity":28,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":27},{"type":"instantiation","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-4271306-1502675671.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271306-1502675671.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
1.03/0.51	c solve instance...
1.03/0.58	s SATISFIABLE
1.03/0.58	v <instantiation>
1.03/0.58	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] </list>
1.03/0.58	v 	<values>3 4 5 8 7 1 2 6 9 2 7 9 6 5 3 1 8 4 8 6 1 4 2 9 5 3 7 1 9 7 3 4 6 8 5 2 4 5 2 7 1 8 3 9 6 6 8 3 5 9 2 7 4 1 7 3 8 2 6 4 9 1 5 5 1 6 9 3 7 4 2 8 9 2 4 1 8 5 6 7 3 </values>
1.03/0.58	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 (14075 MiB free)
  memory of node 1: 16384 MiB (12284 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271306-1502675671/watcher-4271306-1502675671 -o /tmp/evaluation-result-4271306-1502675671/solver-4271306-1502675671 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502667219-28804 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 883364901 HOME/instance-4271306-1502675671.xml 

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

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

solver pid=30935, runsolver pid=30932

[startup+0.100115 s]*
/proc/loadavg: 6.13 7.71 8.10 3/200 30956
/proc/meminfo: memFree=26976440/32770624 swapFree=67108860/67108860
[pid=30935] ppid=30932 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30935/stat : 30935 (xcsp3-exec) S 30932 30935 28777 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100654900 9740288 346 33554432000 4194304 5098028 140733964156416 140733964154520 140663894753916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7671808 140733964162149 140733964162359 140733964162359 140733964165099 0
/proc/30935/statm: 2378 346 289 221 0 87 0
[pid=30937] ppid=30935 vsize=25999808 memory=26248 CPUtime=0.11 cores=0-7
/proc/30937/stat : 30937 (java) S 30935 30935 28777 0 -1 1077944320 5484 0 0 0 10 1 0 0 20 0 20 0 100654900 26623803392 6562 33554432000 4194304 4196468 140728260260912 140728260243456 140665103888119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
/proc/30937/statm: 6499952 6562 2846 1 0 6488269 0
[pid=30937/tid=30938] ppid=30935 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/30937/task/30938/stat : 30938 (java) R 30935 30935 28777 0 -1 4202560 3485 0 0 0 8 1 0 0 20 0 20 0 100654901 26623803392 6562 33554432000 4194304 4196468 140728260260912 140665108121392 140665103900054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30939] ppid=30935 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30939/stat : 30939 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26623803392 6562 33554432000 4194304 4196468 140728260260912 140664661969936 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30940] ppid=30935 vsize=25999808 memory=140145462822528 CPUtime=0 cores=0-7
/proc/30937/task/30940/stat : 30940 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26623803392 6562 33554432000 4194304 4196468 140728260260912 140664660917392 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30941] ppid=30935 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30941/stat : 30941 (java) S 30935 30935 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100654902 26623803392 6562 33554432000 4194304 4196468 140728260260912 140664659864336 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30942] ppid=30935 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30942/stat : 30942 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26623803392 6562 33554432000 4194304 4196468 140728260260912 140664658811792 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30943] ppid=30935 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30943/stat : 30943 (java) S 30935 30935 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100654902 26623803392 6562 33554432000 4194304 4196468 140728260260912 140664657758736 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30944] ppid=30935 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/30937/task/30944/stat : 30944 (java) S 30935 30935 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100654902 26623803392 6562 33554432000 4194304 4196468 140728260260912 140664656706192 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30945] ppid=30935 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30945/stat : 30945 (java) S 30935 30935 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100654902 26623803392 6562 33554432000 4194304 4196468 140728260260912 140664655653136 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30946] ppid=30935 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30946/stat : 30946 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26623803392 6562 33554432000 4194304 4196468 140728260260912 140664654600592 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30947] ppid=30935 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30947/stat : 30947 (java) S 30935 30935 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100654903 26623803392 6562 33554432000 4194304 4196468 140728260260912 140663644629744 140665103899266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30948] ppid=30935 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30948/stat : 30948 (java) S 30935 30935 28777 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100654904 26623803392 6562 33554432000 4194304 4196468 140728260260912 140663643575968 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30949] ppid=30935 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30949/stat : 30949 (java) S 30935 30935 28777 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100654904 26623803392 6562 33554432000 4194304 4196468 140728260260912 140663642522864 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30950] ppid=30935 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30950/stat : 30950 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654906 26623803392 6562 33554432000 4194304 4196468 140728260260912 140663641471440 140665103906715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30951] ppid=30935 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30951/stat : 30951 (java) S 30935 30935 28777 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 100654906 26623803392 6562 33554432000 4194304 4196468 140728260260912 140663640418544 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30952] ppid=30935 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30952/stat : 30952 (java) S 30935 30935 28777 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 100654906 26623803392 6562 33554432000 4194304 4196468 140728260260912 140663639366000 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30953] ppid=30935 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30953/stat : 30953 (java) S 30935 30935 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100654906 26623803392 6562 33554432000 4194304 4196468 140728260260912 140663638312944 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30954] ppid=30935 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/30937/task/30954/stat : 30954 (java) S 30935 30935 28777 0 -1 1077944384 262 0 0 0 1 0 0 0 20 0 20 0 100654906 26623803392 6562 33554432000 4194304 4196468 140728260260912 140663637260400 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30955] ppid=30935 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30955/stat : 30955 (java) S 30935 30935 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100654906 26623803392 6562 33554432000 4194304 4196468 140728260260912 140663636208608 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30956] ppid=30935 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/30937/task/30956/stat : 30956 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654907 26623803392 6562 33554432000 4194304 4196468 140728260260912 140663635156144 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27632 KiB

[startup+0.210061 s]*
/proc/loadavg: 6.13 7.71 8.10 4/200 30956
/proc/meminfo: memFree=26965340/32770624 swapFree=67108860/67108860
[pid=30935] ppid=30932 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30935/stat : 30935 (xcsp3-exec) S 30932 30935 28777 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100654900 9740288 346 33554432000 4194304 5098028 140733964156416 140733964154520 140663894753916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7671808 140733964162149 140733964162359 140733964162359 140733964165099 0
/proc/30935/statm: 2378 346 289 221 0 87 0
[pid=30937] ppid=30935 vsize=26004064 memory=38552 CPUtime=0.33 cores=0-7
/proc/30937/stat : 30937 (java) S 30935 30935 28777 0 -1 1077944320 8206 0 0 0 30 3 0 0 20 0 20 0 100654900 26628161536 9638 33554432000 4194304 4196468 140728260260912 140728260243456 140665103888119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
/proc/30937/statm: 6501016 9638 3032 1 0 6488269 0
[pid=30937/tid=30938] ppid=30935 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/30937/task/30938/stat : 30938 (java) R 30935 30935 28777 0 -1 4202560 5388 0 0 0 18 2 0 0 20 0 20 0 100654901 26628161536 9638 33554432000 4194304 4196468 140728260260912 140665108111008 140665103910045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30939] ppid=30935 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/30937/task/30939/stat : 30939 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26628161536 9638 33554432000 4194304 4196468 140728260260912 140664661969936 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30940] ppid=30935 vsize=26004064 memory=140145462851503 CPUtime=0 cores=0-7
/proc/30937/task/30940/stat : 30940 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26628161536 9638 33554432000 4194304 4196468 140728260260912 140664660917392 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30941] ppid=30935 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30937/task/30941/stat : 30941 (java) S 30935 30935 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100654902 26628161536 9638 33554432000 4194304 4196468 140728260260912 140664659864336 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30942] ppid=30935 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30942/stat : 30942 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26628161536 9638 33554432000 4194304 4196468 140728260260912 140664658811792 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30943] ppid=30935 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30943/stat : 30943 (java) S 30935 30935 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100654902 26628161536 9638 33554432000 4194304 4196468 140728260260912 140664657758736 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30944] ppid=30935 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30937/task/30944/stat : 30944 (java) S 30935 30935 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100654902 26628161536 9638 33554432000 4194304 4196468 140728260260912 140664656706192 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30945] ppid=30935 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30945/stat : 30945 (java) S 30935 30935 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100654902 26628161536 9638 33554432000 4194304 4196468 140728260260912 140664655653136 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30946] ppid=30935 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30946/stat : 30946 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26628161536 9638 33554432000 4194304 4196468 140728260260912 140664654600592 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30947] ppid=30935 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30947/stat : 30947 (java) S 30935 30935 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100654903 26628161536 9638 33554432000 4194304 4196468 140728260260912 140663644629744 140665103899266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30948] ppid=30935 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30948/stat : 30948 (java) S 30935 30935 28777 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100654904 26628161536 9638 33554432000 4194304 4196468 140728260260912 140663643575968 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30949] ppid=30935 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30949/stat : 30949 (java) S 30935 30935 28777 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100654904 26628161536 9638 33554432000 4194304 4196468 140728260260912 140663642522864 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30950] ppid=30935 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30950/stat : 30950 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654906 26628161536 9638 33554432000 4194304 4196468 140728260260912 140663641471440 140665103906715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30951] ppid=30935 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30951/stat : 30951 (java) S 30935 30935 28777 0 -1 1077944384 349 0 0 0 0 0 0 0 20 0 20 0 100654906 26628161536 9638 33554432000 4194304 4196468 140728260260912 140663640418544 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30952] ppid=30935 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/30937/task/30952/stat : 30952 (java) S 30935 30935 28777 0 -1 1077944384 249 0 0 0 2 0 0 0 20 0 20 0 100654906 26628161536 9638 33554432000 4194304 4196468 140728260260912 140663639366000 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30953] ppid=30935 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/30937/task/30953/stat : 30953 (java) S 30935 30935 28777 0 -1 1077944384 168 0 0 0 1 0 0 0 20 0 20 0 100654906 26628161536 9638 33554432000 4194304 4196468 140728260260912 140663638312944 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30954] ppid=30935 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/30937/task/30954/stat : 30954 (java) S 30935 30935 28777 0 -1 1077944384 742 0 0 0 7 0 0 0 20 0 20 0 100654906 26628161536 9638 33554432000 4194304 4196468 140728260260912 140663637260400 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30955] ppid=30935 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30955/stat : 30955 (java) S 30935 30935 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100654906 26628161536 9638 33554432000 4194304 4196468 140728260260912 140663636208608 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30956] ppid=30935 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30937/task/30956/stat : 30956 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654907 26628161536 9638 33554432000 4194304 4196468 140728260260912 140663635156144 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 39936 KiB

[startup+0.30934 s]*
/proc/loadavg: 6.13 7.71 8.10 2/200 30956
/proc/meminfo: memFree=26958020/32770624 swapFree=67108860/67108860
[pid=30935] ppid=30932 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30935/stat : 30935 (xcsp3-exec) S 30932 30935 28777 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100654900 9740288 346 33554432000 4194304 5098028 140733964156416 140733964154520 140663894753916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7671808 140733964162149 140733964162359 140733964162359 140733964165099 0
/proc/30935/statm: 2378 346 289 221 0 87 0
[pid=30937] ppid=30935 vsize=26004064 memory=46028 CPUtime=0.49 cores=0-7
/proc/30937/stat : 30937 (java) S 30935 30935 28777 0 -1 1077944320 9180 0 0 0 46 3 0 0 20 0 20 0 100654900 26628161536 11507 33554432000 4194304 4196468 140728260260912 140728260243456 140665103888119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
/proc/30937/statm: 6501016 11507 3061 1 0 6488269 0
[pid=30937/tid=30938] ppid=30935 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/30937/task/30938/stat : 30938 (java) R 30935 30935 28777 0 -1 4202560 6125 0 0 0 27 2 0 0 20 0 20 0 100654901 26628161536 11507 33554432000 4194304 4196468 140728260260912 140665108119520 140665103900054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30939] ppid=30935 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30939/stat : 30939 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26628161536 11507 33554432000 4194304 4196468 140728260260912 140664661969936 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30940] ppid=30935 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30940/stat : 30940 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26628161536 11507 33554432000 4194304 4196468 140728260260912 140664660917392 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30941] ppid=30935 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30941/stat : 30941 (java) S 30935 30935 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100654902 26628161536 11507 33554432000 4194304 4196468 140728260260912 140664659864336 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30942] ppid=30935 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30942/stat : 30942 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26628161536 11507 33554432000 4194304 4196468 140728260260912 140664658811792 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30943] ppid=30935 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/30937/task/30943/stat : 30943 (java) S 30935 30935 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100654902 26628161536 11507 33554432000 4194304 4196468 140728260260912 140664657758736 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30944] ppid=30935 vsize=26004064 memory=140145319834543 CPUtime=0 cores=0-7
/proc/30937/task/30944/stat : 30944 (java) S 30935 30935 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100654902 26628161536 11507 33554432000 4194304 4196468 140728260260912 140664656706192 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30945] ppid=30935 vsize=26004064 memory=140145319836848 CPUtime=0 cores=0-7
/proc/30937/task/30945/stat : 30945 (java) S 30935 30935 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100654902 26628161536 11507 33554432000 4194304 4196468 140728260260912 140664655653136 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30946] ppid=30935 vsize=26004064 memory=140145319839152 CPUtime=0 cores=0-7
/proc/30937/task/30946/stat : 30946 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26628161536 11507 33554432000 4194304 4196468 140728260260912 140664654600592 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30947] ppid=30935 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30947/stat : 30947 (java) S 30935 30935 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100654903 26628161536 11507 33554432000 4194304 4196468 140728260260912 140663644629744 140665103899266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30948] ppid=30935 vsize=26004064 memory=280290639685264 CPUtime=0 cores=0-7
/proc/30937/task/30948/stat : 30948 (java) S 30935 30935 28777 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100654904 26628161536 11507 33554432000 4194304 4196468 140728260260912 140663643575968 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30949] ppid=30935 vsize=26004064 memory=280290639692176 CPUtime=0 cores=0-7
/proc/30937/task/30949/stat : 30949 (java) S 30935 30935 28777 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100654904 26628161536 11507 33554432000 4194304 4196468 140728260260912 140663642522864 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30950] ppid=30935 vsize=26004064 memory=280290639633456 CPUtime=0 cores=0-7
/proc/30937/task/30950/stat : 30950 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654906 26628161536 11507 33554432000 4194304 4196468 140728260260912 140663641471440 140665103906715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30951] ppid=30935 vsize=26004064 memory=280290639706000 CPUtime=0.01 cores=0-7
/proc/30937/task/30951/stat : 30951 (java) S 30935 30935 28777 0 -1 1077944384 351 0 0 0 1 0 0 0 20 0 20 0 100654906 26628161536 11507 33554432000 4194304 4196468 140728260260912 140663640418544 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30952] ppid=30935 vsize=26004064 memory=280290639712912 CPUtime=0.03 cores=0-7
/proc/30937/task/30952/stat : 30952 (java) S 30935 30935 28777 0 -1 1077944384 249 0 0 0 3 0 0 0 20 0 20 0 100654906 26628161536 11507 33554432000 4194304 4196468 140728260260912 140663639366000 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30953] ppid=30935 vsize=26004064 memory=280290639710608 CPUtime=0.03 cores=0-7
/proc/30937/task/30953/stat : 30953 (java) S 30935 30935 28777 0 -1 1077944384 275 0 0 0 3 0 0 0 20 0 20 0 100654906 26628161536 11507 33554432000 4194304 4196468 140728260260912 140663638312944 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30954] ppid=30935 vsize=26004064 memory=280290639726768 CPUtime=0.11 cores=0-7
/proc/30937/task/30954/stat : 30954 (java) R 30935 30935 28777 0 -1 4202560 870 0 0 0 11 0 0 0 20 0 20 0 100654906 26628161536 11507 33554432000 4194304 4196468 140728260260912 140663637260400 140665082405990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30955] ppid=30935 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30955/stat : 30955 (java) S 30935 30935 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100654906 26628161536 11507 33554432000 4194304 4196468 140728260260912 140663636208608 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30956] ppid=30935 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30937/task/30956/stat : 30956 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654907 26628161536 11507 33554432000 4194304 4196468 140728260260912 140663635156144 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47412 KiB

[startup+0.597638 s]
# the end of solver process 30935 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.33961 s, system=0.063036 s

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

[startup+0.409305 s]*
/proc/loadavg: 6.13 7.71 8.10 4/200 30956
/proc/meminfo: memFree=26954112/32770624 swapFree=67108860/67108860
[pid=30935] ppid=30932 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30935/stat : 30935 (xcsp3-exec) S 30932 30935 28777 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100654900 9740288 346 33554432000 4194304 5098028 140733964156416 140733964154520 140663894753916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7671808 140733964162149 140733964162359 140733964162359 140733964165099 0
/proc/30935/statm: 2378 346 289 221 0 87 0
[pid=30937] ppid=30935 vsize=26004140 memory=52620 CPUtime=0.7 cores=0-7
/proc/30937/stat : 30937 (java) S 30935 30935 28777 0 -1 1077944320 9991 0 0 0 66 4 0 0 20 0 20 0 100654900 26628239360 13155 33554432000 4194304 4196468 140728260260912 140728260243456 140665103888119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
/proc/30937/statm: 6501035 13155 3140 1 0 6488269 0
[pid=30937/tid=30938] ppid=30935 vsize=26004140 memory=8318255677412212789 CPUtime=0.38 cores=0-7
/proc/30937/task/30938/stat : 30938 (java) R 30935 30935 28777 0 -1 4202560 6604 0 0 0 36 2 0 0 20 0 20 0 100654901 26628239360 13155 33554432000 4194304 4196468 140728260260912 140665108099808 140665103910045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30939] ppid=30935 vsize=26004140 memory=288230604707987820 CPUtime=0 cores=0-7
/proc/30937/task/30939/stat : 30939 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26628239360 13155 33554432000 4194304 4196468 140728260260912 140664661969936 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30940] ppid=30935 vsize=26004140 memory=140145462851562 CPUtime=0 cores=0-7
/proc/30937/task/30940/stat : 30940 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26628239360 13155 33554432000 4194304 4196468 140728260260912 140664660917392 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30941] ppid=30935 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/30937/task/30941/stat : 30941 (java) S 30935 30935 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100654902 26628239360 13155 33554432000 4194304 4196468 140728260260912 140664659864336 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30942] ppid=30935 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30942/stat : 30942 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26628239360 13155 33554432000 4194304 4196468 140728260260912 140664658811792 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30943] ppid=30935 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30943/stat : 30943 (java) S 30935 30935 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100654902 26628239360 13155 33554432000 4194304 4196468 140728260260912 140664657758736 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30944] ppid=30935 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/30937/task/30944/stat : 30944 (java) S 30935 30935 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100654902 26628239360 13155 33554432000 4194304 4196468 140728260260912 140664656706192 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30945] ppid=30935 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30945/stat : 30945 (java) S 30935 30935 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100654902 26628239360 13155 33554432000 4194304 4196468 140728260260912 140664655653136 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30946] ppid=30935 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30946/stat : 30946 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26628239360 13155 33554432000 4194304 4196468 140728260260912 140664654600592 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30947] ppid=30935 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30947/stat : 30947 (java) S 30935 30935 28777 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 100654903 26628239360 13155 33554432000 4194304 4196468 140728260260912 140663644629744 140665103899266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30948] ppid=30935 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30948/stat : 30948 (java) S 30935 30935 28777 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100654904 26628239360 13155 33554432000 4194304 4196468 140728260260912 140663643575968 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30949] ppid=30935 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30949/stat : 30949 (java) S 30935 30935 28777 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100654904 26628239360 13155 33554432000 4194304 4196468 140728260260912 140663642522864 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30950] ppid=30935 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30950/stat : 30950 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654906 26628239360 13155 33554432000 4194304 4196468 140728260260912 140663641471440 140665103906715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30951] ppid=30935 vsize=26004140 memory=0 CPUtime=0.01 cores=0-7
/proc/30937/task/30951/stat : 30951 (java) S 30935 30935 28777 0 -1 1077944384 385 0 0 0 1 0 0 0 20 0 20 0 100654906 26628239360 13155 33554432000 4194304 4196468 140728260260912 140663640418544 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30952] ppid=30935 vsize=26004140 memory=0 CPUtime=0.05 cores=0-7
/proc/30937/task/30952/stat : 30952 (java) S 30935 30935 28777 0 -1 1077944384 326 0 0 0 5 0 0 0 20 0 20 0 100654906 26628239360 13155 33554432000 4194304 4196468 140728260260912 140663639366000 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30953] ppid=30935 vsize=26004140 memory=-1 CPUtime=0.05 cores=0-7
/proc/30937/task/30953/stat : 30953 (java) S 30935 30935 28777 0 -1 1077944384 350 0 0 0 5 0 0 0 20 0 20 0 100654906 26628239360 13155 33554432000 4194304 4196468 140728260260912 140663638312944 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30954] ppid=30935 vsize=26004140 memory=0 CPUtime=0.16 cores=0-7
/proc/30937/task/30954/stat : 30954 (java) S 30935 30935 28777 0 -1 1077944384 1013 0 0 0 16 0 0 0 20 0 20 0 100654906 26628239360 13155 33554432000 4194304 4196468 140728260260912 140663637260400 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30955] ppid=30935 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30955/stat : 30955 (java) S 30935 30935 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100654906 26628239360 13155 33554432000 4194304 4196468 140728260260912 140663636208608 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30956] ppid=30935 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/30937/task/30956/stat : 30956 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654907 26628239360 13155 33554432000 4194304 4196468 140728260260912 140663635156144 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 26013652 KiB
Current children cumulated memory: 54004 KiB

[startup+0.509268 s]*
/proc/loadavg: 6.13 7.71 8.10 3/200 30956
/proc/meminfo: memFree=26940504/32770624 swapFree=67108860/67108860
[pid=30935] ppid=30932 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30935/stat : 30935 (xcsp3-exec) S 30932 30935 28777 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 100654900 9740288 346 33554432000 4194304 5098028 140733964156416 140733964154520 140663894753916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7671808 140733964162149 140733964162359 140733964162359 140733964165099 0
/proc/30935/statm: 2378 346 289 221 0 87 0
[pid=30937] ppid=30935 vsize=26006188 memory=64200 CPUtime=1.03 cores=0-7
/proc/30937/stat : 30937 (java) S 30935 30935 28777 0 -1 1077944320 11794 0 0 0 98 5 0 0 20 0 20 0 100654900 26630336512 16050 33554432000 4194304 4196468 140728260260912 140728260243456 140665103888119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
/proc/30937/statm: 6501547 16050 3195 1 0 6488781 0
[pid=30937/tid=30938] ppid=30935 vsize=26006188 memory=6791534058613427641 CPUtime=0.49 cores=0-7
/proc/30937/task/30938/stat : 30938 (java) R 30935 30935 28777 0 -1 4202560 6686 0 0 0 46 3 0 0 20 0 20 0 100654901 26630336512 16050 33554432000 4194304 4196468 140728260260912 140665108125024 140665103900054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30939] ppid=30935 vsize=26006188 memory=840 CPUtime=0 cores=0-7
/proc/30937/task/30939/stat : 30939 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26630336512 16050 33554432000 4194304 4196468 140728260260912 140664661969936 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30940] ppid=30935 vsize=26006188 memory=1692 CPUtime=0 cores=0-7
/proc/30937/task/30940/stat : 30940 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26630336512 16050 33554432000 4194304 4196468 140728260260912 140664660917392 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30941] ppid=30935 vsize=26006188 memory=916 CPUtime=0 cores=0-7
/proc/30937/task/30941/stat : 30941 (java) S 30935 30935 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100654902 26630336512 16050 33554432000 4194304 4196468 140728260260912 140664659864336 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30942] ppid=30935 vsize=26006188 memory=5608 CPUtime=0 cores=0-7
/proc/30937/task/30942/stat : 30942 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26630336512 16050 33554432000 4194304 4196468 140728260260912 140664658811792 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30943] ppid=30935 vsize=26006188 memory=4104 CPUtime=0 cores=0-7
/proc/30937/task/30943/stat : 30943 (java) S 30935 30935 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100654902 26630336512 16050 33554432000 4194304 4196468 140728260260912 140664657758736 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30944] ppid=30935 vsize=26006188 memory=1152 CPUtime=0 cores=0-7
/proc/30937/task/30944/stat : 30944 (java) S 30935 30935 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100654902 26630336512 16050 33554432000 4194304 4196468 140728260260912 140664656706192 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30945] ppid=30935 vsize=26006188 memory=2252 CPUtime=0 cores=0-7
/proc/30937/task/30945/stat : 30945 (java) S 30935 30935 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100654902 26630336512 16050 33554432000 4194304 4196468 140728260260912 140664655653136 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30946] ppid=30935 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/30937/task/30946/stat : 30946 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654902 26630336512 16050 33554432000 4194304 4196468 140728260260912 140664654600592 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30947] ppid=30935 vsize=26006188 memory=46028 CPUtime=0 cores=0-7
/proc/30937/task/30947/stat : 30947 (java) S 30935 30935 28777 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 100654903 26630336512 16050 33554432000 4194304 4196468 140728260260912 140663644629744 140665103899266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30948] ppid=30935 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30948/stat : 30948 (java) S 30935 30935 28777 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100654904 26630336512 16066 33554432000 4194304 4196468 140728260260912 140663643575968 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30949] ppid=30935 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30949/stat : 30949 (java) S 30935 30935 28777 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100654904 26630336512 16066 33554432000 4194304 4196468 140728260260912 140663642522864 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30950] ppid=30935 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/30937/task/30950/stat : 30950 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654906 26630336512 16066 33554432000 4194304 4196468 140728260260912 140663641471440 140665103906715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30951] ppid=30935 vsize=26006188 memory=0 CPUtime=0.06 cores=0-7
/proc/30937/task/30951/stat : 30951 (java) R 30935 30935 28777 0 -1 4202560 961 0 0 0 6 0 0 0 20 0 20 0 100654906 26630336512 16066 33554432000 4194304 4196468 140728260260912 140663640408688 140665088284936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30952] ppid=30935 vsize=26006188 memory=0 CPUtime=0.1 cores=0-7
/proc/30937/task/30952/stat : 30952 (java) R 30935 30935 28777 0 -1 4202560 783 0 0 0 10 0 0 0 20 0 20 0 100654906 26630336512 16066 33554432000 4194304 4196468 140728260260912 140663639366000 140665088998212 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30953] ppid=30935 vsize=26006188 memory=-1 CPUtime=0.08 cores=0-7
/proc/30937/task/30953/stat : 30953 (java) S 30935 30935 28777 0 -1 1077944384 427 0 0 0 8 0 0 0 20 0 20 0 100654906 26630336512 16066 33554432000 4194304 4196468 140728260260912 140663638312944 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30954] ppid=30935 vsize=26006188 memory=140145319834543 CPUtime=0.26 cores=0-7
/proc/30937/task/30954/stat : 30954 (java) R 30935 30935 28777 0 -1 4202560 1626 0 0 0 26 0 0 0 20 0 20 0 100654906 26630336512 16066 33554432000 4194304 4196468 140728260260912 140663637255440 140665103900054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30955] ppid=30935 vsize=26006188 memory=3689636878213984304 CPUtime=0 cores=0-7
/proc/30937/task/30955/stat : 30955 (java) S 30935 30935 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100654906 26630336512 16066 33554432000 4194304 4196468 140728260260912 140663636208608 140665103898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
[pid=30937/tid=30956] ppid=30935 vsize=26006188 memory=3906364840652847411 CPUtime=0 cores=0-7
/proc/30937/task/30956/stat : 30956 (java) S 30935 30935 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100654907 26630336512 16066 33554432000 4194304 4196468 140728260260912 140663635156144 140665103899266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20992000 140728260265106 140728260265283 140728260265283 140728260267983 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 65584 KiB

Child status: 0
Real time (s): 0.597701
CPU time (s): 1.40265
CPU user time (s): 1.33961
CPU system time (s): 0.063036
CPU usage (%): 234.674
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 65584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.33961
system time used= 0.063036
maximum resident set size= 86840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12851
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= 2288
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 30935
#   total CPU time (s): 1.40265
#   total CPU user time (s): 1.33961
#   total CPU system time (s): 0.063036

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.023776 second user time and 0.045264 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-14 03:40:12
IDJOB=4271306
IDBENCH=120360
IDSOLVER=2662
FILE ID=node114/4271306-1502675671
RUNJOBID= node114-1502667219-28804
PBS_JOBID= 20628964
Free space on /tmp= 61700 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Sudoku/Sudoku-alldiff-s1/Sudoku-s11a-alldiff.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-4271306-1502675671/watcher-4271306-1502675671 -o /tmp/evaluation-result-4271306-1502675671/solver-4271306-1502675671 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502667219-28804 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 883364901 HOME/instance-4271306-1502675671.xml

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

MD5SUM BENCH= 0aad21e83d495bcb0e9f7964598bcc54
RANDOM SEED=883364901

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        26992564 kB
MemAvailable:   31985076 kB
Buffers:          178616 kB
Cached:          5102372 kB
SwapCached:            0 kB
Active:           452948 kB
Inactive:        4884296 kB
Active(anon):      58920 kB
Inactive(anon):    25036 kB
Active(file):     394028 kB
Inactive(file):  4859260 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8160 kB
Writeback:             8 kB
AnonPages:         62236 kB
Mapped:            44096 kB
Shmem:             25224 kB
Slab:             136056 kB
SReclaimable:     110116 kB
SUnreclaim:        25940 kB
KernelStack:        3216 kB
PageTables:         4824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61692 MiB
End job on node114 at 2017-08-14 03:40:13