Trace number 4248810

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)? (TO) 2400.06 503.711

General information on the benchmark

NamePigeonsPlus/PigeonsPlus-m1-s1/
pigeonsPlus-07-09.xml
MD5SUMbf36af344ce91645c9e055d2da140f7c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark68.578102
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints35
Number of domains2
Minimum domain size6
Maximum domain size7
Distribution of domain sizes[{"size":6,"count":7},{"size":7,"count":63}]
Minimum variable degree1
Maximum variable degree7
Distribution of variable degrees[{"degree":1,"count":56},{"degree":2,"count":7},{"degree":7,"count":7}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":28},{"arity":9,"count":7}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35}]
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-4248810-1500693306.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4248810-1500693306.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...

Verifier Data

One s line expected

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-4248810-1500693306/watcher-4248810-1500693306 -o /tmp/evaluation-result-4248810-1500693306/solver-4248810-1500693306 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1500682495-14658 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 127635844 HOME/instance-4248810-1500693306.xml 

pid=14707
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: 13.19 12.75 12.95 10/270 14710
/proc/meminfo: memFree=28363336/32770624 swapFree=5972/268696
[pid=14710] ppid=14707 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14710/stat : 14710 (xcsp3-exec) S 14707 14710 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4600317 9740288 346 33554432000 4194304 5098028 140732463649824 140732463647928 139950902796924 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8531968 140732463658127 140732463658336 140732463658336 140732463661035 0
/proc/14710/statm: 2378 346 289 221 0 87 0

[startup+0.10006 s]
/proc/loadavg: 13.19 12.75 12.95 10/270 14710
/proc/meminfo: memFree=28363336/32770624 swapFree=5972/268696
[pid=14710] ppid=14707 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14710/stat : 14710 (xcsp3-exec) S 14707 14710 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4600317 9740288 346 33554432000 4194304 5098028 140732463649824 140732463647928 139950902796924 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8531968 140732463658127 140732463658336 140732463658336 140732463661035 0
/proc/14710/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200243 s]
/proc/loadavg: 13.19 12.75 12.95 10/270 14710
/proc/meminfo: memFree=28363336/32770624 swapFree=5972/268696
[pid=14710] ppid=14707 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14710/stat : 14710 (xcsp3-exec) S 14707 14710 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4600317 9740288 346 33554432000 4194304 5098028 140732463649824 140732463647928 139950902796924 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8531968 140732463658127 140732463658336 140732463658336 140732463661035 0
/proc/14710/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300233 s]
/proc/loadavg: 13.19 12.75 12.95 10/270 14710
/proc/meminfo: memFree=28363336/32770624 swapFree=5972/268696
[pid=14710] ppid=14707 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14710/stat : 14710 (xcsp3-exec) S 14707 14710 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4600317 9740288 346 33554432000 4194304 5098028 140732463649824 140732463647928 139950902796924 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8531968 140732463658127 140732463658336 140732463658336 140732463661035 0
/proc/14710/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700554 s]
/proc/loadavg: 13.19 12.75 12.95 10/270 14710
/proc/meminfo: memFree=28363336/32770624 swapFree=5972/268696
[pid=14710] ppid=14707 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14710/stat : 14710 (xcsp3-exec) S 14707 14710 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4600317 9740288 346 33554432000 4194304 5098028 140732463649824 140732463647928 139950902796924 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8531968 140732463658127 140732463658336 140732463658336 140732463661035 0
/proc/14710/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50089 s]
/proc/loadavg: 12.86 12.68 12.93 10/291 14731
/proc/meminfo: memFree=27897944/32770624 swapFree=5972/268720
[pid=14710] ppid=14707 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14710/stat : 14710 (xcsp3-exec) S 14707 14710 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4600317 9740288 346 33554432000 4194304 5098028 140732463649824 140732463647928 139950902796924 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8531968 140732463658127 140732463658336 140732463658336 140732463661035 0
/proc/14710/statm: 2378 346 289 221 0 87 0
[pid=14711] ppid=14710 vsize=13267208 CPUtime=5.31 cores=1,3,5,7,9,11,13,15
/proc/14711/stat : 14711 (java) S 14710 14710 14626 0 -1 1077944320 13623 0 0 0 293 238 0 0 20 0 20 0 4600317 13585620992 223883 33554432000 4194304 4196468 140736894898080 140736894880624 140094693277431 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
/proc/14711/statm: 3316802 223883 3212 1 0 3304035 0
[pid=14711/tid=14712] ppid=14710 vsize=13267208 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14712/stat : 14712 (java) R 14710 14710 14626 0 -1 4202560 6601 0 0 0 85 11 0 0 20 0 20 0 4600318 13585620992 223883 33554432000 4194304 4196468 140736894898080 140094697514968 140094329709354 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14714] ppid=14710 vsize=13267208 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14714/stat : 14714 (java) S 14710 14710 14626 0 -1 1077944384 240 0 0 0 22 25 0 0 20 0 20 0 4600318 13585620992 223883 33554432000 4194304 4196468 140736894898080 140094654236944 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14715] ppid=14710 vsize=13267208 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14715/stat : 14715 (java) S 14710 14710 14626 0 -1 1077944384 398 0 0 0 19 28 0 0 20 0 20 0 4600318 13585620992 223883 33554432000 4194304 4196468 140736894898080 140094291294608 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14716] ppid=14710 vsize=13267208 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14716/stat : 14716 (java) S 14710 14710 14626 0 -1 1077944384 199 0 0 0 18 27 0 0 20 0 20 0 4600318 13585620992 223883 33554432000 4194304 4196468 140736894898080 140094290242064 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14717] ppid=14710 vsize=13267208 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14717/stat : 14717 (java) S 14710 14710 14626 0 -1 1077944384 320 0 0 0 16 25 0 0 20 0 20 0 4600318 13585620992 223883 33554432000 4194304 4196468 140736894898080 140094289189520 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14718] ppid=14710 vsize=13267208 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14718/stat : 14718 (java) S 14710 14710 14626 0 -1 1077944384 249 0 0 0 17 30 0 0 20 0 20 0 4600318 13585620992 223883 33554432000 4194304 4196468 140736894898080 140094288136976 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14719] ppid=14710 vsize=13267208 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14719/stat : 14719 (java) S 14710 14710 14626 0 -1 1077944384 205 0 0 0 18 27 0 0 20 0 20 0 4600318 13585620992 223883 33554432000 4194304 4196468 140736894898080 140094287084432 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14720] ppid=14710 vsize=13267208 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14720/stat : 14720 (java) S 14710 14710 14626 0 -1 1077944384 197 0 0 0 22 26 0 0 20 0 20 0 4600318 13585620992 223883 33554432000 4194304 4196468 140736894898080 140094286031888 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14721] ppid=14710 vsize=13267208 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14721/stat : 14721 (java) S 14710 14710 14626 0 -1 1077944384 204 0 0 0 18 29 0 0 20 0 20 0 4600318 13585620992 223883 33554432000 4194304 4196468 140736894898080 140094284979344 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14722] ppid=14710 vsize=13267208 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14722/stat : 14722 (java) S 14710 14710 14626 0 -1 1077944384 802 0 0 0 1 0 0 0 20 0 20 0 4600320 13585620992 223883 33554432000 4194304 4196468 140736894898080 140094155515888 140094693288578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14723] ppid=14710 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14723/stat : 14723 (java) S 14710 14710 14626 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4600321 13585620992 223883 33554432000 4194304 4196468 140736894898080 140094154462176 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14724] ppid=14710 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14724/stat : 14724 (java) S 14710 14710 14626 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4600321 13585620992 223883 33554432000 4194304 4196468 140736894898080 140094153409536 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14725] ppid=14710 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14725/stat : 14725 (java) S 14710 14710 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4600325 13585620992 223883 33554432000 4194304 4196468 140736894898080 140094152358096 140094693296027 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14726] ppid=14710 vsize=13267208 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14726/stat : 14726 (java) S 14710 14710 14626 0 -1 1077944384 1346 0 0 0 19 0 0 0 20 0 20 0 4600325 13585620992 223883 33554432000 4194304 4196468 140736894898080 140094151305712 140094693288578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14727] ppid=14710 vsize=13267208 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14727/stat : 14727 (java) S 14710 14710 14626 0 -1 1077944384 293 0 0 0 6 0 0 0 20 0 20 0 4600325 13585620992 223883 33554432000 4194304 4196468 140736894898080 140094150253168 140094693288578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14728] ppid=14710 vsize=13267208 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14728/stat : 14728 (java) S 14710 14710 14626 0 -1 1077944384 337 0 0 0 7 0 0 0 20 0 20 0 4600325 13585620992 223883 33554432000 4194304 4196468 140736894898080 140094149200624 140094693288578 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14729] ppid=14710 vsize=13267208 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14729/stat : 14729 (java) S 14710 14710 14626 0 -1 1077944384 936 0 0 0 18 0 0 0 20 0 20 0 4600325 13585620992 223883 33554432000 4194304 4196468 140736894898080 140094148148080 140094693288578 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14730] ppid=14710 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14730/stat : 14730 (java) S 14710 14710 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4600326 13585620992 223883 33554432000 4194304 4196468 140736894898080 140094147094752 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14731] ppid=14710 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14731/stat : 14731 (java) S 14710 14710 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4600326 13585620992 223883 33554432000 4194304 4196468 140736894898080 140094146042288 140094693288578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 13276720

