Trace number 4297570

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 par (e747e1e)OPT2 2.20929 0.765734

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1s-1_c18.xml
MD5SUM1aa19c04fc46d2c59e842211a2e06bfd
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2.20929
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints18
Number of domains6
Minimum domain size2
Maximum domain size880
Distribution of domain sizes[{"size":2,"count":3},{"size":5,"count":9},{"size":275,"count":3},{"size":550,"count":3},{"size":801,"count":3},{"size":880,"count":3}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":21},{"degree":4,"count":3}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":3},{"arity":3,"count":15}]
Number of extensional constraints3
Number of intensional constraints9
Distribution of constraint types[{"type":"extension","count":3},{"type":"intension","count":9},{"type":"sum","count":6}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297570-1532716451.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297570-1532716451.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.40/0.66	c solve instance...
1.86/0.73	o 2 
1.86/0.74	s OPTIMUM FOUND
1.86/0.74	v <instantiation>
1.86/0.74	v 	<list>d[0][0] d[0][1] d[0][2] d[1][0] d[1][1] d[1][2] d[2][0] d[2][1] d[2][2] npt[0] npt[1] npt[2] u[0] u[1] u[2] nptv[0][0] nptv[0][1] nptv[0][2] nptv[1][0] nptv[1][1] nptv[1][2] nptv[2][0] nptv[2][1] nptv[2][2] </list>
1.86/0.74	v 	<values>0 0 4 0 0 4 1 2 1 0 122 272 0 1 1 0 0 0 0 0 488 272 544 272 </values>
1.86/0.74	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297570-1532716451/watcher-4297570-1532716451 -o /tmp/evaluation-result-4297570-1532716451/solver-4297570-1532716451 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node138-1532713877-19577 --watchdog 2580 HOME/xcsp3-exec -seed 1108533916 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297570-1532716451.xml 

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

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


[startup+0.100125 s]*
/proc/loadavg: 1.65 1.18 1.56 2/199 20263
/proc/meminfo: memFree=22355168/32770624 swapFree=67108796/67108860
[pid=20242] ppid=20239 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20242/stat : 20242 (xcsp3-exec) S 20239 20242 19550 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89208275 115843072 364 33554432000 4194304 5098028 140732835411984 140732835410088 140126776517244 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14725120 140732835419189 140732835419392 140732835419392 140732835422154 0
/proc/20242/statm: 28282 364 306 221 0 87 0
[pid=20244] ppid=20242 vsize=26104152 memory=27600 CPUtime=0.11 cores=0-7
/proc/20244/stat : 20244 (java) S 20242 20242 19550 0 -1 1077944320 5830 0 0 0 9 2 0 0 20 0 20 0 89208275 26730651648 6900 33554432000 4194304 4196468 140730821415856 140730821398400 139806028934903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
/proc/20244/statm: 6526038 6900 3002 1 0 6488315 0
[pid=20244/tid=20245] ppid=20242 vsize=26104152 memory=7824049360276987291 CPUtime=0.08 cores=0-7
/proc/20244/task/20245/stat : 20245 (java) R 20242 20242 19550 0 -1 4202560 3844 0 0 0 7 1 0 0 20 0 20 0 89208275 26730651648 6900 33554432000 4194304 4196468 140730821415856 139806033161440 139806012978533 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20246] ppid=20242 vsize=26104152 memory=732369781695978469 CPUtime=0 cores=0-7
/proc/20244/task/20246/stat : 20246 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89208276 26730651648 6900 33554432000 4194304 4196468 140730821415856 139805951515280 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20247] ppid=20242 vsize=26104152 memory=139643358525056 CPUtime=0 cores=0-7
/proc/20244/task/20247/stat : 20247 (java) S 20242 20242 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89208276 26730651648 6900 33554432000 4194304 4196468 140730821415856 139805586381328 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20248] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20248/stat : 20248 (java) S 20242 20242 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89208276 26730651648 6900 33554432000 4194304 4196468 140730821415856 139805585328528 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20249] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20249/stat : 20249 (java) S 20242 20242 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89208276 26730651648 6900 33554432000 4194304 4196468 140730821415856 139805584275728 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20250] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20250/stat : 20250 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89208276 26730651648 6900 33554432000 4194304 4196468 140730821415856 139805583223952 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20251] ppid=20242 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/20244/task/20251/stat : 20251 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89208276 26730651648 6900 33554432000 4194304 4196468 140730821415856 139805582171152 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20252] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20252/stat : 20252 (java) S 20242 20242 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89208276 26730651648 6900 33554432000 4194304 4196468 140730821415856 139805581118352 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20253] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20253/stat : 20253 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89208276 26730651648 6900 33554432000 4194304 4196468 140730821415856 139805580065552 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20254] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20254/stat : 20254 (java) S 20242 20242 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89208278 26730651648 6900 33554432000 4194304 4196468 140730821415856 139805156292976 139806028946050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20255] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20255/stat : 20255 (java) S 20242 20242 19550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89208278 26730651648 6900 33554432000 4194304 4196468 140730821415856 139805155238944 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20256] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20256/stat : 20256 (java) S 20242 20242 19550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89208278 26730651648 6900 33554432000 4194304 4196468 140730821415856 139805154186096 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20257] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20257/stat : 20257 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89208281 26730651648 6900 33554432000 4194304 4196468 140730821415856 139805153134416 139806028953499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20258] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20258/stat : 20258 (java) S 20242 20242 19550 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 89208281 26730651648 6900 33554432000 4194304 4196468 140730821415856 139805152082800 139806028946050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20259] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20259/stat : 20259 (java) R 20242 20242 19550 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 89208281 26730651648 6900 33554432000 4194304 4196468 140730821415856 139805151030000 139806028946050 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20260] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20260/stat : 20260 (java) S 20242 20242 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89208281 26730651648 6900 33554432000 4194304 4196468 140730821415856 139805149977200 139806028946050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20261] ppid=20242 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/20244/task/20261/stat : 20261 (java) R 20242 20242 19550 0 -1 4202560 248 0 0 0 1 0 0 0 20 0 20 0 89208281 26730651648 6900 33554432000 4194304 4196468 140730821415856 139805148924400 139806028956250 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20262] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20262/stat : 20262 (java) S 20242 20242 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89208281 26730651648 6900 33554432000 4194304 4196468 140730821415856 139805147871840 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20263] ppid=20242 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/20244/task/20263/stat : 20263 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89208281 26730651648 6900 33554432000 4194304 4196468 140730821415856 139805146819120 139806028946050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 29056 KiB

