Trace number 4297647

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Choco-solver 4.0.7b par (e747e1e)SAT 1.29772 0.601505

General information on the benchmark

NameColouredQueens/
ColouredQueens-05_c18.xml
MD5SUM776f6c8909d7db26eed6858afed1e777
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 benchmark1.29772
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints24
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":21}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":12}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":24}]
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-4297647-1532688981.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297647-1532688981.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
0.97/0.54	c solve instance...
0.97/0.58	s SATISFIABLE
0.97/0.58	v <instantiation>
0.97/0.58	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] </list>
0.97/0.58	v 	<values>2 0 1 3 4 3 4 2 0 1 0 1 3 4 2 4 2 0 1 3 1 3 4 2 0 </values>
0.97/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 (8285 MiB free)
  memory of node 1: 16384 MiB (14846 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297647-1532688981/watcher-4297647-1532688981 -o /tmp/evaluation-result-4297647-1532688981/solver-4297647-1532688981 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1532686460-10831 --watchdog 2580 HOME/xcsp3-exec -seed 902769916 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297647-1532688981.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=10995, runsolver pid=10992

[startup+0.100146 s]*
/proc/loadavg: 8.06 8.63 8.76 2/201 11016
/proc/meminfo: memFree=23669916/32770624 swapFree=67108404/67108860
[pid=10995] ppid=10992 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10995/stat : 10995 (xcsp3-exec) S 10992 10995 10804 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 86461291 115843072 363 33554432000 4194304 5098028 140729406927808 140729406925912 140030904312444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16498688 140729406932022 140729406932224 140729406932224 140729406934986 0
/proc/10995/statm: 28282 363 305 221 0 87 0
[pid=10997] ppid=10995 vsize=26104152 memory=27636 CPUtime=0.11 cores=0-7
/proc/10997/stat : 10997 (java) S 10995 10995 10804 0 -1 1077944320 5826 0 0 0 10 1 0 0 20 0 20 0 86461291 26730651648 6909 33554432000 4194304 4196468 140727657703136 140727657685680 140218885029623 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
/proc/10997/statm: 6526038 6909 2999 1 0 6488315 0
[pid=10997/tid=10998] ppid=10995 vsize=26104152 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/10997/task/10998/stat : 10998 (java) R 10995 10995 10804 0 -1 4202560 3850 0 0 0 8 0 0 0 20 0 20 0 86461292 26730651648 6909 33554432000 4194304 4196468 140727657703136 140218889256160 140218485297991 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=10999] ppid=10995 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/10997/task/10999/stat : 10999 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26730651648 6909 33554432000 4194304 4196468 140727657703136 140218807609872 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11000] ppid=10995 vsize=26104152 memory=140036458337920 CPUtime=0 cores=0-7
/proc/10997/task/11000/stat : 11000 (java) S 10995 10995 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86461293 26730651648 6909 33554432000 4194304 4196468 140727657703136 140218806557328 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11001] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11001/stat : 11001 (java) S 10995 10995 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86461293 26730651648 6909 33554432000 4194304 4196468 140727657703136 140218805504272 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11002] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11002/stat : 11002 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26730651648 6909 33554432000 4194304 4196468 140727657703136 140218440112528 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11003] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11003/stat : 11003 (java) S 10995 10995 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86461293 26730651648 6909 33554432000 4194304 4196468 140727657703136 140218439060496 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11004] ppid=10995 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/10997/task/11004/stat : 11004 (java) S 10995 10995 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86461293 26730651648 6909 33554432000 4194304 4196468 140727657703136 140218438007952 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11005] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11005/stat : 11005 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26730651648 6909 33554432000 4194304 4196468 140727657703136 140218436954896 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11006] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11006/stat : 11006 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26730651648 6909 33554432000 4194304 4196468 140727657703136 140218435902352 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11007] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11007/stat : 11007 (java) S 10995 10995 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86461294 26730651648 6909 33554432000 4194304 4196468 140727657703136 140218012264688 140218885040770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11008] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11008/stat : 11008 (java) S 10995 10995 10804 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86461295 26730651648 6909 33554432000 4194304 4196468 140727657703136 140218011210912 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11009] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11009/stat : 11009 (java) S 10995 10995 10804 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86461295 26730651648 6909 33554432000 4194304 4196468 140727657703136 140218010157808 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11010] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11010/stat : 11010 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461297 26730651648 6909 33554432000 4194304 4196468 140727657703136 140218009106384 140218885048219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11011] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11011/stat : 11011 (java) S 10995 10995 10804 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 20 0 86461297 26730651648 6909 33554432000 4194304 4196468 140727657703136 140218008054512 140218885040770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11012] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11012/stat : 11012 (java) S 10995 10995 10804 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 86461297 26730651648 6909 33554432000 4194304 4196468 140727657703136 140218007001968 140218885040770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11013] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11013/stat : 11013 (java) S 10995 10995 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86461297 26730651648 6909 33554432000 4194304 4196468 140727657703136 140218005948912 140218885040770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11014] ppid=10995 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/10997/task/11014/stat : 11014 (java) R 10995 10995 10804 0 -1 4202560 256 0 0 0 1 0 0 0 20 0 20 0 86461297 26730651648 6909 33554432000 4194304 4196468 140727657703136 140218004896368 140218864304289 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11015] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11015/stat : 11015 (java) S 10995 10995 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86461297 26730651648 6909 33554432000 4194304 4196468 140727657703136 140218003843552 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11016] ppid=10995 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/10997/task/11016/stat : 11016 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461298 26730651648 6909 33554432000 4194304 4196468 140727657703136 140218002791088 140218885040770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 29088 KiB

