Trace number 4306635

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b seq (e747e1e)OPT4776 2.34618 0.935011

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-qap_c18.xml
MD5SUMae953de311e4ef2e73bebc6e6ca1406d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4776
Best CPU time to get the best result obtained on this benchmark0.377204
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints12
Number of domains2
Minimum domain size12
Maximum domain size51
Distribution of domain sizes[{"size":12,"count":12},{"size":51,"count":11}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":133},{"degree":2,"count":16},{"degree":3,"count":5},{"degree":4,"count":1},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity12
Distribution of constraint arities[{"arity":3,"count":11},{"arity":12,"count":1}]
Number of extensional constraints11
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":11},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306635-1534081267.xml"  -tl '2520s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.17	c [HOME/instance-4306635-1534081267.xml, -tl, 2520s, -p, 1]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
0.72/0.46	c solve instance...
0.72/0.51	o 7088 
0.72/0.51	o 7054 
1.04/0.52	o 6977 
1.04/0.52	o 6421 
1.04/0.53	o 6369 
1.04/0.57	o 6291 
1.04/0.57	o 6193 
1.04/0.57	o 6025 
1.36/0.63	o 5663 
1.36/0.63	o 5238 
1.64/0.71	o 4776 
2.27/0.91	s OPTIMUM FOUND
2.27/0.91	v <instantiation>
2.27/0.91	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] d[0][1] d[0][2] d[0][3] d[0][4] d[1][5] d[2][6] d[2][7] d[5][8] d[7][9] d[8][10] d[9][11] </list>
2.27/0.91	v 	<values>6 4 11 1 0 2 8 10 9 5 7 3 5 37 30 9 10 33 18 61 0 12 12 </values>
2.27/0.91	v </instantiation>

Verifier Data

