Trace number 4270989

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.72813 0.65233099

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-16.xml
MD5SUM27c67f30ca0ef1b1bbbeaa4cb2c2f178
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.91860801
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints48
Number of domains2
Minimum domain size16
Maximum domain size32
Distribution of domain sizes[{"size":16,"count":32},{"size":32,"count":32}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":32,"count":32}]
Minimum constraint arity2
Maximum constraint arity33
Distribution of constraint arities[{"arity":2,"count":16},{"arity":33,"count":32}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"element","count":32}]
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-4270989-1502709890.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4270989-1502709890.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
1.06/0.54	c solve instance...
1.51/0.63	s SATISFIABLE
1.51/0.63	v <instantiation>
1.51/0.63	v 	<list>v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] v[22] v[23] v[24] v[25] v[26] v[27] v[28] v[29] v[30] v[31] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] p[25] p[26] p[27] p[28] p[29] p[30] p[31] </list>
1.51/0.63	v 	<values>8 2 5 6 2 1 14 1 5 8 6 11 13 15 16 9 10 12 3 4 7 14 3 11 4 9 13 10 7 15 12 16 7 5 4 1 22 18 24 19 8 2 10 3 28 20 9 0 25 15 27 16 23 11 30 17 26 12 21 6 29 13 31 14 </values>
1.51/0.63	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 (13925 MiB free)
  memory of node 1: 16384 MiB (14188 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270989-1502709890/watcher-4270989-1502709890 -o /tmp/evaluation-result-4270989-1502709890/solver-4270989-1502709890 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1502703967-32554 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 803423251 HOME/instance-4270989-1502709890.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=1129, runsolver pid=1126

[startup+0.100135 s]*
/proc/loadavg: 7.70 8.06 8.07 2/199 1150
/proc/meminfo: memFree=28772956/32770624 swapFree=67108860/67108860
[pid=1129] ppid=1126 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/1129/stat : 1129 (xcsp3-exec) S 1126 1129 32527 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 104069991 9740288 345 33554432000 4194304 5098028 140731074830352 140731074828456 140073213936252 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22233088 140731074831461 140731074831671 140731074831671 140731074834411 0
/proc/1129/statm: 2378 345 289 221 0 87 0
[pid=1131] ppid=1129 vsize=25999808 memory=26680 CPUtime=0.11 cores=0-7
/proc/1131/stat : 1131 (java) S 1129 1129 32527 0 -1 1077944320 5593 0 0 0 10 1 0 0 20 0 20 0 104069992 26623803392 6670 33554432000 4194304 4196468 140728328450816 140728328433360 139821970570999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
/proc/1131/statm: 6499952 6670 2848 1 0 6488269 0
[pid=1131/tid=1132] ppid=1129 vsize=25999808 memory=281091516662000 CPUtime=0.09 cores=0-7
/proc/1131/task/1132/stat : 1132 (java) R 1129 1129 32527 0 -1 4202560 3614 0 0 0 8 1 0 0 20 0 20 0 104069992 26623803392 6670 33554432000 4194304 4196468 140728328450816 139821974804272 139821970592925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1133] ppid=1129 vsize=25999808 memory=732370684234415077 CPUtime=0 cores=0-7
/proc/1131/task/1133/stat : 1133 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26623803392 6670 33554432000 4194304 4196468 140728328450816 139821923191568 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1134] ppid=1129 vsize=25999808 memory=140545896961664 CPUtime=0 cores=0-7
/proc/1131/task/1134/stat : 1134 (java) S 1129 1129 32527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104069993 26623803392 6670 33554432000 4194304 4196468 140728328450816 139821528251280 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1135] ppid=1129 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1135/stat : 1135 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26623803392 6670 33554432000 4194304 4196468 140728328450816 139821527198736 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1136] ppid=1129 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1136/stat : 1136 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26623803392 6670 33554432000 4194304 4196468 140728328450816 139821526146192 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1137] ppid=1129 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1137/stat : 1137 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26623803392 6670 33554432000 4194304 4196468 140728328450816 139821525092624 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1138] ppid=1129 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1131/task/1138/stat : 1138 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26623803392 6670 33554432000 4194304 4196468 140728328450816 139821524040080 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1139] ppid=1129 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1139/stat : 1139 (java) S 1129 1129 32527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104069993 26623803392 6670 33554432000 4194304 4196468 140728328450816 139821522987536 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1140] ppid=1129 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1140/stat : 1140 (java) S 1129 1129 32527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104069993 26623803392 6670 33554432000 4194304 4196468 140728328450816 139821521934992 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1141] ppid=1129 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1141/stat : 1141 (java) S 1129 1129 32527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104069994 26623803392 6670 33554432000 4194304 4196468 140728328450816 139820222290416 139821970582146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1142] ppid=1129 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1142/stat : 1142 (java) S 1129 1129 32527 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104069995 26623803392 6670 33554432000 4194304 4196468 140728328450816 139820221236640 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1143] ppid=1129 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1143/stat : 1143 (java) S 1129 1129 32527 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104069995 26623803392 6670 33554432000 4194304 4196468 140728328450816 139820220184048 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1144] ppid=1129 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1144/stat : 1144 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069997 26623803392 6670 33554432000 4194304 4196468 140728328450816 139820219132624 139821970589595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1145] ppid=1129 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1145/stat : 1145 (java) S 1129 1129 32527 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 104069997 26623803392 6670 33554432000 4194304 4196468 140728328450816 139820218079216 139821970582146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1146] ppid=1129 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1146/stat : 1146 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069997 26623803392 6670 33554432000 4194304 4196468 140728328450816 139820217026672 139821970582146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1147] ppid=1129 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1147/stat : 1147 (java) R 1129 1129 32527 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 104069997 26623803392 6670 33554432000 4194304 4196468 140728328450816 139820215974128 139821970582146 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1148] ppid=1129 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/1131/task/1148/stat : 1148 (java) S 1129 1129 32527 0 -1 1077944384 246 0 0 0 1 0 0 0 20 0 20 0 104069997 26623803392 6670 33554432000 4194304 4196468 140728328450816 139820214921584 139821970582146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1149] ppid=1129 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1149/stat : 1149 (java) S 1129 1129 32527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104069998 26623803392 6670 33554432000 4194304 4196468 140728328450816 139820213869280 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1150] ppid=1129 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1131/task/1150/stat : 1150 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069998 26623803392 6670 33554432000 4194304 4196468 140728328450816 139820212816816 139821970582146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28060 KiB