[startup+3.1008 s]
/proc/loadavg: 12.86 12.68 12.93 17/291 14731
/proc/meminfo: memFree=26059952/32770624 swapFree=5972/268720
[pid=14710] ppid=14707 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14710/stat : 14710 (xcsp3-exec) S 14707 14710 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4600317 9740288 346 33554432000 4194304 5098028 140732463649824 140732463647928 139950902796924 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8531968 140732463658127 140732463658336 140732463658336 140732463661035 0
/proc/14710/statm: 2378 346 289 221 0 87 0
[pid=14711] ppid=14710 vsize=13267208 CPUtime=10.23 cores=1,3,5,7,9,11,13,15
/proc/14711/stat : 14711 (java) S 14710 14710 14626 0 -1 1077944320 17680 0 0 0 762 261 0 0 20 0 20 0 4600317 13585620992 612267 33554432000 4194304 4196468 140736894898080 140736894880624 140094693277431 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
/proc/14711/statm: 3316802 612267 3235 1 0 3304035 0
[pid=14711/tid=14712] ppid=14710 vsize=13267208 CPUtime=2.12 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14712/stat : 14712 (java) R 14710 14710 14626 0 -1 4202560 8639 0 0 0 180 32 0 0 20 0 20 0 4600318 13585620992 612267 33554432000 4194304 4196468 140736894898080 140094697515264 140094332511291 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14714] ppid=14710 vsize=13267208 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14714/stat : 14714 (java) S 14710 14710 14626 0 -1 1077944384 292 0 0 0 62 25 0 0 20 0 20 0 4600318 13585620992 612267 33554432000 4194304 4196468 140736894898080 140094654236944 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14715] ppid=14710 vsize=13267208 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14715/stat : 14715 (java) S 14710 14710 14626 0 -1 1077944384 500 0 0 0 60 28 0 0 20 0 20 0 4600318 13585620992 612267 33554432000 4194304 4196468 140736894898080 140094291294608 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14716] ppid=14710 vsize=13267208 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14716/stat : 14716 (java) S 14710 14710 14626 0 -1 1077944384 249 0 0 0 59 27 0 0 20 0 20 0 4600318 13585620992 612267 33554432000 4194304 4196468 140736894898080 140094290242064 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14717] ppid=14710 vsize=13267208 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14717/stat : 14717 (java) S 14710 14710 14626 0 -1 1077944384 420 0 0 0 57 26 0 0 20 0 20 0 4600318 13585620992 612267 33554432000 4194304 4196468 140736894898080 140094289189520 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14718] ppid=14710 vsize=13267208 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14718/stat : 14718 (java) S 14710 14710 14626 0 -1 1077944384 278 0 0 0 55 31 0 0 20 0 20 0 4600318 13585620992 612267 33554432000 4194304 4196468 140736894898080 140094288136976 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14719] ppid=14710 vsize=13267208 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14719/stat : 14719 (java) S 14710 14710 14626 0 -1 1077944384 259 0 0 0 52 27 0 0 20 0 20 0 4600318 13585620992 612267 33554432000 4194304 4196468 140736894898080 140094287084432 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14720] ppid=14710 vsize=13267208 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14720/stat : 14720 (java) S 14710 14710 14626 0 -1 1077944384 247 0 0 0 62 27 0 0 20 0 20 0 4600318 13585620992 612267 33554432000 4194304 4196468 140736894898080 140094286031888 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14721] ppid=14710 vsize=13267208 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14721/stat : 14721 (java) S 14710 14710 14626 0 -1 1077944384 220 0 0 0 59 30 0 0 20 0 20 0 4600318 13585620992 612267 33554432000 4194304 4196468 140736894898080 140094284979344 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14722] ppid=14710 vsize=13267208 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14722/stat : 14722 (java) S 14710 14710 14626 0 -1 1077944384 909 0 0 0 3 0 0 0 20 0 20 0 4600320 13585620992 612267 33554432000 4194304 4196468 140736894898080 140094155515888 140094693288578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14723] ppid=14710 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14723/stat : 14723 (java) S 14710 14710 14626 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4600321 13585620992 612267 33554432000 4194304 4196468 140736894898080 140094154462176 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14724] ppid=14710 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14724/stat : 14724 (java) S 14710 14710 14626 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4600321 13585620992 612267 33554432000 4194304 4196468 140736894898080 140094153409536 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14725] ppid=14710 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14725/stat : 14725 (java) S 14710 14710 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4600325 13585620992 612267 33554432000 4194304 4196468 140736894898080 140094152358096 140094693296027 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14726] ppid=14710 vsize=13267208 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14726/stat : 14726 (java) S 14710 14710 14626 0 -1 1077944384 1446 0 0 0 34 0 0 0 20 0 20 0 4600325 13585620992 612267 33554432000 4194304 4196468 140736894898080 140094151305712 140094693288578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14727] ppid=14710 vsize=13267208 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14727/stat : 14727 (java) S 14710 14710 14626 0 -1 1077944384 855 0 0 0 22 0 0 0 20 0 20 0 4600325 13585620992 612267 33554432000 4194304 4196468 140736894898080 140094150253168 140094693288578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14728] ppid=14710 vsize=13267208 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14728/stat : 14728 (java) S 14710 14710 14626 0 -1 1077944384 882 0 0 0 26 0 0 0 20 0 20 0 4600325 13585620992 612267 33554432000 4194304 4196468 140736894898080 140094149200624 140094693288578 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14729] ppid=14710 vsize=13267208 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14729/stat : 14729 (java) S 14710 14710 14626 0 -1 1077944384 1188 0 0 0 24 0 0 0 20 0 20 0 4600325 13585620992 612267 33554432000 4194304 4196468 140736894898080 140094148148080 140094693288578 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14730] ppid=14710 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14730/stat : 14730 (java) S 14710 14710 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4600326 13585620992 612267 33554432000 4194304 4196468 140736894898080 140094147094752 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14731] ppid=14710 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14731/stat : 14731 (java) S 14710 14710 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4600326 13585620992 612267 33554432000 4194304 4196468 140736894898080 140094146042288 140094693288578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
Current children cumulated CPU time (s) 10.23
Current children cumulated vsize (KiB) 13276720

