Trace number 4248919

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: choco-solver 4.0.5 (2017-07-05)? (TO) 2400.42 325.912

General information on the benchmark

NameKnightTour/KnightTour-int-s1/
KnightTour-14-int.xml
MD5SUMdbbe8f9566e77e077469f9f7dbe82d4d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3953.0901
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints198
Number of domains1
Minimum domain size196
Maximum domain size196
Distribution of domain sizes[{"size":196,"count":196}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":194},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity196
Distribution of constraint arities[{"arity":2,"count":197},{"arity":196,"count":1}]
Number of extensional constraints0
Number of intensional constraints196
Distribution of constraint types[{"type":"intension","count":196},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4248919-1500693149.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4248919-1500693149.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
29.33/24.74	c solve instance...
2400.42/325.93	s UNKNOWN
2400.42/325.93	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4248919-1500693149/watcher-4248919-1500693149 -o /tmp/evaluation-result-4248919-1500693149/solver-4248919-1500693149 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1500682387-18841 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 318256780 HOME/instance-4248919-1500693149.xml 

pid=15243
running on 8 cores: 0-3,8-11

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 5.81 9.44 11.65 10/275 15246
/proc/meminfo: memFree=31247492/32770624 swapFree=5944/266224
[pid=15246] ppid=15243 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/15246/stat : 15246 (xcsp3-exec) S 15243 15246 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4582066 9740288 346 33554432000 4194304 5098028 140729474070896 140729474069000 139928492987004 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 38395904 140729474077839 140729474078048 140729474078048 140729474080747 0
/proc/15246/statm: 2378 346 289 221 0 87 0

[startup+0.1001 s]
/proc/loadavg: 5.81 9.44 11.65 10/275 15246
/proc/meminfo: memFree=31247492/32770624 swapFree=5944/266224
[pid=15246] ppid=15243 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/15246/stat : 15246 (xcsp3-exec) S 15243 15246 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4582066 9740288 346 33554432000 4194304 5098028 140729474070896 140729474069000 139928492987004 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 38395904 140729474077839 140729474078048 140729474078048 140729474080747 0
/proc/15246/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200363 s]
/proc/loadavg: 5.81 9.44 11.65 10/275 15246
/proc/meminfo: memFree=31247492/32770624 swapFree=5944/266224
[pid=15246] ppid=15243 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/15246/stat : 15246 (xcsp3-exec) S 15243 15246 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4582066 9740288 346 33554432000 4194304 5098028 140729474070896 140729474069000 139928492987004 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 38395904 140729474077839 140729474078048 140729474078048 140729474080747 0
/proc/15246/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300304 s]
/proc/loadavg: 5.81 9.44 11.65 10/275 15246
/proc/meminfo: memFree=31247492/32770624 swapFree=5944/266224
[pid=15246] ppid=15243 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/15246/stat : 15246 (xcsp3-exec) S 15243 15246 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4582066 9740288 346 33554432000 4194304 5098028 140729474070896 140729474069000 139928492987004 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 38395904 140729474077839 140729474078048 140729474078048 140729474080747 0
/proc/15246/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.70022 s]
/proc/loadavg: 5.81 9.44 11.65 10/275 15246
/proc/meminfo: memFree=31247492/32770624 swapFree=5944/266224
[pid=15246] ppid=15243 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/15246/stat : 15246 (xcsp3-exec) S 15243 15246 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4582066 9740288 346 33554432000 4194304 5098028 140729474070896 140729474069000 139928492987004 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 38395904 140729474077839 140729474078048 140729474078048 140729474080747 0
/proc/15246/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50094 s]
/proc/loadavg: 5.81 9.44 11.65 10/296 15267
/proc/meminfo: memFree=31133820/32770624 swapFree=5944/266264
[pid=15246] ppid=15243 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/15246/stat : 15246 (xcsp3-exec) S 15243 15246 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4582066 9740288 346 33554432000 4194304 5098028 140729474070896 140729474069000 139928492987004 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 38395904 140729474077839 140729474078048 140729474078048 140729474080747 0
/proc/15246/statm: 2378 346 289 221 0 87 0
[pid=15247] ppid=15246 vsize=13269256 CPUtime=3.39 cores=0-3,8-11
/proc/15247/stat : 15247 (java) S 15246 15246 18810 0 -1 1077944320 30047 0 0 0 331 8 0 0 20 0 20 0 4582066 13587718144 32486 33554432000 4194304 4196468 140721956033216 140721956015760 139897162211063 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
/proc/15247/statm: 3317314 32486 3200 1 0 3304547 0
[pid=15247/tid=15248] ppid=15246 vsize=13269256 CPUtime=1.47 cores=0-3,8-11
/proc/15247/task/15248/stat : 15248 (java) R 15246 15246 18810 0 -1 4202560 6923 0 0 0 144 3 0 0 20 0 20 0 4582066 13587718144 32486 33554432000 4194304 4196468 140721956033216 139897166446936 139896768028387 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15250] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15250/stat : 15250 (java) S 15246 15246 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 32486 33554432000 4194304 4196468 140721956033216 139897094347024 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15251] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15251/stat : 15251 (java) S 15246 15246 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 32486 33554432000 4194304 4196468 140721956033216 139897093294480 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15252] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15252/stat : 15252 (java) S 15246 15246 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 32486 33554432000 4194304 4196468 140721956033216 139897092241936 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15253] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15253/stat : 15253 (java) S 15246 15246 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 32486 33554432000 4194304 4196468 140721956033216 139897091189392 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15254] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15254/stat : 15254 (java) S 15246 15246 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 32486 33554432000 4194304 4196468 140721956033216 139897090136848 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15255] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15255/stat : 15255 (java) S 15246 15246 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 32486 33554432000 4194304 4196468 140721956033216 139897089084304 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15256] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15256/stat : 15256 (java) S 15246 15246 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 32486 33554432000 4194304 4196468 140721956033216 139897088031760 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15257] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15257/stat : 15257 (java) S 15246 15246 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 32486 33554432000 4194304 4196468 140721956033216 139897086979216 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15258] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15258/stat : 15258 (java) S 15246 15246 18810 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4582069 13587718144 32486 33554432000 4194304 4196468 140721956033216 139896624343024 139897162222210 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15259] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15259/stat : 15259 (java) S 15246 15246 18810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4582070 13587718144 32486 33554432000 4194304 4196468 140721956033216 139896623289248 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15260] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15260/stat : 15260 (java) S 15246 15246 18810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4582070 13587718144 32486 33554432000 4194304 4196468 140721956033216 139896622236656 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15261] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15261/stat : 15261 (java) S 15246 15246 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4582074 13587718144 32486 33554432000 4194304 4196468 140721956033216 139896621185232 139897162229659 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15262] ppid=15246 vsize=13269256 CPUtime=0.55 cores=0-3,8-11
/proc/15247/task/15262/stat : 15262 (java) S 15246 15246 18810 0 -1 1077944384 5898 0 0 0 54 1 0 0 20 0 20 0 4582074 13587718144 32486 33554432000 4194304 4196468 140721956033216 139896620132848 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15263] ppid=15246 vsize=13269256 CPUtime=0.53 cores=0-3,8-11
/proc/15247/task/15263/stat : 15263 (java) S 15246 15246 18810 0 -1 1077944384 7127 0 0 0 51 2 0 0 20 0 20 0 4582074 13587718144 32486 33554432000 4194304 4196468 140721956033216 139896619080304 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15264] ppid=15246 vsize=13269256 CPUtime=0.49 cores=0-3,8-11
/proc/15247/task/15264/stat : 15264 (java) S 15246 15246 18810 0 -1 1077944384 6338 0 0 0 48 1 0 0 20 0 20 0 4582074 13587718144 32486 33554432000 4194304 4196468 140721956033216 139896618027760 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15265] ppid=15246 vsize=13269256 CPUtime=0.31 cores=0-3,8-11
/proc/15247/task/15265/stat : 15265 (java) S 15246 15246 18810 0 -1 1077944384 2423 0 0 0 31 0 0 0 20 0 20 0 4582074 13587718144 32486 33554432000 4194304 4196468 140721956033216 139896616975216 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15266] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15266/stat : 15266 (java) S 15246 15246 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4582074 13587718144 32486 33554432000 4194304 4196468 140721956033216 139896615921888 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15267] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15267/stat : 15267 (java) S 15246 15246 18810 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 4582075 13587718144 32486 33554432000 4194304 4196468 140721956033216 139896547174832 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 13278768

