Trace number 4246037

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.69 361.812

General information on the benchmark

NameBibd/Bibd-sc-open/
Bibd-sc-85-085-36-36-15.xml
MD5SUM6283987435144a6b5e9cf918aca30279
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 variables621350
Number of constraints307191
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":310675}]
Minimum variable degree0
Maximum variable degree87
Distribution of variable degrees[{"degree":0,"count":310675},{"degree":2,"count":303450},{"degree":87,"count":7225}]
Minimum constraint arity3
Maximum constraint arity7225
Distribution of constraint arities[{"arity":3,"count":303450},{"arity":85,"count":3740},{"arity":7225,"count":1}]
Number of extensional constraints0
Number of intensional constraints303450
Distribution of constraint types[{"type":"intension","count":303450},{"type":"lex","count":1},{"type":"sum","count":3740}]
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-4246037-1500686761.xml"  -tl '2400s' -p 8 -x 3
0.00/0.17	c [HOME/instance-4246037-1500686761.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.22	c 8 solvers in parallel
0.00/0.29	c parse instance...
978.46/175.16	c solve 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-4246037-1500686761/watcher-4246037-1500686761 -o /tmp/evaluation-result-4246037-1500686761/solver-4246037-1500686761 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500682809-15228 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 724777775 HOME/instance-4246037-1500686761.xml 

pid=26877
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.18 14.37 14.31 2/262 26880
/proc/meminfo: memFree=31892872/32770624 swapFree=5808/99336
[pid=26880] ppid=26877 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26880/stat : 26880 (xcsp3-exec) S 26877 26880 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3941257 9740288 346 33554432000 4194304 5098028 140728279901984 140728279900088 140699055186556 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 22827008 140728279909519 140728279909728 140728279909728 140728279912427 0
/proc/26880/statm: 2378 346 289 221 0 87 0

[startup+0.100099 s]
/proc/loadavg: 13.18 14.37 14.31 2/262 26880
/proc/meminfo: memFree=31892872/32770624 swapFree=5808/99336
[pid=26880] ppid=26877 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26880/stat : 26880 (xcsp3-exec) S 26877 26880 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3941257 9740288 346 33554432000 4194304 5098028 140728279901984 140728279900088 140699055186556 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 22827008 140728279909519 140728279909728 140728279909728 140728279912427 0
/proc/26880/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200318 s]
/proc/loadavg: 13.18 14.37 14.31 2/262 26880
/proc/meminfo: memFree=31892872/32770624 swapFree=5808/99336
[pid=26880] ppid=26877 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26880/stat : 26880 (xcsp3-exec) S 26877 26880 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3941257 9740288 346 33554432000 4194304 5098028 140728279901984 140728279900088 140699055186556 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 22827008 140728279909519 140728279909728 140728279909728 140728279912427 0
/proc/26880/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300245 s]
/proc/loadavg: 13.18 14.37 14.31 2/262 26880
/proc/meminfo: memFree=31892872/32770624 swapFree=5808/99336
[pid=26880] ppid=26877 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26880/stat : 26880 (xcsp3-exec) S 26877 26880 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3941257 9740288 346 33554432000 4194304 5098028 140728279901984 140728279900088 140699055186556 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 22827008 140728279909519 140728279909728 140728279909728 140728279912427 0
/proc/26880/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700241 s]
/proc/loadavg: 13.18 14.37 14.31 2/262 26880
/proc/meminfo: memFree=31892872/32770624 swapFree=5808/99336
[pid=26880] ppid=26877 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26880/stat : 26880 (xcsp3-exec) S 26877 26880 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3941257 9740288 346 33554432000 4194304 5098028 140728279901984 140728279900088 140699055186556 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 22827008 140728279909519 140728279909728 140728279909728 140728279912427 0
/proc/26880/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50085 s]
/proc/loadavg: 12.53 14.22 14.26 22/291 26909
/proc/meminfo: memFree=31363904/32770624 swapFree=5808/99320
[pid=26880] ppid=26877 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26880/stat : 26880 (xcsp3-exec) S 26877 26880 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3941257 9740288 346 33554432000 4194304 5098028 140728279901984 140728279900088 140699055186556 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 22827008 140728279909519 140728279909728 140728279909728 140728279912427 0
/proc/26880/statm: 2378 346 289 221 0 87 0
[pid=26881] ppid=26880 vsize=13267208 CPUtime=4.34 cores=1,3,5,7,9,11,13,15
/proc/26881/stat : 26881 (java) S 26880 26880 15196 0 -1 1077944320 13462 0 0 0 304 130 0 0 20 0 20 0 3941258 13585620992 131950 33554432000 4194304 4196468 140731151545856 140731151528400 140270101016311 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
/proc/26881/statm: 3316802 131950 3212 1 0 3304035 0
[pid=26881/tid=26882] ppid=26880 vsize=13267208 CPUtime=1.19 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26882/stat : 26882 (java) S 26880 26880 15196 0 -1 1077944384 5991 0 0 0 113 6 0 0 20 0 20 0 3941258 13585620992 131950 33554432000 4194304 4196468 140731151545856 140270105255632 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26884] ppid=26880 vsize=13267208 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26884/stat : 26884 (java) R 26880 26880 15196 0 -1 4202560 103 0 0 0 9 13 0 0 20 0 20 0 3941259 13585620992 131950 33554432000 4194304 4196468 140731151545856 140270019497176 140270086044167 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26885] ppid=26880 vsize=13267208 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26885/stat : 26885 (java) R 26880 26880 15196 0 -1 4202560 119 0 0 0 11 15 0 0 20 0 20 0 3941259 13585620992 131950 33554432000 4194304 4196468 140731151545856 140270018444632 140270086044176 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26886] ppid=26880 vsize=13267208 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26886/stat : 26886 (java) R 26880 26880 15196 0 -1 4202560 158 0 0 0 10 15 0 0 20 0 20 0 3941259 13585620992 131950 33554432000 4194304 4196468 140731151545856 140270017391576 140270094116011 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26887] ppid=26880 vsize=13267208 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26887/stat : 26887 (java) R 26880 26880 15196 0 -1 4202560 108 0 0 0 10 14 0 0 20 0 20 0 3941259 13585620992 131950 33554432000 4194304 4196468 140731151545856 140270016339032 140270086044167 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26888] ppid=26880 vsize=13267208 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26888/stat : 26888 (java) R 26880 26880 15196 0 -1 4202560 120 0 0 0 10 15 0 0 20 0 20 0 3941259 13585620992 131950 33554432000 4194304 4196468 140731151545856 140270015285976 140270086038432 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26889] ppid=26880 vsize=13267208 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26889/stat : 26889 (java) R 26880 26880 15196 0 -1 4202560 117 0 0 0 10 15 0 0 20 0 20 0 3941259 13585620992 131950 33554432000 4194304 4196468 140731151545856 140270014233432 140270086038401 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26890] ppid=26880 vsize=13267208 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26890/stat : 26890 (java) R 26880 26880 15196 0 -1 4202560 117 0 0 0 11 14 0 0 20 0 20 0 3941259 13585620992 131950 33554432000 4194304 4196468 140731151545856 140270013180376 140270086043730 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26891] ppid=26880 vsize=13267208 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26891/stat : 26891 (java) R 26880 26880 15196 0 -1 4202560 122 0 0 0 11 15 0 0 20 0 20 0 3941259 13585620992 131950 33554432000 4194304 4196468 140731151545856 140270012127520 140270086044092 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26892] ppid=26880 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26892/stat : 26892 (java) S 26880 26880 15196 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 20 0 3941261 13585620992 131950 33554432000 4194304 4196468 140731151545856 140269294839072 140270101026517 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26893] ppid=26880 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26893/stat : 26893 (java) S 26880 26880 15196 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3941261 13585620992 131950 33554432000 4194304 4196468 140731151545856 140269293786848 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26894] ppid=26880 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26894/stat : 26894 (java) S 26880 26880 15196 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3941262 13585620992 131950 33554432000 4194304 4196468 140731151545856 140269292733696 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26895] ppid=26880 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26895/stat : 26895 (java) S 26880 26880 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3941265 13585620992 131950 33554432000 4194304 4196468 140731151545856 140269291682256 140270101034907 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26896] ppid=26880 vsize=13267208 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26896/stat : 26896 (java) S 26880 26880 15196 0 -1 1077944384 1648 0 0 0 26 0 0 0 20 0 20 0 3941265 13585620992 131950 33554432000 4194304 4196468 140731151545856 140269290629360 140270101027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26897] ppid=26880 vsize=13267208 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26897/stat : 26897 (java) S 26880 26880 15196 0 -1 1077944384 1142 0 0 0 34 0 0 0 20 0 20 0 3941265 13585620992 131950 33554432000 4194304 4196468 140731151545856 140269289576816 140270101027458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26898] ppid=26880 vsize=13267208 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26898/stat : 26898 (java) S 26880 26880 15196 0 -1 1077944384 1069 0 0 0 21 0 0 0 20 0 20 0 3941265 13585620992 131950 33554432000 4194304 4196468 140731151545856 140269288523760 140270101027458 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26899] ppid=26880 vsize=13267208 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26899/stat : 26899 (java) S 26880 26880 15196 0 -1 1077944384 1275 0 0 0 22 0 0 0 20 0 20 0 3941265 13585620992 131950 33554432000 4194304 4196468 140731151545856 140269287471216 140270101027458 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26900] ppid=26880 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26900/stat : 26900 (java) S 26880 26880 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3941265 13585620992 131950 33554432000 4194304 4196468 140731151545856 140269286419424 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26901] ppid=26880 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26901/stat : 26901 (java) S 26880 26880 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3941265 13585620992 132462 33554432000 4194304 4196468 140731151545856 140269285366960 140270101027458 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 13276720