[startup+0.210286 s]*
/proc/loadavg: 1.65 1.18 1.56 3/199 20263
/proc/meminfo: memFree=22344980/32770624 swapFree=67108796/67108860
[pid=20242] ppid=20239 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20242/stat : 20242 (xcsp3-exec) S 20239 20242 19550 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89208275 115843072 364 33554432000 4194304 5098028 140732835411984 140732835410088 140126776517244 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14725120 140732835419189 140732835419392 140732835419392 140732835422154 0
/proc/20242/statm: 28282 364 306 221 0 87 0
[pid=20244] ppid=20242 vsize=26104152 memory=39320 CPUtime=0.33 cores=0-7
/proc/20244/stat : 20244 (java) S 20242 20242 19550 0 -1 1077944320 8360 0 0 0 30 3 0 0 20 0 20 0 89208275 26730651648 9830 33554432000 4194304 4196468 140730821415856 140730821398400 139806028934903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
/proc/20244/statm: 6526038 9830 3219 1 0 6488315 0
[pid=20244/tid=20245] ppid=20242 vsize=26104152 memory=0 CPUtime=0.19 cores=0-7
/proc/20244/task/20245/stat : 20245 (java) R 20242 20242 19550 0 -1 4202560 5588 0 0 0 17 2 0 0 20 0 20 0 89208275 26730651648 9830 33554432000 4194304 4196468 140730821415856 139806033174288 139806013015390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20246] ppid=20242 vsize=26104152 memory=279286569744120 CPUtime=0 cores=0-7
/proc/20244/task/20246/stat : 20246 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89208276 26730651648 9830 33554432000 4194304 4196468 140730821415856 139805951515280 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20247] ppid=20242 vsize=26104152 memory=139643358525056 CPUtime=0 cores=0-7
/proc/20244/task/20247/stat : 20247 (java) S 20242 20242 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89208276 26730651648 9830 33554432000 4194304 4196468 140730821415856 139805586381328 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20248] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20248/stat : 20248 (java) S 20242 20242 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89208276 26730651648 9830 33554432000 4194304 4196468 140730821415856 139805585328528 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20249] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20249/stat : 20249 (java) S 20242 20242 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89208276 26730651648 9830 33554432000 4194304 4196468 140730821415856 139805584275728 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20250] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20250/stat : 20250 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89208276 26730651648 9830 33554432000 4194304 4196468 140730821415856 139805583223952 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20251] ppid=20242 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/20244/task/20251/stat : 20251 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89208276 26730651648 9830 33554432000 4194304 4196468 140730821415856 139805582171152 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20252] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20252/stat : 20252 (java) S 20242 20242 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89208276 26730651648 9830 33554432000 4194304 4196468 140730821415856 139805581118352 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20253] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20253/stat : 20253 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89208276 26730651648 9830 33554432000 4194304 4196468 140730821415856 139805580065552 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20254] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20254/stat : 20254 (java) R 20242 20242 19550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89208278 26730651648 9830 33554432000 4194304 4196468 140730821415856 139805156292976 139806028946050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20255] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20255/stat : 20255 (java) S 20242 20242 19550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89208278 26730651648 9830 33554432000 4194304 4196468 140730821415856 139805155238944 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20256] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20256/stat : 20256 (java) S 20242 20242 19550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89208278 26730651648 9830 33554432000 4194304 4196468 140730821415856 139805154186096 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20257] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20257/stat : 20257 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89208281 26730651648 9830 33554432000 4194304 4196468 140730821415856 139805153134416 139806028953499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20258] ppid=20242 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/20244/task/20258/stat : 20258 (java) S 20242 20242 19550 0 -1 1077944384 463 0 0 0 1 0 0 0 20 0 20 0 89208281 26730651648 9830 33554432000 4194304 4196468 140730821415856 139805152082800 139806028946050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20259] ppid=20242 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/20244/task/20259/stat : 20259 (java) S 20242 20242 19550 0 -1 1077944384 195 0 0 0 1 0 0 0 20 0 20 0 89208281 26730651648 9830 33554432000 4194304 4196468 140730821415856 139805151030000 139806028946050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20260] ppid=20242 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/20244/task/20260/stat : 20260 (java) S 20242 20242 19550 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 20 0 89208281 26730651648 9830 33554432000 4194304 4196468 140730821415856 139805149977200 139806028946050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20261] ppid=20242 vsize=26104152 memory=0 CPUtime=0.08 cores=0-7
/proc/20244/task/20261/stat : 20261 (java) S 20242 20242 19550 0 -1 1077944384 734 0 0 0 8 0 0 0 20 0 20 0 89208281 26730651648 9830 33554432000 4194304 4196468 140730821415856 139805148924400 139806028946050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20262] ppid=20242 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20262/stat : 20262 (java) S 20242 20242 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89208281 26730651648 9830 33554432000 4194304 4196468 140730821415856 139805147871840 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20263] ppid=20242 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/20244/task/20263/stat : 20263 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89208281 26730651648 9830 33554432000 4194304 4196468 140730821415856 139805146819120 139806028946050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40776 KiB