[startup+3.10084 s]
/proc/loadavg: 5.81 9.44 11.65 10/296 15267
/proc/meminfo: memFree=31120412/32770624 swapFree=5944/266264
[pid=15246] ppid=15243 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/15246/stat : 15246 (xcsp3-exec) S 15243 15246 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4582066 9740288 346 33554432000 4194304 5098028 140729474070896 140729474069000 139928492987004 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 38395904 140729474077839 140729474078048 140729474078048 140729474080747 0
/proc/15246/statm: 2378 346 289 221 0 87 0
[pid=15247] ppid=15246 vsize=13269256 CPUtime=5.17 cores=0-3,8-11
/proc/15247/stat : 15247 (java) S 15246 15246 18810 0 -1 1077944320 32809 0 0 0 508 9 0 0 20 0 20 0 4582066 13587718144 37748 33554432000 4194304 4196468 140721956033216 140721956015760 139897162211063 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
/proc/15247/statm: 3317314 37748 3209 1 0 3304547 0
[pid=15247/tid=15248] ppid=15246 vsize=13269256 CPUtime=3.07 cores=0-3,8-11
/proc/15247/task/15248/stat : 15248 (java) R 15246 15246 18810 0 -1 4202560 7635 0 0 0 304 3 0 0 20 0 20 0 4582066 13587718144 37748 33554432000 4194304 4196468 140721956033216 139897166448280 139896768028387 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15250] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15250/stat : 15250 (java) S 15246 15246 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 37748 33554432000 4194304 4196468 140721956033216 139897094347024 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15251] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15251/stat : 15251 (java) S 15246 15246 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 37748 33554432000 4194304 4196468 140721956033216 139897093294480 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15252] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15252/stat : 15252 (java) S 15246 15246 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 37748 33554432000 4194304 4196468 140721956033216 139897092241936 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15253] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15253/stat : 15253 (java) S 15246 15246 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 37748 33554432000 4194304 4196468 140721956033216 139897091189392 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15254] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15254/stat : 15254 (java) S 15246 15246 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 37748 33554432000 4194304 4196468 140721956033216 139897090136848 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15255] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15255/stat : 15255 (java) S 15246 15246 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 37748 33554432000 4194304 4196468 140721956033216 139897089084304 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15256] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15256/stat : 15256 (java) S 15246 15246 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 37748 33554432000 4194304 4196468 140721956033216 139897088031760 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15257] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15257/stat : 15257 (java) S 15246 15246 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 37748 33554432000 4194304 4196468 140721956033216 139897086979216 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15258] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15258/stat : 15258 (java) S 15246 15246 18810 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 4582069 13587718144 37748 33554432000 4194304 4196468 140721956033216 139896624343024 139897162222210 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15259] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15259/stat : 15259 (java) S 15246 15246 18810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4582070 13587718144 37748 33554432000 4194304 4196468 140721956033216 139896623289248 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15260] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15260/stat : 15260 (java) S 15246 15246 18810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4582070 13587718144 37748 33554432000 4194304 4196468 140721956033216 139896622236656 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15261] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15261/stat : 15261 (java) S 15246 15246 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4582074 13587718144 37748 33554432000 4194304 4196468 140721956033216 139896621185232 139897162229659 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15262] ppid=15246 vsize=13269256 CPUtime=0.63 cores=0-3,8-11
/proc/15247/task/15262/stat : 15262 (java) S 15246 15246 18810 0 -1 1077944384 6818 0 0 0 62 1 0 0 20 0 20 0 4582074 13587718144 37748 33554432000 4194304 4196468 140721956033216 139896620132848 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15263] ppid=15246 vsize=13269256 CPUtime=0.58 cores=0-3,8-11
/proc/15247/task/15263/stat : 15263 (java) S 15246 15246 18810 0 -1 1077944384 7517 0 0 0 56 2 0 0 20 0 20 0 4582074 13587718144 37748 33554432000 4194304 4196468 140721956033216 139896619080304 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15264] ppid=15246 vsize=13269256 CPUtime=0.52 cores=0-3,8-11
/proc/15247/task/15264/stat : 15264 (java) S 15246 15246 18810 0 -1 1077944384 6654 0 0 0 51 1 0 0 20 0 20 0 4582074 13587718144 37748 33554432000 4194304 4196468 140721956033216 139896618027760 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15265] ppid=15246 vsize=13269256 CPUtime=0.33 cores=0-3,8-11
/proc/15247/task/15265/stat : 15265 (java) S 15246 15246 18810 0 -1 1077944384 2808 0 0 0 33 0 0 0 20 0 20 0 4582074 13587718144 37748 33554432000 4194304 4196468 140721956033216 139896616975216 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15266] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15266/stat : 15266 (java) S 15246 15246 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4582074 13587718144 37748 33554432000 4194304 4196468 140721956033216 139896615921888 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15267] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15267/stat : 15267 (java) S 15246 15246 18810 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 4582075 13587718144 37748 33554432000 4194304 4196468 140721956033216 139896547174832 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 13278768