[startup+0.209797 s]*
/proc/loadavg: 8.06 8.63 8.76 3/201 11016
/proc/meminfo: memFree=23656860/32770624 swapFree=67108404/67108860
[pid=10995] ppid=10992 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10995/stat : 10995 (xcsp3-exec) S 10992 10995 10804 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 86461291 115843072 363 33554432000 4194304 5098028 140729406927808 140729406925912 140030904312444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16498688 140729406932022 140729406932224 140729406932224 140729406934986 0
/proc/10995/statm: 28282 363 305 221 0 87 0
[pid=10997] ppid=10995 vsize=26104152 memory=40956 CPUtime=0.33 cores=0-7
/proc/10997/stat : 10997 (java) S 10995 10995 10804 0 -1 1077944320 8357 0 0 0 31 2 0 0 20 0 20 0 86461291 26730651648 10239 33554432000 4194304 4196468 140727657703136 140727657685680 140218885029623 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
/proc/10997/statm: 6526038 10239 3179 1 0 6488315 0
[pid=10997/tid=10998] ppid=10995 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/10997/task/10998/stat : 10998 (java) R 10995 10995 10804 0 -1 4202560 5481 0 0 0 18 1 0 0 20 0 20 0 86461292 26730651648 10239 33554432000 4194304 4196468 140727657703136 140218889268624 140218869110110 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=10999] ppid=10995 vsize=26104152 memory=331 CPUtime=0 cores=0-7
/proc/10997/task/10999/stat : 10999 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26730651648 10239 33554432000 4194304 4196468 140727657703136 140218807609872 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11000] ppid=10995 vsize=26104152 memory=140036458825462 CPUtime=0 cores=0-7
/proc/10997/task/11000/stat : 11000 (java) S 10995 10995 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86461293 26730651648 10239 33554432000 4194304 4196468 140727657703136 140218806557328 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11001] ppid=10995 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/10997/task/11001/stat : 11001 (java) S 10995 10995 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86461293 26730651648 10239 33554432000 4194304 4196468 140727657703136 140218805504272 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11002] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11002/stat : 11002 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26730651648 10239 33554432000 4194304 4196468 140727657703136 140218440112528 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11003] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11003/stat : 11003 (java) S 10995 10995 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86461293 26730651648 10239 33554432000 4194304 4196468 140727657703136 140218439060496 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11004] ppid=10995 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/10997/task/11004/stat : 11004 (java) S 10995 10995 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86461293 26730651648 10239 33554432000 4194304 4196468 140727657703136 140218438007952 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11005] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11005/stat : 11005 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26730651648 10239 33554432000 4194304 4196468 140727657703136 140218436954896 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11006] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11006/stat : 11006 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26730651648 10239 33554432000 4194304 4196468 140727657703136 140218435902352 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11007] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11007/stat : 11007 (java) S 10995 10995 10804 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 86461294 26730651648 10239 33554432000 4194304 4196468 140727657703136 140218012264688 140218885040770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11008] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11008/stat : 11008 (java) S 10995 10995 10804 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86461295 26730651648 10239 33554432000 4194304 4196468 140727657703136 140218011210912 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11009] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11009/stat : 11009 (java) S 10995 10995 10804 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86461295 26730651648 10239 33554432000 4194304 4196468 140727657703136 140218010157808 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11010] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11010/stat : 11010 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461297 26730651648 10239 33554432000 4194304 4196468 140727657703136 140218009106384 140218885048219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11011] ppid=10995 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/10997/task/11011/stat : 11011 (java) S 10995 10995 10804 0 -1 1077944384 324 0 0 0 1 0 0 0 20 0 20 0 86461297 26730651648 10239 33554432000 4194304 4196468 140727657703136 140218008054512 140218885040770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11012] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11012/stat : 11012 (java) S 10995 10995 10804 0 -1 1077944384 194 0 0 0 0 0 0 0 20 0 20 0 86461297 26730651648 10239 33554432000 4194304 4196468 140727657703136 140218007001968 140218885040770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11013] ppid=10995 vsize=26104152 memory=-1 CPUtime=0.02 cores=0-7
/proc/10997/task/11013/stat : 11013 (java) S 10995 10995 10804 0 -1 1077944384 275 0 0 0 2 0 0 0 20 0 20 0 86461297 26730651648 10239 33554432000 4194304 4196468 140727657703136 140218005948912 140218885040770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11014] ppid=10995 vsize=26104152 memory=-1 CPUtime=0.07 cores=0-7
/proc/10997/task/11014/stat : 11014 (java) R 10995 10995 10804 0 -1 4202560 773 0 0 0 7 0 0 0 20 0 20 0 86461297 26730651648 10239 33554432000 4194304 4196468 140727657703136 140218004890944 140218864003362 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11015] ppid=10995 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11015/stat : 11015 (java) S 10995 10995 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86461297 26730651648 10239 33554432000 4194304 4196468 140727657703136 140218003843552 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11016] ppid=10995 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/10997/task/11016/stat : 11016 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461298 26730651648 10239 33554432000 4194304 4196468 140727657703136 140218002791088 140218885040770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 42408 KiB