[startup+0.209785 s]*
/proc/loadavg: 7.70 8.06 8.07 3/199 1150
/proc/meminfo: memFree=28761280/32770624 swapFree=67108860/67108860
[pid=1129] ppid=1126 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/1129/stat : 1129 (xcsp3-exec) S 1126 1129 32527 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 104069991 9740288 345 33554432000 4194304 5098028 140731074830352 140731074828456 140073213936252 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22233088 140731074831461 140731074831671 140731074831671 140731074834411 0
/proc/1129/statm: 2378 345 289 221 0 87 0
[pid=1131] ppid=1129 vsize=26004064 memory=39020 CPUtime=0.33 cores=0-7
/proc/1131/stat : 1131 (java) S 1129 1129 32527 0 -1 1077944320 8341 0 0 0 30 3 0 0 20 0 20 0 104069992 26628161536 9755 33554432000 4194304 4196468 140728328450816 140728328433360 139821970570999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
/proc/1131/statm: 6501016 9755 3072 1 0 6488269 0
[pid=1131/tid=1132] ppid=1129 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/1131/task/1132/stat : 1132 (java) R 1129 1129 32527 0 -1 4202560 5441 0 0 0 18 1 0 0 20 0 20 0 104069992 26628161536 9755 33554432000 4194304 4196468 140728328450816 139821974791992 139821970592925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1133] ppid=1129 vsize=26004064 memory=732370684234415077 CPUtime=0 cores=0-7
/proc/1131/task/1133/stat : 1133 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26628161536 9755 33554432000 4194304 4196468 140728328450816 139821923191568 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1134] ppid=1129 vsize=26004064 memory=140545896961664 CPUtime=0 cores=0-7
/proc/1131/task/1134/stat : 1134 (java) S 1129 1129 32527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104069993 26628161536 9755 33554432000 4194304 4196468 140728328450816 139821528251280 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1135] ppid=1129 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1135/stat : 1135 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26628161536 9755 33554432000 4194304 4196468 140728328450816 139821527198736 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1136] ppid=1129 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1136/stat : 1136 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26628161536 9755 33554432000 4194304 4196468 140728328450816 139821526146192 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1137] ppid=1129 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1137/stat : 1137 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26628161536 9755 33554432000 4194304 4196468 140728328450816 139821525092624 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1138] ppid=1129 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1131/task/1138/stat : 1138 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26628161536 9755 33554432000 4194304 4196468 140728328450816 139821524040080 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1139] ppid=1129 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1139/stat : 1139 (java) S 1129 1129 32527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104069993 26628161536 9755 33554432000 4194304 4196468 140728328450816 139821522987536 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1140] ppid=1129 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1140/stat : 1140 (java) S 1129 1129 32527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104069993 26628161536 9755 33554432000 4194304 4196468 140728328450816 139821521934992 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1141] ppid=1129 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1141/stat : 1141 (java) S 1129 1129 32527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104069994 26628161536 9755 33554432000 4194304 4196468 140728328450816 139820222290416 139821970582146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1142] ppid=1129 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1142/stat : 1142 (java) S 1129 1129 32527 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104069995 26628161536 9755 33554432000 4194304 4196468 140728328450816 139820221236640 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1143] ppid=1129 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1143/stat : 1143 (java) S 1129 1129 32527 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104069995 26628161536 9755 33554432000 4194304 4196468 140728328450816 139820220184048 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1144] ppid=1129 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1144/stat : 1144 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069997 26628161536 9755 33554432000 4194304 4196468 140728328450816 139820219132624 139821970589595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1145] ppid=1129 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/1131/task/1145/stat : 1145 (java) S 1129 1129 32527 0 -1 1077944384 448 0 0 0 1 0 0 0 20 0 20 0 104069997 26628161536 9755 33554432000 4194304 4196468 140728328450816 139820218079216 139821970582146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1146] ppid=1129 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/1131/task/1146/stat : 1146 (java) S 1129 1129 32527 0 -1 1077944384 232 0 0 0 1 0 0 0 20 0 20 0 104069997 26628161536 9755 33554432000 4194304 4196468 140728328450816 139820217026672 139821970582146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1147] ppid=1129 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/1131/task/1147/stat : 1147 (java) S 1129 1129 32527 0 -1 1077944384 221 0 0 0 1 0 0 0 20 0 20 0 104069997 26628161536 9755 33554432000 4194304 4196468 140728328450816 139820215974128 139821970582146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1148] ppid=1129 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/1131/task/1148/stat : 1148 (java) R 1129 1129 32527 0 -1 4202560 696 0 0 0 7 0 0 0 20 0 20 0 104069997 26628161536 9755 33554432000 4194304 4196468 140728328450816 139820214921584 139821949690541 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1149] ppid=1129 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1149/stat : 1149 (java) S 1129 1129 32527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104069998 26628161536 9755 33554432000 4194304 4196468 140728328450816 139820213869280 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1150] ppid=1129 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1131/task/1150/stat : 1150 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069998 26628161536 9755 33554432000 4194304 4196468 140728328450816 139820212816816 139821970582146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40400 KiB

