Trace number 4271524

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.5 par (2017-08-09)OPT6119 3.1538601 0.88893503

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff69.xml
MD5SUM3619f551efba05977411abbefb319bf8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6119
Best CPU time to get the best result obtained on this benchmark0.039696999
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints65
Number of domains27
Minimum domain size23
Maximum domain size26
Distribution of domain sizes[{"size":23,"count":2},{"size":25,"count":6},{"size":26,"count":57}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":64},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":64}]
Number of extensional constraints32
Number of intensional constraints32
Distribution of constraint types[{"type":"extension","count":32},{"type":"intension","count":32},{"type":"ordered","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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271524-1502646744.xml"  -tl '2016s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271524-1502646744.xml, -tl, 2016s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
1.57/0.70	c solve instance...
2.01/0.79	o 6403 
2.01/0.80	o 6331 
2.62/0.83	o 6119 
2.62/0.87	s OPTIMUM FOUND
2.62/0.87	v <instantiation>
2.62/0.87	v 	<list>x[0] drd[0][0] drd[1][0] drd[2][0] drd[3][0] drd[4][0] drd[5][0] drd[6][0] drd[7][0] drd[8][0] drd[9][0] drd[10][0] drd[11][0] drd[12][0] drd[13][0] drd[14][0] drd[15][0] drd[16][0] drd[17][0] drd[18][0] drd[19][0] drd[20][0] drd[21][0] drd[22][0] drd[23][0] drd[24][0] drd[25][0] drd[26][0] drd[27][0] drd[28][0] drd[29][0] drd[30][0] drd[31][0] dr[0] dr[1] dr[2] dr[3] dr[4] dr[5] dr[6] dr[7] dr[8] dr[9] dr[10] dr[11] dr[12] dr[13] dr[14] dr[15] dr[16] dr[17] dr[18] dr[19] dr[20] dr[21] dr[22] dr[23] dr[24] dr[25] dr[26] dr[27] dr[28] dr[29] dr[30] dr[31] </list>
2.62/0.87	v 	<values>122 15 72 0 0 35 41 65 64 38 24 27 97 99 589 81 390 390 18 55 539 539 345 345 116 60 60 484 484 87 110 426 424 15 72 0 0 35 41 65 64 38 24 27 97 99 589 81 390 390 18 55 539 539 345 345 116 60 60 484 484 87 110 426 424 </values>
2.62/0.87	v </instantiation>

Verifier Data

OK	6119

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271524-1502646744/watcher-4271524-1502646744 -o /tmp/evaluation-result-4271524-1502646744/solver-4271524-1502646744 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502642846-14765 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 653769398 HOME/instance-4271524-1502646744.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=17127, runsolver pid=17124

[startup+0.100167 s]*
/proc/loadavg: 2.24 4.24 5.45 3/199 17148
/proc/meminfo: memFree=28733244/32770624 swapFree=67108860/67108860
[pid=17127] ppid=17124 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17127/stat : 17127 (xcsp3-exec) S 17124 17127 14738 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97755334 9740288 346 33554432000 4194304 5098028 140726301116016 140726301114120 140416686916220 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31604736 140726301123691 140726301123900 140726301123900 140726301126635 0
/proc/17127/statm: 2378 346 289 221 0 87 0
[pid=17129] ppid=17127 vsize=25999808 memory=26368 CPUtime=0.12 cores=0-7
/proc/17129/stat : 17129 (java) S 17127 17127 14738 0 -1 1077944320 5515 0 0 0 11 1 0 0 20 0 20 0 97755334 26623803392 6592 33554432000 4194304 4196468 140725180338784 140725180321328 139665729957623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
/proc/17129/statm: 6499952 6592 2826 1 0 6488269 0
[pid=17129/tid=17130] ppid=17127 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/17129/task/17130/stat : 17130 (java) R 17127 17127 14738 0 -1 4202560 3517 0 0 0 8 0 0 0 20 0 20 0 97755335 26623803392 6592 33554432000 4194304 4196468 140725180338784 139665734190896 139665729969558 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17131] ppid=17127 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17129/task/17131/stat : 17131 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26623803392 6592 33554432000 4194304 4196468 140725180338784 139665288330256 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17132] ppid=17127 vsize=25999808 memory=139839890843264 CPUtime=0 cores=0-7
/proc/17129/task/17132/stat : 17132 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26623803392 6592 33554432000 4194304 4196468 140725180338784 139665287277712 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17133] ppid=17127 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17133/stat : 17133 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26623803392 6592 33554432000 4194304 4196468 140725180338784 139665286224656 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17134] ppid=17127 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17134/stat : 17134 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26623803392 6592 33554432000 4194304 4196468 140725180338784 139665285172112 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17135] ppid=17127 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17135/stat : 17135 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26623803392 6592 33554432000 4194304 4196468 140725180338784 139665284119056 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17136] ppid=17127 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17129/task/17136/stat : 17136 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97755336 26623803392 6592 33554432000 4194304 4196468 140725180338784 139665283066512 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17137] ppid=17127 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17137/stat : 17137 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97755336 26623803392 6592 33554432000 4194304 4196468 140725180338784 139665282013456 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17138] ppid=17127 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17138/stat : 17138 (java) S 17127 17127 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97755336 26623803392 6592 33554432000 4194304 4196468 140725180338784 139665280960912 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17139] ppid=17127 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17139/stat : 17139 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755337 26623803392 6592 33554432000 4194304 4196468 140725180338784 139664857258736 139665729968770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17140] ppid=17127 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17140/stat : 17140 (java) S 17127 17127 14738 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97755337 26623803392 6592 33554432000 4194304 4196468 140725180338784 139664856204960 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17141] ppid=17127 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17141/stat : 17141 (java) S 17127 17127 14738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97755338 26623803392 6592 33554432000 4194304 4196468 140725180338784 139664855151856 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17142] ppid=17127 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17142/stat : 17142 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97755340 26623803392 6592 33554432000 4194304 4196468 140725180338784 139664854100432 139665729976219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17143] ppid=17127 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17143/stat : 17143 (java) S 17127 17127 14738 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 97755340 26623803392 6592 33554432000 4194304 4196468 140725180338784 139664853047536 139665729968770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17144] ppid=17127 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17144/stat : 17144 (java) S 17127 17127 14738 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 97755340 26623803392 6592 33554432000 4194304 4196468 140725180338784 139664851994992 139665729968770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17145] ppid=17127 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17145/stat : 17145 (java) S 17127 17127 14738 0 -1 1077944384 282 0 0 0 0 0 0 0 20 0 20 0 97755340 26623803392 6592 33554432000 4194304 4196468 140725180338784 139664850941936 139665729968770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17146] ppid=17127 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/17129/task/17146/stat : 17146 (java) S 17127 17127 14738 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 20 0 97755340 26623803392 6592 33554432000 4194304 4196468 140725180338784 139664849889392 139665729968770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17147] ppid=17127 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17147/stat : 17147 (java) S 17127 17127 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97755340 26623803392 6592 33554432000 4194304 4196468 140725180338784 139664848837600 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17148] ppid=17127 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17129/task/17148/stat : 17148 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97755341 26623803392 6592 33554432000 4194304 4196468 140725180338784 139664847785136 139665729968770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27752 KiB