OK	4776

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 (10153 MiB free)
  memory of node 1: 16384 MiB (6354 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306635-1534081267/watcher-4306635-1534081267 -o /tmp/evaluation-result-4306635-1534081267/solver-4306635-1534081267 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534063588-31243 --watchdog 2580 HOME/xcsp3-exec -seed 106961518 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306635-1534081267.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=1121, runsolver pid=1118
Current StackSize limit: 8192 KiB


[startup+0.100125 s]*
/proc/loadavg: 1.88 1.89 1.92 3/217 1137
/proc/meminfo: memFree=16886864/32770624 swapFree=67108844/67108860
[pid=1121] ppid=1118 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/1121/stat : 1121 (xcsp3-exec) S 1118 1121 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 225689896 115843072 363 33554432000 4194304 5098028 140722597294992 140722597293096 139699746607740 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32038912 140722597303355 140722597303556 140722597303556 140722597306314 0
/proc/1121/statm: 28282 363 305 221 0 87 0
[pid=1123] ppid=1121 vsize=14082940 memory=28544 CPUtime=0.12 cores=1,3,5,7
/proc/1123/stat : 1123 (java) S 1121 1121 31211 0 -1 1077944320 5496 0 0 0 11 1 0 0 20 0 15 0 225689896 14420930560 7136 33554432000 4194304 4196468 140734294526208 140734294508752 140315621973751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
/proc/1123/statm: 3520735 7136 3019 1 0 3483012 0
[pid=1123/tid=1124] ppid=1121 vsize=14082940 memory=7022364632946311227 CPUtime=0.09 cores=1,3,5,7
/proc/1123/task/1124/stat : 1124 (java) R 1121 1121 31211 0 -1 4202560 3498 0 0 0 9 0 0 0 20 0 15 0 225689897 14420930560 7136 33554432000 4194304 4196468 140734294526208 140315626206000 140315256295708 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1125] ppid=1121 vsize=14082940 memory=4294977833 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689897 14420930560 7136 33554432000 4194304 4196468 140734294526208 140315578526480 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1126] ppid=1121 vsize=14082940 memory=140538384809587 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689897 14420930560 7136 33554432000 4194304 4196468 140734294526208 140315577473936 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1127] ppid=1121 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1127/stat : 1127 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689897 14420930560 7136 33554432000 4194304 4196468 140734294526208 140315576421392 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1128] ppid=1121 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1128/stat : 1128 (java) S 1121 1121 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225689897 14420930560 7136 33554432000 4194304 4196468 140734294526208 140315214670992 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1129] ppid=1121 vsize=14082940 memory=140538384782976 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1129/stat : 1129 (java) S 1121 1121 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225689899 14420930560 7136 33554432000 4194304 4196468 140734294526208 140315095685104 140315621984898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1130] ppid=1121 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1130/stat : 1130 (java) S 1121 1121 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 225689899 14420930560 7136 33554432000 4194304 4196468 140734294526208 140315094631328 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1131] ppid=1121 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1131/stat : 1131 (java) S 1121 1121 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 225689899 14420930560 7136 33554432000 4194304 4196468 140734294526208 140315093578736 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1132] ppid=1121 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1132/stat : 1132 (java) S 1121 1121 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225689902 14420930560 7202 33554432000 4194304 4196468 140734294526208 140315092527312 140315621992347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1133] ppid=1121 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1133/stat : 1133 (java) S 1121 1121 31211 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 225689902 14420930560 7202 33554432000 4194304 4196468 140734294526208 140315091474928 140315621984898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1134] ppid=1121 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1134/stat : 1134 (java) S 1121 1121 31211 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 225689902 14420930560 7202 33554432000 4194304 4196468 140734294526208 140315090422384 140315621984898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1135] ppid=1121 vsize=14082940 memory=140538384782976 CPUtime=0.01 cores=1,3,5,7
/proc/1123/task/1135/stat : 1135 (java) R 1121 1121 31211 0 -1 4202560 337 0 0 0 1 0 0 0 20 0 15 0 225689902 14420930560 7202 33554432000 4194304 4196468 140734294526208 140315089369840 140315615070587 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1136] ppid=1121 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1136/stat : 1136 (java) S 1121 1121 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225689902 14420930560 7202 33554432000 4194304 4196468 140734294526208 140315088317536 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1137] ppid=1121 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1137/stat : 1137 (java) R 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689902 14420930560 7202 33554432000 4194304 4196468 140734294526208 140315087264048 140315621984898 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 29996 KiB

