Trace number 4248246

Some explanations

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

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

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

Solver answer on this benchmark

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

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-4248246-1500691519.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4248246-1500691519.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
0.00/0.70	c solve instance...
2400.70/303.14	s UNKNOWN
2400.70/303.14	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-4248246-1500691519/watcher-4248246-1500691519 -o /tmp/evaluation-result-4248246-1500691519/solver-4248246-1500691519 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16945 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 920904505 HOME/instance-4248246-1500691519.xml 

pid=15695
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.91 11.64 12.26 10/273 15698
/proc/meminfo: memFree=27404208/32770624 swapFree=5900/264116
[pid=15698] ppid=15695 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15698/stat : 15698 (xcsp3-exec) S 15695 15698 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4418893 9740288 346 33554432000 4194304 5098028 140725429426768 140725429424872 140181729772156 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 15872000 140725429429391 140725429429600 140725429429600 140725429432299 0
/proc/15698/statm: 2378 346 289 221 0 87 0

[startup+0.100101 s]
/proc/loadavg: 10.91 11.64 12.26 10/273 15698
/proc/meminfo: memFree=27404208/32770624 swapFree=5900/264116
[pid=15698] ppid=15695 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15698/stat : 15698 (xcsp3-exec) S 15695 15698 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4418893 9740288 346 33554432000 4194304 5098028 140725429426768 140725429424872 140181729772156 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 15872000 140725429429391 140725429429600 140725429429600 140725429432299 0
/proc/15698/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200259 s]
/proc/loadavg: 10.91 11.64 12.26 10/273 15698
/proc/meminfo: memFree=27404208/32770624 swapFree=5900/264116
[pid=15698] ppid=15695 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15698/stat : 15698 (xcsp3-exec) S 15695 15698 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4418893 9740288 346 33554432000 4194304 5098028 140725429426768 140725429424872 140181729772156 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 15872000 140725429429391 140725429429600 140725429429600 140725429432299 0
/proc/15698/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.30023 s]
/proc/loadavg: 10.91 11.64 12.26 10/273 15698
/proc/meminfo: memFree=27404208/32770624 swapFree=5900/264116
[pid=15698] ppid=15695 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15698/stat : 15698 (xcsp3-exec) S 15695 15698 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4418893 9740288 346 33554432000 4194304 5098028 140725429426768 140725429424872 140181729772156 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 15872000 140725429429391 140725429429600 140725429429600 140725429432299 0
/proc/15698/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700199 s]
/proc/loadavg: 10.91 11.64 12.26 10/273 15698
/proc/meminfo: memFree=27404208/32770624 swapFree=5900/264116
[pid=15698] ppid=15695 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15698/stat : 15698 (xcsp3-exec) S 15695 15698 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4418893 9740288 346 33554432000 4194304 5098028 140725429426768 140725429424872 140181729772156 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 15872000 140725429429391 140725429429600 140725429429600 140725429432299 0
/proc/15698/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50158 s]
/proc/loadavg: 10.91 11.64 12.26 17/302 15727
/proc/meminfo: memFree=27260016/32770624 swapFree=5900/264184
[pid=15698] ppid=15695 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15698/stat : 15698 (xcsp3-exec) S 15695 15698 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4418893 9740288 346 33554432000 4194304 5098028 140725429426768 140725429424872 140181729772156 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 15872000 140725429429391 140725429429600 140725429429600 140725429432299 0
/proc/15698/statm: 2378 346 289 221 0 87 0
[pid=15699] ppid=15698 vsize=13801768 CPUtime=7.91 cores=1,3,5,7,9,11,13,15
/proc/15699/stat : 15699 (java) S 15698 15698 16913 0 -1 1077944320 15910 0 0 0 775 16 0 0 20 0 28 0 4418893 14133010432 51962 33554432000 4194304 4196468 140724943506208 140724943488752 139947015720695 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
/proc/15699/statm: 3450442 51962 3237 1 0 3437675 0
[pid=15699/tid=15700] ppid=15698 vsize=13801768 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15700/stat : 15700 (java) S 15698 15698 16913 0 -1 1077944384 6841 0 0 0 66 3 0 0 20 0 28 0 4418894 14133010432 51962 33554432000 4194304 4196468 140724943506208 139947019961472 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15702] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15702/stat : 15702 (java) S 15698 15698 16913 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 4418895 14133010432 51962 33554432000 4194304 4196468 140724943506208 139946947857168 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15703] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15703/stat : 15703 (java) S 15698 15698 16913 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 4418895 14133010432 51962 33554432000 4194304 4196468 140724943506208 139946613509008 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15704] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15704/stat : 15704 (java) S 15698 15698 16913 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 4418895 14133010432 51962 33554432000 4194304 4196468 140724943506208 139946612456464 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15705] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15705/stat : 15705 (java) S 15698 15698 16913 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4418895 14133010432 51962 33554432000 4194304 4196468 140724943506208 139946611403920 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15706] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15706/stat : 15706 (java) S 15698 15698 16913 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 4418895 14133010432 51962 33554432000 4194304 4196468 140724943506208 139946610350352 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15707] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15707/stat : 15707 (java) S 15698 15698 16913 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 4418895 14133010432 51962 33554432000 4194304 4196468 140724943506208 139946609297808 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15708] ppid=15698 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15708/stat : 15708 (java) S 15698 15698 16913 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 28 0 4418895 14133010432 51962 33554432000 4194304 4196468 140724943506208 139946608245264 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15709] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15709/stat : 15709 (java) S 15698 15698 16913 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 4418895 14133010432 51962 33554432000 4194304 4196468 140724943506208 139946607192720 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15710] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15710/stat : 15710 (java) S 15698 15698 16913 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 28 0 4418897 14133010432 51962 33554432000 4194304 4196468 140724943506208 139946545211888 139947015731842 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15711] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15711/stat : 15711 (java) S 15698 15698 16913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4418898 14133010432 51962 33554432000 4194304 4196468 140724943506208 139945745835488 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15712] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15712/stat : 15712 (java) S 15698 15698 16913 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4418898 14133010432 51962 33554432000 4194304 4196468 140724943506208 139945744782848 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15713] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15713/stat : 15713 (java) S 15698 15698 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4418901 14133010432 51962 33554432000 4194304 4196468 140724943506208 139945743731408 139947015739291 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15714] ppid=15698 vsize=13801768 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15714/stat : 15714 (java) R 15698 15698 16913 0 -1 4202560 2247 0 0 0 71 0 0 0 20 0 28 0 4418902 14133010432 51962 33554432000 4194304 4196468 140724943506208 139945742670488 139946995232464 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15715] ppid=15698 vsize=13801768 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15715/stat : 15715 (java) R 15698 15698 16913 0 -1 4202560 1273 0 0 0 56 0 0 0 20 0 28 0 4418902 14133010432 51962 33554432000 4194304 4196468 140724943506208 139945741613776 139947000601951 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15716] ppid=15698 vsize=13801768 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15716/stat : 15716 (java) R 15698 15698 16913 0 -1 4202560 1204 0 0 0 72 0 0 0 20 0 28 0 4418902 14133010432 51962 33554432000 4194304 4196468 140724943506208 139945740562872 139946995415808 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15717] ppid=15698 vsize=13801768 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15717/stat : 15717 (java) S 15698 15698 16913 0 -1 1077944384 2460 0 0 0 47 0 0 0 20 0 28 0 4418902 14133010432 51962 33554432000 4194304 4196468 140724943506208 139945739520368 139947015731842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15718] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15718/stat : 15718 (java) S 15698 15698 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4418902 14133010432 51962 33554432000 4194304 4196468 140724943506208 139945133992672 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15719] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15719/stat : 15719 (java) S 15698 15698 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4418902 14133010432 51962 33554432000 4194304 4196468 140724943506208 139945132940208 139947015731842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15720] ppid=15698 vsize=13801768 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15720/stat : 15720 (java) R 15698 15698 16913 0 -1 4202560 55 0 0 0 61 0 0 0 20 0 28 0 4418965 14133010432 51962 33554432000 4194304 4196468 140724943506208 139945125424176 139946632400922 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15721] ppid=15698 vsize=13801768 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15721/stat : 15721 (java) R 15698 15698 16913 0 -1 4202560 50 0 0 0 58 0 0 0 20 0 28 0 4418965 14133010432 51962 33554432000 4194304 4196468 140724943506208 139945124373224 139946632401058 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15722] ppid=15698 vsize=13801768 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15722/stat : 15722 (java) R 15698 15698 16913 0 -1 4202560 40 0 0 0 53 0 0 0 20 0 28 0 4418965 14133010432 51962 33554432000 4194304 4196468 140724943506208 139945123319360 139946631715866 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15723] ppid=15698 vsize=13801768 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15723/stat : 15723 (java) R 15698 15698 16913 0 -1 4202560 77 0 0 0 54 0 0 0 20 0 28 0 4418965 14133010432 51962 33554432000 4194304 4196468 140724943506208 139945122267464 139946631715723 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15724] ppid=15698 vsize=13801768 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15724/stat : 15724 (java) R 15698 15698 16913 0 -1 4202560 41 0 0 0 59 0 0 0 20 0 28 0 4418965 14133010432 51962 33554432000 4194304 4196468 140724943506208 139945121216240 139946632400908 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15725] ppid=15698 vsize=13801768 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15725/stat : 15725 (java) R 15698 15698 16913 0 -1 4202560 39 0 0 0 57 0 0 0 20 0 28 0 4418965 14133010432 51962 33554432000 4194304 4196468 140724943506208 139945120162024 139946632400452 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15726] ppid=15698 vsize=13801768 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15726/stat : 15726 (java) R 15698 15698 16913 0 -1 4202560 43 0 0 0 58 0 0 0 20 0 28 0 4418965 14133010432 51962 33554432000 4194304 4196468 140724943506208 139945119109304 139946632294097 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15727] ppid=15698 vsize=13801768 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15727/stat : 15727 (java) R 15698 15698 16913 0 -1 4202560 46 0 0 0 52 0 0 0 20 0 28 0 4418965 14133010432 51962 33554432000 4194304 4196468 140724943506208 139945118058728 139946632293916 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 13811280

