Trace number 4248256

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameMagicSquare/MagicSquare-table-s1/
MagicSquare-6-table.xml
MD5SUMcfc552cbb2ce3301e89528d2cd5bb011
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark481.45001
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints15
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":24},{"degree":4,"count":12}]
Minimum constraint arity6
Maximum constraint arity36
Distribution of constraint arities[{"arity":6,"count":14},{"arity":36,"count":1}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14},{"type":"allDifferent","count":1}]
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-4248256-1500691524.xml"  -tl '2400s' -p 8 -x 0
0.00/0.21	c [HOME/instance-4248256-1500691524.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.26	c 8 solvers in parallel
0.00/0.33	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-4248256-1500691524/watcher-4248256-1500691524 -o /tmp/evaluation-result-4248256-1500691524/solver-4248256-1500691524 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16944 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1823690259 HOME/instance-4248256-1500691524.xml 

pid=15887
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 10.78 11.58 12.23 10/275 15890
/proc/meminfo: memFree=28308668/32770624 swapFree=5900/305648
[pid=15890] ppid=15887 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15890/stat : 15890 (xcsp3-exec) S 15887 15890 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4420679 9740288 345 33554432000 4194304 5098028 140726172610576 140726172608680 140503632491132 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 31514624 140726172611726 140726172611936 140726172611936 140726172614635 0
/proc/15890/statm: 2378 345 289 221 0 87 0

[startup+0.100217 s]
/proc/loadavg: 10.78 11.58 12.23 10/275 15890
/proc/meminfo: memFree=28308668/32770624 swapFree=5900/305648
[pid=15890] ppid=15887 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15890/stat : 15890 (xcsp3-exec) S 15887 15890 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4420679 9740288 345 33554432000 4194304 5098028 140726172610576 140726172608680 140503632491132 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 31514624 140726172611726 140726172611936 140726172611936 140726172614635 0
/proc/15890/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200399 s]
/proc/loadavg: 10.78 11.58 12.23 10/275 15890
/proc/meminfo: memFree=28308668/32770624 swapFree=5900/305648
[pid=15890] ppid=15887 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15890/stat : 15890 (xcsp3-exec) S 15887 15890 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4420679 9740288 345 33554432000 4194304 5098028 140726172610576 140726172608680 140503632491132 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 31514624 140726172611726 140726172611936 140726172611936 140726172614635 0
/proc/15890/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300392 s]
/proc/loadavg: 10.78 11.58 12.23 10/275 15890
/proc/meminfo: memFree=28308668/32770624 swapFree=5900/305648
[pid=15890] ppid=15887 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15890/stat : 15890 (xcsp3-exec) S 15887 15890 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4420679 9740288 345 33554432000 4194304 5098028 140726172610576 140726172608680 140503632491132 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 31514624 140726172611726 140726172611936 140726172611936 140726172614635 0
/proc/15890/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700734 s]
/proc/loadavg: 10.78 11.58 12.23 10/275 15890
/proc/meminfo: memFree=28308668/32770624 swapFree=5900/305648
[pid=15890] ppid=15887 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15890/stat : 15890 (xcsp3-exec) S 15887 15890 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4420679 9740288 345 33554432000 4194304 5098028 140726172610576 140726172608680 140503632491132 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 31514624 140726172611726 140726172611936 140726172611936 140726172614635 0
/proc/15890/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50423 s]
/proc/loadavg: 10.78 11.58 12.23 10/296 15911
/proc/meminfo: memFree=27600472/32770624 swapFree=5900/305652
[pid=15890] ppid=15887 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15890/stat : 15890 (xcsp3-exec) S 15887 15890 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4420679 9740288 345 33554432000 4194304 5098028 140726172610576 140726172608680 140503632491132 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 31514624 140726172611726 140726172611936 140726172611936 140726172614635 0
/proc/15890/statm: 2378 345 289 221 0 87 0
[pid=15891] ppid=15890 vsize=13267132 CPUtime=5.35 cores=0,2,4,6,8,10,12,14
/proc/15891/stat : 15891 (java) S 15890 15890 16913 0 -1 1077944320 12934 0 0 0 257 278 0 0 20 0 20 0 4420679 13585543168 186112 33554432000 4194304 4196468 140731354968576 140731354951120 140190103604983 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
/proc/15891/statm: 3316783 186112 3185 1 0 3304035 0
[pid=15891/tid=15892] ppid=15890 vsize=13267132 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15892/stat : 15892 (java) S 15890 15890 16913 0 -1 1077944384 6169 0 0 0 86 11 0 0 20 0 20 0 4420679 13585543168 186112 33554432000 4194304 4196468 140731354968576 140190107844112 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15894] ppid=15890 vsize=13267132 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15894/stat : 15894 (java) R 15890 15890 16913 0 -1 4202560 305 0 0 0 21 28 0 0 20 0 20 0 4420680 13585543168 186112 33554432000 4194304 4196468 140731354968576 140190022085592 140190096708022 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15895] ppid=15890 vsize=13267132 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15895/stat : 15895 (java) R 15890 15890 16913 0 -1 4202560 221 0 0 0 16 33 0 0 20 0 20 0 4420680 13585543168 186624 33554432000 4194304 4196468 140731354968576 140190021030368 140190096707962 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15896] ppid=15890 vsize=13267132 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15896/stat : 15896 (java) R 15890 15890 16913 0 -1 4202560 308 0 0 0 16 33 0 0 20 0 20 0 4420680 13585543168 186624 33554432000 4194304 4196468 140731354968576 140190019978104 140190096707700 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15897] ppid=15890 vsize=13267132 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15897/stat : 15897 (java) R 15890 15890 16913 0 -1 4202560 289 0 0 0 14 34 0 0 20 0 20 0 4420680 13585543168 186624 33554432000 4194304 4196468 140731354968576 140190018927648 140190096707700 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15898] ppid=15890 vsize=13267132 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15898/stat : 15898 (java) R 15890 15890 16913 0 -1 4202560 196 0 0 0 12 34 0 0 20 0 20 0 4420680 13585543168 186624 33554432000 4194304 4196468 140731354968576 140190017874392 140190096707700 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15899] ppid=15890 vsize=13267132 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15899/stat : 15899 (java) R 15890 15890 16913 0 -1 4202560 314 0 0 0 13 34 0 0 20 0 20 0 4420680 13585543168 186624 33554432000 4194304 4196468 140731354968576 140190016821848 140190096707700 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15900] ppid=15890 vsize=13267132 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15900/stat : 15900 (java) R 15890 15890 16913 0 -1 4202560 220 0 0 0 16 32 0 0 20 0 20 0 4420680 13585543168 186624 33554432000 4194304 4196468 140731354968576 140190015769304 140190096707700 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15901] ppid=15890 vsize=13267132 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15901/stat : 15901 (java) R 15890 15890 16913 0 -1 4202560 376 0 0 0 18 31 0 0 20 0 20 0 4420680 13585543168 186624 33554432000 4194304 4196468 140731354968576 140189695470424 140190096707700 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15902] ppid=15890 vsize=13267132 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15902/stat : 15902 (java) S 15890 15890 16913 0 -1 1077944384 268 0 0 0 0 0 0 0 20 0 20 0 4420683 13585543168 186624 33554432000 4194304 4196468 140731354968576 140189565944864 140190103615189 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15903] ppid=15890 vsize=13267132 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15903/stat : 15903 (java) S 15890 15890 16913 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4420683 13585543168 186624 33554432000 4194304 4196468 140731354968576 140189564892576 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15904] ppid=15890 vsize=13267132 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15904/stat : 15904 (java) S 15890 15890 16913 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4420684 13585543168 186624 33554432000 4194304 4196468 140731354968576 140189563839984 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15905] ppid=15890 vsize=13267132 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15905/stat : 15905 (java) S 15890 15890 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4420688 13585543168 186624 33554432000 4194304 4196468 140731354968576 140189562788560 140190103623579 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15906] ppid=15890 vsize=13267132 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15906/stat : 15906 (java) S 15890 15890 16913 0 -1 1077944384 391 0 0 0 6 0 0 0 20 0 20 0 4420688 13585543168 187136 33554432000 4194304 4196468 140731354968576 140189561735152 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15907] ppid=15890 vsize=13267132 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15907/stat : 15907 (java) S 15890 15890 16913 0 -1 1077944384 800 0 0 0 9 0 0 0 20 0 20 0 4420688 13585543168 187136 33554432000 4194304 4196468 140731354968576 140189560682608 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15908] ppid=15890 vsize=13267132 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15908/stat : 15908 (java) S 15890 15890 16913 0 -1 1077944384 842 0 0 0 9 0 0 0 20 0 20 0 4420688 13585543168 187136 33554432000 4194304 4196468 140731354968576 140189559630064 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15909] ppid=15890 vsize=13267132 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15909/stat : 15909 (java) S 15890 15890 16913 0 -1 1077944384 941 0 0 0 15 0 0 0 20 0 20 0 4420688 13585543168 187136 33554432000 4194304 4196468 140731354968576 140189558577520 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15910] ppid=15890 vsize=13267132 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15910/stat : 15910 (java) S 15890 15890 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4420688 13585543168 187136 33554432000 4194304 4196468 140731354968576 140189557525216 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15911] ppid=15890 vsize=13267132 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15911/stat : 15911 (java) S 15890 15890 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4420688 13585543168 187136 33554432000 4194304 4196468 140731354968576 140189556472752 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
Current children cumulated CPU time (s) 5.35
Current children cumulated vsize (KiB) 13276644