[startup+0.210386 s]*
/proc/loadavg: 1.88 1.89 1.92 4/217 1137
/proc/meminfo: memFree=16874932/32770624 swapFree=67108844/67108860
[pid=1121] ppid=1118 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/1121/stat : 1121 (xcsp3-exec) S 1118 1121 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 225689896 115843072 363 33554432000 4194304 5098028 140722597294992 140722597293096 139699746607740 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32038912 140722597303355 140722597303556 140722597303556 140722597306314 0
/proc/1121/statm: 28282 363 305 221 0 87 0
[pid=1123] ppid=1121 vsize=14082940 memory=41108 CPUtime=0.34 cores=1,3,5,7
/proc/1123/stat : 1123 (java) S 1121 1121 31211 0 -1 1077944320 8323 0 0 0 32 2 0 0 20 0 15 0 225689896 14420930560 10277 33554432000 4194304 4196468 140734294526208 140734294508752 140315621973751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
/proc/1123/statm: 3520735 10277 3197 1 0 3483012 0
[pid=1123/tid=1124] ppid=1121 vsize=14087196 memory=7022364632946311227 CPUtime=0.19 cores=1,3,5,7
/proc/1123/task/1124/stat : 1124 (java) R 1121 1121 31211 0 -1 4202560 5437 0 0 0 18 1 0 0 20 0 15 0 225689897 14425288704 10346 33554432000 4194304 4196468 140734294526208 140315626194744 140315624249386 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1125] ppid=1121 vsize=14087196 memory=4294977833 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689897 14425288704 10346 33554432000 4194304 4196468 140734294526208 140315578526480 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1126] ppid=1121 vsize=14087196 memory=140538384809587 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689897 14425288704 10346 33554432000 4194304 4196468 140734294526208 140315577473936 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1127] ppid=1121 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1127/stat : 1127 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689897 14425288704 10346 33554432000 4194304 4196468 140734294526208 140315576421392 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1128] ppid=1121 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1128/stat : 1128 (java) S 1121 1121 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225689897 14425288704 10346 33554432000 4194304 4196468 140734294526208 140315214670992 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1129] ppid=1121 vsize=14087196 memory=140538384782976 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1129/stat : 1129 (java) S 1121 1121 31211 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 225689899 14425288704 10346 33554432000 4194304 4196468 140734294526208 140315095685104 140315621984898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1130] ppid=1121 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1130/stat : 1130 (java) S 1121 1121 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 225689899 14425288704 10346 33554432000 4194304 4196468 140734294526208 140315094631328 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1131] ppid=1121 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1131/stat : 1131 (java) S 1121 1121 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 225689899 14425288704 10346 33554432000 4194304 4196468 140734294526208 140315093578736 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1132] ppid=1121 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1132/stat : 1132 (java) S 1121 1121 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225689902 14425288704 10346 33554432000 4194304 4196468 140734294526208 140315092527312 140315621992347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1133] ppid=1121 vsize=14087196 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1123/task/1133/stat : 1133 (java) S 1121 1121 31211 0 -1 1077944384 553 0 0 0 2 0 0 0 20 0 15 0 225689902 14425288704 10346 33554432000 4194304 4196468 140734294526208 140315091474928 140315621984898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1134] ppid=1121 vsize=14087196 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/1123/task/1134/stat : 1134 (java) S 1121 1121 31211 0 -1 1077944384 229 0 0 0 2 0 0 0 20 0 15 0 225689902 14425288704 10346 33554432000 4194304 4196468 140734294526208 140315090422384 140315621984898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1135] ppid=1121 vsize=14087196 memory=140538384782976 CPUtime=0.08 cores=1,3,5,7
/proc/1123/task/1135/stat : 1135 (java) S 1121 1121 31211 0 -1 1077944384 829 0 0 0 8 0 0 0 20 0 15 0 225689902 14425288704 10346 33554432000 4194304 4196468 140734294526208 140315089369840 140315621984898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1136] ppid=1121 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1136/stat : 1136 (java) S 1121 1121 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225689902 14425288704 10346 33554432000 4194304 4196468 140734294526208 140315088317536 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1137] ppid=1121 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1137/stat : 1137 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689902 14425288704 10346 33554432000 4194304 4196468 140734294526208 140315087264048 140315621984898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42560 KiB