[startup+0.210219 s]*
/proc/loadavg: 2.24 4.24 5.45 2/199 17148
/proc/meminfo: memFree=28722040/32770624 swapFree=67108860/67108860
[pid=17127] ppid=17124 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17127/stat : 17127 (xcsp3-exec) S 17124 17127 14738 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97755334 9740288 346 33554432000 4194304 5098028 140726301116016 140726301114120 140416686916220 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31604736 140726301123691 140726301123900 140726301123900 140726301126635 0
/proc/17127/statm: 2378 346 289 221 0 87 0
[pid=17129] ppid=17127 vsize=26004064 memory=39236 CPUtime=0.33 cores=0-7
/proc/17129/stat : 17129 (java) S 17127 17127 14738 0 -1 1077944320 8394 0 0 0 31 2 0 0 20 0 20 0 97755334 26628161536 9809 33554432000 4194304 4196468 140725180338784 140725180321328 139665729957623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
/proc/17129/statm: 6501016 9809 3045 1 0 6488269 0
[pid=17129/tid=17130] ppid=17127 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/17129/task/17130/stat : 17130 (java) R 17127 17127 14738 0 -1 4202560 5434 0 0 0 18 1 0 0 20 0 20 0 97755335 26628161536 9809 33554432000 4194304 4196468 140725180338784 139665734179664 139665714038110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17131] ppid=17127 vsize=26004064 memory=340 CPUtime=0 cores=0-7
/proc/17129/task/17131/stat : 17131 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26628161536 9809 33554432000 4194304 4196468 140725180338784 139665288330256 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17132] ppid=17127 vsize=26004064 memory=139839891277448 CPUtime=0 cores=0-7
/proc/17129/task/17132/stat : 17132 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26628161536 9809 33554432000 4194304 4196468 140725180338784 139665287277712 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17133] ppid=17127 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17129/task/17133/stat : 17133 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26628161536 9809 33554432000 4194304 4196468 140725180338784 139665286224656 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17134] ppid=17127 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17134/stat : 17134 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26628161536 9809 33554432000 4194304 4196468 140725180338784 139665285172112 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17135] ppid=17127 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17135/stat : 17135 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26628161536 9809 33554432000 4194304 4196468 140725180338784 139665284119056 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17136] ppid=17127 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17129/task/17136/stat : 17136 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97755336 26628161536 9809 33554432000 4194304 4196468 140725180338784 139665283066512 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17137] ppid=17127 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17137/stat : 17137 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97755336 26628161536 9809 33554432000 4194304 4196468 140725180338784 139665282013456 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17138] ppid=17127 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17138/stat : 17138 (java) S 17127 17127 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97755336 26628161536 9809 33554432000 4194304 4196468 140725180338784 139665280960912 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17139] ppid=17127 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17139/stat : 17139 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755337 26628161536 9809 33554432000 4194304 4196468 140725180338784 139664857258736 139665729968770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17140] ppid=17127 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17140/stat : 17140 (java) S 17127 17127 14738 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97755337 26628161536 9809 33554432000 4194304 4196468 140725180338784 139664856204960 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17141] ppid=17127 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17141/stat : 17141 (java) S 17127 17127 14738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97755338 26628161536 9809 33554432000 4194304 4196468 140725180338784 139664855151856 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17142] ppid=17127 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17142/stat : 17142 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97755340 26628161536 9809 33554432000 4194304 4196468 140725180338784 139664854100432 139665729976219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17143] ppid=17127 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/17129/task/17143/stat : 17143 (java) S 17127 17127 14738 0 -1 1077944384 389 0 0 0 1 0 0 0 20 0 20 0 97755340 26628161536 9809 33554432000 4194304 4196468 140725180338784 139664853047536 139665729968770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17144] ppid=17127 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/17129/task/17144/stat : 17144 (java) R 17127 17127 14738 0 -1 1077944384 218 0 0 0 1 0 0 0 20 0 20 0 97755340 26628161536 9809 33554432000 4194304 4196468 140725180338784 139664851994992 139665729968770 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17145] ppid=17127 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/17129/task/17145/stat : 17145 (java) R 17127 17127 14738 0 -1 1077944384 303 0 0 0 1 0 0 0 20 0 20 0 97755340 26628161536 9809 33554432000 4194304 4196468 140725180338784 139664850941936 139665729968770 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17146] ppid=17127 vsize=26004064 memory=-1 CPUtime=0.08 cores=0-7
/proc/17129/task/17146/stat : 17146 (java) R 17127 17127 14738 0 -1 4202560 738 0 0 0 8 0 0 0 20 0 20 0 97755340 26628161536 9809 33554432000 4194304 4196468 140725180338784 139664849889392 139665709092324 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17147] ppid=17127 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17147/stat : 17147 (java) S 17127 17127 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97755340 26628161536 9809 33554432000 4194304 4196468 140725180338784 139664848837600 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17148] ppid=17127 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17129/task/17148/stat : 17148 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97755341 26628161536 9809 33554432000 4194304 4196468 140725180338784 139664847785136 139665729968770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40620 KiB