[startup+3.10407 s]
/proc/loadavg: 10.96 11.60 12.23 17/296 15911
/proc/meminfo: memFree=26350272/32770624 swapFree=5900/305652
[pid=15890] ppid=15887 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15890/stat : 15890 (xcsp3-exec) S 15887 15890 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4420679 9740288 345 33554432000 4194304 5098028 140726172610576 140726172608680 140503632491132 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 31514624 140726172611726 140726172611936 140726172611936 140726172614635 0
/proc/15890/statm: 2378 345 289 221 0 87 0
[pid=15891] ppid=15890 vsize=13267132 CPUtime=12.16 cores=0,2,4,6,8,10,12,14
/proc/15891/stat : 15891 (java) S 15890 15890 16913 0 -1 1077944320 18460 0 0 0 594 622 0 0 20 0 20 0 4420679 13585543168 381104 33554432000 4194304 4196468 140731354968576 140731354951120 140190103604983 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
/proc/15891/statm: 3316783 381104 3189 1 0 3304035 0
[pid=15891/tid=15892] ppid=15890 vsize=13267132 CPUtime=1.79 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15892/stat : 15892 (java) S 15890 15890 16913 0 -1 1077944384 6305 0 0 0 158 21 0 0 20 0 20 0 4420679 13585543168 381104 33554432000 4194304 4196468 140731354968576 140190107844112 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15894] ppid=15890 vsize=13267132 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15894/stat : 15894 (java) R 15890 15890 16913 0 -1 4202560 732 0 0 0 59 65 0 0 20 0 20 0 4420680 13585543168 381104 33554432000 4194304 4196468 140731354968576 140190022085592 140190096707700 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15895] ppid=15890 vsize=13267132 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15895/stat : 15895 (java) R 15890 15890 16913 0 -1 4202560 679 0 0 0 44 74 0 0 20 0 20 0 4420680 13585543168 381616 33554432000 4194304 4196468 140731354968576 140190021033048 140190096707700 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15896] ppid=15890 vsize=13267132 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15896/stat : 15896 (java) R 15890 15890 16913 0 -1 4202560 810 0 0 0 46 77 0 0 20 0 20 0 4420680 13585543168 381616 33554432000 4194304 4196468 140731354968576 140190019980192 140190096707700 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15897] ppid=15890 vsize=13267132 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15897/stat : 15897 (java) R 15890 15890 16913 0 -1 4202560 970 0 0 0 45 76 0 0 20 0 20 0 4420680 13585543168 381616 33554432000 4194304 4196468 140731354968576 140190018927960 140190096708031 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15898] ppid=15890 vsize=13267132 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15898/stat : 15898 (java) R 15890 15890 16913 0 -1 4202560 729 0 0 0 42 71 0 0 20 0 20 0 4420680 13585543168 381616 33554432000 4194304 4196468 140731354968576 140190017874392 140190096707976 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15899] ppid=15890 vsize=13267132 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15899/stat : 15899 (java) R 15890 15890 16913 0 -1 4202560 682 0 0 0 41 79 0 0 20 0 20 0 4420680 13585543168 381616 33554432000 4194304 4196468 140731354968576 140190016821848 140190096707700 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15900] ppid=15890 vsize=13267132 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15900/stat : 15900 (java) R 15890 15890 16913 0 -1 4202560 578 0 0 0 48 73 0 0 20 0 20 0 4420680 13585543168 381616 33554432000 4194304 4196468 140731354968576 140190015769304 140190096707700 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15901] ppid=15890 vsize=13267132 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15901/stat : 15901 (java) R 15890 15890 16913 0 -1 4202560 863 0 0 0 45 77 0 0 20 0 20 0 4420680 13585543168 381616 33554432000 4194304 4196468 140731354968576 140189695470424 140190096708031 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15902] ppid=15890 vsize=13267132 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15902/stat : 15902 (java) S 15890 15890 16913 0 -1 1077944384 1109 0 0 0 2 0 0 0 20 0 20 0 4420683 13585543168 381616 33554432000 4194304 4196468 140731354968576 140189565944864 140190103615189 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15903] ppid=15890 vsize=13267132 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15903/stat : 15903 (java) S 15890 15890 16913 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4420683 13585543168 381616 33554432000 4194304 4196468 140731354968576 140189564892576 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15904] ppid=15890 vsize=13267132 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15904/stat : 15904 (java) S 15890 15890 16913 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4420684 13585543168 381616 33554432000 4194304 4196468 140731354968576 140189563839984 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15905] ppid=15890 vsize=13267132 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15905/stat : 15905 (java) S 15890 15890 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4420688 13585543168 381616 33554432000 4194304 4196468 140731354968576 140189562788560 140190103623579 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15906] ppid=15890 vsize=13267132 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15906/stat : 15906 (java) S 15890 15890 16913 0 -1 1077944384 1007 0 0 0 14 1 0 0 20 0 20 0 4420688 13585543168 381616 33554432000 4194304 4196468 140731354968576 140189561735152 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15907] ppid=15890 vsize=13267132 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15907/stat : 15907 (java) S 15890 15890 16913 0 -1 1077944384 883 0 0 0 12 0 0 0 20 0 20 0 4420688 13585543168 382128 33554432000 4194304 4196468 140731354968576 140189560682608 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15908] ppid=15890 vsize=13267132 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15908/stat : 15908 (java) S 15890 15890 16913 0 -1 1077944384 853 0 0 0 13 0 0 0 20 0 20 0 4420688 13585543168 382128 33554432000 4194304 4196468 140731354968576 140189559630064 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15909] ppid=15890 vsize=13267132 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15909/stat : 15909 (java) S 15890 15890 16913 0 -1 1077944384 967 0 0 0 17 0 0 0 20 0 20 0 4420688 13585543168 382128 33554432000 4194304 4196468 140731354968576 140189558577520 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15910] ppid=15890 vsize=13267132 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15910/stat : 15910 (java) S 15890 15890 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4420688 13585543168 382128 33554432000 4194304 4196468 140731354968576 140189557525216 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15911] ppid=15890 vsize=13267132 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15911/stat : 15911 (java) S 15890 15890 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4420688 13585543168 382128 33554432000 4194304 4196468 140731354968576 140189556472752 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 13276644