[startup+0.30951 s]*
/proc/loadavg: 8.06 8.63 8.76 3/201 11016
/proc/meminfo: memFree=23650640/32770624 swapFree=67108404/67108860
[pid=10995] ppid=10992 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10995/stat : 10995 (xcsp3-exec) S 10992 10995 10804 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 86461291 115843072 363 33554432000 4194304 5098028 140729406927808 140729406925912 140030904312444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16498688 140729406932022 140729406932224 140729406932224 140729406934986 0
/proc/10995/statm: 28282 363 305 221 0 87 0
[pid=10997] ppid=10995 vsize=26108408 memory=47288 CPUtime=0.49 cores=0-7
/proc/10997/stat : 10997 (java) S 10995 10995 10804 0 -1 1077944320 8997 0 0 0 46 3 0 0 20 0 20 0 86461291 26735009792 11822 33554432000 4194304 4196468 140727657703136 140727657685680 140218885029623 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
/proc/10997/statm: 6527102 11822 3255 1 0 6488315 0
[pid=10997/tid=10998] ppid=10995 vsize=26108408 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/10997/task/10998/stat : 10998 (java) R 10995 10995 10804 0 -1 4202560 6038 0 0 0 26 2 0 0 20 0 20 0 86461292 26735009792 11822 33554432000 4194304 4196468 140727657703136 140218889266240 140218885051549 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=10999] ppid=10995 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/10999/stat : 10999 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26735009792 11822 33554432000 4194304 4196468 140727657703136 140218807609872 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11000] ppid=10995 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11000/stat : 11000 (java) S 10995 10995 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86461293 26735009792 11822 33554432000 4194304 4196468 140727657703136 140218806557328 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11001] ppid=10995 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11001/stat : 11001 (java) S 10995 10995 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86461293 26735009792 11822 33554432000 4194304 4196468 140727657703136 140218805504272 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11002] ppid=10995 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11002/stat : 11002 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26735009792 11822 33554432000 4194304 4196468 140727657703136 140218440112528 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11003] ppid=10995 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/10997/task/11003/stat : 11003 (java) S 10995 10995 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86461293 26735009792 11822 33554432000 4194304 4196468 140727657703136 140218439060496 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11004] ppid=10995 vsize=26108408 memory=140036335039407 CPUtime=0 cores=0-7
/proc/10997/task/11004/stat : 11004 (java) S 10995 10995 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86461293 26735009792 11822 33554432000 4194304 4196468 140727657703136 140218438007952 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11005] ppid=10995 vsize=26108408 memory=140036335041712 CPUtime=0 cores=0-7
/proc/10997/task/11005/stat : 11005 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26735009792 11822 33554432000 4194304 4196468 140727657703136 140218436954896 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11006] ppid=10995 vsize=26108408 memory=140036335044016 CPUtime=0 cores=0-7
/proc/10997/task/11006/stat : 11006 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26735009792 11822 33554432000 4194304 4196468 140727657703136 140218435902352 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11007] ppid=10995 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11007/stat : 11007 (java) S 10995 10995 10804 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 86461294 26735009792 11822 33554432000 4194304 4196468 140727657703136 140218012264688 140218885040770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11008] ppid=10995 vsize=26108408 memory=280072670094992 CPUtime=0 cores=0-7
/proc/10997/task/11008/stat : 11008 (java) S 10995 10995 10804 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86461295 26735009792 11822 33554432000 4194304 4196468 140727657703136 140218011210912 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11009] ppid=10995 vsize=26108408 memory=280072670101904 CPUtime=0 cores=0-7
/proc/10997/task/11009/stat : 11009 (java) S 10995 10995 10804 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86461295 26735009792 11822 33554432000 4194304 4196468 140727657703136 140218010157808 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11010] ppid=10995 vsize=26108408 memory=280072670043184 CPUtime=0 cores=0-7
/proc/10997/task/11010/stat : 11010 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461297 26735009792 11822 33554432000 4194304 4196468 140727657703136 140218009106384 140218885048219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11011] ppid=10995 vsize=26108408 memory=280072670115728 CPUtime=0.01 cores=0-7
/proc/10997/task/11011/stat : 11011 (java) S 10995 10995 10804 0 -1 1077944384 330 0 0 0 1 0 0 0 20 0 20 0 86461297 26735009792 11822 33554432000 4194304 4196468 140727657703136 140218008054512 140218885040770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11012] ppid=10995 vsize=26108408 memory=280072670122640 CPUtime=0.01 cores=0-7
/proc/10997/task/11012/stat : 11012 (java) S 10995 10995 10804 0 -1 1077944384 200 0 0 0 1 0 0 0 20 0 20 0 86461297 26735009792 11822 33554432000 4194304 4196468 140727657703136 140218007001968 140218885040770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11013] ppid=10995 vsize=26108408 memory=280072670120336 CPUtime=0.03 cores=0-7
/proc/10997/task/11013/stat : 11013 (java) R 10995 10995 10804 0 -1 4202560 278 0 0 0 3 0 0 0 20 0 20 0 86461297 26735009792 11822 33554432000 4194304 4196468 140727657703136 140218005939296 140218869777880 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11014] ppid=10995 vsize=26108408 memory=280072670136496 CPUtime=0.12 cores=0-7
/proc/10997/task/11014/stat : 11014 (java) S 10995 10995 10804 0 -1 1077944384 846 0 0 0 12 0 0 0 20 0 20 0 86461297 26735009792 11822 33554432000 4194304 4196468 140727657703136 140218004896368 140218885040770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11015] ppid=10995 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11015/stat : 11015 (java) S 10995 10995 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86461297 26735009792 11822 33554432000 4194304 4196468 140727657703136 140218003843552 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11016] ppid=10995 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/10997/task/11016/stat : 11016 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461298 26735009792 11822 33554432000 4194304 4196468 140727657703136 140218002791088 140218885040770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48740 KiB

