Trace number 4247883

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.33 303.725

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-09_X2.xml
MD5SUMb61d3737b957190caa39e86626214229
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 variables82
Number of constraints3262
Number of domains2
Minimum domain size15
Maximum domain size81
Distribution of domain sizes[{"size":15,"count":1},{"size":81,"count":81}]
Minimum variable degree22
Maximum variable degree81
Distribution of variable degrees[{"degree":22,"count":1},{"degree":80,"count":59},{"degree":81,"count":22}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3262}]
Number of extensional constraints0
Number of intensional constraints3262
Distribution of constraint types[{"type":"intension","count":3262}]
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-4247883-1500691187.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4247883-1500691187.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
9.13/3.38	c solve instance...
2400.33/303.74	s UNKNOWN
2400.33/303.74	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-4247883-1500691187/watcher-4247883-1500691187 -o /tmp/evaluation-result-4247883-1500691187/solver-4247883-1500691187 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7801 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 753622985 HOME/instance-4247883-1500691187.xml 

pid=26355
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.67 14.36 10/270 26358
/proc/meminfo: memFree=30591332/32770624 swapFree=5860/281848
[pid=26358] ppid=26355 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26358/stat : 26358 (xcsp3-exec) S 26355 26358 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4386155 9740288 346 33554432000 4194304 5098028 140724830000768 140724829998872 140423530553980 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 34177024 140724830004367 140724830004576 140724830004576 140724830007275 0
/proc/26358/statm: 2378 346 289 221 0 87 0