[startup+0.310123 s]*
/proc/loadavg: 2.24 4.24 5.45 3/199 17148
/proc/meminfo: memFree=28717636/32770624 swapFree=67108860/67108860
[pid=17127] ppid=17124 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17127/stat : 17127 (xcsp3-exec) S 17124 17127 14738 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97755334 9740288 346 33554432000 4194304 5098028 140726301116016 140726301114120 140416686916220 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31604736 140726301123691 140726301123900 140726301123900 140726301126635 0
/proc/17127/statm: 2378 346 289 221 0 87 0
[pid=17129] ppid=17127 vsize=26004064 memory=45924 CPUtime=0.5 cores=0-7
/proc/17129/stat : 17129 (java) S 17127 17127 14738 0 -1 1077944320 9296 0 0 0 47 3 0 0 20 0 20 0 97755334 26628161536 11481 33554432000 4194304 4196468 140725180338784 140725180321328 139665729957623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
/proc/17129/statm: 6501016 11481 3104 1 0 6488269 0
[pid=17129/tid=17130] ppid=17127 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17129/task/17130/stat : 17130 (java) R 17127 17127 14738 0 -1 4202560 6144 0 0 0 27 2 0 0 20 0 20 0 97755335 26628161536 11481 33554432000 4194304 4196468 140725180338784 139665734193904 139665729979549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17131] ppid=17127 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17131/stat : 17131 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26628161536 11481 33554432000 4194304 4196468 140725180338784 139665288330256 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17132] ppid=17127 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17132/stat : 17132 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26628161536 11481 33554432000 4194304 4196468 140725180338784 139665287277712 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17133] ppid=17127 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17133/stat : 17133 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26628161536 11481 33554432000 4194304 4196468 140725180338784 139665286224656 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17134] ppid=17127 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17134/stat : 17134 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26628161536 11481 33554432000 4194304 4196468 140725180338784 139665285172112 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17135] ppid=17127 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/17129/task/17135/stat : 17135 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26628161536 11481 33554432000 4194304 4196468 140725180338784 139665284119056 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17136] ppid=17127 vsize=26004064 memory=139839773176751 CPUtime=0 cores=0-7
/proc/17129/task/17136/stat : 17136 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97755336 26628161536 11481 33554432000 4194304 4196468 140725180338784 139665283066512 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17137] ppid=17127 vsize=26004064 memory=139839773179056 CPUtime=0 cores=0-7
/proc/17129/task/17137/stat : 17137 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97755336 26628161536 11481 33554432000 4194304 4196468 140725180338784 139665282013456 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17138] ppid=17127 vsize=26004064 memory=139839773181360 CPUtime=0 cores=0-7
/proc/17129/task/17138/stat : 17138 (java) S 17127 17127 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97755336 26628161536 11481 33554432000 4194304 4196468 140725180338784 139665280960912 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17139] ppid=17127 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17139/stat : 17139 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755337 26628161536 11481 33554432000 4194304 4196468 140725180338784 139664857258736 139665729968770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17140] ppid=17127 vsize=26004064 memory=279679546369680 CPUtime=0 cores=0-7
/proc/17129/task/17140/stat : 17140 (java) S 17127 17127 14738 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97755337 26628161536 11481 33554432000 4194304 4196468 140725180338784 139664856204960 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17141] ppid=17127 vsize=26004064 memory=279679546376592 CPUtime=0 cores=0-7
/proc/17129/task/17141/stat : 17141 (java) S 17127 17127 14738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97755338 26628161536 11481 33554432000 4194304 4196468 140725180338784 139664855151856 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17142] ppid=17127 vsize=26004064 memory=279679546317872 CPUtime=0 cores=0-7
/proc/17129/task/17142/stat : 17142 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97755340 26628161536 11481 33554432000 4194304 4196468 140725180338784 139664854100432 139665729976219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17143] ppid=17127 vsize=26004064 memory=279679546390416 CPUtime=0.02 cores=0-7
/proc/17129/task/17143/stat : 17143 (java) S 17127 17127 14738 0 -1 1077944384 438 0 0 0 2 0 0 0 20 0 20 0 97755340 26628161536 11481 33554432000 4194304 4196468 140725180338784 139664853047536 139665729968770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17144] ppid=17127 vsize=26004064 memory=279679546397328 CPUtime=0.02 cores=0-7
/proc/17129/task/17144/stat : 17144 (java) R 17127 17127 14738 0 -1 4202560 249 0 0 0 2 0 0 0 20 0 20 0 97755340 26628161536 11481 33554432000 4194304 4196468 140725180338784 139664851994992 139665722194750 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17145] ppid=17127 vsize=26004064 memory=279679546395024 CPUtime=0.01 cores=0-7
/proc/17129/task/17145/stat : 17145 (java) S 17127 17127 14738 0 -1 1077944384 305 0 0 0 1 0 0 0 20 0 20 0 97755340 26628161536 11481 33554432000 4194304 4196468 140725180338784 139664850941936 139665729968770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17146] ppid=17127 vsize=26004064 memory=279679546411184 CPUtime=0.13 cores=0-7
/proc/17129/task/17146/stat : 17146 (java) R 17127 17127 14738 0 -1 4202560 853 0 0 0 13 0 0 0 20 0 20 0 97755340 26628161536 11481 33554432000 4194304 4196468 140725180338784 139664849887200 139665729978970 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17147] ppid=17127 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17147/stat : 17147 (java) S 17127 17127 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97755340 26628161536 11481 33554432000 4194304 4196468 140725180338784 139664848837600 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17148] ppid=17127 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17129/task/17148/stat : 17148 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97755341 26628161536 11481 33554432000 4194304 4196468 140725180338784 139664847785136 139665729968770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47308 KiB