[startup+0.310529 s]*
/proc/loadavg: 1.88 1.89 1.92 4/217 1137
/proc/meminfo: memFree=16868232/32770624 swapFree=67108844/67108860
[pid=1121] ppid=1118 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/1121/stat : 1121 (xcsp3-exec) S 1118 1121 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 225689896 115843072 363 33554432000 4194304 5098028 140722597294992 140722597293096 139699746607740 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32038912 140722597303355 140722597303556 140722597303556 140722597306314 0
/proc/1121/statm: 28282 363 305 221 0 87 0
[pid=1123] ppid=1121 vsize=14087196 memory=47876 CPUtime=0.53 cores=1,3,5,7
/proc/1123/stat : 1123 (java) S 1121 1121 31211 0 -1 1077944320 9227 0 0 0 50 3 0 0 20 0 15 0 225689896 14425288704 11969 33554432000 4194304 4196468 140734294526208 140734294508752 140315621973751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
/proc/1123/statm: 3521799 11969 3248 1 0 3483012 0
[pid=1123/tid=1124] ppid=1121 vsize=14087196 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/1123/task/1124/stat : 1124 (java) R 1121 1121 31211 0 -1 4202560 6146 0 0 0 27 2 0 0 20 0 15 0 225689897 14425288704 12042 33554432000 4194304 4196468 140734294526208 140315626208144 140315621995677 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1125] ppid=1121 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689897 14425288704 12042 33554432000 4194304 4196468 140734294526208 140315578526480 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1126] ppid=1121 vsize=14087196 memory=33768 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689897 14425288704 12042 33554432000 4194304 4196468 140734294526208 140315577473936 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1127] ppid=1121 vsize=14087196 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1127/stat : 1127 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689897 14425288704 12042 33554432000 4194304 4196468 140734294526208 140315576421392 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1128] ppid=1121 vsize=14087196 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1128/stat : 1128 (java) S 1121 1121 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225689897 14425288704 12042 33554432000 4194304 4196468 140734294526208 140315214670992 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1129] ppid=1121 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1129/stat : 1129 (java) S 1121 1121 31211 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 225689899 14425288704 12042 33554432000 4194304 4196468 140734294526208 140315095685104 140315621984898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1130] ppid=1121 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1130/stat : 1130 (java) S 1121 1121 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 225689899 14425288704 12042 33554432000 4194304 4196468 140734294526208 140315094631328 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1131] ppid=1121 vsize=14087196 memory=140538242182112 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1131/stat : 1131 (java) S 1121 1121 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 225689899 14425288704 12042 33554432000 4194304 4196468 140734294526208 140315093578736 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1132] ppid=1121 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1132/stat : 1132 (java) S 1121 1121 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225689902 14425288704 12042 33554432000 4194304 4196468 140734294526208 140315092527312 140315621992347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1133] ppid=1121 vsize=14087196 memory=6656426216303648864 CPUtime=0.05 cores=1,3,5,7
/proc/1123/task/1133/stat : 1133 (java) S 1121 1121 31211 0 -1 1077944384 647 0 0 0 5 0 0 0 20 0 15 0 225689902 14425288704 12042 33554432000 4194304 4196468 140734294526208 140315091474928 140315621984898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1134] ppid=1121 vsize=14087196 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/1123/task/1134/stat : 1134 (java) S 1121 1121 31211 0 -1 1077944384 246 0 0 0 4 0 0 0 20 0 15 0 225689902 14425288704 12042 33554432000 4194304 4196468 140734294526208 140315090422384 140315621984898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1135] ppid=1121 vsize=14087196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/1123/task/1135/stat : 1135 (java) S 1121 1121 31211 0 -1 1077944384 912 0 0 0 12 0 0 0 20 0 15 0 225689902 14425288704 12042 33554432000 4194304 4196468 140734294526208 140315089369840 140315621984898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1136] ppid=1121 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1136/stat : 1136 (java) S 1121 1121 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225689902 14425288704 12042 33554432000 4194304 4196468 140734294526208 140315088317536 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1137] ppid=1121 vsize=14087196 memory=-3535470213243961690 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1137/stat : 1137 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689902 14425288704 12042 33554432000 4194304 4196468 140734294526208 140315087264048 140315621984898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49328 KiB