[startup+0.601444 s]
# the end of solver process 10995 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.23554 s, system=0.062185 s

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

[startup+0.409435 s]*
/proc/loadavg: 8.06 8.63 8.76 3/201 11016
/proc/meminfo: memFree=23645352/32770624 swapFree=67108404/67108860
[pid=10995] ppid=10992 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10995/stat : 10995 (xcsp3-exec) S 10992 10995 10804 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 86461291 115843072 363 33554432000 4194304 5098028 140729406927808 140729406925912 140030904312444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16498688 140729406932022 140729406932224 140729406932224 140729406934986 0
/proc/10995/statm: 28282 363 305 221 0 87 0
[pid=10997] ppid=10995 vsize=26110532 memory=52788 CPUtime=0.67 cores=0-7
/proc/10997/stat : 10997 (java) S 10995 10995 10804 0 -1 1077944320 9882 0 0 0 64 3 0 0 20 0 20 0 86461291 26737184768 13197 33554432000 4194304 4196468 140727657703136 140727657685680 140218885029623 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
/proc/10997/statm: 6527633 13197 3298 1 0 6488827 0
[pid=10997/tid=10998] ppid=10995 vsize=26110532 memory=8316850467074736180 CPUtime=0.38 cores=0-7
/proc/10997/task/10998/stat : 10998 (java) R 10995 10995 10804 0 -1 4202560 6692 0 0 0 36 2 0 0 20 0 20 0 86461292 26737184768 13197 33554432000 4194304 4196468 140727657703136 140218889266832 140218869944160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=10999] ppid=10995 vsize=26110532 memory=9358 CPUtime=0 cores=0-7
/proc/10997/task/10999/stat : 10999 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26737184768 13197 33554432000 4194304 4196468 140727657703136 140218807609872 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11000] ppid=10995 vsize=26110532 memory=140036458825462 CPUtime=0 cores=0-7
/proc/10997/task/11000/stat : 11000 (java) S 10995 10995 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86461293 26737184768 13197 33554432000 4194304 4196468 140727657703136 140218806557328 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11001] ppid=10995 vsize=26110532 memory=-1 CPUtime=0 cores=0-7
/proc/10997/task/11001/stat : 11001 (java) S 10995 10995 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86461293 26737184768 13197 33554432000 4194304 4196468 140727657703136 140218805504272 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11002] ppid=10995 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11002/stat : 11002 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26737184768 13197 33554432000 4194304 4196468 140727657703136 140218440112528 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11003] ppid=10995 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11003/stat : 11003 (java) S 10995 10995 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86461293 26737184768 13197 33554432000 4194304 4196468 140727657703136 140218439060496 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11004] ppid=10995 vsize=26110532 memory=-1 CPUtime=0 cores=0-7
/proc/10997/task/11004/stat : 11004 (java) S 10995 10995 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86461293 26737184768 13197 33554432000 4194304 4196468 140727657703136 140218438007952 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11005] ppid=10995 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11005/stat : 11005 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26737184768 13197 33554432000 4194304 4196468 140727657703136 140218436954896 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11006] ppid=10995 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11006/stat : 11006 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26737184768 13197 33554432000 4194304 4196468 140727657703136 140218435902352 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11007] ppid=10995 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11007/stat : 11007 (java) S 10995 10995 10804 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 86461294 26737184768 13197 33554432000 4194304 4196468 140727657703136 140218012264688 140218885040770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11008] ppid=10995 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11008/stat : 11008 (java) S 10995 10995 10804 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86461295 26737184768 13197 33554432000 4194304 4196468 140727657703136 140218011210912 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11009] ppid=10995 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11009/stat : 11009 (java) S 10995 10995 10804 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86461295 26737184768 13197 33554432000 4194304 4196468 140727657703136 140218010157808 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11010] ppid=10995 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11010/stat : 11010 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461297 26737184768 13197 33554432000 4194304 4196468 140727657703136 140218009106384 140218885048219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11011] ppid=10995 vsize=26110532 memory=0 CPUtime=0.02 cores=0-7
/proc/10997/task/11011/stat : 11011 (java) R 10995 10995 10804 0 -1 1077944384 332 0 0 0 2 0 0 0 20 0 20 0 86461297 26737184768 13197 33554432000 4194304 4196468 140727657703136 140218008054512 140218885040770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11012] ppid=10995 vsize=26110532 memory=0 CPUtime=0.03 cores=0-7
/proc/10997/task/11012/stat : 11012 (java) S 10995 10995 10804 0 -1 1077944384 236 0 0 0 3 0 0 0 20 0 20 0 86461297 26737184768 13197 33554432000 4194304 4196468 140727657703136 140218007001968 140218885040770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11013] ppid=10995 vsize=26110532 memory=-1 CPUtime=0.05 cores=0-7
/proc/10997/task/11013/stat : 11013 (java) S 10995 10995 10804 0 -1 1077944384 364 0 0 0 5 0 0 0 20 0 20 0 86461297 26737184768 13197 33554432000 4194304 4196468 140727657703136 140218005948912 140218885040770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11014] ppid=10995 vsize=26110532 memory=-1 CPUtime=0.16 cores=0-7
/proc/10997/task/11014/stat : 11014 (java) R 10995 10995 10804 0 -1 4202560 947 0 0 0 16 0 0 0 20 0 20 0 86461297 26737184768 13197 33554432000 4194304 4196468 140727657703136 140218004892128 140218885041558 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11015] ppid=10995 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11015/stat : 11015 (java) S 10995 10995 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86461297 26737184768 13197 33554432000 4194304 4196468 140727657703136 140218003843552 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11016] ppid=10995 vsize=26110532 memory=-1 CPUtime=0 cores=0-7
/proc/10997/task/11016/stat : 11016 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461298 26737184768 13197 33554432000 4194304 4196468 140727657703136 140218002791088 140218885040770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 54240 KiB