[startup+0.700999 s]
/proc/loadavg: 2.24 4.24 5.45 5/199 17148
/proc/meminfo: memFree=28691340/32770624 swapFree=67108860/67108860
[pid=17127] ppid=17124 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17127/stat : 17127 (xcsp3-exec) S 17124 17127 14738 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97755334 9740288 346 33554432000 4194304 5098028 140726301116016 140726301114120 140416686916220 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31604736 140726301123691 140726301123900 140726301123900 140726301126635 0
/proc/17127/statm: 2378 346 289 221 0 87 0
[pid=17129] ppid=17127 vsize=26006188 memory=132916 CPUtime=2.01 cores=0-7
/proc/17129/stat : 17129 (java) S 17127 17127 14738 0 -1 1077944320 14159 0 0 0 195 6 0 0 20 0 20 0 97755334 26630336512 33229 33554432000 4194304 4196468 140725180338784 140725180321328 139665729957623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
/proc/17129/statm: 6501547 33229 3210 1 0 6488781 0
[pid=17129/tid=17130] ppid=17127 vsize=26006188 memory=279679546769072 CPUtime=0.67 cores=0-7
/proc/17129/task/17130/stat : 17130 (java) R 17127 17127 14738 0 -1 4202560 6921 0 0 0 64 3 0 0 20 0 20 0 97755335 26630336512 33229 33554432000 4194304 4196468 140725180338784 139665734188352 139665714001253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17131] ppid=17127 vsize=26006188 memory=139839773385584 CPUtime=0 cores=0-7
/proc/17129/task/17131/stat : 17131 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26630336512 33229 33554432000 4194304 4196468 140725180338784 139665288330256 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17132] ppid=17127 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17132/stat : 17132 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26630336512 33229 33554432000 4194304 4196468 140725180338784 139665287277712 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17133] ppid=17127 vsize=26006188 memory=1200 CPUtime=0 cores=0-7
/proc/17129/task/17133/stat : 17133 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26630336512 33229 33554432000 4194304 4196468 140725180338784 139665286224656 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17134] ppid=17127 vsize=26006188 memory=1424 CPUtime=0 cores=0-7
/proc/17129/task/17134/stat : 17134 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26630336512 33229 33554432000 4194304 4196468 140725180338784 139665285172112 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17135] ppid=17127 vsize=26006188 memory=8552 CPUtime=0 cores=0-7
/proc/17129/task/17135/stat : 17135 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97755336 26630336512 33229 33554432000 4194304 4196468 140725180338784 139665284119056 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17136] ppid=17127 vsize=26006188 memory=15872 CPUtime=0 cores=0-7
/proc/17129/task/17136/stat : 17136 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97755336 26630336512 33229 33554432000 4194304 4196468 140725180338784 139665283066512 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17137] ppid=17127 vsize=26006188 memory=4052 CPUtime=0 cores=0-7
/proc/17129/task/17137/stat : 17137 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97755336 26630336512 33229 33554432000 4194304 4196468 140725180338784 139665282013456 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17138] ppid=17127 vsize=26006188 memory=16840 CPUtime=0 cores=0-7
/proc/17129/task/17138/stat : 17138 (java) S 17127 17127 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97755336 26630336512 33229 33554432000 4194304 4196468 140725180338784 139665280960912 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17139] ppid=17127 vsize=26006188 memory=18472 CPUtime=0 cores=0-7
/proc/17129/task/17139/stat : 17139 (java) S 17127 17127 14738 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 97755337 26630336512 33229 33554432000 4194304 4196468 140725180338784 139664857258736 139665729968770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17140] ppid=17127 vsize=26006188 memory=640 CPUtime=0 cores=0-7
/proc/17129/task/17140/stat : 17140 (java) S 17127 17127 14738 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97755337 26630336512 33229 33554432000 4194304 4196468 140725180338784 139664856204960 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17141] ppid=17127 vsize=26006188 memory=1796 CPUtime=0 cores=0-7
/proc/17129/task/17141/stat : 17141 (java) S 17127 17127 14738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97755338 26630336512 33229 33554432000 4194304 4196468 140725180338784 139664855151856 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17142] ppid=17127 vsize=26006188 memory=960 CPUtime=0 cores=0-7
/proc/17129/task/17142/stat : 17142 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97755340 26630336512 33229 33554432000 4194304 4196468 140725180338784 139664854100432 139665729976219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17143] ppid=17127 vsize=26006188 memory=0 CPUtime=0.26 cores=0-7
/proc/17129/task/17143/stat : 17143 (java) R 17127 17127 14738 0 -1 4202560 1425 0 0 0 25 1 0 0 20 0 20 0 97755340 26630336512 33229 33554432000 4194304 4196468 140725180338784 139664853027536 139665711501376 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17144] ppid=17127 vsize=26006188 memory=9992 CPUtime=0.31 cores=0-7
/proc/17129/task/17144/stat : 17144 (java) R 17127 17127 14738 0 -1 4202560 1282 0 0 0 31 0 0 0 20 0 20 0 97755340 26630336512 33229 33554432000 4194304 4196468 140725180338784 139664851981888 139665716109305 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17145] ppid=17127 vsize=26006188 memory=1224 CPUtime=0.29 cores=0-7
/proc/17129/task/17145/stat : 17145 (java) R 17127 17127 14738 0 -1 4202560 1140 0 0 0 29 0 0 0 20 0 20 0 97755340 26630336512 33229 33554432000 4194304 4196468 140725180338784 139664850933216 139665711477298 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17146] ppid=17127 vsize=26006188 memory=5716 CPUtime=0.43 cores=0-7
/proc/17129/task/17146/stat : 17146 (java) R 17127 17127 14738 0 -1 4202560 2078 0 0 0 43 0 0 0 20 0 20 0 97755340 26630336512 33229 33554432000 4194304 4196468 140725180338784 139664849889392 139665723054459 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17147] ppid=17127 vsize=26006188 memory=1708 CPUtime=0 cores=0-7
/proc/17129/task/17147/stat : 17147 (java) S 17127 17127 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97755340 26630336512 33229 33554432000 4194304 4196468 140725180338784 139664848837600 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17148] ppid=17127 vsize=26006188 memory=4612 CPUtime=0 cores=0-7
/proc/17129/task/17148/stat : 17148 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97755341 26630336512 33229 33554432000 4194304 4196468 140725180338784 139664847785136 139665729968770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
Current children cumulated CPU time: 2.01 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 134300 KiB