[startup+0.310338 s]*
/proc/loadavg: 1.65 1.18 1.56 4/199 20263
/proc/meminfo: memFree=22338264/32770624 swapFree=67108796/67108860
[pid=20242] ppid=20239 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20242/stat : 20242 (xcsp3-exec) S 20239 20242 19550 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89208275 115843072 364 33554432000 4194304 5098028 140732835411984 140732835410088 140126776517244 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14725120 140732835419189 140732835419392 140732835419392 140732835422154 0
/proc/20242/statm: 28282 364 306 221 0 87 0
[pid=20244] ppid=20242 vsize=26108408 memory=46756 CPUtime=0.52 cores=0-7
/proc/20244/stat : 20244 (java) S 20242 20242 19550 0 -1 1077944320 9330 0 0 0 48 4 0 0 20 0 20 0 89208275 26735009792 11689 33554432000 4194304 4196468 140730821415856 140730821398400 139806028934903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
/proc/20244/statm: 6527102 11689 3272 1 0 6488315 0
[pid=20244/tid=20245] ppid=20242 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/20244/task/20245/stat : 20245 (java) R 20242 20242 19550 0 -1 4202560 6308 0 0 0 26 3 0 0 20 0 20 0 89208275 26735009792 11689 33554432000 4194304 4196468 140730821415856 139806033172192 139806013015390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20246] ppid=20242 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20246/stat : 20246 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89208276 26735009792 11689 33554432000 4194304 4196468 140730821415856 139805951515280 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20247] ppid=20242 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20247/stat : 20247 (java) S 20242 20242 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89208276 26735009792 11689 33554432000 4194304 4196468 140730821415856 139805586381328 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20248] ppid=20242 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20248/stat : 20248 (java) S 20242 20242 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89208276 26735009792 11689 33554432000 4194304 4196468 140730821415856 139805585328528 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20249] ppid=20242 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20249/stat : 20249 (java) S 20242 20242 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89208276 26735009792 11689 33554432000 4194304 4196468 140730821415856 139805584275728 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20250] ppid=20242 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/20244/task/20250/stat : 20250 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89208276 26735009792 11689 33554432000 4194304 4196468 140730821415856 139805583223952 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20251] ppid=20242 vsize=26108408 memory=139643211314095 CPUtime=0 cores=0-7
/proc/20244/task/20251/stat : 20251 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89208276 26735009792 11689 33554432000 4194304 4196468 140730821415856 139805582171152 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20252] ppid=20242 vsize=26108408 memory=139643211316400 CPUtime=0 cores=0-7
/proc/20244/task/20252/stat : 20252 (java) S 20242 20242 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89208276 26735009792 11689 33554432000 4194304 4196468 140730821415856 139805581118352 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20253] ppid=20242 vsize=26108408 memory=139643211318704 CPUtime=0 cores=0-7
/proc/20244/task/20253/stat : 20253 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89208276 26735009792 11689 33554432000 4194304 4196468 140730821415856 139805580065552 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20254] ppid=20242 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20254/stat : 20254 (java) S 20242 20242 19550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89208278 26735009792 11689 33554432000 4194304 4196468 140730821415856 139805156292976 139806028946050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20255] ppid=20242 vsize=26108408 memory=279286422644368 CPUtime=0 cores=0-7
/proc/20244/task/20255/stat : 20255 (java) S 20242 20242 19550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89208278 26735009792 11689 33554432000 4194304 4196468 140730821415856 139805155238944 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20256] ppid=20242 vsize=26108408 memory=279286422651280 CPUtime=0 cores=0-7
/proc/20244/task/20256/stat : 20256 (java) S 20242 20242 19550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89208278 26735009792 11689 33554432000 4194304 4196468 140730821415856 139805154186096 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20257] ppid=20242 vsize=26108408 memory=279286422592560 CPUtime=0 cores=0-7
/proc/20244/task/20257/stat : 20257 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89208281 26735009792 11689 33554432000 4194304 4196468 140730821415856 139805153134416 139806028953499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20258] ppid=20242 vsize=26108408 memory=279286422665104 CPUtime=0.04 cores=0-7
/proc/20244/task/20258/stat : 20258 (java) R 20242 20242 19550 0 -1 4202560 550 0 0 0 4 0 0 0 20 0 20 0 89208281 26735009792 11689 33554432000 4194304 4196468 140730821415856 139805152082800 139806010344911 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20259] ppid=20242 vsize=26108408 memory=279286422672016 CPUtime=0.01 cores=0-7
/proc/20244/task/20259/stat : 20259 (java) S 20242 20242 19550 0 -1 1077944384 201 0 0 0 1 0 0 0 20 0 20 0 89208281 26735009792 11689 33554432000 4194304 4196468 140730821415856 139805151030000 139806028946050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20260] ppid=20242 vsize=26108408 memory=279286422669712 CPUtime=0.02 cores=0-7
/proc/20244/task/20260/stat : 20260 (java) S 20242 20242 19550 0 -1 1077944384 76 0 0 0 2 0 0 0 20 0 20 0 89208281 26735009792 11689 33554432000 4194304 4196468 140730821415856 139805149977200 139806028946050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20261] ppid=20242 vsize=26108408 memory=279286422685872 CPUtime=0.12 cores=0-7
/proc/20244/task/20261/stat : 20261 (java) S 20242 20242 19550 0 -1 1077944384 888 0 0 0 12 0 0 0 20 0 20 0 89208281 26735009792 11689 33554432000 4194304 4196468 140730821415856 139805148924400 139806028946050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20262] ppid=20242 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20262/stat : 20262 (java) S 20242 20242 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89208281 26735009792 11689 33554432000 4194304 4196468 140730821415856 139805147871840 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20263] ppid=20242 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/20244/task/20263/stat : 20263 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89208281 26735009792 11689 33554432000 4194304 4196468 140730821415856 139805146819120 139806028946050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48212 KiB