[startup+0.10014 s]
/proc/loadavg: 16.08 15.67 14.36 10/270 26358
/proc/meminfo: memFree=30591332/32770624 swapFree=5860/281848
[pid=26358] ppid=26355 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26358/stat : 26358 (xcsp3-exec) S 26355 26358 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4386155 9740288 346 33554432000 4194304 5098028 140724830000768 140724829998872 140423530553980 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 34177024 140724830004367 140724830004576 140724830004576 140724830007275 0
/proc/26358/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200317 s]
/proc/loadavg: 16.08 15.67 14.36 10/270 26358
/proc/meminfo: memFree=30591332/32770624 swapFree=5860/281848
[pid=26358] ppid=26355 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26358/stat : 26358 (xcsp3-exec) S 26355 26358 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4386155 9740288 346 33554432000 4194304 5098028 140724830000768 140724829998872 140423530553980 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 34177024 140724830004367 140724830004576 140724830004576 140724830007275 0
/proc/26358/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300327 s]
/proc/loadavg: 16.08 15.67 14.36 10/270 26358
/proc/meminfo: memFree=30591332/32770624 swapFree=5860/281848
[pid=26358] ppid=26355 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26358/stat : 26358 (xcsp3-exec) S 26355 26358 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4386155 9740288 346 33554432000 4194304 5098028 140724830000768 140724829998872 140423530553980 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 34177024 140724830004367 140724830004576 140724830004576 140724830007275 0
/proc/26358/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700196 s]
/proc/loadavg: 16.08 15.67 14.36 10/270 26358
/proc/meminfo: memFree=30591332/32770624 swapFree=5860/281848
[pid=26358] ppid=26355 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26358/stat : 26358 (xcsp3-exec) S 26355 26358 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4386155 9740288 346 33554432000 4194304 5098028 140724830000768 140724829998872 140423530553980 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 34177024 140724830004367 140724830004576 140724830004576 140724830007275 0
/proc/26358/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50125 s]
/proc/loadavg: 16.08 15.67 14.36 11/291 26379
/proc/meminfo: memFree=30488136/32770624 swapFree=5860/282200
[pid=26358] ppid=26355 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26358/stat : 26358 (xcsp3-exec) S 26355 26358 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4386155 9740288 346 33554432000 4194304 5098028 140724830000768 140724829998872 140423530553980 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 34177024 140724830004367 140724830004576 140724830004576 140724830007275 0
/proc/26358/statm: 2378 346 289 221 0 87 0
[pid=26359] ppid=26358 vsize=13269256 CPUtime=4.99 cores=0,2,4,6,8,10,12,14
/proc/26359/stat : 26359 (java) S 26358 26358 7411 0 -1 1077944320 21499 0 0 0 491 8 0 0 20 0 20 0 4386155 13587718144 39555 33554432000 4194304 4196468 140721465257840 140721465240384 140553607237367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
/proc/26359/statm: 3317314 39555 3221 1 0 3304547 0
[pid=26359/tid=26360] ppid=26358 vsize=13269256 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26360/stat : 26360 (java) R 26358 26358 7411 0 -1 4202560 7349 0 0 0 143 4 0 0 20 0 20 0 4386155 13587718144 39555 33554432000 4194304 4196468 140721465257840 140553611470408 140553229468012 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26362] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26362/stat : 26362 (java) S 26358 26358 7411 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4386156 13587718144 39555 33554432000 4194304 4196468 140721465257840 140553546201360 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26363] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26363/stat : 26363 (java) S 26358 26358 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4386156 13587718144 39555 33554432000 4194304 4196468 140721465257840 140553545148816 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26364] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26364/stat : 26364 (java) S 26358 26358 7411 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4386156 13587718144 39555 33554432000 4194304 4196468 140721465257840 140553544096272 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26365] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26365/stat : 26365 (java) S 26358 26358 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4386156 13587718144 39555 33554432000 4194304 4196468 140721465257840 140553203702416 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26366] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26366/stat : 26366 (java) S 26358 26358 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4386156 13587718144 39555 33554432000 4194304 4196468 140721465257840 140553202649872 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26367] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26367/stat : 26367 (java) S 26358 26358 7411 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4386156 13587718144 39555 33554432000 4194304 4196468 140721465257840 140553201597328 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26368] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26368/stat : 26368 (java) S 26358 26358 7411 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4386156 13587718144 39555 33554432000 4194304 4196468 140721465257840 140553200544784 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26369] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26369/stat : 26369 (java) S 26358 26358 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4386156 13587718144 39555 33554432000 4194304 4196468 140721465257840 140553199492240 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26370] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26370/stat : 26370 (java) S 26358 26358 7411 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4386158 13587718144 39555 33554432000 4194304 4196468 140721465257840 140552338647024 140553607248514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26371] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26371/stat : 26371 (java) S 26358 26358 7411 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4386159 13587718144 39555 33554432000 4194304 4196468 140721465257840 140552337593248 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26372] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26372/stat : 26372 (java) S 26358 26358 7411 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4386159 13587718144 39555 33554432000 4194304 4196468 140721465257840 140552336540656 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26373] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26373/stat : 26373 (java) S 26358 26358 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4386163 13587718144 39555 33554432000 4194304 4196468 140721465257840 140552133667024 140553607255963 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26374] ppid=26358 vsize=13269256 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26374/stat : 26374 (java) S 26358 26358 7411 0 -1 1077944384 3283 0 0 0 92 0 0 0 20 0 20 0 4386163 13587718144 39555 33554432000 4194304 4196468 140721465257840 140552132614640 140553607248514 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26375] ppid=26358 vsize=13269256 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26375/stat : 26375 (java) S 26358 26358 7411 0 -1 1077944384 2874 0 0 0 94 0 0 0 20 0 20 0 4386163 13587718144 39555 33554432000 4194304 4196468 140721465257840 140552131562096 140553607248514 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26376] ppid=26358 vsize=13269256 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26376/stat : 26376 (java) R 26358 26358 7411 0 -1 4202560 3349 0 0 0 96 0 0 0 20 0 20 0 4386163 13587718144 39555 33554432000 4194304 4196468 140721465257840 140552130509848 140553588755266 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26377] ppid=26358 vsize=13269256 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26377/stat : 26377 (java) S 26358 26358 7411 0 -1 1077944384 3309 0 0 0 64 1 0 0 20 0 20 0 4386163 13587718144 39555 33554432000 4194304 4196468 140721465257840 140552129457008 140553607248514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26378] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26378/stat : 26378 (java) S 26358 26358 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4386163 13587718144 39555 33554432000 4194304 4196468 140721465257840 140552128403680 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26379] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26379/stat : 26379 (java) S 26358 26358 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4386164 13587718144 39555 33554432000 4194304 4196468 140721465257840 140552127351216 140553607248514 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 13278768