[startup+0.700875 s]
/proc/loadavg: 1.88 1.89 1.92 6/217 1137
/proc/meminfo: memFree=16851672/32770624 swapFree=67108844/67108860
[pid=1121] ppid=1118 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/1121/stat : 1121 (xcsp3-exec) S 1118 1121 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 225689896 115843072 363 33554432000 4194304 5098028 140722597294992 140722597293096 139699746607740 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32038912 140722597303355 140722597303556 140722597303556 140722597306314 0
/proc/1121/statm: 28282 363 305 221 0 87 0
[pid=1123] ppid=1121 vsize=14089320 memory=69576 CPUtime=1.64 cores=1,3,5,7
/proc/1123/stat : 1123 (java) S 1121 1121 31211 0 -1 1077944320 13156 0 0 0 159 5 0 0 20 0 15 0 225689896 14427463680 17394 33554432000 4194304 4196468 140734294526208 140734294508752 140315621973751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
/proc/1123/statm: 3522330 17394 3364 1 0 3483524 0
[pid=1123/tid=1124] ppid=1121 vsize=14089320 memory=5795153719298590087 CPUtime=0.67 cores=1,3,5,7
/proc/1123/task/1124/stat : 1124 (java) R 1121 1121 31211 0 -1 4202560 6935 0 0 0 64 3 0 0 20 0 15 0 225689897 14427463680 17394 33554432000 4194304 4196468 140734294526208 140315626212800 140315259852228 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1125] ppid=1121 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689897 14427463680 17394 33554432000 4194304 4196468 140734294526208 140315578526480 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1126] ppid=1121 vsize=14089320 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689897 14427463680 17394 33554432000 4194304 4196468 140734294526208 140315577473936 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1127] ppid=1121 vsize=14089320 memory=1504 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1127/stat : 1127 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689897 14427463680 17394 33554432000 4194304 4196468 140734294526208 140315576421392 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1128] ppid=1121 vsize=14089320 memory=844 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1128/stat : 1128 (java) S 1121 1121 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225689897 14427463680 17394 33554432000 4194304 4196468 140734294526208 140315214670992 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1129] ppid=1121 vsize=14089320 memory=3952 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1129/stat : 1129 (java) S 1121 1121 31211 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 225689899 14427463680 17394 33554432000 4194304 4196468 140734294526208 140315095685104 140315621984898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1130] ppid=1121 vsize=14089320 memory=2724 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1130/stat : 1130 (java) S 1121 1121 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 225689899 14427463680 17394 33554432000 4194304 4196468 140734294526208 140315094631328 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1131] ppid=1121 vsize=14089320 memory=1256 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1131/stat : 1131 (java) S 1121 1121 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 225689899 14427463680 17394 33554432000 4194304 4196468 140734294526208 140315093578736 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1132] ppid=1121 vsize=14089320 memory=10464 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1132/stat : 1132 (java) S 1121 1121 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225689902 14427463680 17394 33554432000 4194304 4196468 140734294526208 140315092527312 140315621992347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1133] ppid=1121 vsize=14089320 memory=1700 CPUtime=0.31 cores=1,3,5,7
/proc/1123/task/1133/stat : 1133 (java) R 1121 1121 31211 0 -1 4202560 1637 0 0 0 31 0 0 0 20 0 15 0 225689902 14427463680 17394 33554432000 4194304 4196468 140734294526208 140315091466880 140315603517969 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1134] ppid=1121 vsize=14089320 memory=1168 CPUtime=0.32 cores=1,3,5,7
/proc/1123/task/1134/stat : 1134 (java) R 1121 1121 31211 0 -1 4202560 1530 0 0 0 32 0 0 0 20 0 15 0 225689902 14427463680 17394 33554432000 4194304 4196468 140734294526208 140315090410256 140315603494930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1135] ppid=1121 vsize=14089320 memory=1808 CPUtime=0.3 cores=1,3,5,7
/proc/1123/task/1135/stat : 1135 (java) S 1121 1121 31211 0 -1 1077944384 1745 0 0 0 30 0 0 0 20 0 15 0 225689902 14427463680 17394 33554432000 4194304 4196468 140734294526208 140315089369840 140315621984898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1136] ppid=1121 vsize=14089320 memory=1020 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1136/stat : 1136 (java) S 1121 1121 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225689902 14427463680 17394 33554432000 4194304 4196468 140734294526208 140315088317536 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1137] ppid=1121 vsize=14089320 memory=5780 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1137/stat : 1137 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689902 14427463680 17394 33554432000 4194304 4196468 140734294526208 140315087264048 140315621984898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 71028 KiB