[startup+6.30386 s]
/proc/loadavg: 10.96 11.60 12.23 17/296 15911
/proc/meminfo: memFree=24349688/32770624 swapFree=5900/305660
[pid=15890] ppid=15887 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15890/stat : 15890 (xcsp3-exec) S 15887 15890 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4420679 9740288 345 33554432000 4194304 5098028 140726172610576 140726172608680 140503632491132 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 31514624 140726172611726 140726172611936 140726172611936 140726172614635 0
/proc/15890/statm: 2378 345 289 221 0 87 0
[pid=15891] ppid=15890 vsize=13267208 CPUtime=27.99 cores=0,2,4,6,8,10,12,14
/proc/15891/stat : 15891 (java) S 15890 15890 16913 0 -1 1077944320 32452 0 0 0 1189 1610 0 0 20 0 20 0 4420679 13585620992 863837 33554432000 4194304 4196468 140731354968576 140731354951120 140190103604983 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
/proc/15891/statm: 3316802 863837 3213 1 0 3304035 0
[pid=15891/tid=15892] ppid=15890 vsize=13267208 CPUtime=3.12 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15892/stat : 15892 (java) S 15890 15890 16913 0 -1 1077944384 8665 0 0 0 275 37 0 0 20 0 20 0 4420679 13585620992 863837 33554432000 4194304 4196468 140731354968576 140190107842528 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15894] ppid=15890 vsize=13267208 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15894/stat : 15894 (java) R 15890 15890 16913 0 -1 4202560 1940 0 0 0 122 186 0 0 20 0 20 0 4420680 13585620992 863837 33554432000 4194304 4196468 140731354968576 140190022085592 140190096707700 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15895] ppid=15890 vsize=13267208 CPUtime=2.94 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15895/stat : 15895 (java) R 15890 15890 16913 0 -1 4202560 1731 0 0 0 97 197 0 0 20 0 20 0 4420680 13585620992 863837 33554432000 4194304 4196468 140731354968576 140190021033048 140190096708036 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15896] ppid=15890 vsize=13267208 CPUtime=2.98 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15896/stat : 15896 (java) R 15890 15890 16913 0 -1 4202560 1770 0 0 0 106 192 0 0 20 0 20 0 4420680 13585620992 863837 33554432000 4194304 4196468 140731354968576 140190019980192 140190096707700 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15897] ppid=15890 vsize=13267208 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15897/stat : 15897 (java) R 15890 15890 16913 0 -1 4202560 1967 0 0 0 108 198 0 0 20 0 20 0 4420680 13585620992 863837 33554432000 4194304 4196468 140731354968576 140190018927960 140190096708036 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15898] ppid=15890 vsize=13267208 CPUtime=2.84 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15898/stat : 15898 (java) R 15890 15890 16913 0 -1 4202560 1628 0 0 0 97 187 0 0 20 0 20 0 4420680 13585620992 863837 33554432000 4194304 4196468 140731354968576 140190017874392 140190096707700 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15899] ppid=15890 vsize=13267208 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15899/stat : 15899 (java) R 15890 15890 16913 0 -1 4202560 1656 0 0 0 102 204 0 0 20 0 20 0 4420680 13585620992 863837 33554432000 4194304 4196468 140731354968576 140190016821848 140190096707700 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15900] ppid=15890 vsize=13267208 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15900/stat : 15900 (java) R 15890 15890 16913 0 -1 4202560 1475 0 0 0 108 198 0 0 20 0 20 0 4420680 13585620992 863837 33554432000 4194304 4196468 140731354968576 140190015769304 140190096707700 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15901] ppid=15890 vsize=13267208 CPUtime=3.05 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15901/stat : 15901 (java) R 15890 15890 16913 0 -1 4202560 1743 0 0 0 103 202 0 0 20 0 20 0 4420680 13585620992 863837 33554432000 4194304 4196468 140731354968576 140189695470424 140190096707700 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15902] ppid=15890 vsize=13267208 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15902/stat : 15902 (java) S 15890 15890 16913 0 -1 1077944384 3638 0 0 0 3 0 0 0 20 0 20 0 4420683 13585620992 864349 33554432000 4194304 4196468 140731354968576 140189565944864 140190103615189 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15903] ppid=15890 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15903/stat : 15903 (java) S 15890 15890 16913 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4420683 13585620992 864349 33554432000 4194304 4196468 140731354968576 140189564892576 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15904] ppid=15890 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15904/stat : 15904 (java) S 15890 15890 16913 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4420684 13585620992 864349 33554432000 4194304 4196468 140731354968576 140189563839984 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15905] ppid=15890 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15905/stat : 15905 (java) S 15890 15890 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4420688 13585620992 864349 33554432000 4194304 4196468 140731354968576 140189562788560 140190103623579 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0

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