[startup+3.10067 s]
/proc/loadavg: 16.08 15.67 14.36 10/291 26379
/proc/meminfo: memFree=30392248/32770624 swapFree=5860/282200
[pid=26358] ppid=26355 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26358/stat : 26358 (xcsp3-exec) S 26355 26358 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4386155 9740288 346 33554432000 4194304 5098028 140724830000768 140724829998872 140423530553980 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 34177024 140724830004367 140724830004576 140724830004576 140724830007275 0
/proc/26358/statm: 2378 346 289 221 0 87 0
[pid=26359] ppid=26358 vsize=13269256 CPUtime=8.9 cores=0,2,4,6,8,10,12,14
/proc/26359/stat : 26359 (java) S 26358 26358 7411 0 -1 1077944320 26359 0 0 0 865 25 0 0 20 0 20 0 4386155 13587718144 59267 33554432000 4194304 4196468 140721465257840 140721465240384 140553607237367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
/proc/26359/statm: 3317314 59267 3253 1 0 3304547 0
[pid=26359/tid=26360] ppid=26358 vsize=13269256 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26360/stat : 26360 (java) R 26358 26358 7411 0 -1 4202560 8876 0 0 0 297 5 0 0 20 0 20 0 4386155 13587718144 59267 33554432000 4194304 4196468 140721465257840 140553611473824 140553607259293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26362] ppid=26358 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26362/stat : 26362 (java) S 26358 26358 7411 0 -1 1077944384 39 0 0 0 1 1 0 0 20 0 20 0 4386156 13587718144 59267 33554432000 4194304 4196468 140721465257840 140553546201360 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26363] ppid=26358 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26363/stat : 26363 (java) S 26358 26358 7411 0 -1 1077944384 45 0 0 0 1 1 0 0 20 0 20 0 4386156 13587718144 59267 33554432000 4194304 4196468 140721465257840 140553545148816 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26364] ppid=26358 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26364/stat : 26364 (java) S 26358 26358 7411 0 -1 1077944384 60 0 0 0 2 2 0 0 20 0 20 0 4386156 13587718144 59267 33554432000 4194304 4196468 140721465257840 140553544096272 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26365] ppid=26358 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26365/stat : 26365 (java) S 26358 26358 7411 0 -1 1077944384 457 0 0 0 1 2 0 0 20 0 20 0 4386156 13587718144 59267 33554432000 4194304 4196468 140721465257840 140553203702416 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26366] ppid=26358 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26366/stat : 26366 (java) S 26358 26358 7411 0 -1 1077944384 87 0 0 0 1 2 0 0 20 0 20 0 4386156 13587718144 59267 33554432000 4194304 4196468 140721465257840 140553202649872 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26367] ppid=26358 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26367/stat : 26367 (java) S 26358 26358 7411 0 -1 1077944384 47 0 0 0 1 1 0 0 20 0 20 0 4386156 13587718144 59267 33554432000 4194304 4196468 140721465257840 140553201597328 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26368] ppid=26358 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26368/stat : 26368 (java) S 26358 26358 7411 0 -1 1077944384 116 0 0 0 1 2 0 0 20 0 20 0 4386156 13587718144 59267 33554432000 4194304 4196468 140721465257840 140553200544784 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26369] ppid=26358 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26369/stat : 26369 (java) S 26358 26358 7411 0 -1 1077944384 54 0 0 0 1 1 0 0 20 0 20 0 4386156 13587718144 59267 33554432000 4194304 4196468 140721465257840 140553199492240 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26370] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26370/stat : 26370 (java) S 26358 26358 7411 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 20 0 4386158 13587718144 59267 33554432000 4194304 4196468 140721465257840 140552338647024 140553607248514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26371] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26371/stat : 26371 (java) S 26358 26358 7411 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 4386159 13587718144 59267 33554432000 4194304 4196468 140721465257840 140552337593312 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26372] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26372/stat : 26372 (java) S 26358 26358 7411 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 4386159 13587718144 59267 33554432000 4194304 4196468 140721465257840 140552336540672 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26373] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26373/stat : 26373 (java) S 26358 26358 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4386163 13587718144 59267 33554432000 4194304 4196468 140721465257840 140552133667024 140553607255963 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26374] ppid=26358 vsize=13269256 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26374/stat : 26374 (java) R 26358 26358 7411 0 -1 4202560 3981 0 0 0 153 1 0 0 20 0 20 0 4386163 13587718144 59267 33554432000 4194304 4196468 140721465257840 140552132614936 140553590735954 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26375] ppid=26358 vsize=13269256 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26375/stat : 26375 (java) R 26358 26358 7411 0 -1 4202560 3380 0 0 0 160 1 0 0 20 0 20 0 4386163 13587718144 59267 33554432000 4194304 4196468 140721465257840 140552131562096 140553593251665 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26376] ppid=26358 vsize=13269256 CPUtime=1.65 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26376/stat : 26376 (java) S 26358 26358 7411 0 -1 1077944384 3892 0 0 0 165 0 0 0 20 0 20 0 4386163 13587718144 59267 33554432000 4194304 4196468 140721465257840 140552130509552 140553607248514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26377] ppid=26358 vsize=13269256 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26377/stat : 26377 (java) S 26358 26358 7411 0 -1 1077944384 3764 0 0 0 73 1 0 0 20 0 20 0 4386163 13587718144 59267 33554432000 4194304 4196468 140721465257840 140552129457008 140553607248514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26378] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26378/stat : 26378 (java) S 26358 26358 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4386163 13587718144 59267 33554432000 4194304 4196468 140721465257840 140552128403680 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26379] ppid=26358 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26379/stat : 26379 (java) S 26358 26358 7411 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 4386164 13587718144 59267 33554432000 4194304 4196468 140721465257840 140552127351216 140553607248514 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
Current children cumulated CPU time (s) 8.9
Current children cumulated vsize (KiB) 13278768