[startup+3.10092 s]
/proc/loadavg: 12.53 14.22 14.26 17/291 26909
/proc/meminfo: memFree=30949464/32770624 swapFree=5808/99320
[pid=26880] ppid=26877 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26880/stat : 26880 (xcsp3-exec) S 26877 26880 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3941257 9740288 346 33554432000 4194304 5098028 140728279901984 140728279900088 140699055186556 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 22827008 140728279909519 140728279909728 140728279909728 140728279912427 0
/proc/26880/statm: 2378 346 289 221 0 87 0
[pid=26881] ppid=26880 vsize=13267208 CPUtime=13.11 cores=1,3,5,7,9,11,13,15
/proc/26881/stat : 26881 (java) S 26880 26880 15196 0 -1 1077944320 16186 0 0 0 1086 225 0 0 20 0 20 0 3941258 13585620992 184073 33554432000 4194304 4196468 140731151545856 140731151528400 140270101016311 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
/proc/26881/statm: 3316802 184073 3253 1 0 3304035 0
[pid=26881/tid=26882] ppid=26880 vsize=13267208 CPUtime=1.8 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26882/stat : 26882 (java) R 26880 26880 15196 0 -1 4202560 6493 0 0 0 174 6 0 0 20 0 20 0 3941258 13585620992 184073 33554432000 4194304 4196468 140731151545856 140270105251992 140270086995505 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26884] ppid=26880 vsize=13267208 CPUtime=1.08 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26884/stat : 26884 (java) S 26880 26880 15196 0 -1 1077944384 227 0 0 0 83 25 0 0 20 0 20 0 3941259 13585620992 184073 33554432000 4194304 4196468 140731151545856 140270019496976 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26885] ppid=26880 vsize=13267208 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26885/stat : 26885 (java) S 26880 26880 15196 0 -1 1077944384 264 0 0 0 89 27 0 0 20 0 20 0 3941259 13585620992 184073 33554432000 4194304 4196468 140731151545856 140270018444432 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26886] ppid=26880 vsize=13267208 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26886/stat : 26886 (java) S 26880 26880 15196 0 -1 1077944384 282 0 0 0 87 26 0 0 20 0 20 0 3941259 13585620992 184073 33554432000 4194304 4196468 140731151545856 140270017391376 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26887] ppid=26880 vsize=13267208 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26887/stat : 26887 (java) S 26880 26880 15196 0 -1 1077944384 219 0 0 0 85 26 0 0 20 0 20 0 3941259 13585620992 184073 33554432000 4194304 4196468 140731151545856 140270016338832 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26888] ppid=26880 vsize=13267208 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26888/stat : 26888 (java) S 26880 26880 15196 0 -1 1077944384 323 0 0 0 86 27 0 0 20 0 20 0 3941259 13585620992 184073 33554432000 4194304 4196468 140731151545856 140270015285776 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26889] ppid=26880 vsize=13267208 CPUtime=1.12 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26889/stat : 26889 (java) S 26880 26880 15196 0 -1 1077944384 277 0 0 0 86 26 0 0 20 0 20 0 3941259 13585620992 184073 33554432000 4194304 4196468 140731151545856 140270014233232 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26890] ppid=26880 vsize=13267208 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26890/stat : 26890 (java) S 26880 26880 15196 0 -1 1077944384 398 0 0 0 87 26 0 0 20 0 20 0 3941259 13585620992 184073 33554432000 4194304 4196468 140731151545856 140270013180176 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26891] ppid=26880 vsize=13267208 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26891/stat : 26891 (java) S 26880 26880 15196 0 -1 1077944384 275 0 0 0 87 27 0 0 20 0 20 0 3941259 13585620992 184073 33554432000 4194304 4196468 140731151545856 140270012127632 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26892] ppid=26880 vsize=13267208 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26892/stat : 26892 (java) S 26880 26880 15196 0 -1 1077944384 494 0 0 0 10 0 0 0 20 0 20 0 3941261 13585620992 184073 33554432000 4194304 4196468 140731151545856 140269294840560 140270101027458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26893] ppid=26880 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26893/stat : 26893 (java) S 26880 26880 15196 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3941261 13585620992 184073 33554432000 4194304 4196468 140731151545856 140269293786848 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26894] ppid=26880 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26894/stat : 26894 (java) S 26880 26880 15196 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3941262 13585620992 184073 33554432000 4194304 4196468 140731151545856 140269292733696 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26895] ppid=26880 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26895/stat : 26895 (java) S 26880 26880 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3941265 13585620992 184073 33554432000 4194304 4196468 140731151545856 140269291682256 140270101034907 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26896] ppid=26880 vsize=13267208 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26896/stat : 26896 (java) R 26880 26880 15196 0 -1 4202560 1794 0 0 0 63 0 0 0 20 0 20 0 3941265 13585620992 184073 33554432000 4194304 4196468 140731151545856 140269290629656 140270082536172 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26897] ppid=26880 vsize=13267208 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26897/stat : 26897 (java) S 26880 26880 15196 0 -1 1077944384 1199 0 0 0 61 0 0 0 20 0 20 0 3941265 13585620992 184073 33554432000 4194304 4196468 140731151545856 140269289576816 140270101027458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26898] ppid=26880 vsize=13267208 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26898/stat : 26898 (java) S 26880 26880 15196 0 -1 1077944384 1159 0 0 0 48 0 0 0 20 0 20 0 3941265 13585620992 184073 33554432000 4194304 4196468 140731151545856 140269288523760 140270101027458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26899] ppid=26880 vsize=13267208 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26899/stat : 26899 (java) S 26880 26880 15196 0 -1 1077944384 1485 0 0 0 33 0 0 0 20 0 20 0 3941265 13585620992 184073 33554432000 4194304 4196468 140731151545856 140269287471216 140270101027458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26900] ppid=26880 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26900/stat : 26900 (java) S 26880 26880 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3941265 13585620992 184073 33554432000 4194304 4196468 140731151545856 140269286419424 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26901] ppid=26880 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26901/stat : 26901 (java) S 26880 26880 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3941265 13585620992 184073 33554432000 4194304 4196468 140731151545856 140269285366960 140270101027458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
Current children cumulated CPU time (s) 13.11
Current children cumulated vsize (KiB) 13276720