[pid=15891/tid=15894] ppid=15890 vsize=13334792 CPUtime=259.07 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15894/stat : 15894 (java) R 15890 15890 16913 0 -1 4202560 11357 0 0 0 25528 379 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190022085592 140190088556110 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15895] ppid=15890 vsize=13334792 CPUtime=259.14 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15895/stat : 15895 (java) R 15890 15890 16913 0 -1 4202560 11840 0 0 0 25521 393 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190021033048 140190083631182 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15896] ppid=15890 vsize=13334792 CPUtime=259.31 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15896/stat : 15896 (java) R 15890 15890 16913 0 -1 4202560 13708 0 0 0 25539 392 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190019980504 140190083631128 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15897] ppid=15890 vsize=13334792 CPUtime=259.29 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15897/stat : 15897 (java) R 15890 15890 16913 0 -1 4202560 34296 0 0 0 25531 398 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190018927960 140190083631141 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15898] ppid=15890 vsize=13334792 CPUtime=259.7 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15898/stat : 15898 (java) R 15890 15890 16913 0 -1 4202560 13200 0 0 0 25603 367 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190017874392 140190088555588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15899] ppid=15890 vsize=13334792 CPUtime=259.61 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15899/stat : 15899 (java) R 15890 15890 16913 0 -1 4202560 12930 0 0 0 25569 392 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190016821536 140190088448772 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15900] ppid=15890 vsize=13334792 CPUtime=259.17 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15900/stat : 15900 (java) R 15890 15890 16913 0 -1 4202560 17449 0 0 0 25535 382 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190015769304 140190088556208 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15901] ppid=15890 vsize=13334792 CPUtime=258.91 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15901/stat : 15901 (java) R 15890 15890 16913 0 -1 4202560 12103 0 0 0 25475 416 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189695470424 140190088556094 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15902] ppid=15890 vsize=13334792 CPUtime=31.93 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15902/stat : 15902 (java) S 15890 15890 16913 0 -1 1077944384 80208 0 0 0 3176 17 0 0 20 0 20 0 4420683 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189565944672 140190103615189 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15903] ppid=15890 vsize=13334792 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15903/stat : 15903 (java) S 15890 15890 16913 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 4420683 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189564892640 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15904] ppid=15890 vsize=13334792 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15904/stat : 15904 (java) S 15890 15890 16913 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 20 0 4420684 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189563840000 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15905] ppid=15890 vsize=13334792 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15905/stat : 15905 (java) S 15890 15890 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189562788560 140190103623579 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15906] ppid=15890 vsize=13334792 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15906/stat : 15906 (java) S 15890 15890 16913 0 -1 1077944384 4786 0 0 0 51 1 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189561735200 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15907] ppid=15890 vsize=13334792 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15907/stat : 15907 (java) S 15890 15890 16913 0 -1 1077944384 4772 0 0 0 57 1 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189560682656 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15908] ppid=15890 vsize=13334792 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15908/stat : 15908 (java) S 15890 15890 16913 0 -1 1077944384 5956 0 0 0 68 1 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189559630112 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15909] ppid=15890 vsize=13334792 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15909/stat : 15909 (java) S 15890 15890 16913 0 -1 1077944384 4906 0 0 0 36 1 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189558577280 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15910] ppid=15890 vsize=13334792 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15910/stat : 15910 (java) S 15890 15890 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189557525216 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15911] ppid=15890 vsize=13334792 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15911/stat : 15911 (java) S 15890 15890 16913 0 -1 1077944384 513 0 0 0 11 5 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189556472752 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
Current children cumulated CPU time (s) 2215.09
Current children cumulated vsize (KiB) 13344304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+428.001 s]
/proc/loadavg: 14.58 12.99 12.54 17/296 16022
/proc/meminfo: memFree=19374836/32770624 swapFree=5900/306092
[pid=15890] ppid=15887 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15890/stat : 15890 (xcsp3-exec) S 15887 15890 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4420679 9740288 345 33554432000 4194304 5098028 140726172610576 140726172608680 140503632491132 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 31514624 140726172611726 140726172611936 140726172611936 140726172614635 0
/proc/15890/statm: 2378 345 289 221 0 87 0
[pid=15891] ppid=15890 vsize=13334792 CPUtime=2400.53 cores=0,2,4,6,8,10,12,14
/proc/15891/stat : 15891 (java) S 15890 15890 16913 0 -1 1077944320 273275 0 0 0 236804 3249 0 0 20 0 20 0 4420679 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140731354951120 140190103604983 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
/proc/15891/statm: 3333698 2692161 3248 1 0 3320931 0
[pid=15891/tid=15892] ppid=15890 vsize=13334792 CPUtime=106.6 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15892/stat : 15892 (java) S 15890 15890 16913 0 -1 1077944384 29110 0 0 0 10574 86 0 0 20 0 20 0 4420679 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190107842608 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15894] ppid=15890 vsize=13334792 CPUtime=281.85 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15894/stat : 15894 (java) R 15890 15890 16913 0 -1 4202560 12294 0 0 0 27804 381 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190022085288 140190096233191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15895] ppid=15890 vsize=13334792 CPUtime=282.05 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15895/stat : 15895 (java) R 15890 15890 16913 0 -1 4202560 12453 0 0 0 27811 394 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190021032432 140190096233191 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15896] ppid=15890 vsize=13334792 CPUtime=282.08 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15896/stat : 15896 (java) R 15890 15890 16913 0 -1 4202560 13989 0 0 0 27815 393 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190019980200 140190096233191 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15897] ppid=15890 vsize=13334792 CPUtime=282.12 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15897/stat : 15897 (java) R 15890 15890 16913 0 -1 4202560 34747 0 0 0 27813 399 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190018927656 140190086988018 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15898] ppid=15890 vsize=13334792 CPUtime=282.52 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15898/stat : 15898 (java) S 15890 15890 16913 0 -1 1077944384 13566 0 0 0 27884 368 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190017873776 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15899] ppid=15890 vsize=13334792 CPUtime=282.52 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15899/stat : 15899 (java) R 15890 15890 16913 0 -1 4202560 13540 0 0 0 27859 393 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190016821544 140190086988018 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15900] ppid=15890 vsize=13334792 CPUtime=281.94 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15900/stat : 15900 (java) R 15890 15890 16913 0 -1 4202560 17916 0 0 0 27811 383 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190015769304 140190088302622 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15901] ppid=15890 vsize=13334792 CPUtime=281.84 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15901/stat : 15901 (java) R 15890 15890 16913 0 -1 4202560 12912 0 0 0 27767 417 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189695469808 140190096233191 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15902] ppid=15890 vsize=13334792 CPUtime=34.53 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15902/stat : 15902 (java) S 15890 15890 16913 0 -1 1077944384 90378 0 0 0 3435 18 0 0 20 0 20 0 4420683 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189565944672 140190103615189 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15903] ppid=15890 vsize=13334792 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15903/stat : 15903 (java) S 15890 15890 16913 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 4420683 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189564892640 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15904] ppid=15890 vsize=13334792 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15904/stat : 15904 (java) S 15890 15890 16913 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 20 0 4420684 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189563840000 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15905] ppid=15890 vsize=13334792 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15905/stat : 15905 (java) S 15890 15890 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189562788560 140190103623579 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15906] ppid=15890 vsize=13334792 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15906/stat : 15906 (java) S 15890 15890 16913 0 -1 1077944384 4788 0 0 0 51 1 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189561735152 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15907] ppid=15890 vsize=13334792 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15907/stat : 15907 (java) S 15890 15890 16913 0 -1 1077944384 4774 0 0 0 57 1 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189560682608 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15908] ppid=15890 vsize=13334792 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15908/stat : 15908 (java) S 15890 15890 16913 0 -1 1077944384 5958 0 0 0 68 1 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189559630064 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15909] ppid=15890 vsize=13334792 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15909/stat : 15909 (java) S 15890 15890 16913 0 -1 1077944384 4912 0 0 0 36 1 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189558577520 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15910] ppid=15890 vsize=13334792 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15910/stat : 15910 (java) S 15890 15890 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189557525216 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15911] ppid=15890 vsize=13334792 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15911/stat : 15911 (java) S 15890 15890 16913 0 -1 1077944384 537 0 0 0 11 6 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189556472752 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
Current children cumulated CPU time (s) 2400.53
Current children cumulated vsize (KiB) 13344304

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 15891 sig 9
??? kill 15890 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+428.001 s]
/proc/loadavg: 14.58 12.99 12.54 17/296 16022
/proc/meminfo: memFree=19374836/32770624 swapFree=5900/306092
[pid=15890] ppid=15887 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15890/stat : 15890 (xcsp3-exec) S 15887 15890 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4420679 9740288 345 33554432000 4194304 5098028 140726172610576 140726172608680 140503632491132 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 31514624 140726172611726 140726172611936 140726172611936 140726172614635 0
/proc/15890/statm: 2378 345 289 221 0 87 0
[pid=15891] ppid=15890 vsize=13334792 CPUtime=2400.53 cores=0,2,4,6,8,10,12,14
/proc/15891/stat : 15891 (java) S 15890 15890 16913 0 -1 1077944320 273275 0 0 0 236804 3249 0 0 20 0 20 0 4420679 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140731354951120 140190103604983 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
/proc/15891/statm: 3333698 2692161 3248 1 0 3320931 0
[pid=15891/tid=15892] ppid=15890 vsize=13334792 CPUtime=106.6 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15892/stat : 15892 (java) S 15890 15890 16913 0 -1 1077944384 29110 0 0 0 10574 86 0 0 20 0 20 0 4420679 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190107842608 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15894] ppid=15890 vsize=13334792 CPUtime=281.85 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15894/stat : 15894 (java) R 15890 15890 16913 0 -1 4202560 12294 0 0 0 27804 381 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190022085288 140190096233191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15895] ppid=15890 vsize=13334792 CPUtime=282.05 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15895/stat : 15895 (java) R 15890 15890 16913 0 -1 4202560 12453 0 0 0 27811 394 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190021032432 140190096233191 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15896] ppid=15890 vsize=13334792 CPUtime=282.08 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15896/stat : 15896 (java) R 15890 15890 16913 0 -1 4202560 13989 0 0 0 27815 393 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190019980200 140190096233191 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15897] ppid=15890 vsize=13334792 CPUtime=282.12 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15897/stat : 15897 (java) R 15890 15890 16913 0 -1 4202560 34747 0 0 0 27813 399 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190018927656 140190086988018 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15898] ppid=15890 vsize=13334792 CPUtime=282.52 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15898/stat : 15898 (java) S 15890 15890 16913 0 -1 1077944384 13566 0 0 0 27884 368 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190017873776 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15899] ppid=15890 vsize=13334792 CPUtime=282.52 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15899/stat : 15899 (java) R 15890 15890 16913 0 -1 4202560 13540 0 0 0 27859 393 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190016821544 140190086988018 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15900] ppid=15890 vsize=13334792 CPUtime=281.94 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15900/stat : 15900 (java) R 15890 15890 16913 0 -1 4202560 17916 0 0 0 27811 383 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140190015769304 140190088302622 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15901] ppid=15890 vsize=13334792 CPUtime=281.84 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15901/stat : 15901 (java) R 15890 15890 16913 0 -1 4202560 12912 0 0 0 27767 417 0 0 20 0 20 0 4420680 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189695469808 140190096233191 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15902] ppid=15890 vsize=13334792 CPUtime=34.53 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15902/stat : 15902 (java) S 15890 15890 16913 0 -1 1077944384 90378 0 0 0 3435 18 0 0 20 0 20 0 4420683 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189565944672 140190103615189 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15903] ppid=15890 vsize=13334792 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15903/stat : 15903 (java) S 15890 15890 16913 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 4420683 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189564892640 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15904] ppid=15890 vsize=13334792 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15904/stat : 15904 (java) S 15890 15890 16913 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 20 0 4420684 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189563840000 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15905] ppid=15890 vsize=13334792 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15905/stat : 15905 (java) S 15890 15890 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189562788560 140190103623579 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15906] ppid=15890 vsize=13334792 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15906/stat : 15906 (java) S 15890 15890 16913 0 -1 1077944384 4788 0 0 0 51 1 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189561735152 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15907] ppid=15890 vsize=13334792 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15907/stat : 15907 (java) S 15890 15890 16913 0 -1 1077944384 4774 0 0 0 57 1 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189560682608 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15908] ppid=15890 vsize=13334792 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15908/stat : 15908 (java) S 15890 15890 16913 0 -1 1077944384 5958 0 0 0 68 1 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189559630064 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15909] ppid=15890 vsize=13334792 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15909/stat : 15909 (java) S 15890 15890 16913 0 -1 1077944384 4912 0 0 0 36 1 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189558577520 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15910] ppid=15890 vsize=13334792 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15910/stat : 15910 (java) S 15890 15890 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189557525216 140190103615189 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
[pid=15891/tid=15911] ppid=15890 vsize=13334792 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15891/task/15911/stat : 15911 (java) S 15890 15890 16913 0 -1 1077944384 537 0 0 0 11 6 0 0 20 0 20 0 4420688 13654827008 2692161 33554432000 4194304 4196468 140731354968576 140189556472752 140190103616130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30490624 140731354977468 140731354977644 140731354977644 140731354980303 0
Current children cumulated CPU time (s) 2400.53
Current children cumulated vsize (KiB) 13344304

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 428.011
CPU time (s): 2400.53
CPU user time (s): 2368.04
CPU system time (s): 32.49
CPU usage (%): 560.857
Max. virtual memory (cumulated for all children) (KiB): 13344304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.00135
system time used= 0.00135
maximum resident set size= 1384
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 3.56312 second user time and 4.77539 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 04:45:37
IDJOB=4248256
IDBENCH=133254
IDSOLVER=2625
FILE ID=node133/4248256-1500691524
RUNJOBID= node133-1500682387-16944
PBS_JOBID= 20623321
Free space on /tmp= 60844 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/MagicSquare/MagicSquare-table-s1/MagicSquare-6-table.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-4248256-1500691524/watcher-4248256-1500691524 -o /tmp/evaluation-result-4248256-1500691524/solver-4248256-1500691524 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16944 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1823690259 HOME/instance-4248256-1500691524.xml

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

MD5SUM BENCH= cfc552cbb2ce3301e89528d2cd5bb011
RANDOM SEED=1823690259

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28306256 kB
MemAvailable:   29724264 kB
Buffers:          116196 kB
Cached:          1565924 kB
SwapCached:            0 kB
Active:          3637588 kB
Inactive:         314404 kB
Active(anon):    2273172 kB
Inactive(anon):     8756 kB
Active(file):    1364416 kB
Inactive(file):   305648 kB
Unevictable:        5900 kB
Mlocked:            5900 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            298612 kB
Writeback:         69432 kB
AnonPages:       2276292 kB
Mapped:            43100 kB
Shmem:              8872 kB
Slab:             200772 kB
SReclaimable:     127560 kB
SUnreclaim:        73212 kB
KernelStack:        4704 kB
PageTables:         9772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4471476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2166784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

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