[startup+6.30086 s]
/proc/loadavg: 5.99 9.41 11.63 10/296 15267
/proc/meminfo: memFree=31076288/32770624 swapFree=5944/266272
[pid=15246] ppid=15243 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/15246/stat : 15246 (xcsp3-exec) S 15243 15246 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4582066 9740288 346 33554432000 4194304 5098028 140729474070896 140729474069000 139928492987004 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 38395904 140729474077839 140729474078048 140729474078048 140729474080747 0
/proc/15246/statm: 2378 346 289 221 0 87 0
[pid=15247] ppid=15246 vsize=13269256 CPUtime=8.83 cores=0-3,8-11
/proc/15247/stat : 15247 (java) S 15246 15246 18810 0 -1 1077944320 41296 0 0 0 873 10 0 0 20 0 20 0 4582066 13587718144 48242 33554432000 4194304 4196468 140721956033216 140721956015760 139897162211063 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
/proc/15247/statm: 3317314 48242 3220 1 0 3304547 0
[pid=15247/tid=15248] ppid=15246 vsize=13269256 CPUtime=6.27 cores=0-3,8-11
/proc/15247/task/15248/stat : 15248 (java) R 15246 15246 18810 0 -1 4202560 9552 0 0 0 623 4 0 0 20 0 20 0 4582066 13587718144 48242 33554432000 4194304 4196468 140721956033216 139897166446792 139896768940395 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15250] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15250/stat : 15250 (java) S 15246 15246 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 48242 33554432000 4194304 4196468 140721956033216 139897094347024 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15251] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15251/stat : 15251 (java) S 15246 15246 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 48242 33554432000 4194304 4196468 140721956033216 139897093294480 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15252] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15252/stat : 15252 (java) S 15246 15246 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 48242 33554432000 4194304 4196468 140721956033216 139897092241936 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15253] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15253/stat : 15253 (java) S 15246 15246 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 48242 33554432000 4194304 4196468 140721956033216 139897091189392 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15254] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15254/stat : 15254 (java) S 15246 15246 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 48242 33554432000 4194304 4196468 140721956033216 139897090136848 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15255] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15255/stat : 15255 (java) S 15246 15246 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 48242 33554432000 4194304 4196468 140721956033216 139897089084304 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15256] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15256/stat : 15256 (java) S 15246 15246 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 48242 33554432000 4194304 4196468 140721956033216 139897088031760 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15257] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15257/stat : 15257 (java) S 15246 15246 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4582067 13587718144 48242 33554432000 4194304 4196468 140721956033216 139897086979216 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15258] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15258/stat : 15258 (java) S 15246 15246 18810 0 -1 1077944384 264 0 0 0 0 0 0 0 20 0 20 0 4582069 13587718144 48242 33554432000 4194304 4196468 140721956033216 139896624343024 139897162222210 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15259] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15259/stat : 15259 (java) S 15246 15246 18810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4582070 13587718144 48242 33554432000 4194304 4196468 140721956033216 139896623289248 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15260] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15260/stat : 15260 (java) S 15246 15246 18810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4582070 13587718144 48242 33554432000 4194304 4196468 140721956033216 139896622236656 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15261] ppid=15246 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15261/stat : 15261 (java) S 15246 15246 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4582074 13587718144 48242 33554432000 4194304 4196468 140721956033216 139896621185232 139897162229659 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0