[startup+6.30079 s]
/proc/loadavg: 12.86 12.68 12.93 10/291 14731
/proc/meminfo: memFree=25360040/32770624 swapFree=5972/268724
[pid=14710] ppid=14707 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14710/stat : 14710 (xcsp3-exec) S 14707 14710 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4600317 9740288 346 33554432000 4194304 5098028 140732463649824 140732463647928 139950902796924 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8531968 140732463658127 140732463658336 140732463658336 140732463661035 0
/proc/14710/statm: 2378 346 289 221 0 87 0
[pid=14711] ppid=14710 vsize=13267208 CPUtime=15.66 cores=1,3,5,7,9,11,13,15
/proc/14711/stat : 14711 (java) S 14710 14710 14626 0 -1 1077944320 22804 0 0 0 1180 386 0 0 20 0 20 0 4600317 13585620992 792739 33554432000 4194304 4196468 140736894898080 140736894880624 140094693277431 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
/proc/14711/statm: 3316802 792739 3235 1 0 3304035 0
[pid=14711/tid=14712] ppid=14710 vsize=13267208 CPUtime=4.99 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14712/stat : 14712 (java) R 14710 14710 14626 0 -1 4202560 9400 0 0 0 458 41 0 0 20 0 20 0 4600318 13585620992 792739 33554432000 4194304 4196468 140736894898080 140094697515344 140094329712985 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14714] ppid=14710 vsize=13267208 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14714/stat : 14714 (java) S 14710 14710 14626 0 -1 1077944384 709 0 0 0 81 40 0 0 20 0 20 0 4600318 13585620992 792739 33554432000 4194304 4196468 140736894898080 140094654236944 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14715] ppid=14710 vsize=13267208 CPUtime=1.19 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14715/stat : 14715 (java) S 14710 14710 14626 0 -1 1077944384 902 0 0 0 76 43 0 0 20 0 20 0 4600318 13585620992 792739 33554432000 4194304 4196468 140736894898080 140094291294608 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14716] ppid=14710 vsize=13267208 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14716/stat : 14716 (java) S 14710 14710 14626 0 -1 1077944384 634 0 0 0 78 42 0 0 20 0 20 0 4600318 13585620992 792739 33554432000 4194304 4196468 140736894898080 140094290242064 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14717] ppid=14710 vsize=13267208 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14717/stat : 14717 (java) S 14710 14710 14626 0 -1 1077944384 859 0 0 0 74 39 0 0 20 0 20 0 4600318 13585620992 792739 33554432000 4194304 4196468 140736894898080 140094289189520 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14718] ppid=14710 vsize=13267208 CPUtime=1.19 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14718/stat : 14718 (java) S 14710 14710 14626 0 -1 1077944384 918 0 0 0 74 45 0 0 20 0 20 0 4600318 13585620992 792739 33554432000 4194304 4196468 140736894898080 140094288136976 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14719] ppid=14710 vsize=13267208 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14719/stat : 14719 (java) S 14710 14710 14626 0 -1 1077944384 700 0 0 0 70 41 0 0 20 0 20 0 4600318 13585620992 792739 33554432000 4194304 4196468 140736894898080 140094287084432 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14720] ppid=14710 vsize=13267208 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14720/stat : 14720 (java) S 14710 14710 14626 0 -1 1077944384 667 0 0 0 80 41 0 0 20 0 20 0 4600318 13585620992 792739 33554432000 4194304 4196468 140736894898080 140094286031888 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14721] ppid=14710 vsize=13267208 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14721/stat : 14721 (java) S 14710 14710 14626 0 -1 1077944384 620 0 0 0 76 45 0 0 20 0 20 0 4600318 13585620992 792739 33554432000 4194304 4196468 140736894898080 140094284979344 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14722] ppid=14710 vsize=13267208 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14722/stat : 14722 (java) S 14710 14710 14626 0 -1 1077944384 1702 0 0 0 3 1 0 0 20 0 20 0 4600320 13585620992 792739 33554432000 4194304 4196468 140736894898080 140094155515888 140094693288578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14723] ppid=14710 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14723/stat : 14723 (java) S 14710 14710 14626 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4600321 13585620992 792739 33554432000 4194304 4196468 140736894898080 140094154462176 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14724] ppid=14710 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14724/stat : 14724 (java) S 14710 14710 14626 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4600321 13585620992 792739 33554432000 4194304 4196468 140736894898080 140094153409536 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14725] ppid=14710 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14725/stat : 14725 (java) S 14710 14710 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4600325 13585620992 792739 33554432000 4194304 4196468 140736894898080 140094152358096 140094693296027 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0

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