[startup+0.309517 s]*
/proc/loadavg: 7.70 8.06 8.07 3/199 1150
/proc/meminfo: memFree=28755572/32770624 swapFree=67108860/67108860
[pid=1129] ppid=1126 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/1129/stat : 1129 (xcsp3-exec) S 1126 1129 32527 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 104069991 9740288 345 33554432000 4194304 5098028 140731074830352 140731074828456 140073213936252 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22233088 140731074831461 140731074831671 140731074831671 140731074834411 0
/proc/1129/statm: 2378 345 289 221 0 87 0
[pid=1131] ppid=1129 vsize=26004064 memory=45968 CPUtime=0.49 cores=0-7
/proc/1131/stat : 1131 (java) S 1129 1129 32527 0 -1 1077944320 9192 0 0 0 46 3 0 0 20 0 20 0 104069992 26628161536 11492 33554432000 4194304 4196468 140728328450816 140728328433360 139821970570999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
/proc/1131/statm: 6501016 11492 3090 1 0 6488269 0
[pid=1131/tid=1132] ppid=1129 vsize=26004064 memory=6935054825532540783 CPUtime=0.29 cores=0-7
/proc/1131/task/1132/stat : 1132 (java) R 1129 1129 32527 0 -1 4202560 6202 0 0 0 27 2 0 0 20 0 20 0 104069992 26628161536 11513 33554432000 4194304 4196468 140728328450816 139821974807248 139821954651486 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1133] ppid=1129 vsize=26004064 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/1131/task/1133/stat : 1133 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26628161536 11513 33554432000 4194304 4196468 140728328450816 139821923191568 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1134] ppid=1129 vsize=26004064 memory=8584 CPUtime=0 cores=0-7
/proc/1131/task/1134/stat : 1134 (java) S 1129 1129 32527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104069993 26628161536 11513 33554432000 4194304 4196468 140728328450816 139821528251280 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1135] ppid=1129 vsize=26004064 memory=792 CPUtime=0 cores=0-7
/proc/1131/task/1135/stat : 1135 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26628161536 11513 33554432000 4194304 4196468 140728328450816 139821527198736 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1136] ppid=1129 vsize=26004064 memory=1204 CPUtime=0 cores=0-7
/proc/1131/task/1136/stat : 1136 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26628161536 11513 33554432000 4194304 4196468 140728328450816 139821526146192 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1137] ppid=1129 vsize=26004064 memory=1716 CPUtime=0 cores=0-7
/proc/1131/task/1137/stat : 1137 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26628161536 11513 33554432000 4194304 4196468 140728328450816 139821525092624 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1138] ppid=1129 vsize=26004064 memory=1440 CPUtime=0 cores=0-7
/proc/1131/task/1138/stat : 1138 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26628161536 11513 33554432000 4194304 4196468 140728328450816 139821524040080 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1139] ppid=1129 vsize=26004064 memory=15876 CPUtime=0 cores=0-7
/proc/1131/task/1139/stat : 1139 (java) S 1129 1129 32527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104069993 26628161536 11513 33554432000 4194304 4196468 140728328450816 139821522987536 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1140] ppid=1129 vsize=26004064 memory=4104 CPUtime=0 cores=0-7
/proc/1131/task/1140/stat : 1140 (java) S 1129 1129 32527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104069993 26628161536 11513 33554432000 4194304 4196468 140728328450816 139821521934992 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1141] ppid=1129 vsize=26004064 memory=16432 CPUtime=0 cores=0-7
/proc/1131/task/1141/stat : 1141 (java) S 1129 1129 32527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104069994 26628161536 11513 33554432000 4194304 4196468 140728328450816 139820222290416 139821970582146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1142] ppid=1129 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1142/stat : 1142 (java) S 1129 1129 32527 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104069995 26628161536 11513 33554432000 4194304 4196468 140728328450816 139820221236640 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1143] ppid=1129 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1143/stat : 1143 (java) S 1129 1129 32527 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104069995 26628161536 11513 33554432000 4194304 4196468 140728328450816 139820220184048 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1144] ppid=1129 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1144/stat : 1144 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069997 26628161536 11513 33554432000 4194304 4196468 140728328450816 139820219132624 139821970589595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1145] ppid=1129 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/1131/task/1145/stat : 1145 (java) S 1129 1129 32527 0 -1 1077944384 450 0 0 0 1 0 0 0 20 0 20 0 104069997 26628161536 11513 33554432000 4194304 4196468 140728328450816 139820218079216 139821970582146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1146] ppid=1129 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/1131/task/1146/stat : 1146 (java) S 1129 1129 32527 0 -1 1077944384 280 0 0 0 2 0 0 0 20 0 20 0 104069997 26628161536 11513 33554432000 4194304 4196468 140728328450816 139820217026672 139821970582146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1147] ppid=1129 vsize=26004064 memory=140545758430671 CPUtime=0.03 cores=0-7
/proc/1131/task/1147/stat : 1147 (java) S 1129 1129 32527 0 -1 1077944384 236 0 0 0 3 0 0 0 20 0 20 0 104069997 26628161536 11513 33554432000 4194304 4196468 140728328450816 139820215974128 139821970582146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1148] ppid=1129 vsize=26004064 memory=67 CPUtime=0.11 cores=0-7
/proc/1131/task/1148/stat : 1148 (java) S 1129 1129 32527 0 -1 1077944384 741 0 0 0 11 0 0 0 20 0 20 0 104069997 26628161536 11513 33554432000 4194304 4196468 140728328450816 139820214921584 139821970582146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1149] ppid=1129 vsize=26004064 memory=110297088 CPUtime=0 cores=0-7
/proc/1131/task/1149/stat : 1149 (java) S 1129 1129 32527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104069998 26628161536 11513 33554432000 4194304 4196468 140728328450816 139820213869280 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1150] ppid=1129 vsize=26004064 memory=9740287 CPUtime=0 cores=0-7
/proc/1131/task/1150/stat : 1150 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069998 26628161536 11513 33554432000 4194304 4196468 140728328450816 139820212816816 139821970582146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47348 KiB