################
# More data... #
################

[pid=15247/tid=15274] ppid=15246 vsize=13801768 CPUtime=251.07 cores=0-3,8-11
/proc/15247/task/15274/stat : 15274 (java) R 15246 15246 18810 0 -1 4202560 1784 0 0 0 25102 5 0 0 20 0 28 0 4584541 14133010432 230594 33554432000 4194304 4196468 140721956033216 139896533343832 139896771219388 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15275] ppid=15246 vsize=13801768 CPUtime=251.32 cores=0-3,8-11
/proc/15247/task/15275/stat : 15275 (java) R 15246 15246 18810 0 -1 4202560 1963 0 0 0 25127 5 0 0 20 0 28 0 4584541 14133010432 230594 33554432000 4194304 4196468 140721956033216 139896532290864 139896771219870 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
Current children cumulated CPU time (s) 2058.27
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+325.901 s]
/proc/loadavg: 15.76 13.47 12.75 17/305 15552
/proc/meminfo: memFree=30660916/32770624 swapFree=5944/266736
[pid=15246] ppid=15243 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/15246/stat : 15246 (xcsp3-exec) S 15243 15246 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4582066 9740288 346 33554432000 4194304 5098028 140729474070896 140729474069000 139928492987004 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 38395904 140729474077839 140729474078048 140729474078048 140729474080747 0
/proc/15246/statm: 2378 346 289 221 0 87 0
[pid=15247] ppid=15246 vsize=13801768 CPUtime=2400.42 cores=0-3,8-11
/proc/15247/stat : 15247 (java) S 15246 15246 18810 0 -1 1077944320 122090 0 0 0 239602 440 0 0 20 0 28 0 4582066 14133010432 207952 33554432000 4194304 4196468 140721956033216 140721956015760 139897162211063 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
/proc/15247/statm: 3450442 207952 3300 1 0 3437675 0
[pid=15247/tid=15248] ppid=15246 vsize=13801768 CPUtime=24.5 cores=0-3,8-11
/proc/15247/task/15248/stat : 15248 (java) S 15246 15246 18810 0 -1 1077944384 12425 0 0 0 2445 5 0 0 20 0 28 0 4582066 14133010432 207952 33554432000 4194304 4196468 140721956033216 139897166451840 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15250] ppid=15246 vsize=13801768 CPUtime=1.52 cores=0-3,8-11
/proc/15247/task/15250/stat : 15250 (java) S 15246 15246 18810 0 -1 1077944384 1583 0 0 0 121 31 0 0 20 0 28 0 4582067 14133010432 207952 33554432000 4194304 4196468 140721956033216 139897094347024 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15251] ppid=15246 vsize=13801768 CPUtime=1.51 cores=0-3,8-11
/proc/15247/task/15251/stat : 15251 (java) S 15246 15246 18810 0 -1 1077944384 2192 0 0 0 121 30 0 0 20 0 28 0 4582067 14133010432 207952 33554432000 4194304 4196468 140721956033216 139897093294480 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15252] ppid=15246 vsize=13801768 CPUtime=1.56 cores=0-3,8-11
/proc/15247/task/15252/stat : 15252 (java) S 15246 15246 18810 0 -1 1077944384 1512 0 0 0 125 31 0 0 20 0 28 0 4582067 14133010432 207952 33554432000 4194304 4196468 140721956033216 139897092241936 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15253] ppid=15246 vsize=13801768 CPUtime=1.56 cores=0-3,8-11
/proc/15247/task/15253/stat : 15253 (java) S 15246 15246 18810 0 -1 1077944384 1600 0 0 0 124 32 0 0 20 0 28 0 4582067 14133010432 207952 33554432000 4194304 4196468 140721956033216 139897091189392 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15254] ppid=15246 vsize=13801768 CPUtime=1.51 cores=0-3,8-11
/proc/15247/task/15254/stat : 15254 (java) S 15246 15246 18810 0 -1 1077944384 1812 0 0 0 122 29 0 0 20 0 28 0 4582067 14133010432 207952 33554432000 4194304 4196468 140721956033216 139897090136848 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15255] ppid=15246 vsize=13801768 CPUtime=1.56 cores=0-3,8-11
/proc/15247/task/15255/stat : 15255 (java) S 15246 15246 18810 0 -1 1077944384 1776 0 0 0 125 31 0 0 20 0 28 0 4582067 14133010432 207952 33554432000 4194304 4196468 140721956033216 139897089084304 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15256] ppid=15246 vsize=13801768 CPUtime=1.54 cores=0-3,8-11
/proc/15247/task/15256/stat : 15256 (java) S 15246 15246 18810 0 -1 1077944384 1991 0 0 0 123 31 0 0 20 0 28 0 4582067 14133010432 207952 33554432000 4194304 4196468 140721956033216 139897088031760 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15257] ppid=15246 vsize=13801768 CPUtime=1.56 cores=0-3,8-11
/proc/15247/task/15257/stat : 15257 (java) S 15246 15246 18810 0 -1 1077944384 1648 0 0 0 124 32 0 0 20 0 28 0 4582067 14133010432 207952 33554432000 4194304 4196468 140721956033216 139897086979216 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15258] ppid=15246 vsize=13801768 CPUtime=2.47 cores=0-3,8-11
/proc/15247/task/15258/stat : 15258 (java) S 15246 15246 18810 0 -1 1077944384 7112 0 0 0 117 130 0 0 20 0 28 0 4582069 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896624343024 139897162222210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15259] ppid=15246 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15259/stat : 15259 (java) S 15246 15246 18810 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 28 0 4582070 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896623289312 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15260] ppid=15246 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15260/stat : 15260 (java) S 15246 15246 18810 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 4582070 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896622236672 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15261] ppid=15246 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15261/stat : 15261 (java) S 15246 15246 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4582074 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896621185232 139897162229659 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15262] ppid=15246 vsize=13801768 CPUtime=3.95 cores=0-3,8-11
/proc/15247/task/15262/stat : 15262 (java) S 15246 15246 18810 0 -1 1077944384 19884 0 0 0 392 3 0 0 20 0 28 0 4582074 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896620132848 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15263] ppid=15246 vsize=13801768 CPUtime=3.76 cores=0-3,8-11
/proc/15247/task/15263/stat : 15263 (java) S 15246 15246 18810 0 -1 1077944384 22153 0 0 0 373 3 0 0 20 0 28 0 4582074 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896619080304 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15264] ppid=15246 vsize=13801768 CPUtime=3.64 cores=0-3,8-11
/proc/15247/task/15264/stat : 15264 (java) S 15246 15246 18810 0 -1 1077944384 15600 0 0 0 361 3 0 0 20 0 28 0 4582074 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896618027760 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15265] ppid=15246 vsize=13801768 CPUtime=0.99 cores=0-3,8-11
/proc/15247/task/15265/stat : 15265 (java) S 15246 15246 18810 0 -1 1077944384 11123 0 0 0 97 2 0 0 20 0 28 0 4582074 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896616975216 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15266] ppid=15246 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15266/stat : 15266 (java) S 15246 15246 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4582074 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896615921888 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15267] ppid=15246 vsize=13801768 CPUtime=0.16 cores=0-3,8-11
/proc/15247/task/15267/stat : 15267 (java) S 15246 15246 18810 0 -1 1077944384 3218 0 0 0 7 9 0 0 20 0 28 0 4582075 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896547174832 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15268] ppid=15246 vsize=13801768 CPUtime=293.85 cores=0-3,8-11
/proc/15247/task/15268/stat : 15268 (java) R 15246 15246 18810 0 -1 4202560 1830 0 0 0 29380 5 0 0 20 0 28 0 4584541 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896539658752 139896772831947 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15269] ppid=15246 vsize=13801768 CPUtime=293.34 cores=0-3,8-11
/proc/15247/task/15269/stat : 15269 (java) R 15246 15246 18810 0 -1 4202560 2516 0 0 0 29328 6 0 0 20 0 28 0 4584541 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896538607672 139896771463899 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15270] ppid=15246 vsize=13801768 CPUtime=293.72 cores=0-3,8-11
/proc/15247/task/15270/stat : 15270 (java) R 15246 15246 18810 0 -1 4202560 2160 0 0 0 29366 6 0 0 20 0 28 0 4584541 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896537554896 139896772714672 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15271] ppid=15246 vsize=13801768 CPUtime=293.61 cores=0-3,8-11
/proc/15247/task/15271/stat : 15271 (java) R 15246 15246 18810 0 -1 4202560 1718 0 0 0 29357 4 0 0 20 0 28 0 4584541 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896536502464 139896772100964 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15272] ppid=15246 vsize=13801768 CPUtime=293.2 cores=0-3,8-11
/proc/15247/task/15272/stat : 15272 (java) R 15246 15246 18810 0 -1 4202560 1767 0 0 0 29315 5 0 0 20 0 28 0 4584541 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896535449888 139896772224065 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15273] ppid=15246 vsize=13801768 CPUtime=293.24 cores=0-3,8-11
/proc/15247/task/15273/stat : 15273 (java) R 15246 15246 18810 0 -1 4202560 1120 0 0 0 29320 4 0 0 20 0 28 0 4584541 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896534399696 139896771464019 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15274] ppid=15246 vsize=13801768 CPUtime=293.72 cores=0-3,8-11
/proc/15247/task/15274/stat : 15274 (java) R 15246 15246 18810 0 -1 4202560 1936 0 0 0 29366 6 0 0 20 0 28 0 4584541 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896533343832 139896772713025 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15275] ppid=15246 vsize=13801768 CPUtime=293.73 cores=0-3,8-11
/proc/15247/task/15275/stat : 15275 (java) R 15246 15246 18810 0 -1 4202560 2052 0 0 0 29368 5 0 0 20 0 28 0 4584541 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896532291384 139896772831890 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
Current children cumulated CPU time (s) 2400.42
Current children cumulated vsize (KiB) 13811280

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15247 sig 9
??? kill 15246 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+325.901 s]
/proc/loadavg: 15.76 13.47 12.75 17/305 15552
/proc/meminfo: memFree=30660916/32770624 swapFree=5944/266736
[pid=15246] ppid=15243 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/15246/stat : 15246 (xcsp3-exec) S 15243 15246 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4582066 9740288 346 33554432000 4194304 5098028 140729474070896 140729474069000 139928492987004 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 38395904 140729474077839 140729474078048 140729474078048 140729474080747 0
/proc/15246/statm: 2378 346 289 221 0 87 0
[pid=15247] ppid=15246 vsize=13801768 CPUtime=2400.42 cores=0-3,8-11
/proc/15247/stat : 15247 (java) S 15246 15246 18810 0 -1 1077944320 122090 0 0 0 239602 440 0 0 20 0 28 0 4582066 14133010432 207952 33554432000 4194304 4196468 140721956033216 140721956015760 139897162211063 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
/proc/15247/statm: 3450442 207952 3300 1 0 3437675 0
[pid=15247/tid=15248] ppid=15246 vsize=13801768 CPUtime=24.5 cores=0-3,8-11
/proc/15247/task/15248/stat : 15248 (java) S 15246 15246 18810 0 -1 1077944384 12425 0 0 0 2445 5 0 0 20 0 28 0 4582066 14133010432 207952 33554432000 4194304 4196468 140721956033216 139897166451840 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15250] ppid=15246 vsize=13801768 CPUtime=1.52 cores=0-3,8-11
/proc/15247/task/15250/stat : 15250 (java) S 15246 15246 18810 0 -1 1077944384 1583 0 0 0 121 31 0 0 20 0 28 0 4582067 14133010432 207952 33554432000 4194304 4196468 140721956033216 139897094347024 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15251] ppid=15246 vsize=13801768 CPUtime=1.51 cores=0-3,8-11
/proc/15247/task/15251/stat : 15251 (java) S 15246 15246 18810 0 -1 1077944384 2192 0 0 0 121 30 0 0 20 0 28 0 4582067 14133010432 207952 33554432000 4194304 4196468 140721956033216 139897093294480 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15252] ppid=15246 vsize=13801768 CPUtime=1.56 cores=0-3,8-11
/proc/15247/task/15252/stat : 15252 (java) S 15246 15246 18810 0 -1 1077944384 1512 0 0 0 125 31 0 0 20 0 28 0 4582067 14133010432 207952 33554432000 4194304 4196468 140721956033216 139897092241936 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15253] ppid=15246 vsize=13801768 CPUtime=1.56 cores=0-3,8-11
/proc/15247/task/15253/stat : 15253 (java) S 15246 15246 18810 0 -1 1077944384 1600 0 0 0 124 32 0 0 20 0 28 0 4582067 14133010432 207952 33554432000 4194304 4196468 140721956033216 139897091189392 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15254] ppid=15246 vsize=13801768 CPUtime=1.51 cores=0-3,8-11
/proc/15247/task/15254/stat : 15254 (java) S 15246 15246 18810 0 -1 1077944384 1812 0 0 0 122 29 0 0 20 0 28 0 4582067 14133010432 207952 33554432000 4194304 4196468 140721956033216 139897090136848 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15255] ppid=15246 vsize=13801768 CPUtime=1.56 cores=0-3,8-11
/proc/15247/task/15255/stat : 15255 (java) S 15246 15246 18810 0 -1 1077944384 1776 0 0 0 125 31 0 0 20 0 28 0 4582067 14133010432 207952 33554432000 4194304 4196468 140721956033216 139897089084304 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15256] ppid=15246 vsize=13801768 CPUtime=1.54 cores=0-3,8-11
/proc/15247/task/15256/stat : 15256 (java) S 15246 15246 18810 0 -1 1077944384 1991 0 0 0 123 31 0 0 20 0 28 0 4582067 14133010432 207952 33554432000 4194304 4196468 140721956033216 139897088031760 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15257] ppid=15246 vsize=13801768 CPUtime=1.56 cores=0-3,8-11
/proc/15247/task/15257/stat : 15257 (java) S 15246 15246 18810 0 -1 1077944384 1648 0 0 0 124 32 0 0 20 0 28 0 4582067 14133010432 207952 33554432000 4194304 4196468 140721956033216 139897086979216 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15258] ppid=15246 vsize=13801768 CPUtime=2.47 cores=0-3,8-11
/proc/15247/task/15258/stat : 15258 (java) S 15246 15246 18810 0 -1 1077944384 7112 0 0 0 117 130 0 0 20 0 28 0 4582069 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896624343024 139897162222210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15259] ppid=15246 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15259/stat : 15259 (java) S 15246 15246 18810 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 28 0 4582070 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896623289312 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15260] ppid=15246 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15260/stat : 15260 (java) S 15246 15246 18810 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 4582070 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896622236672 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15261] ppid=15246 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15261/stat : 15261 (java) S 15246 15246 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4582074 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896621185232 139897162229659 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15262] ppid=15246 vsize=13801768 CPUtime=3.95 cores=0-3,8-11
/proc/15247/task/15262/stat : 15262 (java) S 15246 15246 18810 0 -1 1077944384 19884 0 0 0 392 3 0 0 20 0 28 0 4582074 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896620132848 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15263] ppid=15246 vsize=13801768 CPUtime=3.76 cores=0-3,8-11
/proc/15247/task/15263/stat : 15263 (java) S 15246 15246 18810 0 -1 1077944384 22153 0 0 0 373 3 0 0 20 0 28 0 4582074 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896619080304 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15264] ppid=15246 vsize=13801768 CPUtime=3.64 cores=0-3,8-11
/proc/15247/task/15264/stat : 15264 (java) S 15246 15246 18810 0 -1 1077944384 15600 0 0 0 361 3 0 0 20 0 28 0 4582074 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896618027760 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15265] ppid=15246 vsize=13801768 CPUtime=0.99 cores=0-3,8-11
/proc/15247/task/15265/stat : 15265 (java) S 15246 15246 18810 0 -1 1077944384 11123 0 0 0 97 2 0 0 20 0 28 0 4582074 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896616975216 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15266] ppid=15246 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/15247/task/15266/stat : 15266 (java) S 15246 15246 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4582074 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896615921888 139897162221269 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15267] ppid=15246 vsize=13801768 CPUtime=0.16 cores=0-3,8-11
/proc/15247/task/15267/stat : 15267 (java) S 15246 15246 18810 0 -1 1077944384 3218 0 0 0 7 9 0 0 20 0 28 0 4582075 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896547174832 139897162222210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15268] ppid=15246 vsize=13801768 CPUtime=293.85 cores=0-3,8-11
/proc/15247/task/15268/stat : 15268 (java) R 15246 15246 18810 0 -1 4202560 1830 0 0 0 29380 5 0 0 20 0 28 0 4584541 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896539658752 139896772831947 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15269] ppid=15246 vsize=13801768 CPUtime=293.34 cores=0-3,8-11
/proc/15247/task/15269/stat : 15269 (java) R 15246 15246 18810 0 -1 4202560 2516 0 0 0 29328 6 0 0 20 0 28 0 4584541 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896538607672 139896771463899 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15270] ppid=15246 vsize=13801768 CPUtime=293.72 cores=0-3,8-11
/proc/15247/task/15270/stat : 15270 (java) R 15246 15246 18810 0 -1 4202560 2160 0 0 0 29366 6 0 0 20 0 28 0 4584541 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896537554896 139896772714672 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15271] ppid=15246 vsize=13801768 CPUtime=293.61 cores=0-3,8-11
/proc/15247/task/15271/stat : 15271 (java) R 15246 15246 18810 0 -1 4202560 1718 0 0 0 29357 4 0 0 20 0 28 0 4584541 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896536502464 139896772100964 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15272] ppid=15246 vsize=13801768 CPUtime=293.2 cores=0-3,8-11
/proc/15247/task/15272/stat : 15272 (java) R 15246 15246 18810 0 -1 4202560 1767 0 0 0 29315 5 0 0 20 0 28 0 4584541 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896535449888 139896772224065 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15273] ppid=15246 vsize=13801768 CPUtime=293.24 cores=0-3,8-11
/proc/15247/task/15273/stat : 15273 (java) R 15246 15246 18810 0 -1 4202560 1120 0 0 0 29320 4 0 0 20 0 28 0 4584541 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896534399696 139896771464019 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15274] ppid=15246 vsize=13801768 CPUtime=293.72 cores=0-3,8-11
/proc/15247/task/15274/stat : 15274 (java) R 15246 15246 18810 0 -1 4202560 1936 0 0 0 29366 6 0 0 20 0 28 0 4584541 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896533343832 139896772713025 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
[pid=15247/tid=15275] ppid=15246 vsize=13801768 CPUtime=293.73 cores=0-3,8-11
/proc/15247/task/15275/stat : 15275 (java) R 15246 15246 18810 0 -1 4202560 2052 0 0 0 29368 5 0 0 20 0 28 0 4584541 14133010432 207952 33554432000 4194304 4196468 140721956033216 139896532291384 139896772831890 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 24272896 140721956041916 140721956042092 140721956042092 140721956044751 0
Current children cumulated CPU time (s) 2400.42
Current children cumulated vsize (KiB) 13811280

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15246 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=996
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1992
# CPU time returned by wait4() is 0.002988
# while last known CPU time is 2400.42
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 325.912
CPU time (s): 2400.42
CPU user time (s): 2396.02
CPU system time (s): 4.4
CPU usage (%): 736.524
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000996
system time used= 0.001992
maximum resident set size= 1388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 518
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.84593 second user time and 4.4048 second system time