[pid=14711/tid=14714] ppid=14710 vsize=13269256 CPUtime=176.02 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14714/stat : 14714 (java) R 14710 14710 14626 0 -1 4202560 17275 0 0 0 17271 331 0 0 20 0 20 0 4600318 13587718144 2695969 33554432000 4194304 4196468 140736894898080 140094654237144 140094677975183 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14715] ppid=14710 vsize=13269256 CPUtime=176.52 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14715/stat : 14715 (java) R 14710 14710 14626 0 -1 4202560 46744 0 0 0 17332 320 0 0 20 0 20 0 4600318 13587718144 2695969 33554432000 4194304 4196468 140736894898080 140094291294808 140094673303584 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14716] ppid=14710 vsize=13269256 CPUtime=176.44 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14716/stat : 14716 (java) R 14710 14710 14626 0 -1 4202560 34515 0 0 0 17327 317 0 0 20 0 20 0 4600318 13587718144 2695969 33554432000 4194304 4196468 140736894898080 140094290242264 140094678228558 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14717] ppid=14710 vsize=13269256 CPUtime=176.14 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14717/stat : 14717 (java) R 14710 14710 14626 0 -1 4202560 30260 0 0 0 17283 331 0 0 20 0 20 0 4600318 13587718144 2695969 33554432000 4194304 4196468 140736894898080 140094289189720 140094677975206 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14718] ppid=14710 vsize=13269256 CPUtime=176.29 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14718/stat : 14718 (java) R 14710 14710 14626 0 -1 4202560 25123 0 0 0 17312 317 0 0 20 0 20 0 4600318 13587718144 2695969 33554432000 4194304 4196468 140736894898080 140094288137176 140094678228056 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14719] ppid=14710 vsize=13269256 CPUtime=176.68 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14719/stat : 14719 (java) R 14710 14710 14626 0 -1 4202560 36769 0 0 0 17348 320 0 0 20 0 20 0 4600318 13587718144 2695969 33554432000 4194304 4196468 140736894898080 140094287084320 140094677975070 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14720] ppid=14710 vsize=13269256 CPUtime=176.47 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14720/stat : 14720 (java) R 14710 14710 14626 0 -1 4202560 36354 0 0 0 17355 292 0 0 20 0 20 0 4600318 13587718144 2695969 33554432000 4194304 4196468 140736894898080 140094286032088 140094678228530 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14721] ppid=14710 vsize=13269256 CPUtime=176.99 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14721/stat : 14721 (java) R 14710 14710 14626 0 -1 4202560 35153 0 0 0 17381 318 0 0 20 0 20 0 4600318 13587718144 2695969 33554432000 4194304 4196468 140736894898080 140094284979544 140094677975070 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14722] ppid=14710 vsize=13269256 CPUtime=32.29 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14722/stat : 14722 (java) S 14710 14710 14626 0 -1 1077944384 52104 0 0 0 3200 29 0 0 20 0 20 0 4600320 13587718144 2695969 33554432000 4194304 4196468 140736894898080 140094155514208 140094693287637 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14723] ppid=14710 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14723/stat : 14723 (java) S 14710 14710 14626 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 20 0 4600321 13587718144 2695969 33554432000 4194304 4196468 140736894898080 140094154462176 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14724] ppid=14710 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14724/stat : 14724 (java) S 14710 14710 14626 0 -1 1077944384 195 0 0 0 0 0 0 0 20 0 20 0 4600321 13587718144 2695969 33554432000 4194304 4196468 140736894898080 140094153409536 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14725] ppid=14710 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14725/stat : 14725 (java) S 14710 14710 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4600325 13587718144 2695969 33554432000 4194304 4196468 140736894898080 140094152358096 140094693296027 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14726] ppid=14710 vsize=13269256 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14726/stat : 14726 (java) S 14710 14710 14626 0 -1 1077944384 5558 0 0 0 67 1 0 0 20 0 20 0 4600325 13587718144 2695969 33554432000 4194304 4196468 140736894898080 140094151305760 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14727] ppid=14710 vsize=13269256 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14727/stat : 14727 (java) S 14710 14710 14626 0 -1 1077944384 5492 0 0 0 61 1 0 0 20 0 20 0 4600325 13587718144 2695969 33554432000 4194304 4196468 140736894898080 140094150253216 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14728] ppid=14710 vsize=13269256 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14728/stat : 14728 (java) S 14710 14710 14626 0 -1 1077944384 4242 0 0 0 62 0 0 0 20 0 20 0 4600325 13587718144 2695969 33554432000 4194304 4196468 140736894898080 140094149200384 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14729] ppid=14710 vsize=13269256 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14729/stat : 14729 (java) S 14710 14710 14626 0 -1 1077944384 4292 0 0 0 39 1 0 0 20 0 20 0 4600325 13587718144 2695969 33554432000 4194304 4196468 140736894898080 140094148148128 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14730] ppid=14710 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14730/stat : 14730 (java) S 14710 14710 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4600326 13587718144 2695969 33554432000 4194304 4196468 140736894898080 140094147094752 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14731] ppid=14710 vsize=13269256 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14731/stat : 14731 (java) S 14710 14710 14626 0 -1 1077944384 602 0 0 0 12 11 0 0 20 0 20 0 4600326 13587718144 2695969 33554432000 4194304 4196468 140736894898080 140094146042288 140094693288578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
Current children cumulated CPU time (s) 1638.05
Current children cumulated vsize (KiB) 13278768