[startup+0.701196 s]
/proc/loadavg: 1.65 1.18 1.56 5/199 20263
/proc/meminfo: memFree=22322880/32770624 swapFree=67108796/67108860
[pid=20242] ppid=20239 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20242/stat : 20242 (xcsp3-exec) S 20239 20242 19550 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89208275 115843072 364 33554432000 4194304 5098028 140732835411984 140732835410088 140126776517244 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14725120 140732835419189 140732835419392 140732835419392 140732835422154 0
/proc/20242/statm: 28282 364 306 221 0 87 0
[pid=20244] ppid=20242 vsize=26643044 memory=106932 CPUtime=1.86 cores=0-7
/proc/20244/stat : 20244 (java) S 20242 20242 19550 0 -1 1077944320 14547 0 0 0 179 7 0 0 20 0 28 0 89208275 27282477056 26733 33554432000 4194304 4196468 140730821415856 140730821398400 139806028934903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
/proc/20244/statm: 6660761 26733 3363 1 0 6621955 0
[pid=20244/tid=20245] ppid=20242 vsize=26643044 memory=279286422980736 CPUtime=0.65 cores=0-7
/proc/20244/task/20245/stat : 20245 (java) S 20242 20242 19550 0 -1 1077944384 7314 0 0 0 61 4 0 0 20 0 28 0 89208275 27282477056 26733 33554432000 4194304 4196468 140730821415856 139806033175680 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20246] ppid=20242 vsize=26643044 memory=5085241279643 CPUtime=0 cores=0-7
/proc/20244/task/20246/stat : 20246 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89208276 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805951515280 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20247] ppid=20242 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20247/stat : 20247 (java) S 20242 20242 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89208276 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805586381328 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20248] ppid=20242 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20248/stat : 20248 (java) S 20242 20242 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89208276 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805585328528 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20249] ppid=20242 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20249/stat : 20249 (java) S 20242 20242 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89208276 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805584275728 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20250] ppid=20242 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20250/stat : 20250 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89208276 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805583223952 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20251] ppid=20242 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20251/stat : 20251 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89208276 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805582171152 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20252] ppid=20242 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20252/stat : 20252 (java) S 20242 20242 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89208276 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805581118352 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20253] ppid=20242 vsize=26643044 memory=8800 CPUtime=0 cores=0-7
/proc/20244/task/20253/stat : 20253 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89208276 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805580065552 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20254] ppid=20242 vsize=26643044 memory=1120 CPUtime=0 cores=0-7
/proc/20244/task/20254/stat : 20254 (java) S 20242 20242 19550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 89208278 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805156292976 139806028946050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20255] ppid=20242 vsize=26643044 memory=792 CPUtime=0 cores=0-7
/proc/20244/task/20255/stat : 20255 (java) S 20242 20242 19550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 89208278 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805155238944 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20256] ppid=20242 vsize=26643044 memory=832 CPUtime=0 cores=0-7
/proc/20244/task/20256/stat : 20256 (java) S 20242 20242 19550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 89208278 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805154186096 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20257] ppid=20242 vsize=26643044 memory=1608 CPUtime=0 cores=0-7
/proc/20244/task/20257/stat : 20257 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89208281 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805153134416 139806028953499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20258] ppid=20242 vsize=26643044 memory=6297835844906604903 CPUtime=0.23 cores=0-7
/proc/20244/task/20258/stat : 20258 (java) S 20242 20242 19550 0 -1 1077944384 1353 0 0 0 23 0 0 0 20 0 28 0 89208281 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805152082800 139806028946050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20259] ppid=20242 vsize=26643044 memory=7450754046767683694 CPUtime=0.2 cores=0-7
/proc/20244/task/20259/stat : 20259 (java) R 20242 20242 19550 0 -1 1077944384 986 0 0 0 20 0 0 0 20 0 28 0 89208281 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805151030000 139806028946050 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20260] ppid=20242 vsize=26643044 memory=5787213827063244903 CPUtime=0.24 cores=0-7
/proc/20244/task/20260/stat : 20260 (java) R 20242 20242 19550 0 -1 4202560 1242 0 0 0 24 0 0 0 20 0 28 0 89208281 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805149968272 139806013334785 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20261] ppid=20242 vsize=26643044 memory=1232 CPUtime=0.38 cores=0-7
/proc/20244/task/20261/stat : 20261 (java) S 20242 20242 19550 0 -1 1077944384 2101 0 0 0 38 0 0 0 20 0 28 0 89208281 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805148924400 139806028946050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20262] ppid=20242 vsize=26643044 memory=4068 CPUtime=0 cores=0-7
/proc/20244/task/20262/stat : 20262 (java) S 20242 20242 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89208281 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805147871840 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20263] ppid=20242 vsize=26643044 memory=2244 CPUtime=0 cores=0-7
/proc/20244/task/20263/stat : 20263 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89208281 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805146819120 139806028946050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 108388 KiB