[startup+0.652287 s]
# the end of solver process 1129 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.66351 s, system=0.064623 s

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

[startup+0.409334 s]*
/proc/loadavg: 7.70 8.06 8.07 3/199 1150
/proc/meminfo: memFree=28750052/32770624 swapFree=67108860/67108860
[pid=1129] ppid=1126 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/1129/stat : 1129 (xcsp3-exec) S 1126 1129 32527 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 104069991 9740288 345 33554432000 4194304 5098028 140731074830352 140731074828456 140073213936252 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22233088 140731074831461 140731074831671 140731074831671 140731074834411 0
/proc/1129/statm: 2378 345 289 221 0 87 0
[pid=1131] ppid=1129 vsize=26006188 memory=53440 CPUtime=0.7 cores=0-7
/proc/1131/stat : 1131 (java) S 1129 1129 32527 0 -1 1077944320 10148 0 0 0 66 4 0 0 20 0 20 0 104069992 26630336512 13360 33554432000 4194304 4196468 140728328450816 140728328433360 139821970570999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
/proc/1131/statm: 6501547 13360 3158 1 0 6488781 0
[pid=1131/tid=1132] ppid=1129 vsize=26006188 memory=0 CPUtime=0.39 cores=0-7
/proc/1131/task/1132/stat : 1132 (java) R 1129 1129 32527 0 -1 4202560 6674 0 0 0 36 3 0 0 20 0 20 0 104069992 26630336512 13360 33554432000 4194304 4196468 140728328450816 139821974799056 139821970592925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1133] ppid=1129 vsize=26006188 memory=732370684234415077 CPUtime=0 cores=0-7
/proc/1131/task/1133/stat : 1133 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26630336512 13360 33554432000 4194304 4196468 140728328450816 139821923191568 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1134] ppid=1129 vsize=26006188 memory=140545896961664 CPUtime=0 cores=0-7
/proc/1131/task/1134/stat : 1134 (java) S 1129 1129 32527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104069993 26630336512 13360 33554432000 4194304 4196468 140728328450816 139821528251280 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1135] ppid=1129 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1135/stat : 1135 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26630336512 13360 33554432000 4194304 4196468 140728328450816 139821527198736 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1136] ppid=1129 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1136/stat : 1136 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26630336512 13360 33554432000 4194304 4196468 140728328450816 139821526146192 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1137] ppid=1129 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1137/stat : 1137 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26630336512 13360 33554432000 4194304 4196468 140728328450816 139821525092624 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1138] ppid=1129 vsize=26006188 memory=-1 CPUtime=0 cores=0-7
/proc/1131/task/1138/stat : 1138 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069993 26630336512 13360 33554432000 4194304 4196468 140728328450816 139821524040080 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1139] ppid=1129 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1139/stat : 1139 (java) S 1129 1129 32527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104069993 26630336512 13360 33554432000 4194304 4196468 140728328450816 139821522987536 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1140] ppid=1129 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1140/stat : 1140 (java) S 1129 1129 32527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104069993 26630336512 13360 33554432000 4194304 4196468 140728328450816 139821521934992 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1141] ppid=1129 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1141/stat : 1141 (java) S 1129 1129 32527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104069994 26630336512 13360 33554432000 4194304 4196468 140728328450816 139820222290416 139821970582146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1142] ppid=1129 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1142/stat : 1142 (java) S 1129 1129 32527 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104069995 26630336512 13360 33554432000 4194304 4196468 140728328450816 139820221236640 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1143] ppid=1129 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1143/stat : 1143 (java) S 1129 1129 32527 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104069995 26630336512 13360 33554432000 4194304 4196468 140728328450816 139820220184048 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1144] ppid=1129 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1144/stat : 1144 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069997 26630336512 13360 33554432000 4194304 4196468 140728328450816 139820219132624 139821970589595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1145] ppid=1129 vsize=26006188 memory=0 CPUtime=0.02 cores=0-7
/proc/1131/task/1145/stat : 1145 (java) S 1129 1129 32527 0 -1 1077944384 523 0 0 0 2 0 0 0 20 0 20 0 104069997 26630336512 13360 33554432000 4194304 4196468 140728328450816 139820218079216 139821970582146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1146] ppid=1129 vsize=26006188 memory=0 CPUtime=0.05 cores=0-7
/proc/1131/task/1146/stat : 1146 (java) S 1129 1129 32527 0 -1 1077944384 425 0 0 0 5 0 0 0 20 0 20 0 104069997 26630336512 13360 33554432000 4194304 4196468 140728328450816 139820217026672 139821970582146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1147] ppid=1129 vsize=26006188 memory=0 CPUtime=0.05 cores=0-7
/proc/1131/task/1147/stat : 1147 (java) S 1129 1129 32527 0 -1 1077944384 295 0 0 0 5 0 0 0 20 0 20 0 104069997 26630336512 13360 33554432000 4194304 4196468 140728328450816 139820215974128 139821970582146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1148] ppid=1129 vsize=26006188 memory=0 CPUtime=0.16 cores=0-7
/proc/1131/task/1148/stat : 1148 (java) R 1129 1129 32527 0 -1 4202560 934 0 0 0 16 0 0 0 20 0 20 0 104069997 26630336512 13360 33554432000 4194304 4196468 140728328450816 139820214921584 139821949091137 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1149] ppid=1129 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1149/stat : 1149 (java) S 1129 1129 32527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104069998 26630336512 13360 33554432000 4194304 4196468 140728328450816 139820213869280 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1150] ppid=1129 vsize=26006188 memory=-1 CPUtime=0 cores=0-7
/proc/1131/task/1150/stat : 1150 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104069998 26630336512 13360 33554432000 4194304 4196468 140728328450816 139820212816816 139821970582146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 54820 KiB