[startup+462.301 s]
/proc/loadavg: 15.66 13.19 12.78 17/294 15011
/proc/meminfo: memFree=17293312/32770624 swapFree=5972/269508
[pid=14710] ppid=14707 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14710/stat : 14710 (xcsp3-exec) S 14707 14710 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4600317 9740288 346 33554432000 4194304 5098028 140732463649824 140732463647928 139950902796924 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8531968 140732463658127 140732463658336 140732463658336 140732463661035 0
/proc/14710/statm: 2378 346 289 221 0 87 0
[pid=14711] ppid=14710 vsize=13269256 CPUtime=2086.11 cores=1,3,5,7,9,11,13,15
/proc/14711/stat : 14711 (java) S 14710 14710 14626 0 -1 1077944320 396664 0 0 0 205896 2715 0 0 20 0 20 0 4600317 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140736894880624 140094693277431 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
/proc/14711/statm: 3317314 2695973 3255 1 0 3304547 0
[pid=14711/tid=14712] ppid=14710 vsize=13269256 CPUtime=192.3 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14712/stat : 14712 (java) S 14710 14710 14626 0 -1 1077944384 29265 0 0 0 19170 60 0 0 20 0 20 0 4600318 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140094697515344 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14714] ppid=14710 vsize=13269256 CPUtime=231.37 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14714/stat : 14714 (java) R 14710 14710 14626 0 -1 4202560 18841 0 0 0 22797 340 0 0 20 0 20 0 4600318 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140094654237144 140094677975206 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14715] ppid=14710 vsize=13269256 CPUtime=232.17 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14715/stat : 14715 (java) R 14710 14710 14626 0 -1 4202560 48278 0 0 0 22890 327 0 0 20 0 20 0 4600318 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140094291294808 140094677975044 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14716] ppid=14710 vsize=13269256 CPUtime=231.96 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14716/stat : 14716 (java) R 14710 14710 14626 0 -1 4202560 35826 0 0 0 22874 322 0 0 20 0 20 0 4600318 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140094290242264 140094677975070 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14717] ppid=14710 vsize=13269256 CPUtime=231.66 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14717/stat : 14717 (java) R 14710 14710 14626 0 -1 4202560 31212 0 0 0 22828 338 0 0 20 0 20 0 4600318 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140094289189720 140094673303776 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14718] ppid=14710 vsize=13269256 CPUtime=231.78 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14718/stat : 14718 (java) R 14710 14710 14626 0 -1 4202560 26569 0 0 0 22852 326 0 0 20 0 20 0 4600318 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140094288136864 140094678121303 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14719] ppid=14710 vsize=13269256 CPUtime=232.32 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14719/stat : 14719 (java) R 14710 14710 14626 0 -1 4202560 38441 0 0 0 22906 326 0 0 20 0 20 0 4600318 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140094287084320 140094677975070 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14720] ppid=14710 vsize=13269256 CPUtime=231.97 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14720/stat : 14720 (java) R 14710 14710 14626 0 -1 4202560 37937 0 0 0 22899 298 0 0 20 0 20 0 4600318 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140094286032088 140094677975070 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14721] ppid=14710 vsize=13269256 CPUtime=232.54 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14721/stat : 14721 (java) R 14710 14710 14626 0 -1 4202560 37429 0 0 0 22929 325 0 0 20 0 20 0 4600318 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140094284979544 140094678228903 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14722] ppid=14710 vsize=13269256 CPUtime=35.31 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14722/stat : 14722 (java) S 14710 14710 14626 0 -1 1077944384 71076 0 0 0 3501 30 0 0 20 0 20 0 4600320 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140094155514208 140094693287637 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14723] ppid=14710 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14723/stat : 14723 (java) S 14710 14710 14626 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 20 0 4600321 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140094154462176 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14724] ppid=14710 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14724/stat : 14724 (java) S 14710 14710 14626 0 -1 1077944384 195 0 0 0 0 0 0 0 20 0 20 0 4600321 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140094153409536 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14725] ppid=14710 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14725/stat : 14725 (java) S 14710 14710 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4600325 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140094152358096 140094693296027 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14726] ppid=14710 vsize=13269256 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14726/stat : 14726 (java) S 14710 14710 14626 0 -1 1077944384 5562 0 0 0 67 1 0 0 20 0 20 0 4600325 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140094151305760 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14727] ppid=14710 vsize=13269256 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14727/stat : 14727 (java) S 14710 14710 14626 0 -1 1077944384 5500 0 0 0 61 1 0 0 20 0 20 0 4600325 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140094150253216 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14728] ppid=14710 vsize=13269256 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14728/stat : 14728 (java) S 14710 14710 14626 0 -1 1077944384 4251 0 0 0 62 0 0 0 20 0 20 0 4600325 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140094149200384 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14729] ppid=14710 vsize=13269256 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14729/stat : 14729 (java) S 14710 14710 14626 0 -1 1077944384 4296 0 0 0 39 1 0 0 20 0 20 0 4600325 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140094148148128 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14730] ppid=14710 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14730/stat : 14730 (java) S 14710 14710 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4600326 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140094147094752 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14731] ppid=14710 vsize=13269256 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14731/stat : 14731 (java) S 14710 14710 14626 0 -1 1077944384 656 0 0 0 13 13 0 0 20 0 20 0 4600326 13587718144 2695973 33554432000 4194304 4196468 140736894898080 140094146042288 140094693288578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
Current children cumulated CPU time (s) 2086.11
Current children cumulated vsize (KiB) 13278768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+503.701 s]
/proc/loadavg: 15.07 13.37 12.86 20/293 15172
/proc/meminfo: memFree=20634812/32770624 swapFree=5972/269624
[pid=14710] ppid=14707 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14710/stat : 14710 (xcsp3-exec) S 14707 14710 14626 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4600317 9740288 346 33554432000 4194304 5098028 140732463649824 140732463647928 139950902796924 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8531968 140732463658127 140732463658336 140732463658336 140732463661035 0
/proc/14710/statm: 2378 346 289 221 0 87 0
[pid=14711] ppid=14710 vsize=13269256 CPUtime=2400.06 cores=1,3,5,7,9,11,13,15
/proc/14711/stat : 14711 (java) S 14710 14710 14626 0 -1 1077944320 401899 0 0 0 237256 2750 0 0 20 0 20 0 4600317 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140736894880624 140094693277431 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
/proc/14711/statm: 3317314 2695975 3255 1 0 3304547 0
[pid=14711/tid=14712] ppid=14710 vsize=13269256 CPUtime=192.38 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14712/stat : 14712 (java) S 14710 14710 14626 0 -1 1077944384 29270 0 0 0 19178 60 0 0 20 0 20 0 4600318 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140094697515344 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14714] ppid=14710 vsize=13269256 CPUtime=270.46 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14714/stat : 14714 (java) R 14710 14710 14626 0 -1 4202560 19460 0 0 0 26703 343 0 0 20 0 20 0 4600318 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140094654237144 140094678230075 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14715] ppid=14710 vsize=13269256 CPUtime=271.09 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14715/stat : 14715 (java) R 14710 14710 14626 0 -1 4202560 49206 0 0 0 26776 333 0 0 20 0 20 0 4600318 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140094291294504 140094685905639 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14716] ppid=14710 vsize=13269256 CPUtime=270.91 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14716/stat : 14716 (java) R 14710 14710 14626 0 -1 4202560 36048 0 0 0 26765 326 0 0 20 0 20 0 4600318 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140094290241952 140094678228509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14717] ppid=14710 vsize=13269256 CPUtime=270.48 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14717/stat : 14717 (java) R 14710 14710 14626 0 -1 4202560 31633 0 0 0 26704 344 0 0 20 0 20 0 4600318 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140094289189104 140094685905639 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14718] ppid=14710 vsize=13269256 CPUtime=270.85 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14718/stat : 14718 (java) S 14710 14710 14626 0 -1 1077944384 28635 0 0 0 26756 329 0 0 20 0 20 0 4600318 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140094288136560 140094693288578 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14719] ppid=14710 vsize=13269256 CPUtime=271.27 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14719/stat : 14719 (java) R 14710 14710 14626 0 -1 4202560 38599 0 0 0 26795 332 0 0 20 0 20 0 4600318 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140094287084632 140094678228424 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14720] ppid=14710 vsize=13269256 CPUtime=271.04 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14720/stat : 14720 (java) R 14710 14710 14626 0 -1 4202560 38471 0 0 0 26804 300 0 0 20 0 20 0 4600318 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140094286032088 140094678228504 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14721] ppid=14710 vsize=13269256 CPUtime=271.6 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14721/stat : 14721 (java) R 14710 14710 14626 0 -1 4202560 37613 0 0 0 26832 328 0 0 20 0 20 0 4600318 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140094284979240 140094676660466 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14722] ppid=14710 vsize=13269256 CPUtime=37.21 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14722/stat : 14722 (java) S 14710 14710 14626 0 -1 1077944384 71167 0 0 0 3691 30 0 0 20 0 20 0 4600320 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140094155514208 140094693287637 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14723] ppid=14710 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14723/stat : 14723 (java) S 14710 14710 14626 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 20 0 4600321 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140094154462176 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14724] ppid=14710 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14724/stat : 14724 (java) S 14710 14710 14626 0 -1 1077944384 195 0 0 0 0 0 0 0 20 0 20 0 4600321 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140094153409536 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14725] ppid=14710 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14725/stat : 14725 (java) S 14710 14710 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4600325 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140094152358096 140094693296027 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14726] ppid=14710 vsize=13269256 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14726/stat : 14726 (java) S 14710 14710 14626 0 -1 1077944384 5562 0 0 0 67 1 0 0 20 0 20 0 4600325 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140094151305712 140094693288578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14727] ppid=14710 vsize=13269256 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14727/stat : 14727 (java) S 14710 14710 14626 0 -1 1077944384 5501 0 0 0 61 1 0 0 20 0 20 0 4600325 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140094150253168 140094693288578 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14728] ppid=14710 vsize=13269256 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14728/stat : 14728 (java) S 14710 14710 14626 0 -1 1077944384 4253 0 0 0 62 0 0 0 20 0 20 0 4600325 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140094149200624 140094693288578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14729] ppid=14710 vsize=13269256 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14729/stat : 14729 (java) S 14710 14710 14626 0 -1 1077944384 4298 0 0 0 39 1 0 0 20 0 20 0 4600325 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140094148148080 140094693288578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14730] ppid=14710 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14730/stat : 14730 (java) S 14710 14710 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4600326 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140094147094752 140094693287637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
[pid=14711/tid=14731] ppid=14710 vsize=13269256 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/14711/task/14731/stat : 14731 (java) S 14710 14710 14626 0 -1 1077944384 658 0 0 0 14 15 0 0 20 0 20 0 4600326 13587718144 2695975 33554432000 4194304 4196468 140736894898080 140094146042288 140094693288578 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33673216 140736894899388 140736894899564 140736894899564 140736894902223 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 13278768

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 14711 sig 9
??? kill 14710 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 14710 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2140
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.00214
# while last known CPU time is 2400.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 503.711
CPU time (s): 2400.06
CPU user time (s): 2372.56
CPU system time (s): 27.5
CPU usage (%): 476.475
Max. virtual memory (cumulated for all children) (KiB): 13278768

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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.42192 second user time and 5.6155 second system time

