Trace number 4247868

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 5a (2017-07-05)? (TO) 2400.06 307.912

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-11_X2.xml
MD5SUM6c1009e087c092ca636a0299b7d1d77c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints7290
Number of domains2
Minimum domain size21
Maximum domain size121
Distribution of domain sizes[{"size":21,"count":1},{"size":121,"count":121}]
Minimum variable degree30
Maximum variable degree121
Distribution of variable degrees[{"degree":30,"count":1},{"degree":120,"count":91},{"degree":121,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":7290}]
Number of extensional constraints0
Number of intensional constraints7290
Distribution of constraint types[{"type":"intension","count":7290}]
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-4247868-1500691170.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4247868-1500691170.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
14.96/8.36	c solve instance...
2400.06/307.93	s UNKNOWN
2400.06/307.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-4247868-1500691170/watcher-4247868-1500691170 -o /tmp/evaluation-result-4247868-1500691170/solver-4247868-1500691170 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500684118-8559 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2085983505 HOME/instance-4247868-1500691170.xml 

pid=10214
running on 8 cores: 0,2,4,6,8,10,12,14

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: 16.08 15.77 13.64 10/271 10217
/proc/meminfo: memFree=31621156/32770624 swapFree=5656/286836
[pid=10217] ppid=10214 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10217/stat : 10217 (xcsp3-exec) S 10214 10217 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4384502 9740288 346 33554432000 4194304 5098028 140725659824448 140725659822552 139880090317436 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23572480 140725659829390 140725659829600 140725659829600 140725659832299 0
/proc/10217/statm: 2378 346 289 221 0 87 0

[startup+0.100138 s]
/proc/loadavg: 16.08 15.77 13.64 10/271 10217
/proc/meminfo: memFree=31621156/32770624 swapFree=5656/286836
[pid=10217] ppid=10214 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10217/stat : 10217 (xcsp3-exec) S 10214 10217 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4384502 9740288 346 33554432000 4194304 5098028 140725659824448 140725659822552 139880090317436 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23572480 140725659829390 140725659829600 140725659829600 140725659832299 0
/proc/10217/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200305 s]
/proc/loadavg: 16.08 15.77 13.64 10/271 10217
/proc/meminfo: memFree=31621156/32770624 swapFree=5656/286836
[pid=10217] ppid=10214 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10217/stat : 10217 (xcsp3-exec) S 10214 10217 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4384502 9740288 346 33554432000 4194304 5098028 140725659824448 140725659822552 139880090317436 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23572480 140725659829390 140725659829600 140725659829600 140725659832299 0
/proc/10217/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300292 s]
/proc/loadavg: 16.08 15.77 13.64 10/271 10217
/proc/meminfo: memFree=31621156/32770624 swapFree=5656/286836
[pid=10217] ppid=10214 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10217/stat : 10217 (xcsp3-exec) S 10214 10217 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4384502 9740288 346 33554432000 4194304 5098028 140725659824448 140725659822552 139880090317436 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23572480 140725659829390 140725659829600 140725659829600 140725659832299 0
/proc/10217/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.70017 s]
/proc/loadavg: 16.08 15.77 13.64 10/271 10217
/proc/meminfo: memFree=31621156/32770624 swapFree=5656/286836
[pid=10217] ppid=10214 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10217/stat : 10217 (xcsp3-exec) S 10214 10217 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4384502 9740288 346 33554432000 4194304 5098028 140725659824448 140725659822552 139880090317436 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23572480 140725659829390 140725659829600 140725659829600 140725659832299 0
/proc/10217/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50089 s]
/proc/loadavg: 16.08 15.77 13.64 13/292 10238
/proc/meminfo: memFree=31490356/32770624 swapFree=5656/286868
[pid=10217] ppid=10214 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10217/stat : 10217 (xcsp3-exec) S 10214 10217 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4384502 9740288 346 33554432000 4194304 5098028 140725659824448 140725659822552 139880090317436 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23572480 140725659829390 140725659829600 140725659829600 140725659832299 0
/proc/10217/statm: 2378 346 289 221 0 87 0
[pid=10218] ppid=10217 vsize=13271636 CPUtime=4.36 cores=0,2,4,6,8,10,12,14
/proc/10218/stat : 10218 (java) S 10217 10217 7102 0 -1 1077944320 23651 0 0 0 427 9 0 0 20 0 20 0 4384502 13590155264 42056 33554432000 4194304 4196468 140735748464880 140735748447424 140598458367735 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
/proc/10218/statm: 3317909 42056 3227 1 0 3305142 0
[pid=10218/tid=10219] ppid=10217 vsize=13271636 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10219/stat : 10219 (java) R 10217 10217 7102 0 -1 4202560 7846 0 0 0 142 4 0 0 20 0 20 0 4384502 13590155264 42056 33554432000 4194304 4196468 140735748464880 140598462599216 140598058430907 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10221] ppid=10217 vsize=13271636 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10221/stat : 10221 (java) S 10217 10217 7102 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4384503 13590155264 42056 33554432000 4194304 4196468 140735748464880 140598376848272 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10222] ppid=10217 vsize=13271636 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10222/stat : 10222 (java) S 10217 10217 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4384503 13590155264 42056 33554432000 4194304 4196468 140735748464880 140598375795472 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10223] ppid=10217 vsize=13271636 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10223/stat : 10223 (java) S 10217 10217 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4384503 13590155264 42056 33554432000 4194304 4196468 140735748464880 140598374743184 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10224] ppid=10217 vsize=13271636 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10224/stat : 10224 (java) S 10217 10217 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4384503 13590155264 42056 33554432000 4194304 4196468 140735748464880 140598373690384 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10225] ppid=10217 vsize=13271636 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10225/stat : 10225 (java) S 10217 10217 7102 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4384503 13590155264 42056 33554432000 4194304 4196468 140735748464880 140598052907408 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10226] ppid=10217 vsize=13271636 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10226/stat : 10226 (java) S 10217 10217 7102 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4384503 13590155264 42056 33554432000 4194304 4196468 140735748464880 140598051854608 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10227] ppid=10217 vsize=13271636 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10227/stat : 10227 (java) S 10217 10217 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4384503 13590155264 42056 33554432000 4194304 4196468 140735748464880 140598050802320 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10228] ppid=10217 vsize=13271636 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10228/stat : 10228 (java) S 10217 10217 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4384503 13590155264 42056 33554432000 4194304 4196468 140735748464880 140598049749520 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10229] ppid=10217 vsize=13271636 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10229/stat : 10229 (java) S 10217 10217 7102 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 4384505 13590155264 42056 33554432000 4194304 4196468 140735748464880 140597920631408 140598458378882 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10230] ppid=10217 vsize=13271636 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10230/stat : 10230 (java) S 10217 10217 7102 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4384506 13590155264 42056 33554432000 4194304 4196468 140735748464880 140597919577376 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10231] ppid=10217 vsize=13271636 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10231/stat : 10231 (java) S 10217 10217 7102 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4384506 13590155264 42056 33554432000 4194304 4196468 140735748464880 140597918525040 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10232] ppid=10217 vsize=13271636 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10232/stat : 10232 (java) S 10217 10217 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4384510 13590155264 42056 33554432000 4194304 4196468 140735748464880 140597917473360 140598458386331 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10233] ppid=10217 vsize=13271636 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10233/stat : 10233 (java) S 10217 10217 7102 0 -1 1077944384 3570 0 0 0 67 1 0 0 20 0 20 0 4384510 13590155264 42056 33554432000 4194304 4196468 140735748464880 140597916420208 140598458378882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10234] ppid=10217 vsize=13271636 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10234/stat : 10234 (java) R 10217 10217 7102 0 -1 4202560 5376 0 0 0 93 1 0 0 20 0 20 0 4384510 13590155264 42056 33554432000 4194304 4196468 140735748464880 140597915353384 140598443248139 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10235] ppid=10217 vsize=13271636 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10235/stat : 10235 (java) S 10217 10217 7102 0 -1 1077944384 2731 0 0 0 64 0 0 0 20 0 20 0 4384510 13590155264 42056 33554432000 4194304 4196468 140735748464880 140597914315120 140598458378882 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10236] ppid=10217 vsize=13271636 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10236/stat : 10236 (java) R 10217 10217 7102 0 -1 4202560 2791 0 0 0 58 1 0 0 20 0 20 0 4384510 13590155264 42056 33554432000 4194304 4196468 140735748464880 140597913262320 140598458379670 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10237] ppid=10217 vsize=13271636 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10237/stat : 10237 (java) S 10217 10217 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4384511 13590155264 42056 33554432000 4194304 4196468 140735748464880 140597912210272 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10238] ppid=10217 vsize=13271636 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10238/stat : 10238 (java) S 10217 10217 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4384511 13590155264 42056 33554432000 4194304 4196468 140735748464880 140597911157552 140598458378882 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 13281148