[startup+0.888876 s]
# the end of solver process 17127 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.97171 s, system=0.18215 s

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

[startup+0.801084 s]
/proc/loadavg: 2.24 4.24 5.45 5/199 17148
/proc/meminfo: memFree=28691340/32770624 swapFree=67108860/67108860
[pid=17127] ppid=17124 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17127/stat : 17127 (xcsp3-exec) S 17124 17127 14738 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97755334 9740288 346 33554432000 4194304 5098028 140726301116016 140726301114120 140416686916220 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31604736 140726301123691 140726301123900 140726301123900 140726301126635 0
/proc/17127/statm: 2378 346 289 221 0 87 0
[pid=17129] ppid=17127 vsize=26538700 memory=171416 CPUtime=2.62 cores=0-7
/proc/17129/stat : 17129 (java) S 17127 17127 14738 0 -1 1077944320 14921 0 0 0 256 6 0 0 20 0 21 0 97755334 27175628800 42854 33554432000 4194304 4196468 140725180338784 140725180321328 139665729957623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
/proc/17129/statm: 6634675 42854 3213 1 0 6621909 0
[pid=17129/tid=17130] ppid=17127 vsize=26538700 memory=6935649255759568960 CPUtime=0.68 cores=0-7
/proc/17129/task/17130/stat : 17130 (java) S 17127 17127 14738 0 -1 1077944384 6978 0 0 0 65 3 0 0 20 0 21 0 97755335 27175628800 42854 33554432000 4194304 4196468 140725180338784 139665734198400 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17131] ppid=17127 vsize=26538700 memory=4638778398332768848 CPUtime=0 cores=0-7
/proc/17129/task/17131/stat : 17131 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 97755336 27175628800 43366 33554432000 4194304 4196468 140725180338784 139665288330256 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17132] ppid=17127 vsize=26538700 memory=7516877558933115221 CPUtime=0 cores=0-7
/proc/17129/task/17132/stat : 17132 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 97755336 27175628800 43366 33554432000 4194304 4196468 140725180338784 139665287277712 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17133] ppid=17127 vsize=26538700 memory=8041645962788481611 CPUtime=0 cores=0-7
/proc/17129/task/17133/stat : 17133 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 97755336 27175628800 43366 33554432000 4194304 4196468 140725180338784 139665286224656 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17134] ppid=17127 vsize=26538700 memory=-9109213556524817781 CPUtime=0 cores=0-7
/proc/17129/task/17134/stat : 17134 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 97755336 27175628800 43366 33554432000 4194304 4196468 140725180338784 139665285172112 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17135] ppid=17127 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17135/stat : 17135 (java) S 17127 17127 14738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 97755336 27175628800 43366 33554432000 4194304 4196468 140725180338784 139665284119056 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17136] ppid=17127 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17136/stat : 17136 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 97755336 27175628800 43366 33554432000 4194304 4196468 140725180338784 139665283066512 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17137] ppid=17127 vsize=26538688 memory=279679546232384 CPUtime=0 cores=0-7
/proc/17129/task/17137/stat : 17137 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 97755336 27175616512 43366 33554432000 4194304 4196468 140725180338784 139665282013456 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17138] ppid=17127 vsize=26538700 memory=-9178176117151205470 CPUtime=0 cores=0-7
/proc/17129/task/17138/stat : 17138 (java) S 17127 17127 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 97755336 27175628800 43366 33554432000 4194304 4196468 140725180338784 139665280960912 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17139] ppid=17127 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/17129/task/17139/stat : 17139 (java) S 17127 17127 14738 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 23 0 97755337 27175628800 43366 33554432000 4194304 4196468 140725180338784 139664857258736 139665729968770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17140] ppid=17127 vsize=26538700 memory=1728 CPUtime=0 cores=0-7
/proc/17129/task/17140/stat : 17140 (java) S 17127 17127 14738 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 23 0 97755337 27175628800 43366 33554432000 4194304 4196468 140725180338784 139664856204960 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17141] ppid=17127 vsize=26538700 memory=792 CPUtime=0 cores=0-7
/proc/17129/task/17141/stat : 17141 (java) S 17127 17127 14738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 23 0 97755338 27175628800 43366 33554432000 4194304 4196468 140725180338784 139664855151856 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17142] ppid=17127 vsize=26538700 memory=9992 CPUtime=0 cores=0-7
/proc/17129/task/17142/stat : 17142 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 23 0 97755340 27175628800 43366 33554432000 4194304 4196468 140725180338784 139664854100432 139665729976219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17143] ppid=17127 vsize=26538700 memory=1224 CPUtime=0.34 cores=0-7
/proc/17129/task/17143/stat : 17143 (java) R 17127 17127 14738 0 -1 4202560 1451 0 0 0 33 1 0 0 20 0 23 0 97755340 27175628800 43366 33554432000 4194304 4196468 140725180338784 139664853037008 139665713411826 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17144] ppid=17127 vsize=26538700 memory=5716 CPUtime=0.39 cores=0-7
/proc/17129/task/17144/stat : 17144 (java) R 17127 17127 14738 0 -1 4202560 1307 0 0 0 39 0 0 0 20 0 23 0 97755340 27175628800 43366 33554432000 4194304 4196468 140725180338784 139664851981776 139665713487577 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17145] ppid=17127 vsize=26538700 memory=1708 CPUtime=0.39 cores=0-7
/proc/17129/task/17145/stat : 17145 (java) R 17127 17127 14738 0 -1 4202560 1200 0 0 0 39 0 0 0 20 0 23 0 97755340 27175628800 43366 33554432000 4194304 4196468 140725180338784 139664850933264 139665729978970 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17146] ppid=17127 vsize=26538700 memory=4612 CPUtime=0.47 cores=0-7
/proc/17129/task/17146/stat : 17146 (java) S 17127 17127 14738 0 -1 1077944384 2155 0 0 0 47 0 0 0 20 0 23 0 97755340 27175628800 43366 33554432000 4194304 4196468 140725180338784 139664849889392 139665729968770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17147] ppid=17127 vsize=26538700 memory=1008 CPUtime=0 cores=0-7
/proc/17129/task/17147/stat : 17147 (java) S 17127 17127 14738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 23 0 97755340 27175628800 43366 33554432000 4194304 4196468 140725180338784 139664848837600 139665729967829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
[pid=17129/tid=17148] ppid=17127 vsize=26538700 memory=1944 CPUtime=0 cores=0-7
/proc/17129/task/17148/stat : 17148 (java) S 17127 17127 14738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 23 0 97755341 27175628800 43366 33554432000 4194304 4196468 140725180338784 139664847785136 139665729968770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140725180343448 140725180343624 140725180343624 140725180346319 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 172800 KiB