[startup+6.30132 s]
/proc/loadavg: 12.49 14.18 14.25 13/291 26909
/proc/meminfo: memFree=30129852/32770624 swapFree=5808/99332
[pid=26880] ppid=26877 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26880/stat : 26880 (xcsp3-exec) S 26877 26880 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3941257 9740288 346 33554432000 4194304 5098028 140728279901984 140728279900088 140699055186556 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 22827008 140728279909519 140728279909728 140728279909728 140728279912427 0
/proc/26880/statm: 2378 346 289 221 0 87 0
[pid=26881] ppid=26880 vsize=13269256 CPUtime=22.66 cores=1,3,5,7,9,11,13,15
/proc/26881/stat : 26881 (java) S 26880 26880 15196 0 -1 1077944320 30417 0 0 0 1904 362 0 0 20 0 20 0 3941258 13587718144 337200 33554432000 4194304 4196468 140731151545856 140731151528400 140270101016311 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
/proc/26881/statm: 3317314 337200 3272 1 0 3304547 0
[pid=26881/tid=26882] ppid=26880 vsize=13269256 CPUtime=4.62 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26882/stat : 26882 (java) R 26880 26880 15196 0 -1 4202560 8197 0 0 0 450 12 0 0 20 0 20 0 3941258 13587718144 337200 33554432000 4194304 4196468 140731151545856 140270105253208 140269696478945 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26884] ppid=26880 vsize=13269256 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26884/stat : 26884 (java) S 26880 26880 15196 0 -1 1077944384 608 0 0 0 102 41 0 0 20 0 20 0 3941259 13587718144 337200 33554432000 4194304 4196468 140731151545856 140270019496976 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26885] ppid=26880 vsize=13269256 CPUtime=1.52 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26885/stat : 26885 (java) S 26880 26880 15196 0 -1 1077944384 525 0 0 0 109 43 0 0 20 0 20 0 3941259 13587718144 337200 33554432000 4194304 4196468 140731151545856 140270018444432 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26886] ppid=26880 vsize=13269256 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26886/stat : 26886 (java) S 26880 26880 15196 0 -1 1077944384 503 0 0 0 107 42 0 0 20 0 20 0 3941259 13587718144 337200 33554432000 4194304 4196468 140731151545856 140270017391376 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26887] ppid=26880 vsize=13269256 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26887/stat : 26887 (java) S 26880 26880 15196 0 -1 1077944384 468 0 0 0 104 42 0 0 20 0 20 0 3941259 13587718144 337200 33554432000 4194304 4196468 140731151545856 140270016338832 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26888] ppid=26880 vsize=13269256 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26888/stat : 26888 (java) S 26880 26880 15196 0 -1 1077944384 638 0 0 0 105 43 0 0 20 0 20 0 3941259 13587718144 337200 33554432000 4194304 4196468 140731151545856 140270015285776 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26889] ppid=26880 vsize=13269256 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26889/stat : 26889 (java) S 26880 26880 15196 0 -1 1077944384 448 0 0 0 105 43 0 0 20 0 20 0 3941259 13587718144 337200 33554432000 4194304 4196468 140731151545856 140270014233232 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26890] ppid=26880 vsize=13269256 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26890/stat : 26890 (java) S 26880 26880 15196 0 -1 1077944384 913 0 0 0 105 43 0 0 20 0 20 0 3941259 13587718144 337200 33554432000 4194304 4196468 140731151545856 140270013180176 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26891] ppid=26880 vsize=13269256 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26891/stat : 26891 (java) S 26880 26880 15196 0 -1 1077944384 573 0 0 0 106 43 0 0 20 0 20 0 3941259 13587718144 337200 33554432000 4194304 4196468 140731151545856 140270012127632 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26892] ppid=26880 vsize=13269256 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26892/stat : 26892 (java) S 26880 26880 15196 0 -1 1077944384 1062 0 0 0 11 0 0 0 20 0 20 0 3941261 13587718144 337200 33554432000 4194304 4196468 140731151545856 140269294840560 140270101027458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26893] ppid=26880 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26893/stat : 26893 (java) S 26880 26880 15196 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 3941261 13587718144 337200 33554432000 4194304 4196468 140731151545856 140269293786848 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26894] ppid=26880 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26894/stat : 26894 (java) S 26880 26880 15196 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 3941262 13587718144 337200 33554432000 4194304 4196468 140731151545856 140269292733696 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26895] ppid=26880 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26895/stat : 26895 (java) S 26880 26880 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3941265 13587718144 337200 33554432000 4194304 4196468 140731151545856 140269291682256 140270101034907 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0

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