The end

Launcher Data

Begin job on node132 at 2017-07-22 05:12:29
IDJOB=4248919
IDBENCH=134598
IDSOLVER=2625
FILE ID=node132/4248919-1500693149
RUNJOBID= node132-1500682387-18841
PBS_JOBID= 20623322
Free space on /tmp= 61760 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/KnightTour/KnightTour-int-s1/KnightTour-14-int.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248919-1500693149/watcher-4248919-1500693149 -o /tmp/evaluation-result-4248919-1500693149/solver-4248919-1500693149 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1500682387-18841 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 318256780 HOME/instance-4248919-1500693149.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= dbbe8f9566e77e077469f9f7dbe82d4d
RANDOM SEED=318256780

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

/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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.61
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.61
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.61
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.61
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	: 1
siblings	: 8
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	: 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	: 8
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	: 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	: 1
siblings	: 8
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	: 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	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31247516 kB
MemAvailable:   31425536 kB
Buffers:          117080 kB
Cached:           340696 kB
SwapCached:            0 kB
Active:           813524 kB
Inactive:         274840 kB
Active(anon):     633168 kB
Inactive(anon):     8616 kB
Active(file):     180356 kB
Inactive(file):   266224 kB
Unevictable:        5944 kB
Mlocked:            5944 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7692 kB
Writeback:             0 kB
AnonPages:        734524 kB
Mapped:            43256 kB
Shmem:              8872 kB
Slab:             129912 kB
SReclaimable:      94552 kB
SUnreclaim:        35360 kB
KernelStack:        5232 kB
PageTables:         6896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1651368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    622592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61752 MiB
End job on node132 at 2017-07-22 05:17:55