[startup+0.934962 s]
# the end of solver process 1121 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.277 s, system=0.069177 s

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

[startup+0.801026 s]
/proc/loadavg: 1.88 1.89 1.92 6/217 1137
/proc/meminfo: memFree=16851672/32770624 swapFree=67108844/67108860
[pid=1121] ppid=1118 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/1121/stat : 1121 (xcsp3-exec) S 1118 1121 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 225689896 115843072 363 33554432000 4194304 5098028 140722597294992 140722597293096 139699746607740 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32038912 140722597303355 140722597303556 140722597303556 140722597306314 0
/proc/1121/statm: 28282 363 305 221 0 87 0
[pid=1123] ppid=1121 vsize=14089320 memory=73512 CPUtime=1.95 cores=1,3,5,7
/proc/1123/stat : 1123 (java) S 1121 1121 31211 0 -1 1077944320 14177 0 0 0 189 6 0 0 20 0 15 0 225689896 14427463680 18378 33554432000 4194304 4196468 140734294526208 140734294508752 140315621973751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
/proc/1123/statm: 3522330 18378 3365 1 0 3483524 0
[pid=1123/tid=1124] ppid=1121 vsize=14089320 memory=281076484556160 CPUtime=0.77 cores=1,3,5,7
/proc/1123/task/1124/stat : 1124 (java) R 1121 1121 31211 0 -1 4202560 6935 0 0 0 74 3 0 0 20 0 15 0 225689897 14427463680 18378 33554432000 4194304 4196468 140734294526208 140315626211400 140315259547964 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1125] ppid=1121 vsize=14089320 memory=281076484556352 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689897 14427463680 18378 33554432000 4194304 4196468 140734294526208 140315578526480 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1126] ppid=1121 vsize=14089320 memory=281076484556544 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689897 14427463680 18378 33554432000 4194304 4196468 140734294526208 140315577473936 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1127] ppid=1121 vsize=14089320 memory=281076484556736 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1127/stat : 1127 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689897 14427463680 18378 33554432000 4194304 4196468 140734294526208 140315576421392 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1128] ppid=1121 vsize=14089320 memory=281076484556928 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1128/stat : 1128 (java) S 1121 1121 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225689897 14427463680 18378 33554432000 4194304 4196468 140734294526208 140315214670992 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1129] ppid=1121 vsize=14089320 memory=281076484557120 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1129/stat : 1129 (java) S 1121 1121 31211 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 225689899 14427463680 18378 33554432000 4194304 4196468 140734294526208 140315095685104 140315621984898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1130] ppid=1121 vsize=14089320 memory=281076484557312 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1130/stat : 1130 (java) S 1121 1121 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 225689899 14427463680 18378 33554432000 4194304 4196468 140734294526208 140315094631328 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1131] ppid=1121 vsize=14089320 memory=281076484557504 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1131/stat : 1131 (java) S 1121 1121 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 225689899 14427463680 18378 33554432000 4194304 4196468 140734294526208 140315093578736 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1132] ppid=1121 vsize=14089320 memory=281076484557696 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1132/stat : 1132 (java) S 1121 1121 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225689902 14427463680 18378 33554432000 4194304 4196468 140734294526208 140315092527312 140315621992347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1133] ppid=1121 vsize=14089320 memory=281076484557888 CPUtime=0.41 cores=1,3,5,7
/proc/1123/task/1133/stat : 1133 (java) R 1121 1121 31211 0 -1 4202560 2333 0 0 0 41 0 0 0 20 0 15 0 225689902 14427463680 18378 33554432000 4194304 4196468 140734294526208 140315091463952 140315599201271 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1134] ppid=1121 vsize=14089320 memory=281076484558080 CPUtime=0.42 cores=1,3,5,7
/proc/1123/task/1134/stat : 1134 (java) R 1121 1121 31211 0 -1 4202560 1787 0 0 0 42 0 0 0 20 0 15 0 225689902 14427463680 18378 33554432000 4194304 4196468 140734294526208 140315090418752 140315603517043 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1135] ppid=1121 vsize=14089320 memory=281076484558272 CPUtime=0.31 cores=1,3,5,7
/proc/1123/task/1135/stat : 1135 (java) S 1121 1121 31211 0 -1 1077944384 1813 0 0 0 31 0 0 0 20 0 15 0 225689902 14427463680 18378 33554432000 4194304 4196468 140734294526208 140315089369840 140315621984898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1136] ppid=1121 vsize=14089320 memory=281076484555952 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1136/stat : 1136 (java) S 1121 1121 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225689902 14427463680 18378 33554432000 4194304 4196468 140734294526208 140315088317536 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1137] ppid=1121 vsize=14089320 memory=281076484558448 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1137/stat : 1137 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689902 14427463680 18378 33554432000 4194304 4196468 140734294526208 140315087264048 140315621984898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
Current children cumulated CPU time: 1.95 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 74964 KiB