[startup+3.10158 s]
/proc/loadavg: 10.91 11.64 12.26 18/302 15727
/proc/meminfo: memFree=27053768/32770624 swapFree=5900/264188
[pid=15698] ppid=15695 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15698/stat : 15698 (xcsp3-exec) S 15695 15698 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4418893 9740288 346 33554432000 4194304 5098028 140725429426768 140725429424872 140181729772156 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 15872000 140725429429391 140725429429600 140725429429600 140725429432299 0
/proc/15698/statm: 2378 346 289 221 0 87 0
[pid=15699] ppid=15698 vsize=13801768 CPUtime=20.53 cores=1,3,5,7,9,11,13,15
/proc/15699/stat : 15699 (java) S 15698 15698 16913 0 -1 1077944320 17181 0 0 0 2001 52 0 0 20 0 28 0 4418893 14133010432 105941 33554432000 4194304 4196468 140724943506208 140724943488752 139947015720695 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
/proc/15699/statm: 3450442 105941 3250 1 0 3437675 0
[pid=15699/tid=15700] ppid=15698 vsize=13801768 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15700/stat : 15700 (java) S 15698 15698 16913 0 -1 1077944384 6841 0 0 0 66 3 0 0 20 0 28 0 4418894 14133010432 105976 33554432000 4194304 4196468 140724943506208 139947019961472 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15702] ppid=15698 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15702/stat : 15702 (java) S 15698 15698 16913 0 -1 1077944384 36 0 0 0 4 3 0 0 20 0 28 0 4418895 14133010432 105976 33554432000 4194304 4196468 140724943506208 139946947857168 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15703] ppid=15698 vsize=13801768 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15703/stat : 15703 (java) S 15698 15698 16913 0 -1 1077944384 55 0 0 0 4 5 0 0 20 0 28 0 4418895 14133010432 105976 33554432000 4194304 4196468 140724943506208 139946613509008 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15704] ppid=15698 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15704/stat : 15704 (java) S 15698 15698 16913 0 -1 1077944384 48 0 0 0 3 4 0 0 20 0 28 0 4418895 14133010432 105976 33554432000 4194304 4196468 140724943506208 139946612456464 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15705] ppid=15698 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15705/stat : 15705 (java) S 15698 15698 16913 0 -1 1077944384 55 0 0 0 3 5 0 0 20 0 28 0 4418895 14133010432 105976 33554432000 4194304 4196468 140724943506208 139946611403920 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15706] ppid=15698 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15706/stat : 15706 (java) S 15698 15698 16913 0 -1 1077944384 41 0 0 0 3 4 0 0 20 0 28 0 4418895 14133010432 105976 33554432000 4194304 4196468 140724943506208 139946610350352 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15707] ppid=15698 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15707/stat : 15707 (java) S 15698 15698 16913 0 -1 1077944384 50 0 0 0 2 3 0 0 20 0 28 0 4418895 14133010432 105976 33554432000 4194304 4196468 140724943506208 139946609297808 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15708] ppid=15698 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15708/stat : 15708 (java) S 15698 15698 16913 0 -1 1077944384 49 0 0 0 3 5 0 0 20 0 28 0 4418895 14133010432 105976 33554432000 4194304 4196468 140724943506208 139946608245264 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15709] ppid=15698 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15709/stat : 15709 (java) S 15698 15698 16913 0 -1 1077944384 43 0 0 0 3 5 0 0 20 0 28 0 4418895 14133010432 105976 33554432000 4194304 4196468 140724943506208 139946607192720 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15710] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15710/stat : 15710 (java) S 15698 15698 16913 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 28 0 4418897 14133010432 105976 33554432000 4194304 4196468 140724943506208 139946545211888 139947015731842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15711] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15711/stat : 15711 (java) S 15698 15698 16913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4418898 14133010432 105976 33554432000 4194304 4196468 140724943506208 139945745835488 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15712] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15712/stat : 15712 (java) S 15698 15698 16913 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4418898 14133010432 105976 33554432000 4194304 4196468 140724943506208 139945744782848 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15713] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15713/stat : 15713 (java) S 15698 15698 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4418901 14133010432 105976 33554432000 4194304 4196468 140724943506208 139945743731408 139947015739291 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15714] ppid=15698 vsize=13801768 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15714/stat : 15714 (java) S 15698 15698 16913 0 -1 1077944384 2320 0 0 0 127 0 0 0 20 0 28 0 4418902 14133010432 105976 33554432000 4194304 4196468 140724943506208 139945742678000 139947015731842 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15715] ppid=15698 vsize=13801768 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15715/stat : 15715 (java) S 15698 15698 16913 0 -1 1077944384 1416 0 0 0 106 0 0 0 20 0 28 0 4418902 14133010432 105976 33554432000 4194304 4196468 140724943506208 139945741625456 139947015731842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15716] ppid=15698 vsize=13801768 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15716/stat : 15716 (java) S 15698 15698 16913 0 -1 1077944384 1260 0 0 0 118 0 0 0 20 0 28 0 4418902 14133010432 105976 33554432000 4194304 4196468 140724943506208 139945740572912 139947015731842 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15717] ppid=15698 vsize=13801768 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15717/stat : 15717 (java) S 15698 15698 16913 0 -1 1077944384 2597 0 0 0 60 0 0 0 20 0 28 0 4418902 14133010432 105976 33554432000 4194304 4196468 140724943506208 139945739520368 139947015731842 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15718] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15718/stat : 15718 (java) S 15698 15698 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4418902 14133010432 105976 33554432000 4194304 4196468 140724943506208 139945133992672 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15719] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15719/stat : 15719 (java) S 15698 15698 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4418902 14133010432 105976 33554432000 4194304 4196468 140724943506208 139945132940208 139947015731842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15720] ppid=15698 vsize=13801768 CPUtime=1.98 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15720/stat : 15720 (java) R 15698 15698 16913 0 -1 4202560 81 0 0 0 198 0 0 0 20 0 28 0 4418965 14133010432 106488 33554432000 4194304 4196468 140724943506208 139945125426280 139946632400511 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15721] ppid=15698 vsize=13801768 CPUtime=1.88 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15721/stat : 15721 (java) R 15698 15698 16913 0 -1 4202560 83 0 0 0 188 0 0 0 20 0 28 0 4418965 14133010432 106488 33554432000 4194304 4196468 140724943506208 139945124375384 139946631715822 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15722] ppid=15698 vsize=13801768 CPUtime=1.79 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15722/stat : 15722 (java) R 15698 15698 16913 0 -1 4202560 67 0 0 0 178 1 0 0 20 0 28 0 4418965 14133010432 106488 33554432000 4194304 4196468 140724943506208 139945123319448 139946632400649 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15723] ppid=15698 vsize=13801768 CPUtime=1.8 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15723/stat : 15723 (java) R 15698 15698 16913 0 -1 4202560 362 0 0 0 179 1 0 0 20 0 28 0 4418965 14133010432 106488 33554432000 4194304 4196468 140724943506208 139945122266680 139946632400696 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15724] ppid=15698 vsize=13801768 CPUtime=2 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15724/stat : 15724 (java) R 15698 15698 16913 0 -1 4202560 75 0 0 0 200 0 0 0 20 0 28 0 4418965 14133010432 106488 33554432000 4194304 4196468 140724943506208 139945121216568 139946631715425 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15725] ppid=15698 vsize=13801768 CPUtime=1.92 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15725/stat : 15725 (java) R 15698 15698 16913 0 -1 4202560 58 0 0 0 192 0 0 0 20 0 28 0 4418965 14133010432 106488 33554432000 4194304 4196468 140724943506208 139945120164280 139946633186201 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15726] ppid=15698 vsize=13801768 CPUtime=1.82 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15726/stat : 15726 (java) R 15698 15698 16913 0 -1 4202560 68 0 0 0 181 1 0 0 20 0 28 0 4418965 14133010432 106488 33554432000 4194304 4196468 140724943506208 139945119109848 139946997369643 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15727] ppid=15698 vsize=13801768 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15727/stat : 15727 (java) R 15698 15698 16913 0 -1 4202560 75 0 0 0 172 0 0 0 20 0 28 0 4418965 14133010432 106488 33554432000 4194304 4196468 140724943506208 139945118058632 139946632400995 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
Current children cumulated CPU time (s) 20.53
Current children cumulated vsize (KiB) 13811280