[startup+0.509245 s]*
/proc/loadavg: 8.06 8.63 8.76 3/201 11016
/proc/meminfo: memFree=23634336/32770624 swapFree=67108404/67108860
[pid=10995] ppid=10992 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10995/stat : 10995 (xcsp3-exec) S 10992 10995 10804 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 86461291 115843072 363 33554432000 4194304 5098028 140729406927808 140729406925912 140030904312444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16498688 140729406932022 140729406932224 140729406932224 140729406934986 0
/proc/10995/statm: 28282 363 305 221 0 87 0
[pid=10997] ppid=10995 vsize=26110532 memory=64936 CPUtime=0.97 cores=0-7
/proc/10997/stat : 10997 (java) S 10995 10995 10804 0 -1 1077944320 11986 0 0 0 92 5 0 0 20 0 20 0 86461291 26737184768 16234 33554432000 4194304 4196468 140727657703136 140727657685680 140218885029623 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
/proc/10997/statm: 6527633 16234 3342 1 0 6488827 0
[pid=10997/tid=10998] ppid=10995 vsize=26110532 memory=6791534058613427641 CPUtime=0.48 cores=0-7
/proc/10997/task/10998/stat : 10998 (java) R 10995 10995 10804 0 -1 4202560 6950 0 0 0 45 3 0 0 20 0 20 0 86461292 26737184768 16234 33554432000 4194304 4196468 140727657703136 140218889269152 140218885051549 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=10999] ppid=10995 vsize=26110532 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/10997/task/10999/stat : 10999 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26737184768 16234 33554432000 4194304 4196468 140727657703136 140218807609872 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11000] ppid=10995 vsize=26110532 memory=4100 CPUtime=0 cores=0-7
/proc/10997/task/11000/stat : 11000 (java) S 10995 10995 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86461293 26737184768 16234 33554432000 4194304 4196468 140727657703136 140218806557328 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11001] ppid=10995 vsize=26110532 memory=1800 CPUtime=0 cores=0-7
/proc/10997/task/11001/stat : 11001 (java) S 10995 10995 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86461293 26737184768 16234 33554432000 4194304 4196468 140727657703136 140218805504272 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11002] ppid=10995 vsize=26110532 memory=916 CPUtime=0 cores=0-7
/proc/10997/task/11002/stat : 11002 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26737184768 16234 33554432000 4194304 4196468 140727657703136 140218440112528 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11003] ppid=10995 vsize=26110532 memory=4140 CPUtime=0 cores=0-7
/proc/10997/task/11003/stat : 11003 (java) S 10995 10995 10804 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86461293 26737184768 16234 33554432000 4194304 4196468 140727657703136 140218439060496 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11004] ppid=10995 vsize=26110532 memory=1408 CPUtime=0 cores=0-7
/proc/10997/task/11004/stat : 11004 (java) S 10995 10995 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86461293 26737184768 16234 33554432000 4194304 4196468 140727657703136 140218438007952 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11005] ppid=10995 vsize=26110532 memory=2256 CPUtime=0 cores=0-7
/proc/10997/task/11005/stat : 11005 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26737184768 16234 33554432000 4194304 4196468 140727657703136 140218436954896 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11006] ppid=10995 vsize=26110532 memory=1452 CPUtime=0 cores=0-7
/proc/10997/task/11006/stat : 11006 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461293 26737184768 16234 33554432000 4194304 4196468 140727657703136 140218435902352 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11007] ppid=10995 vsize=26110532 memory=47288 CPUtime=0 cores=0-7
/proc/10997/task/11007/stat : 11007 (java) S 10995 10995 10804 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 86461294 26737184768 16234 33554432000 4194304 4196468 140727657703136 140218012264688 140218885040770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11008] ppid=10995 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11008/stat : 11008 (java) S 10995 10995 10804 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86461295 26737184768 16234 33554432000 4194304 4196468 140727657703136 140218011210912 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11009] ppid=10995 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11009/stat : 11009 (java) S 10995 10995 10804 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86461295 26737184768 16234 33554432000 4194304 4196468 140727657703136 140218010157808 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11010] ppid=10995 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/10997/task/11010/stat : 11010 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461297 26737184768 16234 33554432000 4194304 4196468 140727657703136 140218009106384 140218885048219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11011] ppid=10995 vsize=26110532 memory=0 CPUtime=0.06 cores=0-7
/proc/10997/task/11011/stat : 11011 (java) S 10995 10995 10804 0 -1 1077944384 961 0 0 0 6 0 0 0 20 0 20 0 86461297 26737184768 16234 33554432000 4194304 4196468 140727657703136 140218008054512 140218885040770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11012] ppid=10995 vsize=26110532 memory=0 CPUtime=0.05 cores=0-7
/proc/10997/task/11012/stat : 11012 (java) R 10995 10995 10804 0 -1 1077944384 260 0 0 0 5 0 0 0 20 0 20 0 86461297 26737184768 16234 33554432000 4194304 4196468 140727657703136 140218007001968 140218885040770 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11013] ppid=10995 vsize=26110532 memory=-1 CPUtime=0.1 cores=0-7
/proc/10997/task/11013/stat : 11013 (java) S 10995 10995 10804 0 -1 1077944384 892 0 0 0 10 0 0 0 20 0 20 0 86461297 26737184768 16234 33554432000 4194304 4196468 140727657703136 140218005948912 140218885040770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11014] ppid=10995 vsize=26110532 memory=140036335039407 CPUtime=0.24 cores=0-7
/proc/10997/task/11014/stat : 11014 (java) R 10995 10995 10804 0 -1 4202560 1612 0 0 0 24 0 0 0 20 0 20 0 86461297 26737184768 16234 33554432000 4194304 4196468 140727657703136 140218004895552 140218878126459 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11015] ppid=10995 vsize=26110532 memory=3473177157876064304 CPUtime=0 cores=0-7
/proc/10997/task/11015/stat : 11015 (java) S 10995 10995 10804 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86461297 26737184768 16234 33554432000 4194304 4196468 140727657703136 140218003843552 140218885039829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
[pid=10997/tid=11016] ppid=10995 vsize=26110532 memory=3690478008569903409 CPUtime=0 cores=0-7
/proc/10997/task/11016/stat : 11016 (java) S 10995 10995 10804 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86461298 26737184768 16234 33554432000 4194304 4196468 140727657703136 140218002791088 140218885040770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32083968 140727657710721 140727657710893 140727657710893 140727657713615 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 26223660 KiB
Current children cumulated memory: 66388 KiB