[startup+0.610068 s]
/proc/loadavg: 7.70 8.06 8.07 4/199 1150
/proc/meminfo: memFree=28736468/32770624 swapFree=67108860/67108860
[pid=1129] ppid=1126 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/1129/stat : 1129 (xcsp3-exec) S 1126 1129 32527 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 104069991 9740288 345 33554432000 4194304 5098028 140731074830352 140731074828456 140073213936252 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22233088 140731074831461 140731074831671 140731074831671 140731074834411 0
/proc/1129/statm: 2378 345 289 221 0 87 0
[pid=1131] ppid=1129 vsize=26538700 memory=87256 CPUtime=1.51 cores=0-7
/proc/1131/stat : 1131 (java) S 1129 1129 32527 0 -1 1077944320 12728 0 0 0 146 5 0 0 20 0 28 0 104069992 27175628800 21814 33554432000 4194304 4196468 140728328450816 140728328433360 139821970570999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
/proc/1131/statm: 6634675 21814 3204 1 0 6621909 0
[pid=1131/tid=1132] ppid=1129 vsize=26538700 memory=3617574911863975098 CPUtime=0.53 cores=0-7
/proc/1131/task/1132/stat : 1132 (java) S 1129 1129 32527 0 -1 1077944384 6838 0 0 0 50 3 0 0 20 0 28 0 104069992 27175628800 21814 33554432000 4194304 4196468 140728328450816 139821974811776 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1133] ppid=1129 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1133/stat : 1133 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 104069993 27175628800 21814 33554432000 4194304 4196468 140728328450816 139821923191568 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1134] ppid=1129 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1134/stat : 1134 (java) S 1129 1129 32527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 104069993 27175628800 21814 33554432000 4194304 4196468 140728328450816 139821528251280 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1135] ppid=1129 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1135/stat : 1135 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 104069993 27175628800 21814 33554432000 4194304 4196468 140728328450816 139821527198736 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1136] ppid=1129 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1136/stat : 1136 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 104069993 27175628800 21814 33554432000 4194304 4196468 140728328450816 139821526146192 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1137] ppid=1129 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1137/stat : 1137 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 104069993 27175628800 21814 33554432000 4194304 4196468 140728328450816 139821525092624 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1138] ppid=1129 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1138/stat : 1138 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 104069993 27175628800 21814 33554432000 4194304 4196468 140728328450816 139821524040080 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1139] ppid=1129 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1139/stat : 1139 (java) S 1129 1129 32527 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 104069993 27175628800 21814 33554432000 4194304 4196468 140728328450816 139821522987536 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1140] ppid=1129 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1140/stat : 1140 (java) S 1129 1129 32527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 104069993 27175628800 21814 33554432000 4194304 4196468 140728328450816 139821521934992 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1141] ppid=1129 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1141/stat : 1141 (java) S 1129 1129 32527 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 104069994 27175628800 21814 33554432000 4194304 4196468 140728328450816 139820222290416 139821970582146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1142] ppid=1129 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1142/stat : 1142 (java) S 1129 1129 32527 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 104069995 27175628800 21814 33554432000 4194304 4196468 140728328450816 139820221236640 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1143] ppid=1129 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1143/stat : 1143 (java) S 1129 1129 32527 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 104069995 27175628800 21814 33554432000 4194304 4196468 140728328450816 139820220184048 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1144] ppid=1129 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1144/stat : 1144 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 104069997 27175628800 21814 33554432000 4194304 4196468 140728328450816 139820219132624 139821970589595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1145] ppid=1129 vsize=26538700 memory=0 CPUtime=0.12 cores=0-7
/proc/1131/task/1145/stat : 1145 (java) R 1129 1129 32527 0 -1 4202560 1063 0 0 0 11 1 0 0 20 0 28 0 104069997 27175628800 21814 33554432000 4194304 4196468 140728328450816 139820218064976 139821952096124 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1146] ppid=1129 vsize=26538700 memory=0 CPUtime=0.13 cores=0-7
/proc/1131/task/1146/stat : 1146 (java) R 1129 1129 32527 0 -1 4202560 675 0 0 0 13 0 0 0 20 0 28 0 104069997 27175628800 21814 33554432000 4194304 4196468 140728328450816 139820217015344 139821956177774 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1147] ppid=1129 vsize=26538700 memory=0 CPUtime=0.17 cores=0-7
/proc/1131/task/1147/stat : 1147 (java) R 1129 1129 32527 0 -1 4202560 854 0 0 0 17 0 0 0 20 0 28 0 104069997 27175628800 21814 33554432000 4194304 4196468 140728328450816 139820215958720 139821954054412 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1148] ppid=1129 vsize=26538700 memory=0 CPUtime=0.32 cores=0-7
/proc/1131/task/1148/stat : 1148 (java) R 1129 1129 32527 0 -1 4202560 1682 0 0 0 32 0 0 0 20 0 28 0 104069997 27175628800 21814 33554432000 4194304 4196468 140728328450816 139820214919376 139821951981149 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1149] ppid=1129 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1149/stat : 1149 (java) S 1129 1129 32527 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 104069998 27175628800 21814 33554432000 4194304 4196468 140728328450816 139820213869280 139821970581205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
[pid=1131/tid=1150] ppid=1129 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/1131/task/1150/stat : 1150 (java) S 1129 1129 32527 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 104069998 27175628800 21814 33554432000 4194304 4196468 140728328450816 139820212816816 139821970582146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31412224 140728328459410 140728328459587 140728328459587 140728328462287 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 88636 KiB