[pid=26881/tid=27013] ppid=26880 vsize=13801768 CPUtime=2.69 cores=1,3,5,7,9,11,13,15
/proc/26881/task/27013/stat : 27013 (java) S 26880 26880 15196 0 -1 1077944384 179 0 0 0 269 0 0 0 20 0 28 0 3958835 14133010432 2682616 33554432000 4194304 4196468 140731151545856 140269271036080 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=27014] ppid=26880 vsize=13801768 CPUtime=2.87 cores=1,3,5,7,9,11,13,15
/proc/26881/task/27014/stat : 27014 (java) S 26880 26880 15196 0 -1 1077944384 114 0 0 0 287 0 0 0 20 0 28 0 3958835 14133010432 2682616 33554432000 4194304 4196468 140731151545856 140269202690320 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
Current children cumulated CPU time (s) 1789.9
Current children cumulated vsize (KiB) 13811280

[startup+342.302 s]
/proc/loadavg: 14.95 14.18 14.14 17/301 27217
/proc/meminfo: memFree=20808352/32770624 swapFree=5808/99980
[pid=26880] ppid=26877 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26880/stat : 26880 (xcsp3-exec) S 26877 26880 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3941257 9740288 346 33554432000 4194304 5098028 140728279901984 140728279900088 140699055186556 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 22827008 140728279909519 140728279909728 140728279909728 140728279912427 0
/proc/26880/statm: 2378 346 289 221 0 87 0
[pid=26881] ppid=26880 vsize=13801768 CPUtime=2248.83 cores=1,3,5,7,9,11,13,15
/proc/26881/stat : 26881 (java) S 26880 26880 15196 0 -1 1077944320 395008 0 1 0 219956 4927 0 0 20 0 28 0 3941258 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140731151528400 140270101016311 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
/proc/26881/statm: 3450442 2682162 3291 1 0 3437675 0
[pid=26881/tid=26882] ppid=26880 vsize=13801768 CPUtime=52.48 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26882/stat : 26882 (java) S 26880 26880 15196 0 -1 1077944384 22481 0 0 0 5231 17 0 0 20 0 28 0 3941258 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140270105257088 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26884] ppid=26880 vsize=13801768 CPUtime=265.35 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26884/stat : 26884 (java) R 26880 26880 15196 0 -1 4202560 21970 0 0 0 25913 622 0 0 20 0 28 0 3941259 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140270019497176 140270085714008 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26885] ppid=26880 vsize=13801768 CPUtime=266.7 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26885/stat : 26885 (java) R 26880 26880 15196 0 -1 4202560 43843 0 0 0 26062 608 0 0 20 0 28 0 3941259 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140270018444632 140270085713856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26886] ppid=26880 vsize=13801768 CPUtime=266.07 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26886/stat : 26886 (java) R 26880 26880 15196 0 -1 4202560 43339 0 1 0 26004 603 0 0 20 0 28 0 3941259 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140270017391576 140270085713950 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26887] ppid=26880 vsize=13801768 CPUtime=265.56 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26887/stat : 26887 (java) R 26880 26880 15196 0 -1 4202560 21635 0 0 0 25939 617 0 0 20 0 28 0 3941259 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140270016339032 140270082613322 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26888] ppid=26880 vsize=13801768 CPUtime=265.93 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26888/stat : 26888 (java) R 26880 26880 15196 0 -1 4202560 28796 0 0 0 25993 600 0 0 20 0 28 0 3941259 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140270015285976 140270085713950 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26889] ppid=26880 vsize=13801768 CPUtime=265.71 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26889/stat : 26889 (java) R 26880 26880 15196 0 -1 4202560 36187 0 0 0 25946 625 0 0 20 0 28 0 3941259 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140270014233120 140270082613331 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26890] ppid=26880 vsize=13801768 CPUtime=266.13 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26890/stat : 26890 (java) R 26880 26880 15196 0 -1 4202560 25632 0 0 0 26000 613 0 0 20 0 28 0 3941259 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140270013180376 140270085470125 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26891] ppid=26880 vsize=13801768 CPUtime=265.85 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26891/stat : 26891 (java) R 26880 26880 15196 0 -1 4202560 32695 0 0 0 25997 588 0 0 20 0 28 0 3941259 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140270012127832 140270082613319 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26892] ppid=26880 vsize=13801768 CPUtime=12.88 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26892/stat : 26892 (java) S 26880 26880 15196 0 -1 1077944384 60377 0 0 0 1281 7 0 0 20 0 28 0 3941261 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140269294838880 140270101026517 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26893] ppid=26880 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26893/stat : 26893 (java) S 26880 26880 15196 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 3941261 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140269293786848 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26894] ppid=26880 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26894/stat : 26894 (java) S 26880 26880 15196 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 28 0 3941262 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140269292733696 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26895] ppid=26880 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26895/stat : 26895 (java) S 26880 26880 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3941265 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140269291682256 140270101034907 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26896] ppid=26880 vsize=13801768 CPUtime=5.16 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26896/stat : 26896 (java) S 26880 26880 15196 0 -1 1077944384 10922 0 0 0 513 3 0 0 20 0 28 0 3941265 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140269290629360 140270101027458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26897] ppid=26880 vsize=13801768 CPUtime=4.77 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26897/stat : 26897 (java) S 26880 26880 15196 0 -1 1077944384 9375 0 0 0 475 2 0 0 20 0 28 0 3941265 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140269289576816 140270101027458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26898] ppid=26880 vsize=13801768 CPUtime=4.44 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26898/stat : 26898 (java) S 26880 26880 15196 0 -1 1077944384 8688 0 0 0 442 2 0 0 20 0 28 0 3941265 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140269288523760 140270101027458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26899] ppid=26880 vsize=13801768 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26899/stat : 26899 (java) S 26880 26880 15196 0 -1 1077944384 8047 0 0 0 170 2 0 0 20 0 28 0 3941265 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140269287471216 140270101027458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26900] ppid=26880 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26900/stat : 26900 (java) S 26880 26880 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3941265 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140269286419424 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26901] ppid=26880 vsize=13801768 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26901/stat : 26901 (java) S 26880 26880 15196 0 -1 1077944384 1003 0 0 0 8 7 0 0 20 0 28 0 3941265 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140269285366960 140270101027458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=27007] ppid=26880 vsize=13801768 CPUtime=5.01 cores=1,3,5,7,9,11,13,15
/proc/26881/task/27007/stat : 27007 (java) S 26880 26880 15196 0 -1 1077944384 283 0 0 0 501 0 0 0 20 0 28 0 3958835 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140269277350896 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=27008] ppid=26880 vsize=13801768 CPUtime=4.93 cores=1,3,5,7,9,11,13,15
/proc/26881/task/27008/stat : 27008 (java) S 26880 26880 15196 0 -1 1077944384 340 0 0 0 493 0 0 0 20 0 28 0 3958835 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140269276299360 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=27009] ppid=26880 vsize=13801768 CPUtime=4.96 cores=1,3,5,7,9,11,13,15
/proc/26881/task/27009/stat : 27009 (java) S 26880 26880 15196 0 -1 1077944384 1122 0 0 0 496 0 0 0 20 0 28 0 3958835 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140269275246096 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=27010] ppid=26880 vsize=13801768 CPUtime=4.95 cores=1,3,5,7,9,11,13,15
/proc/26881/task/27010/stat : 27010 (java) S 26880 26880 15196 0 -1 1077944384 324 0 0 0 495 0 0 0 20 0 28 0 3958835 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140269274193968 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=27011] ppid=26880 vsize=13801768 CPUtime=4.94 cores=1,3,5,7,9,11,13,15
/proc/26881/task/27011/stat : 27011 (java) S 26880 26880 15196 0 -1 1077944384 1380 0 0 0 494 0 0 0 20 0 28 0 3958835 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140269273143584 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=27012] ppid=26880 vsize=13801768 CPUtime=5.01 cores=1,3,5,7,9,11,13,15
/proc/26881/task/27012/stat : 27012 (java) S 26880 26880 15196 0 -1 1077944384 14681 0 0 0 500 1 0 0 20 0 28 0 3958835 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140269272087856 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=27013] ppid=26880 vsize=13801768 CPUtime=4.89 cores=1,3,5,7,9,11,13,15
/proc/26881/task/27013/stat : 27013 (java) S 26880 26880 15196 0 -1 1077944384 300 0 0 0 489 0 0 0 20 0 28 0 3958835 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140269271036144 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=27014] ppid=26880 vsize=13801768 CPUtime=5.04 cores=1,3,5,7,9,11,13,15
/proc/26881/task/27014/stat : 27014 (java) S 26880 26880 15196 0 -1 1077944384 161 0 0 0 504 0 0 0 20 0 28 0 3958835 14133010432 2682162 33554432000 4194304 4196468 140731151545856 140269202690320 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
Current children cumulated CPU time (s) 2248.83
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+361.801 s]
/proc/loadavg: 14.74 14.17 14.13 17/301 27217
/proc/meminfo: memFree=20802956/32770624 swapFree=5808/99984
[pid=26880] ppid=26877 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26880/stat : 26880 (xcsp3-exec) S 26877 26880 15196 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3941257 9740288 346 33554432000 4194304 5098028 140728279901984 140728279900088 140699055186556 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 22827008 140728279909519 140728279909728 140728279909728 140728279912427 0
/proc/26880/statm: 2378 346 289 221 0 87 0
[pid=26881] ppid=26880 vsize=13801768 CPUtime=2400.69 cores=1,3,5,7,9,11,13,15
/proc/26881/stat : 26881 (java) S 26880 26880 15196 0 -1 1077944320 397925 0 1 0 235076 4993 0 0 20 0 28 0 3941258 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140731151528400 140270101016311 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
/proc/26881/statm: 3450442 2682953 3291 1 0 3437675 0
[pid=26881/tid=26882] ppid=26880 vsize=13801768 CPUtime=52.48 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26882/stat : 26882 (java) S 26880 26880 15196 0 -1 1077944384 22481 0 0 0 5231 17 0 0 20 0 28 0 3941258 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140270105257088 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26884] ppid=26880 vsize=13801768 CPUtime=284.2 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26884/stat : 26884 (java) R 26880 26880 15196 0 -1 4202560 22143 0 0 0 27788 632 0 0 20 0 28 0 3941259 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140270019496784 140270093644519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26885] ppid=26880 vsize=13801768 CPUtime=285.69 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26885/stat : 26885 (java) R 26880 26880 15196 0 -1 4202560 43892 0 0 0 27949 620 0 0 20 0 28 0 3941259 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140270018444552 140270084399346 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26886] ppid=26880 vsize=13801768 CPUtime=285.55 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26886/stat : 26886 (java) R 26880 26880 15196 0 -1 4202560 44842 0 1 0 27951 604 0 0 20 0 28 0 3941259 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140270017391576 140270094121009 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26887] ppid=26880 vsize=13801768 CPUtime=284.35 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26887/stat : 26887 (java) R 26880 26880 15196 0 -1 4202560 21679 0 0 0 27810 625 0 0 20 0 28 0 3941259 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140270016338952 140270093644519 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26888] ppid=26880 vsize=13801768 CPUtime=284.8 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26888/stat : 26888 (java) R 26880 26880 15196 0 -1 4202560 29292 0 0 0 27872 608 0 0 20 0 28 0 3941259 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140270015285896 140270093644519 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26889] ppid=26880 vsize=13801768 CPUtime=284.72 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26889/stat : 26889 (java) R 26880 26880 15196 0 -1 4202560 36567 0 0 0 27838 634 0 0 20 0 28 0 3941259 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140270014233352 140270093644519 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26890] ppid=26880 vsize=13801768 CPUtime=285.05 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26890/stat : 26890 (java) R 26880 26880 15196 0 -1 4202560 25688 0 0 0 27883 622 0 0 20 0 28 0 3941259 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140270013180296 140270093644519 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26891] ppid=26880 vsize=13801768 CPUtime=284.79 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26891/stat : 26891 (java) R 26880 26880 15196 0 -1 4202560 32870 0 0 0 27881 598 0 0 20 0 28 0 3941259 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140270012127440 140270093644519 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26892] ppid=26880 vsize=13801768 CPUtime=12.89 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26892/stat : 26892 (java) S 26880 26880 15196 0 -1 1077944384 60398 0 0 0 1282 7 0 0 20 0 28 0 3941261 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140269294839104 140270101026517 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26893] ppid=26880 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26893/stat : 26893 (java) S 26880 26880 15196 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 3941261 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140269293786848 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26894] ppid=26880 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26894/stat : 26894 (java) S 26880 26880 15196 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 28 0 3941262 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140269292733696 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26895] ppid=26880 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26895/stat : 26895 (java) S 26880 26880 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3941265 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140269291682256 140270101034907 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26896] ppid=26880 vsize=13801768 CPUtime=5.16 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26896/stat : 26896 (java) S 26880 26880 15196 0 -1 1077944384 10922 0 0 0 513 3 0 0 20 0 28 0 3941265 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140269290629408 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26897] ppid=26880 vsize=13801768 CPUtime=4.77 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26897/stat : 26897 (java) S 26880 26880 15196 0 -1 1077944384 9376 0 0 0 475 2 0 0 20 0 28 0 3941265 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140269289576576 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26898] ppid=26880 vsize=13801768 CPUtime=4.44 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26898/stat : 26898 (java) S 26880 26880 15196 0 -1 1077944384 8688 0 0 0 442 2 0 0 20 0 28 0 3941265 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140269288523808 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26899] ppid=26880 vsize=13801768 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26899/stat : 26899 (java) S 26880 26880 15196 0 -1 1077944384 8047 0 0 0 170 2 0 0 20 0 28 0 3941265 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140269287471264 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26900] ppid=26880 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26900/stat : 26900 (java) S 26880 26880 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3941265 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140269286419424 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=26901] ppid=26880 vsize=13801768 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/26881/task/26901/stat : 26901 (java) S 26880 26880 15196 0 -1 1077944384 1020 0 0 0 8 7 0 0 20 0 28 0 3941265 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140269285366960 140270101027458 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=27007] ppid=26880 vsize=13801768 CPUtime=5.01 cores=1,3,5,7,9,11,13,15
/proc/26881/task/27007/stat : 27007 (java) S 26880 26880 15196 0 -1 1077944384 283 0 0 0 501 0 0 0 20 0 28 0 3958835 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140269277350896 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=27008] ppid=26880 vsize=13801768 CPUtime=4.93 cores=1,3,5,7,9,11,13,15
/proc/26881/task/27008/stat : 27008 (java) S 26880 26880 15196 0 -1 1077944384 340 0 0 0 493 0 0 0 20 0 28 0 3958835 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140269276299360 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=27009] ppid=26880 vsize=13801768 CPUtime=4.96 cores=1,3,5,7,9,11,13,15
/proc/26881/task/27009/stat : 27009 (java) S 26880 26880 15196 0 -1 1077944384 1122 0 0 0 496 0 0 0 20 0 28 0 3958835 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140269275246096 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=27010] ppid=26880 vsize=13801768 CPUtime=4.95 cores=1,3,5,7,9,11,13,15
/proc/26881/task/27010/stat : 27010 (java) S 26880 26880 15196 0 -1 1077944384 324 0 0 0 495 0 0 0 20 0 28 0 3958835 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140269274193968 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=27011] ppid=26880 vsize=13801768 CPUtime=4.94 cores=1,3,5,7,9,11,13,15
/proc/26881/task/27011/stat : 27011 (java) S 26880 26880 15196 0 -1 1077944384 1380 0 0 0 494 0 0 0 20 0 28 0 3958835 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140269273143584 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=27012] ppid=26880 vsize=13801768 CPUtime=5.01 cores=1,3,5,7,9,11,13,15
/proc/26881/task/27012/stat : 27012 (java) S 26880 26880 15196 0 -1 1077944384 14681 0 0 0 500 1 0 0 20 0 28 0 3958835 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140269272087856 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=27013] ppid=26880 vsize=13801768 CPUtime=4.89 cores=1,3,5,7,9,11,13,15
/proc/26881/task/27013/stat : 27013 (java) S 26880 26880 15196 0 -1 1077944384 300 0 0 0 489 0 0 0 20 0 28 0 3958835 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140269271036144 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
[pid=26881/tid=27014] ppid=26880 vsize=13801768 CPUtime=5.04 cores=1,3,5,7,9,11,13,15
/proc/26881/task/27014/stat : 27014 (java) S 26880 26880 15196 0 -1 1077944384 161 0 0 0 504 0 0 0 20 0 28 0 3958835 14133010432 2682953 33554432000 4194304 4196468 140731151545856 140269202690320 140270101026517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25055232 140731151549628 140731151549804 140731151549804 140731151552463 0
Current children cumulated CPU time (s) 2400.69
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 26881 sig 9
??? kill 26880 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 26880 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2036
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1018
# CPU time returned by wait4() is 0.003054
# while last known CPU time is 2400.69
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 361.812
CPU time (s): 2400.69
CPU user time (s): 2350.76
CPU system time (s): 49.93
CPU usage (%): 663.519
Max. virtual memory (cumulated for all children) (KiB): 13811280

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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.72092 second user time and 4.34574 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-22 03:26:02
IDJOB=4246037
IDBENCH=123924
IDSOLVER=2626
FILE ID=node145/4246037-1500686761
RUNJOBID= node145-1500682809-15228
PBS_JOBID= 20623333
Free space on /tmp= 61840 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Bibd/Bibd-sc-open/Bibd-sc-85-085-36-36-15.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-4246037-1500686761/watcher-4246037-1500686761 -o /tmp/evaluation-result-4246037-1500686761/solver-4246037-1500686761 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500682809-15228 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 724777775 HOME/instance-4246037-1500686761.xml

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

MD5SUM BENCH= 6283987435144a6b5e9cf918aca30279
RANDOM SEED=724777775

node145.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.43
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		: 2533.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.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.43
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		: 1733.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:        31893944 kB
MemAvailable:   31957416 kB
Buffers:          127108 kB
Cached:           208304 kB
SwapCached:            0 kB
Active:           262704 kB
Inactive:         167404 kB
Active(anon):      37592 kB
Inactive(anon):    68068 kB
Active(file):     225112 kB
Inactive(file):    99336 kB
Unevictable:        5808 kB
Mlocked:            5808 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             31812 kB
Writeback:             0 kB
AnonPages:        161220 kB
Mapped:            41220 kB
Shmem:              8852 kB
Slab:             144332 kB
SReclaimable:     109716 kB
SUnreclaim:        34616 kB
KernelStack:        5008 kB
PageTables:         6136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1246324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61832 MiB
End job on node145 at 2017-07-22 03:32:04