Child status: 0
Real time (s): 0.601505
CPU time (s): 1.29772
CPU user time (s): 1.23554
CPU system time (s): 0.062185
CPU usage (%): 215.746
Max. virtual memory (cumulated for all children) (KiB): 26223660
Max. memory (cumulated for all children) (KiB): 66388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.23554
system time used= 0.062185
maximum resident set size= 87560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13037
page faults= 0
swaps= 0
block input operations= 1768
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2362
involuntary context switches= 53


# summary of solver processes directly reported to runsolver:
#   pid: 10995
#   total CPU time (s): 1.29772
#   total CPU user time (s): 1.23554
#   total CPU system time (s): 0.062185

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.021651 second user time and 0.047428 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-27 12:56:21
IDJOB=4297647
IDBENCH=141025
IDSOLVER=2760
FILE ID=node148/4297647-1532688981
RUNJOBID= node148-1532686460-10831
PBS_JOBID= 21022276
Free space on /tmp= 43264 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-05_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297647-1532688981/watcher-4297647-1532688981 -o /tmp/evaluation-result-4297647-1532688981/solver-4297647-1532688981 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1532686460-10831 --watchdog 2580  HOME/xcsp3-exec -seed 902769916 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297647-1532688981.xml

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

MD5SUM BENCH= 776f6c8909d7db26eed6858afed1e777
RANDOM SEED=902769916

node148.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.50
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.50
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.50
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.50
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:        23686760 kB
MemAvailable:   31931028 kB
Buffers:          201460 kB
Cached:          8177452 kB
SwapCached:          352 kB
Active:          1964884 kB
Inactive:        6463900 kB
Active(anon):       2980 kB
Inactive(anon):    74340 kB
Active(file):    1961904 kB
Inactive(file):  6389560 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             21572 kB
Writeback:             0 kB
AnonPages:         56348 kB
Mapped:            41756 kB
Shmem:             25016 kB
Slab:             349300 kB
SReclaimable:     321264 kB
SUnreclaim:        28036 kB
KernelStack:        3168 kB
PageTables:         4712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43244 MiB
End job on node148 at 2018-07-27 12:56:22