[startup+0.900843 s]
/proc/loadavg: 1.88 1.89 1.92 6/217 1137
/proc/meminfo: memFree=16851672/32770624 swapFree=67108844/67108860
[pid=1121] ppid=1118 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/1121/stat : 1121 (xcsp3-exec) S 1118 1121 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 225689896 115843072 363 33554432000 4194304 5098028 140722597294992 140722597293096 139699746607740 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32038912 140722597303355 140722597303556 140722597303556 140722597306314 0
/proc/1121/statm: 28282 363 305 221 0 87 0
[pid=1123] ppid=1121 vsize=14089320 memory=76256 CPUtime=2.27 cores=1,3,5,7
/proc/1123/stat : 1123 (java) S 1121 1121 31211 0 -1 1077944320 14842 0 0 0 221 6 0 0 20 0 15 0 225689896 14427463680 19064 33554432000 4194304 4196468 140734294526208 140734294508752 140315621973751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
/proc/1123/statm: 3522330 19064 3365 1 0 3483524 0
[pid=1123/tid=1124] ppid=1121 vsize=14089320 memory=5795153719298590087 CPUtime=0.87 cores=1,3,5,7
/proc/1123/task/1124/stat : 1124 (java) R 1121 1121 31211 0 -1 4202560 6951 0 0 0 84 3 0 0 20 0 15 0 225689897 14427463680 19064 33554432000 4194304 4196468 140734294526208 140315626211032 140315259403906 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1125] ppid=1121 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1125/stat : 1125 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689897 14427463680 19064 33554432000 4194304 4196468 140734294526208 140315578526480 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1126] ppid=1121 vsize=14089320 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1126/stat : 1126 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689897 14427463680 19064 33554432000 4194304 4196468 140734294526208 140315577473936 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1127] ppid=1121 vsize=14089320 memory=1504 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1127/stat : 1127 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689897 14427463680 19064 33554432000 4194304 4196468 140734294526208 140315576421392 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1128] ppid=1121 vsize=14089320 memory=844 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1128/stat : 1128 (java) S 1121 1121 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225689897 14427463680 19064 33554432000 4194304 4196468 140734294526208 140315214670992 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1129] ppid=1121 vsize=14089320 memory=3952 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1129/stat : 1129 (java) S 1121 1121 31211 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 225689899 14427463680 19064 33554432000 4194304 4196468 140734294526208 140315095685104 140315621984898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1130] ppid=1121 vsize=14089320 memory=2724 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1130/stat : 1130 (java) S 1121 1121 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 225689899 14427463680 19064 33554432000 4194304 4196468 140734294526208 140315094631328 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1131] ppid=1121 vsize=14089320 memory=1256 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1131/stat : 1131 (java) S 1121 1121 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 225689899 14427463680 19064 33554432000 4194304 4196468 140734294526208 140315093578736 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1132] ppid=1121 vsize=14089320 memory=10464 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1132/stat : 1132 (java) S 1121 1121 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225689902 14427463680 19064 33554432000 4194304 4196468 140734294526208 140315092527312 140315621992347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1133] ppid=1121 vsize=14089320 memory=1700 CPUtime=0.51 cores=1,3,5,7
/proc/1123/task/1133/stat : 1133 (java) R 1121 1121 31211 0 -1 4202560 2750 0 0 0 51 0 0 0 20 0 15 0 225689902 14427463680 19064 33554432000 4194304 4196468 140734294526208 140315091460808 140315605470491 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1134] ppid=1121 vsize=14089320 memory=1168 CPUtime=0.52 cores=1,3,5,7
/proc/1123/task/1134/stat : 1134 (java) R 1121 1121 31211 0 -1 4202560 1932 0 0 0 52 0 0 0 20 0 15 0 225689902 14427463680 19064 33554432000 4194304 4196468 140734294526208 140315090418752 140315601163201 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1135] ppid=1121 vsize=14089320 memory=1808 CPUtime=0.32 cores=1,3,5,7
/proc/1123/task/1135/stat : 1135 (java) S 1121 1121 31211 0 -1 1077944384 1900 0 0 0 32 0 0 0 20 0 15 0 225689902 14427463680 19064 33554432000 4194304 4196468 140734294526208 140315089369840 140315621984898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1136] ppid=1121 vsize=14089320 memory=1020 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1136/stat : 1136 (java) S 1121 1121 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225689902 14427463680 19064 33554432000 4194304 4196468 140734294526208 140315088317536 140315621983957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
[pid=1123/tid=1137] ppid=1121 vsize=14089320 memory=5780 CPUtime=0 cores=1,3,5,7
/proc/1123/task/1137/stat : 1137 (java) S 1121 1121 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225689902 14427463680 19064 33554432000 4194304 4196468 140734294526208 140315087264048 140315621984898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35991552 140734294529158 140734294529329 140734294529329 140734294532047 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 77708 KiB