[startup+3.10119 s]
/proc/loadavg: 16.08 15.77 13.64 14/292 10238
/proc/meminfo: memFree=31407088/32770624 swapFree=5656/286868
[pid=10217] ppid=10214 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10217/stat : 10217 (xcsp3-exec) S 10214 10217 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4384502 9740288 346 33554432000 4194304 5098028 140725659824448 140725659822552 139880090317436 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23572480 140725659829390 140725659829600 140725659829600 140725659832299 0
/proc/10217/statm: 2378 346 289 221 0 87 0
[pid=10218] ppid=10217 vsize=13269256 CPUtime=8.15 cores=0,2,4,6,8,10,12,14
/proc/10218/stat : 10218 (java) S 10217 10217 7102 0 -1 1077944320 28472 0 0 0 797 18 0 0 20 0 20 0 4384502 13587718144 56805 33554432000 4194304 4196468 140735748464880 140735748447424 140598458367735 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
/proc/10218/statm: 3317314 56805 3248 1 0 3304547 0
[pid=10218/tid=10219] ppid=10217 vsize=13269256 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10219/stat : 10219 (java) R 10217 10217 7102 0 -1 4202560 9078 0 0 0 299 5 0 0 20 0 20 0 4384502 13587718144 56805 33554432000 4194304 4196468 140735748464880 140598462605632 140598054739495 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10221] ppid=10217 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10221/stat : 10221 (java) S 10217 10217 7102 0 -1 1077944384 23 0 0 0 0 1 0 0 20 0 20 0 4384503 13587718144 56805 33554432000 4194304 4196468 140735748464880 140598376848272 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10222] ppid=10217 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10222/stat : 10222 (java) S 10217 10217 7102 0 -1 1077944384 13 0 0 0 0 1 0 0 20 0 20 0 4384503 13587718144 56805 33554432000 4194304 4196468 140735748464880 140598375795472 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10223] ppid=10217 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10223/stat : 10223 (java) S 10217 10217 7102 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 4384503 13587718144 56805 33554432000 4194304 4196468 140735748464880 140598374743184 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10224] ppid=10217 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10224/stat : 10224 (java) S 10217 10217 7102 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 20 0 4384503 13587718144 56805 33554432000 4194304 4196468 140735748464880 140598373690384 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10225] ppid=10217 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10225/stat : 10225 (java) S 10217 10217 7102 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 4384503 13587718144 56805 33554432000 4194304 4196468 140735748464880 140598052907408 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10226] ppid=10217 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10226/stat : 10226 (java) S 10217 10217 7102 0 -1 1077944384 38 0 0 0 0 1 0 0 20 0 20 0 4384503 13587718144 56805 33554432000 4194304 4196468 140735748464880 140598051854608 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10227] ppid=10217 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10227/stat : 10227 (java) S 10217 10217 7102 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 4384503 13587718144 56805 33554432000 4194304 4196468 140735748464880 140598050802320 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10228] ppid=10217 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10228/stat : 10228 (java) S 10217 10217 7102 0 -1 1077944384 93 0 0 0 1 0 0 0 20 0 20 0 4384503 13587718144 56805 33554432000 4194304 4196468 140735748464880 140598049749520 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10229] ppid=10217 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10229/stat : 10229 (java) S 10217 10217 7102 0 -1 1077944384 185 0 0 0 0 0 0 0 20 0 20 0 4384505 13587718144 56805 33554432000 4194304 4196468 140735748464880 140597920631408 140598458378882 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10230] ppid=10217 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10230/stat : 10230 (java) S 10217 10217 7102 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 4384506 13587718144 56805 33554432000 4194304 4196468 140735748464880 140597919577440 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10231] ppid=10217 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10231/stat : 10231 (java) S 10217 10217 7102 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 4384506 13587718144 56805 33554432000 4194304 4196468 140735748464880 140597918525040 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10232] ppid=10217 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10232/stat : 10232 (java) S 10217 10217 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4384510 13587718144 56805 33554432000 4194304 4196468 140735748464880 140597917473360 140598458386331 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10233] ppid=10217 vsize=13269256 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10233/stat : 10233 (java) R 10217 10217 7102 0 -1 4202560 4307 0 0 0 128 1 0 0 20 0 20 0 4384510 13587718144 56805 33554432000 4194304 4196468 140735748464880 140597916404992 140598439912377 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10234] ppid=10217 vsize=13269256 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10234/stat : 10234 (java) R 10217 10217 7102 0 -1 4202560 5740 0 0 0 154 1 0 0 20 0 20 0 4384510 13587718144 56805 33554432000 4194304 4196468 140735748464880 140597915353728 140598442760164 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10235] ppid=10217 vsize=13269256 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10235/stat : 10235 (java) R 10217 10217 7102 0 -1 4202560 3989 0 0 0 133 0 0 0 20 0 20 0 4384510 13587718144 56805 33554432000 4194304 4196468 140735748464880 140597914301344 140598443493825 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10236] ppid=10217 vsize=13269256 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10236/stat : 10236 (java) S 10217 10217 7102 0 -1 1077944384 3582 0 0 0 73 1 0 0 20 0 20 0 4384510 13587718144 56805 33554432000 4194304 4196468 140735748464880 140597913262320 140598458378882 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10237] ppid=10217 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10237/stat : 10237 (java) S 10217 10217 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4384511 13587718144 56805 33554432000 4194304 4196468 140735748464880 140597912210272 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10238] ppid=10217 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10238/stat : 10238 (java) S 10217 10217 7102 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 4384511 13587718144 56805 33554432000 4194304 4196468 140735748464880 140597911157552 140598458378882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 13278768