[startup+0.765677 s]
# the end of solver process 20242 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.12306 s, system=0.086229 s

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

[startup+0.701196 s]
/proc/loadavg: 1.65 1.18 1.56 5/199 20263
/proc/meminfo: memFree=22322880/32770624 swapFree=67108796/67108860
[pid=20242] ppid=20239 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20242/stat : 20242 (xcsp3-exec) S 20239 20242 19550 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89208275 115843072 364 33554432000 4194304 5098028 140732835411984 140732835410088 140126776517244 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14725120 140732835419189 140732835419392 140732835419392 140732835422154 0
/proc/20242/statm: 28282 364 306 221 0 87 0
[pid=20244] ppid=20242 vsize=26643044 memory=106932 CPUtime=1.86 cores=0-7
/proc/20244/stat : 20244 (java) S 20242 20242 19550 0 -1 1077944320 14547 0 0 0 179 7 0 0 20 0 28 0 89208275 27282477056 26733 33554432000 4194304 4196468 140730821415856 140730821398400 139806028934903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
/proc/20244/statm: 6660761 26733 3363 1 0 6621955 0
[pid=20244/tid=20245] ppid=20242 vsize=26643044 memory=279286422980736 CPUtime=0.65 cores=0-7
/proc/20244/task/20245/stat : 20245 (java) S 20242 20242 19550 0 -1 1077944384 7314 0 0 0 61 4 0 0 20 0 28 0 89208275 27282477056 26733 33554432000 4194304 4196468 140730821415856 139806033175680 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20246] ppid=20242 vsize=26643044 memory=5085241279643 CPUtime=0 cores=0-7
/proc/20244/task/20246/stat : 20246 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89208276 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805951515280 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20247] ppid=20242 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20247/stat : 20247 (java) S 20242 20242 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89208276 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805586381328 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20248] ppid=20242 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20248/stat : 20248 (java) S 20242 20242 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89208276 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805585328528 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20249] ppid=20242 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20249/stat : 20249 (java) S 20242 20242 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89208276 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805584275728 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20250] ppid=20242 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20250/stat : 20250 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89208276 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805583223952 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20251] ppid=20242 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20251/stat : 20251 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89208276 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805582171152 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20252] ppid=20242 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/20244/task/20252/stat : 20252 (java) S 20242 20242 19550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 89208276 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805581118352 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20253] ppid=20242 vsize=26643044 memory=8800 CPUtime=0 cores=0-7
/proc/20244/task/20253/stat : 20253 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89208276 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805580065552 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20254] ppid=20242 vsize=26643044 memory=1120 CPUtime=0 cores=0-7
/proc/20244/task/20254/stat : 20254 (java) S 20242 20242 19550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 89208278 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805156292976 139806028946050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20255] ppid=20242 vsize=26643044 memory=792 CPUtime=0 cores=0-7
/proc/20244/task/20255/stat : 20255 (java) S 20242 20242 19550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 89208278 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805155238944 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20256] ppid=20242 vsize=26643044 memory=832 CPUtime=0 cores=0-7
/proc/20244/task/20256/stat : 20256 (java) S 20242 20242 19550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 89208278 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805154186096 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20257] ppid=20242 vsize=26643044 memory=1608 CPUtime=0 cores=0-7
/proc/20244/task/20257/stat : 20257 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89208281 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805153134416 139806028953499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20258] ppid=20242 vsize=26643044 memory=6297835844906604903 CPUtime=0.23 cores=0-7
/proc/20244/task/20258/stat : 20258 (java) S 20242 20242 19550 0 -1 1077944384 1353 0 0 0 23 0 0 0 20 0 28 0 89208281 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805152082800 139806028946050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20259] ppid=20242 vsize=26643044 memory=7450754046767683694 CPUtime=0.2 cores=0-7
/proc/20244/task/20259/stat : 20259 (java) R 20242 20242 19550 0 -1 1077944384 986 0 0 0 20 0 0 0 20 0 28 0 89208281 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805151030000 139806028946050 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20260] ppid=20242 vsize=26643044 memory=5787213827063244903 CPUtime=0.24 cores=0-7
/proc/20244/task/20260/stat : 20260 (java) R 20242 20242 19550 0 -1 4202560 1242 0 0 0 24 0 0 0 20 0 28 0 89208281 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805149968272 139806013334785 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20261] ppid=20242 vsize=26643044 memory=1232 CPUtime=0.38 cores=0-7
/proc/20244/task/20261/stat : 20261 (java) S 20242 20242 19550 0 -1 1077944384 2101 0 0 0 38 0 0 0 20 0 28 0 89208281 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805148924400 139806028946050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20262] ppid=20242 vsize=26643044 memory=4068 CPUtime=0 cores=0-7
/proc/20244/task/20262/stat : 20262 (java) S 20242 20242 19550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89208281 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805147871840 139806028945109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
[pid=20244/tid=20263] ppid=20242 vsize=26643044 memory=2244 CPUtime=0 cores=0-7
/proc/20244/task/20263/stat : 20263 (java) S 20242 20242 19550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89208281 27282477056 26733 33554432000 4194304 4196468 140730821415856 139805146819120 139806028946050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140730821424257 140730821424429 140730821424429 140730821427151 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 108388 KiB