[startup+6.30154 s]
/proc/loadavg: 15.52 15.56 14.33 20/299 26387
/proc/meminfo: memFree=30337656/32770624 swapFree=5860/282212
[pid=26358] ppid=26355 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26358/stat : 26358 (xcsp3-exec) S 26355 26358 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4386155 9740288 346 33554432000 4194304 5098028 140724830000768 140724829998872 140423530553980 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 34177024 140724830004367 140724830004576 140724830004576 140724830007275 0
/proc/26358/statm: 2378 346 289 221 0 87 0
[pid=26359] ppid=26358 vsize=13801768 CPUtime=32.31 cores=0,2,4,6,8,10,12,14
/proc/26359/stat : 26359 (java) S 26358 26358 7411 0 -1 1077944320 35131 0 0 0 3202 29 0 0 20 0 28 0 4386155 14133010432 66540 33554432000 4194304 4196468 140721465257840 140721465240384 140553607237367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
/proc/26359/statm: 3450442 66540 3283 1 0 3437675 0
[pid=26359/tid=26360] ppid=26358 vsize=13801768 CPUtime=3.32 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26360/stat : 26360 (java) S 26358 26358 7411 0 -1 1077944384 9246 0 0 0 327 5 0 0 20 0 28 0 4386155 14133010432 66540 33554432000 4194304 4196468 140721465257840 140553611478144 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26362] ppid=26358 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26362/stat : 26362 (java) S 26358 26358 7411 0 -1 1077944384 39 0 0 0 1 1 0 0 20 0 28 0 4386156 14133010432 66540 33554432000 4194304 4196468 140721465257840 140553546201360 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26363] ppid=26358 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26363/stat : 26363 (java) S 26358 26358 7411 0 -1 1077944384 45 0 0 0 1 1 0 0 20 0 28 0 4386156 14133010432 66540 33554432000 4194304 4196468 140721465257840 140553545148816 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26364] ppid=26358 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26364/stat : 26364 (java) S 26358 26358 7411 0 -1 1077944384 60 0 0 0 2 2 0 0 20 0 28 0 4386156 14133010432 66540 33554432000 4194304 4196468 140721465257840 140553544096272 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26365] ppid=26358 vsize=13801768 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26365/stat : 26365 (java) S 26358 26358 7411 0 -1 1077944384 457 0 0 0 1 2 0 0 20 0 28 0 4386156 14133010432 66540 33554432000 4194304 4196468 140721465257840 140553203702416 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26366] ppid=26358 vsize=13801768 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26366/stat : 26366 (java) S 26358 26358 7411 0 -1 1077944384 87 0 0 0 1 2 0 0 20 0 28 0 4386156 14133010432 66540 33554432000 4194304 4196468 140721465257840 140553202649872 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26367] ppid=26358 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26367/stat : 26367 (java) S 26358 26358 7411 0 -1 1077944384 47 0 0 0 1 1 0 0 20 0 28 0 4386156 14133010432 66540 33554432000 4194304 4196468 140721465257840 140553201597328 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26368] ppid=26358 vsize=13801768 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26368/stat : 26368 (java) S 26358 26358 7411 0 -1 1077944384 116 0 0 0 1 2 0 0 20 0 28 0 4386156 14133010432 66540 33554432000 4194304 4196468 140721465257840 140553200544784 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26369] ppid=26358 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26369/stat : 26369 (java) S 26358 26358 7411 0 -1 1077944384 54 0 0 0 1 1 0 0 20 0 28 0 4386156 14133010432 66540 33554432000 4194304 4196468 140721465257840 140553199492240 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26370] ppid=26358 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26370/stat : 26370 (java) S 26358 26358 7411 0 -1 1077944384 276 0 0 0 0 0 0 0 20 0 28 0 4386158 14133010432 66540 33554432000 4194304 4196468 140721465257840 140552338647024 140553607248514 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26371] ppid=26358 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26371/stat : 26371 (java) S 26358 26358 7411 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 4386159 14133010432 66540 33554432000 4194304 4196468 140721465257840 140552337593312 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26372] ppid=26358 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26372/stat : 26372 (java) S 26358 26358 7411 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 4386159 14133010432 66540 33554432000 4194304 4196468 140721465257840 140552336540672 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26373] ppid=26358 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26373/stat : 26373 (java) S 26358 26358 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4386163 14133010432 66540 33554432000 4194304 4196468 140721465257840 140552133667024 140553607255963 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0

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