The end

Launcher Data

Begin job on node105 at 2017-07-22 05:15:08
IDJOB=4248810
IDBENCH=134316
IDSOLVER=2626
FILE ID=node105/4248810-1500693306
RUNJOBID= node105-1500682495-14658
PBS_JOBID= 20623326
Free space on /tmp= 61820 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/PigeonsPlus/PigeonsPlus-m1-s1/pigeonsPlus-07-09.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-4248810-1500693306/watcher-4248810-1500693306 -o /tmp/evaluation-result-4248810-1500693306/solver-4248810-1500693306 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1500682495-14658 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 127635844 HOME/instance-4248810-1500693306.xml

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

MD5SUM BENCH= bf36af344ce91645c9e055d2da140f7c
RANDOM SEED=127635844

node105.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	: 5333.33
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		: 1733.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	: 5333.33
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	: 5333.33
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	: 5333.33
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		: 2400.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	: 5333.33
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	: 5333.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28363516 kB
MemAvailable:   28725664 kB
Buffers:          118820 kB
Cached:           521128 kB
SwapCached:            0 kB
Active:          3686224 kB
Inactive:         277324 kB
Active(anon):    3326420 kB
Inactive(anon):     8628 kB
Active(file):     359804 kB
Inactive(file):   268696 kB
Unevictable:        5972 kB
Mlocked:            6004 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             93872 kB
Writeback:             0 kB
AnonPages:       3380940 kB
Mapped:            43124 kB
Shmem:              8852 kB
Slab:             133704 kB
SReclaimable:      98964 kB
SUnreclaim:        34740 kB
KernelStack:        4608 kB
PageTables:        11756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4113444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3246080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61812 MiB
End job on node105 at 2017-07-22 05:23:32