Child status: 0
Real time (s): 0.765734
CPU time (s): 2.20929
CPU user time (s): 2.12306
CPU system time (s): 0.086229
CPU usage (%): 288.52
Max. virtual memory (cumulated for all children) (KiB): 26756172
Max. memory (cumulated for all children) (KiB): 108388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.12306
system time used= 0.086229
maximum resident set size= 133360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15503
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= 2513
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 20242
#   total CPU time (s): 2.20929
#   total CPU user time (s): 2.12306
#   total CPU system time (s): 0.086229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.021473 second user time and 0.052148 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-27 20:34:11
IDJOB=4297570
IDBENCH=141357
IDSOLVER=2760
FILE ID=node138/4297570-1532716451
RUNJOBID= node138-1532713877-19577
PBS_JOBID= 21022322
Free space on /tmp= 53804 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1s-1_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297570-1532716451/watcher-4297570-1532716451 -o /tmp/evaluation-result-4297570-1532716451/solver-4297570-1532716451 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node138-1532713877-19577 --watchdog 2580  HOME/xcsp3-exec -seed 1108533916 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297570-1532716451.xml

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

MD5SUM BENCH= 1aa19c04fc46d2c59e842211a2e06bfd
RANDOM SEED=1108533916

node138.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.71
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.71
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.71
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.71
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:        22372080 kB
MemAvailable:   31918916 kB
Buffers:          191296 kB
Cached:          9566476 kB
SwapCached:           44 kB
Active:          2475572 kB
Inactive:        7342036 kB
Active(anon):       2168 kB
Inactive(anon):    85528 kB
Active(file):    2473404 kB
Inactive(file):  7256508 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             22148 kB
Writeback:             0 kB
AnonPages:        102852 kB
Mapped:            36856 kB
Shmem:             25164 kB
Slab:             273432 kB
SReclaimable:     245384 kB
SUnreclaim:        28048 kB
KernelStack:        3680 kB
PageTables:         4644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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= 53780 MiB
End job on node138 at 2018-07-27 20:34:12