[startup+6.30079 s]
/proc/loadavg: 15.51 15.66 13.62 10/292 10238
/proc/meminfo: memFree=31311052/32770624 swapFree=5656/286876
[pid=10217] ppid=10214 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10217/stat : 10217 (xcsp3-exec) S 10214 10217 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4384502 9740288 346 33554432000 4194304 5098028 140725659824448 140725659822552 139880090317436 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23572480 140725659829390 140725659829600 140725659829600 140725659832299 0
/proc/10217/statm: 2378 346 289 221 0 87 0
[pid=10218] ppid=10217 vsize=13269256 CPUtime=12.92 cores=0,2,4,6,8,10,12,14
/proc/10218/stat : 10218 (java) S 10217 10217 7102 0 -1 1077944320 30259 0 0 0 1232 60 0 0 20 0 20 0 4384502 13587718144 106298 33554432000 4194304 4196468 140735748464880 140735748447424 140598458367735 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
/proc/10218/statm: 3317314 106298 3260 1 0 3304547 0
[pid=10218/tid=10219] ppid=10217 vsize=13269256 CPUtime=6.13 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10219/stat : 10219 (java) R 10217 10217 7102 0 -1 4202560 9260 0 0 0 607 6 0 0 20 0 20 0 4384502 13587718144 106298 33554432000 4194304 4196468 140735748464880 140598462603064 140598058377576 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10221] ppid=10217 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10221/stat : 10221 (java) S 10217 10217 7102 0 -1 1077944384 84 0 0 0 4 5 0 0 20 0 20 0 4384503 13587718144 106298 33554432000 4194304 4196468 140735748464880 140598376848272 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10222] ppid=10217 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10222/stat : 10222 (java) S 10217 10217 7102 0 -1 1077944384 96 0 0 0 4 5 0 0 20 0 20 0 4384503 13587718144 106298 33554432000 4194304 4196468 140735748464880 140598375795472 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10223] ppid=10217 vsize=13269256 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10223/stat : 10223 (java) S 10217 10217 7102 0 -1 1077944384 376 0 0 0 3 5 0 0 20 0 20 0 4384503 13587718144 106298 33554432000 4194304 4196468 140735748464880 140598374743184 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10224] ppid=10217 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10224/stat : 10224 (java) S 10217 10217 7102 0 -1 1077944384 126 0 0 0 6 5 0 0 20 0 20 0 4384503 13587718144 106298 33554432000 4194304 4196468 140735748464880 140598373690384 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10225] ppid=10217 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10225/stat : 10225 (java) S 10217 10217 7102 0 -1 1077944384 128 0 0 0 5 6 0 0 20 0 20 0 4384503 13587718144 106298 33554432000 4194304 4196468 140735748464880 140598052907408 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10226] ppid=10217 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10226/stat : 10226 (java) S 10217 10217 7102 0 -1 1077944384 93 0 0 0 4 5 0 0 20 0 20 0 4384503 13587718144 106298 33554432000 4194304 4196468 140735748464880 140598051854608 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10227] ppid=10217 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10227/stat : 10227 (java) S 10217 10217 7102 0 -1 1077944384 293 0 0 0 5 6 0 0 20 0 20 0 4384503 13587718144 106298 33554432000 4194304 4196468 140735748464880 140598050802320 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10228] ppid=10217 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10228/stat : 10228 (java) S 10217 10217 7102 0 -1 1077944384 162 0 0 0 4 5 0 0 20 0 20 0 4384503 13587718144 106298 33554432000 4194304 4196468 140735748464880 140598049749520 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10229] ppid=10217 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10229/stat : 10229 (java) S 10217 10217 7102 0 -1 1077944384 331 0 0 0 1 0 0 0 20 0 20 0 4384505 13587718144 106298 33554432000 4194304 4196468 140735748464880 140597920631408 140598458378882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10230] ppid=10217 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10230/stat : 10230 (java) S 10217 10217 7102 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 4384506 13587718144 106298 33554432000 4194304 4196468 140735748464880 140597919577440 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10231] ppid=10217 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10231/stat : 10231 (java) S 10217 10217 7102 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 4384506 13587718144 106298 33554432000 4194304 4196468 140735748464880 140597918525056 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10232] ppid=10217 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10232/stat : 10232 (java) S 10217 10217 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4384510 13587718144 106298 33554432000 4194304 4196468 140735748464880 140597917473360 140598458386331 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0

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

