Trace number 4248247

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.26 303.012

General information on the benchmark

NameMagicSquare/MagicSquare-sum-s1/
MagicSquare-25-sum.xml
MD5SUMc23772f07578de48c6397f5cf6688c4d
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 variables625
Number of constraints53
Number of domains1
Minimum domain size625
Maximum domain size625
Distribution of domain sizes[{"size":625,"count":625}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":576},{"degree":4,"count":48},{"degree":5,"count":1}]
Minimum constraint arity25
Maximum constraint arity625
Distribution of constraint arities[{"arity":25,"count":52},{"arity":625,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":52}]
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-4248247-1500691803.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4248247-1500691803.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.25	c 8 solvers in parallel
0.00/0.31	c parse instance...
0.00/0.72	c solve instance...
2400.26/303.03	s UNKNOWN
2400.26/303.03	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-4248247-1500691803/watcher-4248247-1500691803 -o /tmp/evaluation-result-4248247-1500691803/solver-4248247-1500691803 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7802 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 54584389 HOME/instance-4248247-1500691803.xml 

pid=26848
running on 8 cores: 1,3,5,7,9,11,13,15

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: 10.38 10.06 12.33 10/272 26851
/proc/meminfo: memFree=25453756/32770624 swapFree=5860/283044
[pid=26851] ppid=26848 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26851/stat : 26851 (xcsp3-exec) S 26848 26851 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4447730 9740288 346 33554432000 4194304 5098028 140720472362448 140720472360552 140030033568380 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15474688 140720472368272 140720472368480 140720472368480 140720472371179 0
/proc/26851/statm: 2378 346 289 221 0 87 0

[startup+0.100073 s]
/proc/loadavg: 10.38 10.06 12.33 10/272 26851
/proc/meminfo: memFree=25453756/32770624 swapFree=5860/283044
[pid=26851] ppid=26848 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26851/stat : 26851 (xcsp3-exec) S 26848 26851 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4447730 9740288 346 33554432000 4194304 5098028 140720472362448 140720472360552 140030033568380 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15474688 140720472368272 140720472368480 140720472368480 140720472371179 0
/proc/26851/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200329 s]
/proc/loadavg: 10.38 10.06 12.33 10/272 26851
/proc/meminfo: memFree=25453756/32770624 swapFree=5860/283044
[pid=26851] ppid=26848 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26851/stat : 26851 (xcsp3-exec) S 26848 26851 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4447730 9740288 346 33554432000 4194304 5098028 140720472362448 140720472360552 140030033568380 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15474688 140720472368272 140720472368480 140720472368480 140720472371179 0
/proc/26851/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.368745 s]
/proc/loadavg: 10.38 10.06 12.33 10/272 26851
/proc/meminfo: memFree=25453756/32770624 swapFree=5860/283044
[pid=26851] ppid=26848 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26851/stat : 26851 (xcsp3-exec) S 26848 26851 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4447730 9740288 346 33554432000 4194304 5098028 140720472362448 140720472360552 140030033568380 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15474688 140720472368272 140720472368480 140720472368480 140720472371179 0
/proc/26851/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700224 s]
/proc/loadavg: 10.38 10.06 12.33 10/272 26851
/proc/meminfo: memFree=25453756/32770624 swapFree=5860/283044
[pid=26851] ppid=26848 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26851/stat : 26851 (xcsp3-exec) S 26848 26851 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4447730 9740288 346 33554432000 4194304 5098028 140720472362448 140720472360552 140030033568380 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15474688 140720472368272 140720472368480 140720472368480 140720472371179 0
/proc/26851/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50155 s]
/proc/loadavg: 10.38 10.06 12.33 20/301 26880
/proc/meminfo: memFree=25306984/32770624 swapFree=5860/283084
[pid=26851] ppid=26848 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26851/stat : 26851 (xcsp3-exec) S 26848 26851 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4447730 9740288 346 33554432000 4194304 5098028 140720472362448 140720472360552 140030033568380 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15474688 140720472368272 140720472368480 140720472368480 140720472371179 0
/proc/26851/statm: 2378 346 289 221 0 87 0
[pid=26852] ppid=26851 vsize=13801768 CPUtime=7.88 cores=1,3,5,7,9,11,13,15
/proc/26852/stat : 26852 (java) S 26851 26851 7411 0 -1 1077944320 15750 0 0 0 762 26 0 0 20 0 28 0 4447731 14133010432 56846 33554432000 4194304 4196468 140731621574112 140731621556656 140357998755575 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
/proc/26852/statm: 3450442 56846 3239 1 0 3437675 0
[pid=26852/tid=26853] ppid=26851 vsize=13801768 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26853/stat : 26853 (java) S 26851 26851 7411 0 -1 1077944384 6855 0 0 0 67 3 0 0 20 0 28 0 4447731 14133010432 56846 33554432000 4194304 4196468 140731621574112 140358002996352 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26855] ppid=26851 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26855/stat : 26855 (java) R 26851 26851 7411 0 -1 4202560 31 0 0 0 1 2 0 0 20 0 28 0 4447732 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357930892120 140357991862111 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26856] ppid=26851 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26856/stat : 26856 (java) R 26851 26851 7411 0 -1 4202560 25 0 0 0 1 1 0 0 20 0 28 0 4447732 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357929839320 140357983783467 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26857] ppid=26851 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26857/stat : 26857 (java) R 26851 26851 7411 0 -1 4202560 27 0 0 0 1 2 0 0 20 0 28 0 4447732 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357928786520 140357991852411 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26858] ppid=26851 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26858/stat : 26858 (java) R 26851 26851 7411 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 28 0 4447732 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357927733520 140357980381453 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26859] ppid=26851 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26859/stat : 26859 (java) R 26851 26851 7411 0 -1 4202560 25 0 0 0 1 2 0 0 20 0 28 0 4447732 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357926681944 140357983783458 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26860] ppid=26851 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26860/stat : 26860 (java) R 26851 26851 7411 0 -1 4202560 24 0 0 0 1 2 0 0 20 0 28 0 4447732 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357925629144 140357983783431 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26861] ppid=26851 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26861/stat : 26861 (java) R 26851 26851 7411 0 -1 4202560 19 0 0 0 0 1 0 0 20 0 28 0 4447732 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357924576144 140357991852411 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26862] ppid=26851 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26862/stat : 26862 (java) R 26851 26851 7411 0 -1 4202560 22 0 0 0 1 2 0 0 20 0 28 0 4447732 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357923523544 140357991852411 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26863] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26863/stat : 26863 (java) S 26851 26851 7411 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4447734 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357460911008 140357998765781 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26864] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26864/stat : 26864 (java) S 26851 26851 7411 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4447735 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357459858464 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26865] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26865/stat : 26865 (java) S 26851 26851 7411 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 4447735 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357458805616 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26866] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26866/stat : 26866 (java) S 26851 26851 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4447739 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357457753936 140357998774171 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26867] ppid=26851 vsize=13801768 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26867/stat : 26867 (java) S 26851 26851 7411 0 -1 1077944384 1401 0 0 0 55 0 0 0 20 0 28 0 4447739 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357456687312 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26868] ppid=26851 vsize=13801768 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26868/stat : 26868 (java) R 26851 26851 7411 0 -1 4202560 1115 0 0 0 58 0 0 0 20 0 28 0 4447739 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357455638400 140357980278121 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26869] ppid=26851 vsize=13801768 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26869/stat : 26869 (java) S 26851 26851 7411 0 -1 1077944384 2220 0 0 0 72 0 0 0 20 0 28 0 4447739 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357454587824 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26870] ppid=26851 vsize=13801768 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26870/stat : 26870 (java) S 26851 26851 7411 0 -1 1077944384 2186 0 0 0 51 1 0 0 20 0 28 0 4447739 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357453543920 140357998766722 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26871] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26871/stat : 26871 (java) S 26851 26851 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4447740 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357452491360 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26872] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26872/stat : 26872 (java) R 26851 26851 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4447740 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357383744048 140357998766722 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26873] ppid=26851 vsize=13801768 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26873/stat : 26873 (java) S 26851 26851 7411 0 -1 1077944384 60 0 0 0 54 0 0 0 20 0 28 0 4447804 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357376227616 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26874] ppid=26851 vsize=13801768 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26874/stat : 26874 (java) S 26851 26851 7411 0 -1 1077944384 47 0 0 0 60 0 0 0 20 0 28 0 4447804 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357375175952 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26875] ppid=26851 vsize=13801768 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26875/stat : 26875 (java) S 26851 26851 7411 0 -1 1077944384 61 0 0 0 61 0 0 0 20 0 28 0 4447804 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357374126544 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26876] ppid=26851 vsize=13801768 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26876/stat : 26876 (java) S 26851 26851 7411 0 -1 1077944384 77 0 0 0 53 0 0 0 20 0 28 0 4447804 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357373071376 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26877] ppid=26851 vsize=13801768 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26877/stat : 26877 (java) S 26851 26851 7411 0 -1 1077944384 35 0 0 0 51 0 0 0 20 0 28 0 4447804 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357372018576 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26878] ppid=26851 vsize=13801768 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26878/stat : 26878 (java) S 26851 26851 7411 0 -1 1077944384 36 0 0 0 61 0 0 0 20 0 28 0 4447804 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357370965776 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26879] ppid=26851 vsize=13801768 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26879/stat : 26879 (java) S 26851 26851 7411 0 -1 1077944384 36 0 0 0 45 0 0 0 20 0 28 0 4447804 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357369912976 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26880] ppid=26851 vsize=13801768 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26880/stat : 26880 (java) S 26851 26851 7411 0 -1 1077944384 52 0 0 0 56 0 0 0 20 0 28 0 4447804 14133010432 56846 33554432000 4194304 4196468 140731621574112 140357368860176 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 13811280