Child status: 0
Real time (s): 0.888935
CPU time (s): 3.15386
CPU user time (s): 2.97171
CPU system time (s): 0.18215
CPU usage (%): 354.791
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 172800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.97171
system time used= 0.18215
maximum resident set size= 228272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16072
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= 2717
involuntary context switches= 42


# summary of solver processes directly reported to runsolver:
#   pid: 17127
#   total CPU time (s): 3.15386
#   total CPU user time (s): 2.97171
#   total CPU system time (s): 0.18215

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027892 second user time and 0.046488 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 19:38:06
IDJOB=4271524
IDBENCH=138383
IDSOLVER=2663
FILE ID=node151/4271524-1502646744
RUNJOBID= node151-1502642846-14765
PBS_JOBID= 20628335
Free space on /tmp= 61756 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff69.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-4271524-1502646744/watcher-4271524-1502646744 -o /tmp/evaluation-result-4271524-1502646744/solver-4271524-1502646744 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502642846-14765 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 653769398 HOME/instance-4271524-1502646744.xml

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

MD5SUM BENCH= 3619f551efba05977411abbefb319bf8
RANDOM SEED=653769398

node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
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:        28750016 kB
MemAvailable:   31989444 kB
Buffers:          248128 kB
Cached:          3282216 kB
SwapCached:            0 kB
Active:           957368 kB
Inactive:        2625808 kB
Active(anon):      55700 kB
Inactive(anon):    25044 kB
Active(file):     901668 kB
Inactive(file):  2600764 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7784 kB
Writeback:             0 kB
AnonPages:         72060 kB
Mapped:            43676 kB
Shmem:             25224 kB
Slab:             132652 kB
SReclaimable:     105664 kB
SUnreclaim:        26988 kB
KernelStack:        3520 kB
PageTables:         4720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61748 MiB
End job on node151 at 2017-08-13 19:38:07