[pid=26359/tid=26386] ppid=26358 vsize=13801768 CPUtime=275.25 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26386/stat : 26386 (java) R 26358 26358 7411 0 -1 4202560 738 0 0 0 27524 1 0 0 20 0 28 0 4386494 14133010432 81067 33554432000 4194304 4196468 140721465257840 140552113520056 140553232976347 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26387] ppid=26358 vsize=13801768 CPUtime=277.6 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26387/stat : 26387 (java) R 26358 26358 7411 0 -1 4202560 518 0 0 0 27760 0 0 0 20 0 28 0 4386495 14133010432 81067 33554432000 4194304 4196468 140721465257840 140552112470368 140553232688628 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
Current children cumulated CPU time (s) 2229.92
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+303.714 s]
/proc/loadavg: 15.75 15.64 14.70 18/301 26589
/proc/meminfo: memFree=31302220/32770624 swapFree=5860/282628
[pid=26358] ppid=26355 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26358/stat : 26358 (xcsp3-exec) S 26355 26358 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4386155 9740288 346 33554432000 4194304 5098028 140724830000768 140724829998872 140423530553980 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 34177024 140724830004367 140724830004576 140724830004576 140724830007275 0
/proc/26358/statm: 2378 346 289 221 0 87 0
[pid=26359] ppid=26358 vsize=13801768 CPUtime=2400.33 cores=0,2,4,6,8,10,12,14
/proc/26359/stat : 26359 (java) S 26358 26358 7411 0 -1 1077944320 70443 0 0 0 239927 106 0 0 20 0 28 0 4386155 14133010432 76206 33554432000 4194304 4196468 140721465257840 140721465240384 140553607237367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
/proc/26359/statm: 3450442 76206 3287 1 0 3437675 0
[pid=26359/tid=26360] ppid=26358 vsize=13801768 CPUtime=3.32 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26360/stat : 26360 (java) S 26358 26358 7411 0 -1 1077944384 9246 0 0 0 327 5 0 0 20 0 28 0 4386155 14133010432 76206 33554432000 4194304 4196468 140721465257840 140553611478144 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26362] ppid=26358 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26362/stat : 26362 (java) S 26358 26358 7411 0 -1 1077944384 1656 0 0 0 12 7 0 0 20 0 28 0 4386156 14133010432 76206 33554432000 4194304 4196468 140721465257840 140553546201360 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26363] ppid=26358 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26363/stat : 26363 (java) S 26358 26358 7411 0 -1 1077944384 698 0 0 0 12 7 0 0 20 0 28 0 4386156 14133010432 76206 33554432000 4194304 4196468 140721465257840 140553545148816 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26364] ppid=26358 vsize=13801768 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26364/stat : 26364 (java) S 26358 26358 7411 0 -1 1077944384 317 0 0 0 12 9 0 0 20 0 28 0 4386156 14133010432 76206 33554432000 4194304 4196468 140721465257840 140553544096272 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26365] ppid=26358 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26365/stat : 26365 (java) S 26358 26358 7411 0 -1 1077944384 2144 0 0 0 11 8 0 0 20 0 28 0 4386156 14133010432 76206 33554432000 4194304 4196468 140721465257840 140553203702416 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26366] ppid=26358 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26366/stat : 26366 (java) S 26358 26358 7411 0 -1 1077944384 633 0 0 0 11 8 0 0 20 0 28 0 4386156 14133010432 76206 33554432000 4194304 4196468 140721465257840 140553202649872 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26367] ppid=26358 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26367/stat : 26367 (java) S 26358 26358 7411 0 -1 1077944384 331 0 0 0 12 7 0 0 20 0 28 0 4386156 14133010432 76206 33554432000 4194304 4196468 140721465257840 140553201597328 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26368] ppid=26358 vsize=13801768 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26368/stat : 26368 (java) S 26358 26358 7411 0 -1 1077944384 1112 0 0 0 12 9 0 0 20 0 28 0 4386156 14133010432 76206 33554432000 4194304 4196468 140721465257840 140553200544784 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26369] ppid=26358 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26369/stat : 26369 (java) S 26358 26358 7411 0 -1 1077944384 955 0 0 0 11 8 0 0 20 0 28 0 4386156 14133010432 76206 33554432000 4194304 4196468 140721465257840 140553199492240 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26370] ppid=26358 vsize=13801768 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26370/stat : 26370 (java) S 26358 26358 7411 0 -1 1077944384 2064 0 0 0 6 7 0 0 20 0 28 0 4386158 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552338647024 140553607248514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26371] ppid=26358 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26371/stat : 26371 (java) S 26358 26358 7411 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 4386159 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552337593312 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26372] ppid=26358 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26372/stat : 26372 (java) S 26358 26358 7411 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 28 0 4386159 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552336540672 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26373] ppid=26358 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26373/stat : 26373 (java) S 26358 26358 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4386163 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552133667024 140553607255963 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26374] ppid=26358 vsize=13801768 CPUtime=3.81 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26374/stat : 26374 (java) S 26358 26358 7411 0 -1 1077944384 10733 0 0 0 380 1 0 0 20 0 28 0 4386163 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552132614640 140553607248514 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26375] ppid=26358 vsize=13801768 CPUtime=4.09 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26375/stat : 26375 (java) S 26358 26358 7411 0 -1 1077944384 10538 0 0 0 407 2 0 0 20 0 28 0 4386163 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552131562096 140553607248514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26376] ppid=26358 vsize=13801768 CPUtime=3.87 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26376/stat : 26376 (java) S 26358 26358 7411 0 -1 1077944384 11627 0 0 0 385 2 0 0 20 0 28 0 4386163 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552130509552 140553607248514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26377] ppid=26358 vsize=13801768 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26377/stat : 26377 (java) S 26358 26358 7411 0 -1 1077944384 6680 0 0 0 107 2 0 0 20 0 28 0 4386163 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552129457008 140553607248514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26378] ppid=26358 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26378/stat : 26378 (java) S 26358 26358 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4386163 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552128403680 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26379] ppid=26358 vsize=13801768 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26379/stat : 26379 (java) S 26358 26358 7411 0 -1 1077944384 949 0 0 0 7 5 0 0 20 0 28 0 4386164 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552127351216 140553607248514 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26380] ppid=26358 vsize=13801768 CPUtime=297.33 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26380/stat : 26380 (java) R 26358 26358 7411 0 -1 4202560 1744 0 0 0 29731 2 0 0 20 0 28 0 4386494 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552119835144 140553232688266 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26381] ppid=26358 vsize=13801768 CPUtime=298.39 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26381/stat : 26381 (java) R 26358 26358 7411 0 -1 4202560 994 0 0 0 29839 0 0 0 20 0 28 0 4386494 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552118784024 140553232608257 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26382] ppid=26358 vsize=13801768 CPUtime=296.72 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26382/stat : 26382 (java) R 26358 26358 7411 0 -1 4202560 2185 0 0 0 29669 3 0 0 20 0 28 0 4386494 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552117731072 140553232608231 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26383] ppid=26358 vsize=13801768 CPUtime=298.79 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26383/stat : 26383 (java) R 26358 26358 7411 0 -1 4202560 1709 0 0 0 29876 3 0 0 20 0 28 0 4386494 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552116678936 140553232688710 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26384] ppid=26358 vsize=13801768 CPUtime=298.11 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26384/stat : 26384 (java) R 26358 26358 7411 0 -1 4202560 754 0 0 0 29811 0 0 0 20 0 28 0 4386494 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552115629072 140553229486464 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26385] ppid=26358 vsize=13801768 CPUtime=297.19 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26385/stat : 26385 (java) R 26358 26358 7411 0 -1 4202560 428 0 0 0 29719 0 0 0 20 0 28 0 4386494 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552114573848 140553227889606 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26386] ppid=26358 vsize=13801768 CPUtime=296.61 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26386/stat : 26386 (java) R 26358 26358 7411 0 -1 4202560 1034 0 0 0 29660 1 0 0 20 0 28 0 4386494 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552113520280 140553225329118 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26387] ppid=26358 vsize=13801768 CPUtime=298.97 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26387/stat : 26387 (java) R 26358 26358 7411 0 -1 4202560 540 0 0 0 29897 0 0 0 20 0 28 0 4386495 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552112467736 140553232688502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
Current children cumulated CPU time (s) 2400.33
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 26359 sig 9
??? kill 26358 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+303.714 s]
/proc/loadavg: 15.75 15.64 14.70 18/301 26589
/proc/meminfo: memFree=31302220/32770624 swapFree=5860/282628
[pid=26358] ppid=26355 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26358/stat : 26358 (xcsp3-exec) S 26355 26358 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4386155 9740288 346 33554432000 4194304 5098028 140724830000768 140724829998872 140423530553980 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 34177024 140724830004367 140724830004576 140724830004576 140724830007275 0
/proc/26358/statm: 2378 346 289 221 0 87 0
[pid=26359] ppid=26358 vsize=13801768 CPUtime=2400.33 cores=0,2,4,6,8,10,12,14
/proc/26359/stat : 26359 (java) S 26358 26358 7411 0 -1 1077944320 70443 0 0 0 239927 106 0 0 20 0 28 0 4386155 14133010432 76206 33554432000 4194304 4196468 140721465257840 140721465240384 140553607237367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
/proc/26359/statm: 3450442 76206 3287 1 0 3437675 0
[pid=26359/tid=26360] ppid=26358 vsize=13801768 CPUtime=3.32 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26360/stat : 26360 (java) S 26358 26358 7411 0 -1 1077944384 9246 0 0 0 327 5 0 0 20 0 28 0 4386155 14133010432 76206 33554432000 4194304 4196468 140721465257840 140553611478144 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26362] ppid=26358 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26362/stat : 26362 (java) S 26358 26358 7411 0 -1 1077944384 1656 0 0 0 12 7 0 0 20 0 28 0 4386156 14133010432 76206 33554432000 4194304 4196468 140721465257840 140553546201360 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26363] ppid=26358 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26363/stat : 26363 (java) S 26358 26358 7411 0 -1 1077944384 698 0 0 0 12 7 0 0 20 0 28 0 4386156 14133010432 76206 33554432000 4194304 4196468 140721465257840 140553545148816 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26364] ppid=26358 vsize=13801768 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26364/stat : 26364 (java) S 26358 26358 7411 0 -1 1077944384 317 0 0 0 12 9 0 0 20 0 28 0 4386156 14133010432 76206 33554432000 4194304 4196468 140721465257840 140553544096272 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26365] ppid=26358 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26365/stat : 26365 (java) S 26358 26358 7411 0 -1 1077944384 2144 0 0 0 11 8 0 0 20 0 28 0 4386156 14133010432 76206 33554432000 4194304 4196468 140721465257840 140553203702416 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26366] ppid=26358 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26366/stat : 26366 (java) S 26358 26358 7411 0 -1 1077944384 633 0 0 0 11 8 0 0 20 0 28 0 4386156 14133010432 76206 33554432000 4194304 4196468 140721465257840 140553202649872 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26367] ppid=26358 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26367/stat : 26367 (java) S 26358 26358 7411 0 -1 1077944384 331 0 0 0 12 7 0 0 20 0 28 0 4386156 14133010432 76206 33554432000 4194304 4196468 140721465257840 140553201597328 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26368] ppid=26358 vsize=13801768 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26368/stat : 26368 (java) S 26358 26358 7411 0 -1 1077944384 1112 0 0 0 12 9 0 0 20 0 28 0 4386156 14133010432 76206 33554432000 4194304 4196468 140721465257840 140553200544784 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26369] ppid=26358 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26369/stat : 26369 (java) S 26358 26358 7411 0 -1 1077944384 955 0 0 0 11 8 0 0 20 0 28 0 4386156 14133010432 76206 33554432000 4194304 4196468 140721465257840 140553199492240 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26370] ppid=26358 vsize=13801768 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26370/stat : 26370 (java) S 26358 26358 7411 0 -1 1077944384 2064 0 0 0 6 7 0 0 20 0 28 0 4386158 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552338647024 140553607248514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26371] ppid=26358 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26371/stat : 26371 (java) S 26358 26358 7411 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 4386159 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552337593312 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26372] ppid=26358 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26372/stat : 26372 (java) S 26358 26358 7411 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 28 0 4386159 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552336540672 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26373] ppid=26358 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26373/stat : 26373 (java) S 26358 26358 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4386163 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552133667024 140553607255963 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26374] ppid=26358 vsize=13801768 CPUtime=3.81 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26374/stat : 26374 (java) S 26358 26358 7411 0 -1 1077944384 10733 0 0 0 380 1 0 0 20 0 28 0 4386163 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552132614640 140553607248514 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26375] ppid=26358 vsize=13801768 CPUtime=4.09 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26375/stat : 26375 (java) S 26358 26358 7411 0 -1 1077944384 10538 0 0 0 407 2 0 0 20 0 28 0 4386163 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552131562096 140553607248514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26376] ppid=26358 vsize=13801768 CPUtime=3.87 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26376/stat : 26376 (java) S 26358 26358 7411 0 -1 1077944384 11627 0 0 0 385 2 0 0 20 0 28 0 4386163 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552130509552 140553607248514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26377] ppid=26358 vsize=13801768 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26377/stat : 26377 (java) S 26358 26358 7411 0 -1 1077944384 6680 0 0 0 107 2 0 0 20 0 28 0 4386163 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552129457008 140553607248514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26378] ppid=26358 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26378/stat : 26378 (java) S 26358 26358 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4386163 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552128403680 140553607247573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26379] ppid=26358 vsize=13801768 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26379/stat : 26379 (java) S 26358 26358 7411 0 -1 1077944384 949 0 0 0 7 5 0 0 20 0 28 0 4386164 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552127351216 140553607248514 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26380] ppid=26358 vsize=13801768 CPUtime=297.33 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26380/stat : 26380 (java) R 26358 26358 7411 0 -1 4202560 1744 0 0 0 29731 2 0 0 20 0 28 0 4386494 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552119835144 140553232688266 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26381] ppid=26358 vsize=13801768 CPUtime=298.39 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26381/stat : 26381 (java) R 26358 26358 7411 0 -1 4202560 994 0 0 0 29839 0 0 0 20 0 28 0 4386494 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552118784024 140553232608257 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26382] ppid=26358 vsize=13801768 CPUtime=296.72 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26382/stat : 26382 (java) R 26358 26358 7411 0 -1 4202560 2185 0 0 0 29669 3 0 0 20 0 28 0 4386494 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552117731072 140553232608231 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26383] ppid=26358 vsize=13801768 CPUtime=298.79 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26383/stat : 26383 (java) R 26358 26358 7411 0 -1 4202560 1709 0 0 0 29876 3 0 0 20 0 28 0 4386494 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552116678936 140553232688710 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26384] ppid=26358 vsize=13801768 CPUtime=298.11 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26384/stat : 26384 (java) R 26358 26358 7411 0 -1 4202560 754 0 0 0 29811 0 0 0 20 0 28 0 4386494 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552115629072 140553229486464 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26385] ppid=26358 vsize=13801768 CPUtime=297.19 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26385/stat : 26385 (java) R 26358 26358 7411 0 -1 4202560 428 0 0 0 29719 0 0 0 20 0 28 0 4386494 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552114573848 140553227889606 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26386] ppid=26358 vsize=13801768 CPUtime=296.61 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26386/stat : 26386 (java) R 26358 26358 7411 0 -1 4202560 1034 0 0 0 29660 1 0 0 20 0 28 0 4386494 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552113520280 140553225329118 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
[pid=26359/tid=26387] ppid=26358 vsize=13801768 CPUtime=298.97 cores=0,2,4,6,8,10,12,14
/proc/26359/task/26387/stat : 26387 (java) R 26358 26358 7411 0 -1 4202560 540 0 0 0 29897 0 0 0 20 0 28 0 4386495 14133010432 76206 33554432000 4194304 4196468 140721465257840 140552112467736 140553232688502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11190272 140721465263292 140721465263468 140721465263468 140721465266127 0
Current children cumulated CPU time (s) 2400.33
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 26358 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1037
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2074
# CPU time returned by wait4() is 0.003111
# while last known CPU time is 2400.33
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 303.725
CPU time (s): 2400.33
CPU user time (s): 2399.27
CPU system time (s): 1.06
CPU usage (%): 790.298
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001037
system time used= 0.002074
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.87569 second user time and 3.84336 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-22 04:39:47
IDJOB=4247883
IDBENCH=130604
IDSOLVER=2626
FILE ID=node131/4247883-1500691187
RUNJOBID= node131-1500682620-7801
PBS_JOBID= 20623041
Free space on /tmp= 62012 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-09_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-4247883-1500691187/watcher-4247883-1500691187 -o /tmp/evaluation-result-4247883-1500691187/solver-4247883-1500691187 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7801 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 753622985 HOME/instance-4247883-1500691187.xml

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

MD5SUM BENCH= b61d3737b957190caa39e86626214229
RANDOM SEED=753622985

node131.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		: 1600.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	: 5334.06
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		: 1733.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	: 5334.06
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	: 5334.06
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	: 5334.06
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		: 1600.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	: 5334.06
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		: 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	: 5334.06
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		: 2667.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	: 5334.06
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		: 1600.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	: 5334.06
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:        30591720 kB
MemAvailable:   30750512 kB
Buffers:          111908 kB
Cached:           329432 kB
SwapCached:            0 kB
Active:          1455196 kB
Inactive:         290528 kB
Active(anon):    1306952 kB
Inactive(anon):     8680 kB
Active(file):     148244 kB
Inactive(file):   281848 kB
Unevictable:        5860 kB
Mlocked:            5860 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7704 kB
Writeback:             0 kB
AnonPages:       1395448 kB
Mapped:            42620 kB
Shmem:              8844 kB
Slab:             122940 kB
SReclaimable:      89068 kB
SUnreclaim:        33872 kB
KernelStack:        5152 kB
PageTables:         9080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2630032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1273856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 62004 MiB
End job on node131 at 2017-07-22 04:44:51