[pid=10218/tid=10245] ppid=10217 vsize=13801768 CPUtime=272.25 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10245/stat : 10245 (java) R 10217 10217 7102 0 -1 4202560 920 0 0 0 27225 0 0 0 20 0 28 0 4385339 14133010432 199837 33554432000 4194304 4196468 140735748464880 140597829534152 140598061468409 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10246] ppid=10217 vsize=13801768 CPUtime=272.55 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10246/stat : 10246 (java) R 10217 10217 7102 0 -1 4202560 1157 0 0 0 27254 1 0 0 20 0 28 0 4385339 14133010432 199837 33554432000 4194304 4196468 140735748464880 140597828481192 140598061468478 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
Current children cumulated CPU time (s) 2196.17
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+307.902 s]
/proc/loadavg: 9.41 12.57 12.96 10/292 10345
/proc/meminfo: memFree=22915936/32770624 swapFree=5656/287272
[pid=10217] ppid=10214 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10217/stat : 10217 (xcsp3-exec) S 10214 10217 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4384502 9740288 346 33554432000 4194304 5098028 140725659824448 140725659822552 139880090317436 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23572480 140725659829390 140725659829600 140725659829600 140725659832299 0
/proc/10217/statm: 2378 346 289 221 0 87 0
[pid=10218] ppid=10217 vsize=13801768 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/10218/stat : 10218 (java) S 10217 10217 7102 0 -1 1077944320 84947 0 0 0 239840 166 0 0 20 0 28 0 4384502 14133010432 181754 33554432000 4194304 4196468 140735748464880 140735748447424 140598458367735 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
/proc/10218/statm: 3450442 181754 3287 1 0 3437675 0
[pid=10218/tid=10219] ppid=10217 vsize=13801768 CPUtime=8.2 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10219/stat : 10219 (java) S 10217 10217 7102 0 -1 1077944384 9463 0 0 0 814 6 0 0 20 0 28 0 4384502 14133010432 181754 33554432000 4194304 4196468 140735748464880 140598462608512 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10221] ppid=10217 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10221/stat : 10221 (java) S 10217 10217 7102 0 -1 1077944384 488 0 0 0 15 12 0 0 20 0 28 0 4384503 14133010432 181754 33554432000 4194304 4196468 140735748464880 140598376848272 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10222] ppid=10217 vsize=13801768 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10222/stat : 10222 (java) S 10217 10217 7102 0 -1 1077944384 703 0 0 0 15 15 0 0 20 0 28 0 4384503 14133010432 181754 33554432000 4194304 4196468 140735748464880 140598375795472 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10223] ppid=10217 vsize=13801768 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10223/stat : 10223 (java) S 10217 10217 7102 0 -1 1077944384 740 0 0 0 15 13 0 0 20 0 28 0 4384503 14133010432 181754 33554432000 4194304 4196468 140735748464880 140598374743184 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10224] ppid=10217 vsize=13801768 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10224/stat : 10224 (java) S 10217 10217 7102 0 -1 1077944384 1340 0 0 0 18 13 0 0 20 0 28 0 4384503 14133010432 181754 33554432000 4194304 4196468 140735748464880 140598373690384 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10225] ppid=10217 vsize=13801768 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10225/stat : 10225 (java) S 10217 10217 7102 0 -1 1077944384 1407 0 0 0 17 14 0 0 20 0 28 0 4384503 14133010432 181754 33554432000 4194304 4196468 140735748464880 140598052907408 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10226] ppid=10217 vsize=13801768 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10226/stat : 10226 (java) S 10217 10217 7102 0 -1 1077944384 385 0 0 0 16 14 0 0 20 0 28 0 4384503 14133010432 181754 33554432000 4194304 4196468 140735748464880 140598051854608 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10227] ppid=10217 vsize=13801768 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10227/stat : 10227 (java) S 10217 10217 7102 0 -1 1077944384 1486 0 0 0 16 16 0 0 20 0 28 0 4384503 14133010432 181754 33554432000 4194304 4196468 140735748464880 140598050802320 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10228] ppid=10217 vsize=13801768 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10228/stat : 10228 (java) S 10217 10217 7102 0 -1 1077944384 1046 0 0 0 17 13 0 0 20 0 28 0 4384503 14133010432 181754 33554432000 4194304 4196468 140735748464880 140598049749520 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10229] ppid=10217 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10229/stat : 10229 (java) S 10217 10217 7102 0 -1 1077944384 2598 0 0 0 6 5 0 0 20 0 28 0 4384505 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597920631408 140598458378882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10230] ppid=10217 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10230/stat : 10230 (java) S 10217 10217 7102 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 4384506 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597919577440 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10231] ppid=10217 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10231/stat : 10231 (java) S 10217 10217 7102 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 28 0 4384506 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597918525056 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10232] ppid=10217 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10232/stat : 10232 (java) S 10217 10217 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4384510 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597917473360 140598458386331 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10233] ppid=10217 vsize=13801768 CPUtime=3.6 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10233/stat : 10233 (java) S 10217 10217 7102 0 -1 1077944384 12990 0 0 0 357 3 0 0 20 0 28 0 4384510 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597916420208 140598458378882 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10234] ppid=10217 vsize=13801768 CPUtime=3.54 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10234/stat : 10234 (java) S 10217 10217 7102 0 -1 1077944384 12970 0 0 0 352 2 0 0 20 0 28 0 4384510 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597915367408 140598458378882 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10235] ppid=10217 vsize=13801768 CPUtime=3.64 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10235/stat : 10235 (java) S 10217 10217 7102 0 -1 1077944384 12272 0 0 0 362 2 0 0 20 0 28 0 4384510 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597914315120 140598458378882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10236] ppid=10217 vsize=13801768 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10236/stat : 10236 (java) S 10217 10217 7102 0 -1 1077944384 10066 0 0 0 118 2 0 0 20 0 28 0 4384510 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597913262320 140598458378882 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10237] ppid=10217 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10237/stat : 10237 (java) S 10217 10217 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4384511 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597912210272 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10238] ppid=10217 vsize=13801768 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10238/stat : 10238 (java) S 10217 10217 7102 0 -1 1077944384 891 0 0 0 10 6 0 0 20 0 28 0 4384511 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597911157552 140598458378882 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 11 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10239] ppid=10217 vsize=13801768 CPUtime=296.93 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10239/stat : 10239 (java) R 10217 10217 7102 0 -1 4202560 2981 0 0 0 29689 4 0 0 20 0 28 0 4385339 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597903142360 140598061468455 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10240] ppid=10217 vsize=13801768 CPUtime=297.04 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10240/stat : 10240 (java) R 10217 10217 7102 0 -1 4202560 1626 0 0 0 29702 2 0 0 20 0 28 0 4385339 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597834797288 140598061468344 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10241] ppid=10217 vsize=13801768 CPUtime=297.42 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10241/stat : 10241 (java) R 10217 10217 7102 0 -1 4202560 3705 0 0 0 29736 6 0 0 20 0 28 0 4385339 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597833746864 140598061468386 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10242] ppid=10217 vsize=13801768 CPUtime=295.21 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10242/stat : 10242 (java) R 10217 10217 7102 0 -1 4202560 2106 0 0 0 29517 4 0 0 20 0 28 0 4385339 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597832691368 140598056473708 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10243] ppid=10217 vsize=13801768 CPUtime=296.48 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10243/stat : 10243 (java) R 10217 10217 7102 0 -1 4202560 1533 0 0 0 29647 1 0 0 20 0 28 0 4385339 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597831639080 140598061579410 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10244] ppid=10217 vsize=13801768 CPUtime=297.92 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10244/stat : 10244 (java) R 10217 10217 7102 0 -1 4202560 662 0 0 0 29791 1 0 0 20 0 28 0 4385339 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597830586280 140598054049979 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10245] ppid=10217 vsize=13801768 CPUtime=297.83 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10245/stat : 10245 (java) R 10217 10217 7102 0 -1 4202560 942 0 0 0 29783 0 0 0 20 0 28 0 4385339 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597829533792 140598061468635 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10246] ppid=10217 vsize=13801768 CPUtime=298.13 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10246/stat : 10246 (java) R 10217 10217 7102 0 -1 4202560 1182 0 0 0 29812 1 0 0 20 0 28 0 4385339 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597828481000 140598055890061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
Current children cumulated CPU time (s) 2400.06
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 10218 sig 9
??? kill 10217 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+307.902 s]
/proc/loadavg: 9.41 12.57 12.96 10/292 10345
/proc/meminfo: memFree=22915936/32770624 swapFree=5656/287272
[pid=10217] ppid=10214 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10217/stat : 10217 (xcsp3-exec) S 10214 10217 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4384502 9740288 346 33554432000 4194304 5098028 140725659824448 140725659822552 139880090317436 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 23572480 140725659829390 140725659829600 140725659829600 140725659832299 0
/proc/10217/statm: 2378 346 289 221 0 87 0
[pid=10218] ppid=10217 vsize=13801768 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/10218/stat : 10218 (java) S 10217 10217 7102 0 -1 1077944320 84947 0 0 0 239840 166 0 0 20 0 28 0 4384502 14133010432 181754 33554432000 4194304 4196468 140735748464880 140735748447424 140598458367735 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
/proc/10218/statm: 3450442 181754 3287 1 0 3437675 0
[pid=10218/tid=10219] ppid=10217 vsize=13801768 CPUtime=8.2 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10219/stat : 10219 (java) S 10217 10217 7102 0 -1 1077944384 9463 0 0 0 814 6 0 0 20 0 28 0 4384502 14133010432 181754 33554432000 4194304 4196468 140735748464880 140598462608512 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10221] ppid=10217 vsize=13801768 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10221/stat : 10221 (java) S 10217 10217 7102 0 -1 1077944384 488 0 0 0 15 12 0 0 20 0 28 0 4384503 14133010432 181754 33554432000 4194304 4196468 140735748464880 140598376848272 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10222] ppid=10217 vsize=13801768 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10222/stat : 10222 (java) S 10217 10217 7102 0 -1 1077944384 703 0 0 0 15 15 0 0 20 0 28 0 4384503 14133010432 181754 33554432000 4194304 4196468 140735748464880 140598375795472 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10223] ppid=10217 vsize=13801768 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10223/stat : 10223 (java) S 10217 10217 7102 0 -1 1077944384 740 0 0 0 15 13 0 0 20 0 28 0 4384503 14133010432 181754 33554432000 4194304 4196468 140735748464880 140598374743184 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10224] ppid=10217 vsize=13801768 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10224/stat : 10224 (java) S 10217 10217 7102 0 -1 1077944384 1340 0 0 0 18 13 0 0 20 0 28 0 4384503 14133010432 181754 33554432000 4194304 4196468 140735748464880 140598373690384 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10225] ppid=10217 vsize=13801768 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10225/stat : 10225 (java) S 10217 10217 7102 0 -1 1077944384 1407 0 0 0 17 14 0 0 20 0 28 0 4384503 14133010432 181754 33554432000 4194304 4196468 140735748464880 140598052907408 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10226] ppid=10217 vsize=13801768 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10226/stat : 10226 (java) S 10217 10217 7102 0 -1 1077944384 385 0 0 0 16 14 0 0 20 0 28 0 4384503 14133010432 181754 33554432000 4194304 4196468 140735748464880 140598051854608 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10227] ppid=10217 vsize=13801768 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10227/stat : 10227 (java) S 10217 10217 7102 0 -1 1077944384 1486 0 0 0 16 16 0 0 20 0 28 0 4384503 14133010432 181754 33554432000 4194304 4196468 140735748464880 140598050802320 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10228] ppid=10217 vsize=13801768 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10228/stat : 10228 (java) S 10217 10217 7102 0 -1 1077944384 1046 0 0 0 17 13 0 0 20 0 28 0 4384503 14133010432 181754 33554432000 4194304 4196468 140735748464880 140598049749520 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10229] ppid=10217 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10229/stat : 10229 (java) S 10217 10217 7102 0 -1 1077944384 2598 0 0 0 6 5 0 0 20 0 28 0 4384505 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597920631408 140598458378882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10230] ppid=10217 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10230/stat : 10230 (java) S 10217 10217 7102 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 4384506 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597919577440 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10231] ppid=10217 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10231/stat : 10231 (java) S 10217 10217 7102 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 28 0 4384506 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597918525056 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10232] ppid=10217 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10232/stat : 10232 (java) S 10217 10217 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4384510 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597917473360 140598458386331 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10233] ppid=10217 vsize=13801768 CPUtime=3.6 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10233/stat : 10233 (java) S 10217 10217 7102 0 -1 1077944384 12990 0 0 0 357 3 0 0 20 0 28 0 4384510 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597916420208 140598458378882 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10234] ppid=10217 vsize=13801768 CPUtime=3.54 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10234/stat : 10234 (java) S 10217 10217 7102 0 -1 1077944384 12970 0 0 0 352 2 0 0 20 0 28 0 4384510 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597915367408 140598458378882 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10235] ppid=10217 vsize=13801768 CPUtime=3.64 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10235/stat : 10235 (java) S 10217 10217 7102 0 -1 1077944384 12272 0 0 0 362 2 0 0 20 0 28 0 4384510 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597914315120 140598458378882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10236] ppid=10217 vsize=13801768 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10236/stat : 10236 (java) S 10217 10217 7102 0 -1 1077944384 10066 0 0 0 118 2 0 0 20 0 28 0 4384510 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597913262320 140598458378882 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10237] ppid=10217 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10237/stat : 10237 (java) S 10217 10217 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4384511 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597912210272 140598458377941 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10238] ppid=10217 vsize=13801768 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10238/stat : 10238 (java) S 10217 10217 7102 0 -1 1077944384 891 0 0 0 10 6 0 0 20 0 28 0 4384511 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597911157552 140598458378882 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 11 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10239] ppid=10217 vsize=13801768 CPUtime=296.93 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10239/stat : 10239 (java) R 10217 10217 7102 0 -1 4202560 2981 0 0 0 29689 4 0 0 20 0 28 0 4385339 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597903142360 140598061468455 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10240] ppid=10217 vsize=13801768 CPUtime=297.04 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10240/stat : 10240 (java) R 10217 10217 7102 0 -1 4202560 1626 0 0 0 29702 2 0 0 20 0 28 0 4385339 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597834797288 140598061468344 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10241] ppid=10217 vsize=13801768 CPUtime=297.42 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10241/stat : 10241 (java) R 10217 10217 7102 0 -1 4202560 3705 0 0 0 29736 6 0 0 20 0 28 0 4385339 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597833746864 140598061468386 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10242] ppid=10217 vsize=13801768 CPUtime=295.21 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10242/stat : 10242 (java) R 10217 10217 7102 0 -1 4202560 2106 0 0 0 29517 4 0 0 20 0 28 0 4385339 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597832691368 140598056473708 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10243] ppid=10217 vsize=13801768 CPUtime=296.48 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10243/stat : 10243 (java) R 10217 10217 7102 0 -1 4202560 1533 0 0 0 29647 1 0 0 20 0 28 0 4385339 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597831639080 140598061579410 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10244] ppid=10217 vsize=13801768 CPUtime=297.92 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10244/stat : 10244 (java) R 10217 10217 7102 0 -1 4202560 662 0 0 0 29791 1 0 0 20 0 28 0 4385339 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597830586280 140598054049979 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10245] ppid=10217 vsize=13801768 CPUtime=297.83 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10245/stat : 10245 (java) R 10217 10217 7102 0 -1 4202560 942 0 0 0 29783 0 0 0 20 0 28 0 4385339 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597829533792 140598061468635 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
[pid=10218/tid=10246] ppid=10217 vsize=13801768 CPUtime=298.13 cores=0,2,4,6,8,10,12,14
/proc/10218/task/10246/stat : 10246 (java) R 10217 10217 7102 0 -1 4202560 1182 0 0 0 29812 1 0 0 20 0 28 0 4385339 14133010432 181754 33554432000 4194304 4196468 140735748464880 140597828481000 140598055890061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27914240 140735748469948 140735748470124 140735748470124 140735748472783 0
Current children cumulated CPU time (s) 2400.06
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 10217 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2380
# CPU time returned by wait4() is 0.00238
# while last known CPU time is 2400.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 307.912
CPU time (s): 2400.06
CPU user time (s): 2398.4
CPU system time (s): 1.66
CPU usage (%): 779.462
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.00238
maximum resident set size= 1388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 517
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.69298 second user time and 4.56398 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-22 04:39:30
IDJOB=4247868
IDBENCH=130599
IDSOLVER=2626
FILE ID=node130/4247868-1500691170
RUNJOBID= node130-1500684118-8559
PBS_JOBID= 20623029
Free space on /tmp= 61952 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-11_X2.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-4247868-1500691170/watcher-4247868-1500691170 -o /tmp/evaluation-result-4247868-1500691170/solver-4247868-1500691170 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500684118-8559 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2085983505 HOME/instance-4247868-1500691170.xml

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

MD5SUM BENCH= 6c1009e087c092ca636a0299b7d1d77c
RANDOM SEED=2085983505

node130.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.34
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	: 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	: 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		: 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.34
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	: 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	: 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		: 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.34
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		: 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		: 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.34
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.34
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		: 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	: 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		: 2533.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.34
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		: 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	: 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		: 1600.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.34
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		: 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	: 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		: 2400.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.34
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:        31622140 kB
MemAvailable:   31785576 kB
Buffers:          116168 kB
Cached:           330600 kB
SwapCached:            0 kB
Active:           422892 kB
Inactive:         295724 kB
Active(anon):     274896 kB
Inactive(anon):     8888 kB
Active(file):     147996 kB
Inactive(file):   286836 kB
Unevictable:        5656 kB
Mlocked:            5656 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8004 kB
Writeback:             0 kB
AnonPages:        281916 kB
Mapped:            42552 kB
Shmem:              8844 kB
Slab:             122852 kB
SReclaimable:      88880 kB
SUnreclaim:        33972 kB
KernelStack:        5008 kB
PageTables:         5920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1138536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61944 MiB
End job on node130 at 2017-07-22 04:44:38