Child status: 0
Real time (s): 0.652331
CPU time (s): 1.72813
CPU user time (s): 1.66351
CPU system time (s): 0.064623
CPU usage (%): 264.917
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 88636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.66351
system time used= 0.064623
maximum resident set size= 91916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13610
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= 2471
involuntary context switches= 10


# summary of solver processes directly reported to runsolver:
#   pid: 1129
#   total CPU time (s): 1.72813
#   total CPU user time (s): 1.66351
#   total CPU system time (s): 0.064623

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031844 second user time and 0.037814 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-14 13:10:31
IDJOB=4270989
IDBENCH=124372
IDSOLVER=2662
FILE ID=node148/4270989-1502709890
RUNJOBID= node148-1502703967-32554
PBS_JOBID= 20629014
Free space on /tmp= 61616 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-16.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-4270989-1502709890/watcher-4270989-1502709890 -o /tmp/evaluation-result-4270989-1502709890/solver-4270989-1502709890 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1502703967-32554 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 803423251 HOME/instance-4270989-1502709890.xml

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

MD5SUM BENCH= 27c67f30ca0ef1b1bbbeaa4cb2c2f178
RANDOM SEED=803423251

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.19
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.19
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.19
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.19
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:        28789700 kB
MemAvailable:   31987580 kB
Buffers:          233076 kB
Cached:          3252940 kB
SwapCached:            0 kB
Active:           814132 kB
Inactive:        2724184 kB
Active(anon):       3740 kB
Inactive(anon):    76664 kB
Active(file):     810392 kB
Inactive(file):  2647520 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7868 kB
Writeback:             0 kB
AnonPages:         59060 kB
Mapped:            44784 kB
Shmem:             25224 kB
Slab:             137512 kB
SReclaimable:     111608 kB
SUnreclaim:        25904 kB
KernelStack:        3216 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61608 MiB
End job on node148 at 2017-08-14 13:10:32