[startup+3.10147 s]
/proc/loadavg: 11.07 10.21 12.36 19/301 26880
/proc/meminfo: memFree=25105096/32770624 swapFree=5860/283084
[pid=26851] ppid=26848 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26851/stat : 26851 (xcsp3-exec) S 26848 26851 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4447730 9740288 346 33554432000 4194304 5098028 140720472362448 140720472360552 140030033568380 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15474688 140720472368272 140720472368480 140720472368480 140720472371179 0
/proc/26851/statm: 2378 346 289 221 0 87 0
[pid=26852] ppid=26851 vsize=13801768 CPUtime=20.48 cores=1,3,5,7,9,11,13,15
/proc/26852/stat : 26852 (java) S 26851 26851 7411 0 -1 1077944320 17029 0 0 0 2000 48 0 0 20 0 28 0 4447731 14133010432 140301 33554432000 4194304 4196468 140731621574112 140731621556656 140357998755575 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
/proc/26852/statm: 3450442 140301 3247 1 0 3437675 0
[pid=26852/tid=26853] ppid=26851 vsize=13801768 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26853/stat : 26853 (java) S 26851 26851 7411 0 -1 1077944384 6855 0 0 0 67 3 0 0 20 0 28 0 4447731 14133010432 140301 33554432000 4194304 4196468 140731621574112 140358002996352 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26855] ppid=26851 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26855/stat : 26855 (java) S 26851 26851 7411 0 -1 1077944384 53 0 0 0 3 5 0 0 20 0 28 0 4447732 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357930891920 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26856] ppid=26851 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26856/stat : 26856 (java) S 26851 26851 7411 0 -1 1077944384 40 0 0 0 2 3 0 0 20 0 28 0 4447732 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357929839120 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26857] ppid=26851 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26857/stat : 26857 (java) S 26851 26851 7411 0 -1 1077944384 39 0 0 0 2 4 0 0 20 0 28 0 4447732 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357928786320 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26858] ppid=26851 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26858/stat : 26858 (java) S 26851 26851 7411 0 -1 1077944384 43 0 0 0 3 3 0 0 20 0 28 0 4447732 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357927733520 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26859] ppid=26851 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26859/stat : 26859 (java) S 26851 26851 7411 0 -1 1077944384 49 0 0 0 3 4 0 0 20 0 28 0 4447732 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357926681744 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26860] ppid=26851 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26860/stat : 26860 (java) S 26851 26851 7411 0 -1 1077944384 31 0 0 0 2 3 0 0 20 0 28 0 4447732 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357925628944 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26861] ppid=26851 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26861/stat : 26861 (java) S 26851 26851 7411 0 -1 1077944384 39 0 0 0 2 3 0 0 20 0 28 0 4447732 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357924576144 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26862] ppid=26851 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26862/stat : 26862 (java) S 26851 26851 7411 0 -1 1077944384 44 0 0 0 3 5 0 0 20 0 28 0 4447732 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357923523344 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26863] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26863/stat : 26863 (java) S 26851 26851 7411 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 28 0 4447734 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357460912496 140357998766722 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26864] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26864/stat : 26864 (java) S 26851 26851 7411 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4447735 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357459858464 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26865] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26865/stat : 26865 (java) S 26851 26851 7411 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 4447735 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357458805616 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26866] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26866/stat : 26866 (java) S 26851 26851 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4447739 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357457753936 140357998774171 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26867] ppid=26851 vsize=13801768 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26867/stat : 26867 (java) S 26851 26851 7411 0 -1 1077944384 1475 0 0 0 106 0 0 0 20 0 28 0 4447739 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357456702320 140357998766722 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26868] ppid=26851 vsize=13801768 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26868/stat : 26868 (java) S 26851 26851 7411 0 -1 1077944384 1610 0 0 0 111 0 0 0 20 0 28 0 4447739 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357455649520 140357998766722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26869] ppid=26851 vsize=13801768 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26869/stat : 26869 (java) S 26851 26851 7411 0 -1 1077944384 2282 0 0 0 127 0 0 0 20 0 28 0 4447739 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357454596720 140357998766722 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26870] ppid=26851 vsize=13801768 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26870/stat : 26870 (java) S 26851 26851 7411 0 -1 1077944384 2271 0 0 0 61 1 0 0 20 0 28 0 4447739 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357453543920 140357998766722 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26871] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26871/stat : 26871 (java) S 26851 26851 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4447740 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357452491360 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26872] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26872/stat : 26872 (java) S 26851 26851 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4447740 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357383744048 140357998766722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26873] ppid=26851 vsize=13801768 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26873/stat : 26873 (java) R 26851 26851 7411 0 -1 4202560 95 0 0 0 181 0 0 0 20 0 28 0 4447804 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357376229760 140357607408679 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26874] ppid=26851 vsize=13801768 CPUtime=1.94 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26874/stat : 26874 (java) R 26851 26851 7411 0 -1 4202560 71 0 0 0 193 1 0 0 20 0 28 0 4447804 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357375178176 140357980404523 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26875] ppid=26851 vsize=13801768 CPUtime=1.9 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26875/stat : 26875 (java) R 26851 26851 7411 0 -1 4202560 100 0 0 0 190 0 0 0 20 0 28 0 4447804 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357374124304 140357606486677 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26876] ppid=26851 vsize=13801768 CPUtime=1.7 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26876/stat : 26876 (java) R 26851 26851 7411 0 -1 4202560 115 0 0 0 170 0 0 0 20 0 28 0 4447804 14133010432 140301 33554432000 4194304 4196468 140731621574112 140357373072136 140357606951669 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26877] ppid=26851 vsize=13801768 CPUtime=1.84 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26877/stat : 26877 (java) R 26851 26851 7411 0 -1 4202560 82 0 0 0 183 1 0 0 20 0 28 0 4447804 14133010432 140813 33554432000 4194304 4196468 140731621574112 140357372021048 140357606487365 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26878] ppid=26851 vsize=13801768 CPUtime=1.99 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26878/stat : 26878 (java) R 26851 26851 7411 0 -1 4202560 74 0 0 0 198 1 0 0 20 0 28 0 4447804 14133010432 140813 33554432000 4194304 4196468 140731621574112 140357370966072 140357607408739 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26879] ppid=26851 vsize=13801768 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26879/stat : 26879 (java) R 26851 26851 7411 0 -1 4202560 66 0 0 0 177 0 0 0 20 0 28 0 4447804 14133010432 140813 33554432000 4194304 4196468 140731621574112 140357369913768 140357606098648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26880] ppid=26851 vsize=13801768 CPUtime=2.06 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26880/stat : 26880 (java) R 26851 26851 7411 0 -1 4202560 90 0 0 0 205 1 0 0 20 0 28 0 4447804 14133010432 140813 33554432000 4194304 4196468 140731621574112 140357368862712 140357607442580 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
Current children cumulated CPU time (s) 20.48
Current children cumulated vsize (KiB) 13811280