[startup+6.30168 s]
/proc/loadavg: 10.84 11.62 12.25 11/271 15879
/proc/meminfo: memFree=30982848/32770624 swapFree=5900/403260

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

[pid=15699/tid=15726] ppid=15698 vsize=13801768 CPUtime=277.5 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15726/stat : 15726 (java) S 15698 15698 16913 0 -1 1077944384 2523 0 0 0 27743 7 0 0 20 0 28 0 4418965 14133010432 784709 33554432000 4194304 4196468 140724943506208 139945119111968 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15727] ppid=15698 vsize=13801768 CPUtime=276.95 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15727/stat : 15727 (java) S 15698 15698 16913 0 -1 1077944384 1429 0 0 0 27689 6 0 0 20 0 28 0 4418965 14133010432 784709 33554432000 4194304 4196468 140724943506208 139945118056368 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
Current children cumulated CPU time (s) 2236.65
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+303.102 s]
/proc/loadavg: 13.19 12.17 12.26 10/297 15923
/proc/meminfo: memFree=16681584/32770624 swapFree=5900/305912
[pid=15698] ppid=15695 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15698/stat : 15698 (xcsp3-exec) S 15695 15698 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4418893 9740288 346 33554432000 4194304 5098028 140725429426768 140725429424872 140181729772156 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 15872000 140725429429391 140725429429600 140725429429600 140725429432299 0
/proc/15698/statm: 2378 346 289 221 0 87 0
[pid=15699] ppid=15698 vsize=13801768 CPUtime=2400.7 cores=1,3,5,7,9,11,13,15
/proc/15699/stat : 15699 (java) S 15698 15698 16913 0 -1 1077944320 71226 0 0 0 239755 315 0 0 20 0 28 0 4418893 14133010432 777298 33554432000 4194304 4196468 140724943506208 140724943488752 139947015720695 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
/proc/15699/statm: 3450442 777298 3272 1 0 3437675 0
[pid=15699/tid=15700] ppid=15698 vsize=13801768 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15700/stat : 15700 (java) S 15698 15698 16913 0 -1 1077944384 6841 0 0 0 66 3 0 0 20 0 28 0 4418894 14133010432 777298 33554432000 4194304 4196468 140724943506208 139947019961472 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15702] ppid=15698 vsize=13801768 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15702/stat : 15702 (java) S 15698 15698 16913 0 -1 1077944384 1066 0 0 0 50 17 0 0 20 0 28 0 4418895 14133010432 777298 33554432000 4194304 4196468 140724943506208 139946947857168 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15703] ppid=15698 vsize=13801768 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15703/stat : 15703 (java) S 15698 15698 16913 0 -1 1077944384 1289 0 0 0 46 18 0 0 20 0 28 0 4418895 14133010432 777298 33554432000 4194304 4196468 140724943506208 139946613509008 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15704] ppid=15698 vsize=13801768 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15704/stat : 15704 (java) S 15698 15698 16913 0 -1 1077944384 836 0 0 0 50 19 0 0 20 0 28 0 4418895 14133010432 777298 33554432000 4194304 4196468 140724943506208 139946612456464 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15705] ppid=15698 vsize=13801768 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15705/stat : 15705 (java) S 15698 15698 16913 0 -1 1077944384 1590 0 0 0 47 19 0 0 20 0 28 0 4418895 14133010432 777298 33554432000 4194304 4196468 140724943506208 139946611403920 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15706] ppid=15698 vsize=13801768 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15706/stat : 15706 (java) S 15698 15698 16913 0 -1 1077944384 1242 0 0 0 49 15 0 0 20 0 28 0 4418895 14133010432 777298 33554432000 4194304 4196468 140724943506208 139946610350352 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15707] ppid=15698 vsize=13801768 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15707/stat : 15707 (java) S 15698 15698 16913 0 -1 1077944384 1254 0 0 0 47 17 0 0 20 0 28 0 4418895 14133010432 777298 33554432000 4194304 4196468 140724943506208 139946609297808 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15708] ppid=15698 vsize=13801768 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15708/stat : 15708 (java) S 15698 15698 16913 0 -1 1077944384 1077 0 0 0 48 18 0 0 20 0 28 0 4418895 14133010432 777298 33554432000 4194304 4196468 140724943506208 139946608245264 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15709] ppid=15698 vsize=13801768 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15709/stat : 15709 (java) S 15698 15698 16913 0 -1 1077944384 1145 0 0 0 49 19 0 0 20 0 28 0 4418895 14133010432 777298 33554432000 4194304 4196468 140724943506208 139946607192720 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15710] ppid=15698 vsize=13801768 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15710/stat : 15710 (java) S 15698 15698 16913 0 -1 1077944384 4225 0 0 0 44 76 0 0 20 0 28 0 4418897 14133010432 777298 33554432000 4194304 4196468 140724943506208 139946545211888 139947015731842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15711] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15711/stat : 15711 (java) S 15698 15698 16913 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 4418898 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945745835488 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15712] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15712/stat : 15712 (java) S 15698 15698 16913 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 28 0 4418898 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945744782848 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15713] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15713/stat : 15713 (java) S 15698 15698 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4418901 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945743731408 139947015739291 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15714] ppid=15698 vsize=13801768 CPUtime=2.62 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15714/stat : 15714 (java) S 15698 15698 16913 0 -1 1077944384 9364 0 0 0 261 1 0 0 20 0 28 0 4418902 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945742678000 139947015731842 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15715] ppid=15698 vsize=13801768 CPUtime=2.75 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15715/stat : 15715 (java) S 15698 15698 16913 0 -1 1077944384 6485 0 0 0 274 1 0 0 20 0 28 0 4418902 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945741625456 139947015731842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15716] ppid=15698 vsize=13801768 CPUtime=2.43 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15716/stat : 15716 (java) S 15698 15698 16913 0 -1 1077944384 5725 0 0 0 242 1 0 0 20 0 28 0 4418902 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945740572912 139947015731842 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15717] ppid=15698 vsize=13801768 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15717/stat : 15717 (java) S 15698 15698 16913 0 -1 1077944384 6307 0 0 0 87 1 0 0 20 0 28 0 4418902 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945739520368 139947015731842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15718] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15718/stat : 15718 (java) S 15698 15698 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4418902 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945133992672 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15719] ppid=15698 vsize=13801768 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15719/stat : 15719 (java) S 15698 15698 16913 0 -1 1077944384 606 0 0 0 7 7 0 0 20 0 28 0 4418902 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945132940208 139947015731842 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15720] ppid=15698 vsize=13801768 CPUtime=297.47 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15720/stat : 15720 (java) R 15698 15698 16913 0 -1 4202560 2120 0 0 0 29737 10 0 0 20 0 28 0 4418965 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945125424344 139946632959789 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15721] ppid=15698 vsize=13801768 CPUtime=298.07 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15721/stat : 15721 (java) R 15698 15698 16913 0 -1 4202560 1877 0 0 0 29800 7 0 0 20 0 28 0 4418965 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945124372792 139946634721626 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15722] ppid=15698 vsize=13801768 CPUtime=298.18 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15722/stat : 15722 (java) R 15698 15698 16913 0 -1 4202560 4496 0 0 0 29803 15 0 0 20 0 28 0 4418965 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945123319240 139946634807708 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15723] ppid=15698 vsize=13801768 CPUtime=298.02 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15723/stat : 15723 (java) R 15698 15698 16913 0 -1 4202560 4908 0 0 0 29786 16 0 0 20 0 28 0 4418965 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945122266448 139946634807919 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15724] ppid=15698 vsize=13801768 CPUtime=298.91 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15724/stat : 15724 (java) R 15698 15698 16913 0 -1 4202560 1912 0 0 0 29884 7 0 0 20 0 28 0 4418965 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945121214152 139946631715349 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15725] ppid=15698 vsize=13801768 CPUtime=298.41 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15725/stat : 15725 (java) R 15698 15698 16913 0 -1 4202560 1396 0 0 0 29834 7 0 0 20 0 28 0 4418965 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945120164064 139946635369317 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15726] ppid=15698 vsize=13801768 CPUtime=297.95 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15726/stat : 15726 (java) R 15698 15698 16913 0 -1 4202560 2641 0 0 0 29788 7 0 0 20 0 28 0 4418965 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945119108712 139946635008959 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15727] ppid=15698 vsize=13801768 CPUtime=297.43 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15727/stat : 15727 (java) R 15698 15698 16913 0 -1 4202560 1473 0 0 0 29737 6 0 0 20 0 28 0 4418965 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945118056520 139946634807686 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
Current children cumulated CPU time (s) 2400.7
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 15699 sig 9
??? kill 15698 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+303.102 s]
/proc/loadavg: 13.19 12.17 12.26 10/297 15923
/proc/meminfo: memFree=16681584/32770624 swapFree=5900/305912
[pid=15698] ppid=15695 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15698/stat : 15698 (xcsp3-exec) S 15695 15698 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4418893 9740288 346 33554432000 4194304 5098028 140725429426768 140725429424872 140181729772156 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 15872000 140725429429391 140725429429600 140725429429600 140725429432299 0
/proc/15698/statm: 2378 346 289 221 0 87 0
[pid=15699] ppid=15698 vsize=13801768 CPUtime=2400.7 cores=1,3,5,7,9,11,13,15
/proc/15699/stat : 15699 (java) S 15698 15698 16913 0 -1 1077944320 71226 0 0 0 239755 315 0 0 20 0 28 0 4418893 14133010432 777298 33554432000 4194304 4196468 140724943506208 140724943488752 139947015720695 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
/proc/15699/statm: 3450442 777298 3272 1 0 3437675 0
[pid=15699/tid=15700] ppid=15698 vsize=13801768 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15700/stat : 15700 (java) S 15698 15698 16913 0 -1 1077944384 6841 0 0 0 66 3 0 0 20 0 28 0 4418894 14133010432 777298 33554432000 4194304 4196468 140724943506208 139947019961472 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15702] ppid=15698 vsize=13801768 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15702/stat : 15702 (java) S 15698 15698 16913 0 -1 1077944384 1066 0 0 0 50 17 0 0 20 0 28 0 4418895 14133010432 777298 33554432000 4194304 4196468 140724943506208 139946947857168 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15703] ppid=15698 vsize=13801768 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15703/stat : 15703 (java) S 15698 15698 16913 0 -1 1077944384 1289 0 0 0 46 18 0 0 20 0 28 0 4418895 14133010432 777298 33554432000 4194304 4196468 140724943506208 139946613509008 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15704] ppid=15698 vsize=13801768 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15704/stat : 15704 (java) S 15698 15698 16913 0 -1 1077944384 836 0 0 0 50 19 0 0 20 0 28 0 4418895 14133010432 777298 33554432000 4194304 4196468 140724943506208 139946612456464 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15705] ppid=15698 vsize=13801768 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15705/stat : 15705 (java) S 15698 15698 16913 0 -1 1077944384 1590 0 0 0 47 19 0 0 20 0 28 0 4418895 14133010432 777298 33554432000 4194304 4196468 140724943506208 139946611403920 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15706] ppid=15698 vsize=13801768 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15706/stat : 15706 (java) S 15698 15698 16913 0 -1 1077944384 1242 0 0 0 49 15 0 0 20 0 28 0 4418895 14133010432 777298 33554432000 4194304 4196468 140724943506208 139946610350352 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15707] ppid=15698 vsize=13801768 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15707/stat : 15707 (java) S 15698 15698 16913 0 -1 1077944384 1254 0 0 0 47 17 0 0 20 0 28 0 4418895 14133010432 777298 33554432000 4194304 4196468 140724943506208 139946609297808 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15708] ppid=15698 vsize=13801768 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15708/stat : 15708 (java) S 15698 15698 16913 0 -1 1077944384 1077 0 0 0 48 18 0 0 20 0 28 0 4418895 14133010432 777298 33554432000 4194304 4196468 140724943506208 139946608245264 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15709] ppid=15698 vsize=13801768 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15709/stat : 15709 (java) S 15698 15698 16913 0 -1 1077944384 1145 0 0 0 49 19 0 0 20 0 28 0 4418895 14133010432 777298 33554432000 4194304 4196468 140724943506208 139946607192720 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15710] ppid=15698 vsize=13801768 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15710/stat : 15710 (java) S 15698 15698 16913 0 -1 1077944384 4225 0 0 0 44 76 0 0 20 0 28 0 4418897 14133010432 777298 33554432000 4194304 4196468 140724943506208 139946545211888 139947015731842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15711] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15711/stat : 15711 (java) S 15698 15698 16913 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 4418898 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945745835488 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15712] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15712/stat : 15712 (java) S 15698 15698 16913 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 28 0 4418898 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945744782848 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15713] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15713/stat : 15713 (java) S 15698 15698 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4418901 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945743731408 139947015739291 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15714] ppid=15698 vsize=13801768 CPUtime=2.62 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15714/stat : 15714 (java) S 15698 15698 16913 0 -1 1077944384 9364 0 0 0 261 1 0 0 20 0 28 0 4418902 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945742678000 139947015731842 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15715] ppid=15698 vsize=13801768 CPUtime=2.75 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15715/stat : 15715 (java) S 15698 15698 16913 0 -1 1077944384 6485 0 0 0 274 1 0 0 20 0 28 0 4418902 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945741625456 139947015731842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15716] ppid=15698 vsize=13801768 CPUtime=2.43 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15716/stat : 15716 (java) S 15698 15698 16913 0 -1 1077944384 5725 0 0 0 242 1 0 0 20 0 28 0 4418902 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945740572912 139947015731842 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15717] ppid=15698 vsize=13801768 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15717/stat : 15717 (java) S 15698 15698 16913 0 -1 1077944384 6307 0 0 0 87 1 0 0 20 0 28 0 4418902 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945739520368 139947015731842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15718] ppid=15698 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15718/stat : 15718 (java) S 15698 15698 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4418902 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945133992672 139947015730901 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15719] ppid=15698 vsize=13801768 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15719/stat : 15719 (java) S 15698 15698 16913 0 -1 1077944384 606 0 0 0 7 7 0 0 20 0 28 0 4418902 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945132940208 139947015731842 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15720] ppid=15698 vsize=13801768 CPUtime=297.47 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15720/stat : 15720 (java) R 15698 15698 16913 0 -1 4202560 2120 0 0 0 29737 10 0 0 20 0 28 0 4418965 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945125424344 139946632959789 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15721] ppid=15698 vsize=13801768 CPUtime=298.07 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15721/stat : 15721 (java) R 15698 15698 16913 0 -1 4202560 1877 0 0 0 29800 7 0 0 20 0 28 0 4418965 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945124372792 139946634721626 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15722] ppid=15698 vsize=13801768 CPUtime=298.18 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15722/stat : 15722 (java) R 15698 15698 16913 0 -1 4202560 4496 0 0 0 29803 15 0 0 20 0 28 0 4418965 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945123319240 139946634807708 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15723] ppid=15698 vsize=13801768 CPUtime=298.02 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15723/stat : 15723 (java) R 15698 15698 16913 0 -1 4202560 4908 0 0 0 29786 16 0 0 20 0 28 0 4418965 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945122266448 139946634807919 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15724] ppid=15698 vsize=13801768 CPUtime=298.91 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15724/stat : 15724 (java) R 15698 15698 16913 0 -1 4202560 1912 0 0 0 29884 7 0 0 20 0 28 0 4418965 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945121214152 139946631715349 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15725] ppid=15698 vsize=13801768 CPUtime=298.41 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15725/stat : 15725 (java) R 15698 15698 16913 0 -1 4202560 1396 0 0 0 29834 7 0 0 20 0 28 0 4418965 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945120164064 139946635369317 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15726] ppid=15698 vsize=13801768 CPUtime=297.95 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15726/stat : 15726 (java) R 15698 15698 16913 0 -1 4202560 2641 0 0 0 29788 7 0 0 20 0 28 0 4418965 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945119108712 139946635008959 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
[pid=15699/tid=15727] ppid=15698 vsize=13801768 CPUtime=297.43 cores=1,3,5,7,9,11,13,15
/proc/15699/task/15727/stat : 15727 (java) R 15698 15698 16913 0 -1 4202560 1473 0 0 0 29737 6 0 0 20 0 28 0 4418965 14133010432 777298 33554432000 4194304 4196468 140724943506208 139945118056520 139946634807686 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32624640 140724943508668 140724943508844 140724943508844 140724943511503 0
Current children cumulated CPU time (s) 2400.7
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 15698 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2129
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1064
# CPU time returned by wait4() is 0.003193
# while last known CPU time is 2400.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 303.112
CPU time (s): 2400.7
CPU user time (s): 2397.55
CPU system time (s): 3.15
CPU usage (%): 792.017
Max. virtual memory (cumulated for all children) (KiB): 13811280

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