Child status: 0
Real time (s): 0.935011
CPU time (s): 2.34618
CPU user time (s): 2.277
CPU system time (s): 0.069177
CPU usage (%): 250.925
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 77708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.277
system time used= 0.069177
maximum resident set size= 79376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15475
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= 1518
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 1121
#   total CPU time (s): 2.34618
#   total CPU user time (s): 2.277
#   total CPU system time (s): 0.069177

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025826 second user time and 0.051652 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-12 15:41:07
IDJOB=4306635
IDBENCH=141257
IDSOLVER=2787
FILE ID=node136/4306635-1534081267
RUNJOBID= node136-1534063588-31243
PBS_JOBID= 21036988
Free space on /tmp= 35520 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-qap_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306635-1534081267/watcher-4306635-1534081267 -o /tmp/evaluation-result-4306635-1534081267/solver-4306635-1534081267 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534063588-31243 --watchdog 2580  HOME/xcsp3-exec -seed 106961518 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306635-1534081267.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ae953de311e4ef2e73bebc6e6ca1406d
RANDOM SEED=106961518

node136.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:        16904552 kB
MemAvailable:   31723308 kB
Buffers:          252116 kB
Cached:         14667448 kB
SwapCached:            8 kB
Active:          7407960 kB
Inactive:        7749388 kB
Active(anon):     187192 kB
Inactive(anon):   102692 kB
Active(file):    7220768 kB
Inactive(file):  7646696 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108844 kB
Dirty:             21848 kB
Writeback:             0 kB
AnonPages:        244864 kB
Mapped:            65564 kB
Shmem:             49788 kB
Slab:             407676 kB
SReclaimable:     379752 kB
SUnreclaim:        27924 kB
KernelStack:        3552 kB
PageTables:         5992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1318396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 35496 MiB
End job on node136 at 2018-08-12 15:41:08