[startup+6.30156 s]
/proc/loadavg: 11.07 10.21 12.36 18/301 26880
/proc/meminfo: memFree=24582612/32770624 swapFree=5860/283096

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

[pid=26852/tid=26879] ppid=26851 vsize=13801768 CPUtime=218.75 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26879/stat : 26879 (java) R 26851 26851 7411 0 -1 4202560 2211 0 0 0 21869 6 0 0 20 0 28 0 4447804 14133010432 796442 33554432000 4194304 4196468 140731621574112 140357369912888 140357607215492 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26880] ppid=26851 vsize=13801768 CPUtime=218.78 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26880/stat : 26880 (java) R 26851 26851 7411 0 -1 4202560 1351 0 0 0 21872 6 0 0 20 0 28 0 4447804 14133010432 796442 33554432000 4194304 4196468 140731621574112 140357368860312 140357602192146 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
Current children cumulated CPU time (s) 1762.66
Current children cumulated vsize (KiB) 13811280

[startup+282.302 s]
/proc/loadavg: 9.81 11.19 12.37 10/293 26972
/proc/meminfo: memFree=23375916/32770624 swapFree=5860/285788
[pid=26851] ppid=26848 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26851/stat : 26851 (xcsp3-exec) S 26848 26851 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4447730 9740288 346 33554432000 4194304 5098028 140720472362448 140720472360552 140030033568380 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15474688 140720472368272 140720472368480 140720472368480 140720472371179 0
/proc/26851/statm: 2378 346 289 221 0 87 0
[pid=26852] ppid=26851 vsize=13801768 CPUtime=2236.61 cores=1,3,5,7,9,11,13,15
/proc/26852/stat : 26852 (java) S 26851 26851 7411 0 -1 1077944320 71034 0 0 0 223376 285 0 0 20 0 28 0 4447731 14133010432 778357 33554432000 4194304 4196468 140731621574112 140731621556656 140357998755575 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
/proc/26852/statm: 3450442 778357 3270 1 0 3437675 0
[pid=26852/tid=26853] ppid=26851 vsize=13801768 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26853/stat : 26853 (java) S 26851 26851 7411 0 -1 1077944384 6855 0 0 0 67 3 0 0 20 0 28 0 4447731 14133010432 778357 33554432000 4194304 4196468 140731621574112 140358002996352 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26855] ppid=26851 vsize=13801768 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26855/stat : 26855 (java) S 26851 26851 7411 0 -1 1077944384 1396 0 0 0 46 19 0 0 20 0 28 0 4447732 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357930891920 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26856] ppid=26851 vsize=13801768 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26856/stat : 26856 (java) S 26851 26851 7411 0 -1 1077944384 586 0 0 0 48 16 0 0 20 0 28 0 4447732 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357929839120 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26857] ppid=26851 vsize=13801768 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26857/stat : 26857 (java) S 26851 26851 7411 0 -1 1077944384 558 0 0 0 45 16 0 0 20 0 28 0 4447732 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357928786320 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26858] ppid=26851 vsize=13801768 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26858/stat : 26858 (java) S 26851 26851 7411 0 -1 1077944384 949 0 0 0 50 15 0 0 20 0 28 0 4447732 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357927733520 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26859] ppid=26851 vsize=13801768 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26859/stat : 26859 (java) S 26851 26851 7411 0 -1 1077944384 1216 0 0 0 50 17 0 0 20 0 28 0 4447732 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357926681744 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26860] ppid=26851 vsize=13801768 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26860/stat : 26860 (java) S 26851 26851 7411 0 -1 1077944384 1881 0 0 0 45 17 0 0 20 0 28 0 4447732 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357925628944 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26861] ppid=26851 vsize=13801768 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26861/stat : 26861 (java) S 26851 26851 7411 0 -1 1077944384 1463 0 0 0 47 16 0 0 20 0 28 0 4447732 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357924576144 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26862] ppid=26851 vsize=13801768 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26862/stat : 26862 (java) S 26851 26851 7411 0 -1 1077944384 917 0 0 0 49 19 0 0 20 0 28 0 4447732 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357923523344 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26863] ppid=26851 vsize=13801768 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26863/stat : 26863 (java) S 26851 26851 7411 0 -1 1077944384 4481 0 0 0 41 59 0 0 20 0 28 0 4447734 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357460912496 140357998766722 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26864] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26864/stat : 26864 (java) S 26851 26851 7411 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 4447735 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357459858528 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26865] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26865/stat : 26865 (java) S 26851 26851 7411 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 28 0 4447735 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357458805632 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26866] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26866/stat : 26866 (java) S 26851 26851 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4447739 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357457753936 140357998774171 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26867] ppid=26851 vsize=13801768 CPUtime=2.88 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26867/stat : 26867 (java) S 26851 26851 7411 0 -1 1077944384 7806 0 0 0 287 1 0 0 20 0 28 0 4447739 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357456702320 140357998766722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26868] ppid=26851 vsize=13801768 CPUtime=2.6 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26868/stat : 26868 (java) S 26851 26851 7411 0 -1 1077944384 6472 0 0 0 259 1 0 0 20 0 28 0 4447739 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357455649520 140357998766722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26869] ppid=26851 vsize=13801768 CPUtime=2.42 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26869/stat : 26869 (java) S 26851 26851 7411 0 -1 1077944384 7768 0 0 0 241 1 0 0 20 0 28 0 4447739 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357454596720 140357998766722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26870] ppid=26851 vsize=13801768 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26870/stat : 26870 (java) S 26851 26851 7411 0 -1 1077944384 5591 0 0 0 89 1 0 0 20 0 28 0 4447739 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357453543920 140357998766722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26871] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26871/stat : 26871 (java) S 26851 26851 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4447740 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357452491360 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26872] ppid=26851 vsize=13801768 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26872/stat : 26872 (java) S 26851 26851 7411 0 -1 1077944384 525 0 0 0 7 8 0 0 20 0 28 0 4447740 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357383744048 140357998766722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26873] ppid=26851 vsize=13801768 CPUtime=277.96 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26873/stat : 26873 (java) R 26851 26851 7411 0 -1 4202560 2019 0 0 0 27790 6 0 0 20 0 28 0 4447804 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357376227464 140357608959018 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26874] ppid=26851 vsize=13801768 CPUtime=277.85 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26874/stat : 26874 (java) R 26851 26851 7411 0 -1 4202560 2668 0 0 0 27779 6 0 0 20 0 28 0 4447804 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357375176088 140357606098367 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26875] ppid=26851 vsize=13801768 CPUtime=275.22 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26875/stat : 26875 (java) R 26851 26851 7411 0 -1 4202560 4176 0 0 0 27509 13 0 0 20 0 28 0 4447804 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357374124112 140357608958859 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26876] ppid=26851 vsize=13801768 CPUtime=278.39 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26876/stat : 26876 (java) R 26851 26851 7411 0 -1 4202560 4999 0 0 0 27823 16 0 0 20 0 28 0 4447804 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357373071704 140357608970190 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26877] ppid=26851 vsize=13801768 CPUtime=277.78 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26877/stat : 26877 (java) R 26851 26851 7411 0 -1 4202560 1883 0 0 0 27773 5 0 0 20 0 28 0 4447804 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357372018936 140357608969532 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26878] ppid=26851 vsize=13801768 CPUtime=277.74 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26878/stat : 26878 (java) R 26851 26851 7411 0 -1 4202560 1278 0 0 0 27767 7 0 0 20 0 28 0 4447804 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357370966616 140357602192146 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26879] ppid=26851 vsize=13801768 CPUtime=277.65 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26879/stat : 26879 (java) R 26851 26851 7411 0 -1 4202560 2665 0 0 0 27759 6 0 0 20 0 28 0 4447804 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357369913304 140357606951504 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26880] ppid=26851 vsize=13801768 CPUtime=277.97 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26880/stat : 26880 (java) R 26851 26851 7411 0 -1 4202560 1523 0 0 0 27790 7 0 0 20 0 28 0 4447804 14133010432 778357 33554432000 4194304 4196468 140731621574112 140357368862816 140357607987076 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
Current children cumulated CPU time (s) 2236.61
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+303.001 s]
/proc/loadavg: 9.48 11.00 12.27 10/291 26973
/proc/meminfo: memFree=23194008/32770624 swapFree=5860/285812
[pid=26851] ppid=26848 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26851/stat : 26851 (xcsp3-exec) S 26848 26851 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4447730 9740288 346 33554432000 4194304 5098028 140720472362448 140720472360552 140030033568380 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15474688 140720472368272 140720472368480 140720472368480 140720472371179 0
/proc/26851/statm: 2378 346 289 221 0 87 0
[pid=26852] ppid=26851 vsize=13801768 CPUtime=2400.26 cores=1,3,5,7,9,11,13,15
/proc/26852/stat : 26852 (java) S 26851 26851 7411 0 -1 1077944320 74152 0 0 0 239724 302 0 0 20 0 28 0 4447731 14133010432 772363 33554432000 4194304 4196468 140731621574112 140731621556656 140357998755575 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
/proc/26852/statm: 3450442 772363 3270 1 0 3437675 0
[pid=26852/tid=26853] ppid=26851 vsize=13801768 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26853/stat : 26853 (java) S 26851 26851 7411 0 -1 1077944384 6855 0 0 0 67 3 0 0 20 0 28 0 4447731 14133010432 772363 33554432000 4194304 4196468 140731621574112 140358002996352 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26855] ppid=26851 vsize=13801768 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26855/stat : 26855 (java) S 26851 26851 7411 0 -1 1077944384 1459 0 0 0 52 20 0 0 20 0 28 0 4447732 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357930891920 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26856] ppid=26851 vsize=13801768 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26856/stat : 26856 (java) S 26851 26851 7411 0 -1 1077944384 630 0 0 0 54 17 0 0 20 0 28 0 4447732 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357929839120 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26857] ppid=26851 vsize=13801768 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26857/stat : 26857 (java) S 26851 26851 7411 0 -1 1077944384 613 0 0 0 51 17 0 0 20 0 28 0 4447732 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357928786320 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26858] ppid=26851 vsize=13801768 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26858/stat : 26858 (java) S 26851 26851 7411 0 -1 1077944384 1157 0 0 0 56 16 0 0 20 0 28 0 4447732 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357927733520 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26859] ppid=26851 vsize=13801768 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26859/stat : 26859 (java) S 26851 26851 7411 0 -1 1077944384 1246 0 0 0 56 18 0 0 20 0 28 0 4447732 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357926681744 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26860] ppid=26851 vsize=13801768 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26860/stat : 26860 (java) S 26851 26851 7411 0 -1 1077944384 1910 0 0 0 51 17 0 0 20 0 28 0 4447732 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357925628944 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26861] ppid=26851 vsize=13801768 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26861/stat : 26861 (java) S 26851 26851 7411 0 -1 1077944384 1501 0 0 0 52 17 0 0 20 0 28 0 4447732 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357924576144 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26862] ppid=26851 vsize=13801768 CPUtime=0.73 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26862/stat : 26862 (java) S 26851 26851 7411 0 -1 1077944384 1031 0 0 0 53 20 0 0 20 0 28 0 4447732 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357923523344 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26863] ppid=26851 vsize=13801768 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26863/stat : 26863 (java) S 26851 26851 7411 0 -1 1077944384 4733 0 0 0 47 69 0 0 20 0 28 0 4447734 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357460912496 140357998766722 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26864] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26864/stat : 26864 (java) S 26851 26851 7411 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 4447735 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357459858528 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26865] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26865/stat : 26865 (java) S 26851 26851 7411 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 28 0 4447735 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357458805632 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26866] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26866/stat : 26866 (java) S 26851 26851 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4447739 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357457753936 140357998774171 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26867] ppid=26851 vsize=13801768 CPUtime=2.88 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26867/stat : 26867 (java) S 26851 26851 7411 0 -1 1077944384 7807 0 0 0 287 1 0 0 20 0 28 0 4447739 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357456702320 140357998766722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26868] ppid=26851 vsize=13801768 CPUtime=2.6 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26868/stat : 26868 (java) S 26851 26851 7411 0 -1 1077944384 6472 0 0 0 259 1 0 0 20 0 28 0 4447739 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357455649520 140357998766722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26869] ppid=26851 vsize=13801768 CPUtime=2.44 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26869/stat : 26869 (java) S 26851 26851 7411 0 -1 1077944384 8856 0 0 0 243 1 0 0 20 0 28 0 4447739 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357454596720 140357998766722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26870] ppid=26851 vsize=13801768 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26870/stat : 26870 (java) S 26851 26851 7411 0 -1 1077944384 5591 0 0 0 89 1 0 0 20 0 28 0 4447739 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357453543920 140357998766722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26871] ppid=26851 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26871/stat : 26871 (java) S 26851 26851 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4447740 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357452491360 140357998765781 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26872] ppid=26851 vsize=13801768 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26872/stat : 26872 (java) S 26851 26851 7411 0 -1 1077944384 552 0 0 0 8 9 0 0 20 0 28 0 4447740 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357383744048 140357998766722 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26873] ppid=26851 vsize=13801768 CPUtime=298.37 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26873/stat : 26873 (java) R 26851 26851 7411 0 -1 4202560 2134 0 0 0 29831 6 0 0 20 0 28 0 4447804 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357376227960 140357606950155 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26874] ppid=26851 vsize=13801768 CPUtime=298.28 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26874/stat : 26874 (java) R 26851 26851 7411 0 -1 4202560 2996 0 0 0 29821 7 0 0 20 0 28 0 4447804 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357375176280 140357602192142 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26875] ppid=26851 vsize=13801768 CPUtime=295.64 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26875/stat : 26875 (java) R 26851 26851 7411 0 -1 4202560 4340 0 0 0 29551 13 0 0 20 0 28 0 4447804 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357374124312 140357608970208 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26876] ppid=26851 vsize=13801768 CPUtime=298.91 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26876/stat : 26876 (java) R 26851 26851 7411 0 -1 4202560 5092 0 0 0 29875 16 0 0 20 0 28 0 4447804 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357373074528 140357606950954 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26877] ppid=26851 vsize=13801768 CPUtime=298.19 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26877/stat : 26877 (java) R 26851 26851 7411 0 -1 4202560 2009 0 0 0 29813 6 0 0 20 0 28 0 4447804 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357372018584 140357608958832 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26878] ppid=26851 vsize=13801768 CPUtime=297.92 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26878/stat : 26878 (java) R 26851 26851 7411 0 -1 4202560 1299 0 0 0 29785 7 0 0 20 0 28 0 4447804 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357370965912 140357606923034 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26879] ppid=26851 vsize=13801768 CPUtime=297.93 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26879/stat : 26879 (java) R 26851 26851 7411 0 -1 4202560 2853 0 0 0 29786 7 0 0 20 0 28 0 4447804 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357369913112 140357609732801 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
[pid=26852/tid=26880] ppid=26851 vsize=13801768 CPUtime=298.28 cores=1,3,5,7,9,11,13,15
/proc/26852/task/26880/stat : 26880 (java) R 26851 26851 7411 0 -1 4202560 1657 0 0 0 29821 7 0 0 20 0 28 0 4447804 14133010432 772363 33554432000 4194304 4196468 140731621574112 140357368860112 140357608958875 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8564736 140731621582012 140731621582188 140731621582188 140731621584847 0
Current children cumulated CPU time (s) 2400.26
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 26852 sig 9
??? kill 26851 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 303.012
CPU time (s): 2400.26
CPU user time (s): 2397.24
CPU system time (s): 3.02
CPU usage (%): 792.133
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001597
system time used= 0.001597
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= 2

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.77327 second user time and 4.54873 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-22 04:50:03
IDJOB=4248247
IDBENCH=133234
IDSOLVER=2626
FILE ID=node131/4248247-1500691803
RUNJOBID= node131-1500682620-7802
PBS_JOBID= 20623041
Free space on /tmp= 62012 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/MagicSquare/MagicSquare-sum-s1/MagicSquare-25-sum.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-4248247-1500691803/watcher-4248247-1500691803 -o /tmp/evaluation-result-4248247-1500691803/solver-4248247-1500691803 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7802 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 54584389 HOME/instance-4248247-1500691803.xml

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

MD5SUM BENCH= c23772f07578de48c6397f5cf6688c4d
RANDOM SEED=54584389

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		: 2668.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		: 1600.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		: 2668.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		: 1600.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		: 2668.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		: 1600.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		: 2668.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		: 1600.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		: 2668.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		: 1733.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		: 2668.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		: 1733.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		: 2668.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		: 1600.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		: 2668.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		: 1600.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:        25454584 kB
MemAvailable:   25614700 kB
Buffers:          112516 kB
Cached:           329868 kB
SwapCached:            0 kB
Active:          6581280 kB
Inactive:         291724 kB
Active(anon):    6432988 kB
Inactive(anon):     8680 kB
Active(file):     148292 kB
Inactive(file):   283044 kB
Unevictable:        5860 kB
Mlocked:            5860 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7840 kB
Writeback:             0 kB
AnonPages:       6428936 kB
Mapped:            42696 kB
Shmem:              8844 kB
Slab:             123276 kB
SReclaimable:      89228 kB
SUnreclaim:        34048 kB
KernelStack:        5072 kB
PageTables:        18044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8312556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6244352 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= 61956 MiB
End job on node131 at 2017-07-22 04:55:06