The end

Launcher Data

Begin job on node133 at 2017-07-22 04:45:19
IDJOB=4248246
IDBENCH=133234
IDSOLVER=2625
FILE ID=node133/4248246-1500691519
RUNJOBID= node133-1500682387-16945
PBS_JOBID= 20623321
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5
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-4248246-1500691519/watcher-4248246-1500691519 -o /tmp/evaluation-result-4248246-1500691519/solver-4248246-1500691519 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16945 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 920904505 HOME/instance-4248246-1500691519.xml

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

MD5SUM BENCH= c23772f07578de48c6397f5cf6688c4d
RANDOM SEED=920904505

node133.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.13
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	: 5229.85
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.13
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		: 1867.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	: 5229.85
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.13
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	: 5229.85
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.13
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	: 5229.85
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.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27404588 kB
MemAvailable:   27572536 kB
Buffers:          114984 kB
Cached:           333348 kB
SwapCached:            0 kB
Active:          4651924 kB
Inactive:         272872 kB
Active(anon):    4478748 kB
Inactive(anon):     8756 kB
Active(file):     173176 kB
Inactive(file):   264116 kB
Unevictable:        5900 kB
Mlocked:            5900 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7860 kB
Writeback:             0 kB
AnonPages:       4481228 kB
Mapped:            43160 kB
Shmem:              8872 kB
Slab:             127348 kB
SReclaimable:      92984 kB
SUnreclaim:        34364 kB
KernelStack:        4992 kB
PageTables:        14056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5580272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4335616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 60836 MiB
End job on node133 at 2017-07-22 04:50:23