Trace number 4247982

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 NameAnswerobjective functionCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)? (TO) 2400.23 363.513

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-15.xml
MD5SUMab7b26918dfc59e965233a0e800431a7
Bench CategoryCOP (optimization 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 variables274
Number of constraints273
Number of domains2
Minimum domain size2
Maximum domain size225
Distribution of domain sizes[{"size":2,"count":48},{"size":225,"count":226}]
Minimum variable degree2
Maximum variable degree48
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":175},{"degree":4,"count":48},{"degree":48,"count":1}]
Minimum constraint arity2
Maximum constraint arity225
Distribution of constraint arities[{"arity":2,"count":224},{"arity":3,"count":48},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints272
Distribution of constraint types[{"type":"intension","count":272},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4247982-1500691422.xml"  -tl '2400s' -p 8 -x 3
0.00/0.23	c [HOME/instance-4247982-1500691422.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.29	c 8 solvers in parallel
0.00/0.37	c parse instance...
126.41/77.87	c solve instance...
2400.23/363.53	s UNKNOWN
2400.23/363.53	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4247982-1500691422/watcher-4247982-1500691422 -o /tmp/evaluation-result-4247982-1500691422/solver-4247982-1500691422 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1500682495-14657 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 307198524 HOME/instance-4247982-1500691422.xml 

pid=10302
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: 15.45 15.08 14.69 10/272 10305
/proc/meminfo: memFree=29108292/32770624 swapFree=5972/264356
[pid=10305] ppid=10302 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10305/stat : 10305 (xcsp3-exec) S 10302 10305 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4411734 9740288 346 33554432000 4194304 5098028 140734733349648 140734733347752 140469915230844 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 18767872 140734733358223 140734733358432 140734733358432 140734733361131 0
/proc/10305/statm: 2378 346 289 221 0 87 0

[startup+0.100063 s]
/proc/loadavg: 15.45 15.08 14.69 10/272 10305
/proc/meminfo: memFree=29108292/32770624 swapFree=5972/264356
[pid=10305] ppid=10302 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10305/stat : 10305 (xcsp3-exec) S 10302 10305 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4411734 9740288 346 33554432000 4194304 5098028 140734733349648 140734733347752 140469915230844 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 18767872 140734733358223 140734733358432 140734733358432 140734733361131 0
/proc/10305/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200334 s]
/proc/loadavg: 15.45 15.08 14.69 10/272 10305
/proc/meminfo: memFree=29108292/32770624 swapFree=5972/264356
[pid=10305] ppid=10302 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10305/stat : 10305 (xcsp3-exec) S 10302 10305 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4411734 9740288 346 33554432000 4194304 5098028 140734733349648 140734733347752 140469915230844 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 18767872 140734733358223 140734733358432 140734733358432 140734733361131 0
/proc/10305/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300375 s]
/proc/loadavg: 15.45 15.08 14.69 10/272 10305
/proc/meminfo: memFree=29108292/32770624 swapFree=5972/264356
[pid=10305] ppid=10302 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10305/stat : 10305 (xcsp3-exec) S 10302 10305 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4411734 9740288 346 33554432000 4194304 5098028 140734733349648 140734733347752 140469915230844 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 18767872 140734733358223 140734733358432 140734733358432 140734733361131 0
/proc/10305/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700191 s]
/proc/loadavg: 15.45 15.08 14.69 10/272 10305
/proc/meminfo: memFree=29108292/32770624 swapFree=5972/264356
[pid=10305] ppid=10302 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10305/stat : 10305 (xcsp3-exec) S 10302 10305 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4411734 9740288 346 33554432000 4194304 5098028 140734733349648 140734733347752 140469915230844 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 18767872 140734733358223 140734733358432 140734733358432 140734733361131 0
/proc/10305/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5009 s]
/proc/loadavg: 15.45 15.08 14.69 10/293 10326
/proc/meminfo: memFree=28995996/32770624 swapFree=5972/264056
[pid=10305] ppid=10302 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10305/stat : 10305 (xcsp3-exec) S 10302 10305 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4411734 9740288 346 33554432000 4194304 5098028 140734733349648 140734733347752 140469915230844 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 18767872 140734733358223 140734733358432 140734733358432 140734733361131 0
/proc/10305/statm: 2378 346 289 221 0 87 0
[pid=10306] ppid=10305 vsize=13269256 CPUtime=3.48 cores=0,2,4,6,8,10,12,14
/proc/10306/stat : 10306 (java) S 10305 10305 14626 0 -1 1077944320 34878 0 0 0 341 7 0 0 20 0 20 0 4411734 13587718144 32601 33554432000 4194304 4196468 140725223187104 140725223169648 139825616801527 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
/proc/10306/statm: 3317314 32601 3204 1 0 3304547 0
[pid=10306/tid=10307] ppid=10305 vsize=13269256 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10307/stat : 10307 (java) R 10305 10305 14626 0 -1 4202560 6909 0 0 0 144 2 0 0 20 0 20 0 4411734 13587718144 32601 33554432000 4194304 4196468 140725223187104 139825621034296 139825230551220 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10309] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10309/stat : 10309 (java) S 10305 10305 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4411735 13587718144 32601 33554432000 4194304 4196468 140725223187104 139825548938128 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10310] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10310/stat : 10310 (java) S 10305 10305 14626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4411735 13587718144 32601 33554432000 4194304 4196468 140725223187104 139825547885328 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10311] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10311/stat : 10311 (java) S 10305 10305 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4411735 13587718144 32601 33554432000 4194304 4196468 140725223187104 139825213574288 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10312] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10312/stat : 10312 (java) S 10305 10305 14626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4411735 13587718144 32601 33554432000 4194304 4196468 140725223187104 139825212521488 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10313] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10313/stat : 10313 (java) S 10305 10305 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4411735 13587718144 32601 33554432000 4194304 4196468 140725223187104 139825211468176 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10314] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10314/stat : 10314 (java) S 10305 10305 14626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4411735 13587718144 32601 33554432000 4194304 4196468 140725223187104 139825210415376 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10315] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10315/stat : 10315 (java) S 10305 10305 14626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4411735 13587718144 32601 33554432000 4194304 4196468 140725223187104 139825209363088 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10316] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10316/stat : 10316 (java) S 10305 10305 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4411735 13587718144 32601 33554432000 4194304 4196468 140725223187104 139825208310288 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10317] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10317/stat : 10317 (java) S 10305 10305 14626 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 4411737 13587718144 32601 33554432000 4194304 4196468 140725223187104 139825146276464 139825616812674 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10318] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10318/stat : 10318 (java) S 10305 10305 14626 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4411738 13587718144 32601 33554432000 4194304 4196468 140725223187104 139825145222432 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10319] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10319/stat : 10319 (java) S 10305 10305 14626 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4411739 13587718144 32601 33554432000 4194304 4196468 140725223187104 139825076233840 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10320] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10320/stat : 10320 (java) S 10305 10305 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4411743 13587718144 32601 33554432000 4194304 4196468 140725223187104 139825075182160 139825616820123 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10321] ppid=10305 vsize=13269256 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10321/stat : 10321 (java) S 10305 10305 14626 0 -1 1077944384 9970 0 0 0 53 1 0 0 20 0 20 0 4411743 13587718144 32601 33554432000 4194304 4196468 140725223187104 139825074129008 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10322] ppid=10305 vsize=13269256 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10322/stat : 10322 (java) S 10305 10305 14626 0 -1 1077944384 7112 0 0 0 60 1 0 0 20 0 20 0 4411743 13587718144 32601 33554432000 4194304 4196468 140725223187104 139825073076208 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10323] ppid=10305 vsize=13269256 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10323/stat : 10323 (java) S 10305 10305 14626 0 -1 1077944384 7269 0 0 0 47 1 0 0 20 0 20 0 4411743 13587718144 32601 33554432000 4194304 4196468 140725223187104 139825072023920 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10324] ppid=10305 vsize=13269256 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10324/stat : 10324 (java) S 10305 10305 14626 0 -1 1077944384 2288 0 0 0 34 0 0 0 20 0 20 0 4411743 13587718144 32601 33554432000 4194304 4196468 140725223187104 139825070971120 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10325] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10325/stat : 10325 (java) S 10305 10305 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4411743 13587718144 32601 33554432000 4194304 4196468 140725223187104 139825069919072 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10326] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10326/stat : 10326 (java) S 10305 10305 14626 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 4411744 13587718144 32601 33554432000 4194304 4196468 140725223187104 139825068866352 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 13278768

[startup+3.10082 s]
/proc/loadavg: 14.93 14.98 14.66 10/293 10326
/proc/meminfo: memFree=28983396/32770624 swapFree=5972/264056
[pid=10305] ppid=10302 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10305/stat : 10305 (xcsp3-exec) S 10302 10305 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4411734 9740288 346 33554432000 4194304 5098028 140734733349648 140734733347752 140469915230844 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 18767872 140734733358223 140734733358432 140734733358432 140734733361131 0
/proc/10305/statm: 2378 346 289 221 0 87 0
[pid=10306] ppid=10305 vsize=13269256 CPUtime=5.24 cores=0,2,4,6,8,10,12,14
/proc/10306/stat : 10306 (java) S 10305 10305 14626 0 -1 1077944320 36814 0 0 0 516 8 0 0 20 0 20 0 4411734 13587718144 37295 33554432000 4194304 4196468 140725223187104 140725223169648 139825616801527 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
/proc/10306/statm: 3317314 37295 3206 1 0 3304547 0
[pid=10306/tid=10307] ppid=10305 vsize=13269256 CPUtime=3.07 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10307/stat : 10307 (java) R 10305 10305 14626 0 -1 4202560 7596 0 0 0 304 3 0 0 20 0 20 0 4411734 13587718144 37295 33554432000 4194304 4196468 140725223187104 139825621033976 139825230462213 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10309] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10309/stat : 10309 (java) S 10305 10305 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4411735 13587718144 37295 33554432000 4194304 4196468 140725223187104 139825548938128 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10310] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10310/stat : 10310 (java) S 10305 10305 14626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4411735 13587718144 37295 33554432000 4194304 4196468 140725223187104 139825547885328 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10311] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10311/stat : 10311 (java) S 10305 10305 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4411735 13587718144 37295 33554432000 4194304 4196468 140725223187104 139825213574288 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10312] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10312/stat : 10312 (java) S 10305 10305 14626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4411735 13587718144 37295 33554432000 4194304 4196468 140725223187104 139825212521488 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10313] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10313/stat : 10313 (java) S 10305 10305 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4411735 13587718144 37295 33554432000 4194304 4196468 140725223187104 139825211468176 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10314] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10314/stat : 10314 (java) S 10305 10305 14626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4411735 13587718144 37295 33554432000 4194304 4196468 140725223187104 139825210415376 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10315] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10315/stat : 10315 (java) S 10305 10305 14626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4411735 13587718144 37295 33554432000 4194304 4196468 140725223187104 139825209363088 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10316] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10316/stat : 10316 (java) S 10305 10305 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4411735 13587718144 37295 33554432000 4194304 4196468 140725223187104 139825208310288 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10317] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10317/stat : 10317 (java) S 10305 10305 14626 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 4411737 13587718144 37295 33554432000 4194304 4196468 140725223187104 139825146276464 139825616812674 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10318] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10318/stat : 10318 (java) S 10305 10305 14626 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4411738 13587718144 37295 33554432000 4194304 4196468 140725223187104 139825145222432 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10319] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10319/stat : 10319 (java) S 10305 10305 14626 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4411739 13587718144 37295 33554432000 4194304 4196468 140725223187104 139825076233840 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10320] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10320/stat : 10320 (java) S 10305 10305 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4411743 13587718144 37295 33554432000 4194304 4196468 140725223187104 139825075182160 139825616820123 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10321] ppid=10305 vsize=13269256 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10321/stat : 10321 (java) S 10305 10305 14626 0 -1 1077944384 10548 0 0 0 62 1 0 0 20 0 20 0 4411743 13587718144 37295 33554432000 4194304 4196468 140725223187104 139825074129008 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10322] ppid=10305 vsize=13269256 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10322/stat : 10322 (java) S 10305 10305 14626 0 -1 1077944384 7230 0 0 0 62 1 0 0 20 0 20 0 4411743 13587718144 37295 33554432000 4194304 4196468 140725223187104 139825073076208 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10323] ppid=10305 vsize=13269256 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10323/stat : 10323 (java) S 10305 10305 14626 0 -1 1077944384 7503 0 0 0 50 1 0 0 20 0 20 0 4411743 13587718144 37295 33554432000 4194304 4196468 140725223187104 139825072023920 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10324] ppid=10305 vsize=13269256 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10324/stat : 10324 (java) S 10305 10305 14626 0 -1 1077944384 2565 0 0 0 36 0 0 0 20 0 20 0 4411743 13587718144 37295 33554432000 4194304 4196468 140725223187104 139825070971120 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10325] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10325/stat : 10325 (java) S 10305 10305 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4411743 13587718144 37295 33554432000 4194304 4196468 140725223187104 139825069919072 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10326] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10326/stat : 10326 (java) S 10305 10305 14626 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4411744 13587718144 37295 33554432000 4194304 4196468 140725223187104 139825068866352 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 13278768

[startup+6.30232 s]
/proc/loadavg: 14.93 14.98 14.66 10/293 10358
/proc/meminfo: memFree=28922048/32770624 swapFree=5972/264068
[pid=10305] ppid=10302 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10305/stat : 10305 (xcsp3-exec) S 10302 10305 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4411734 9740288 346 33554432000 4194304 5098028 140734733349648 140734733347752 140469915230844 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 18767872 140734733358223 140734733358432 140734733358432 140734733361131 0
/proc/10305/statm: 2378 346 289 221 0 87 0
[pid=10306] ppid=10305 vsize=13269256 CPUtime=9.63 cores=0,2,4,6,8,10,12,14
/proc/10306/stat : 10306 (java) S 10305 10305 14626 0 -1 1077944320 47378 0 0 0 899 64 0 0 20 0 20 0 4411734 13587718144 79222 33554432000 4194304 4196468 140725223187104 140725223169648 139825616801527 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
/proc/10306/statm: 3317314 79222 3241 1 0 3304547 0
[pid=10306/tid=10307] ppid=10305 vsize=13269256 CPUtime=6.17 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10307/stat : 10307 (java) R 10305 10305 14626 0 -1 4202560 8913 0 0 0 613 4 0 0 20 0 20 0 4411734 13587718144 79222 33554432000 4194304 4196468 140725223187104 139825621039592 139825230461036 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10309] ppid=10305 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10309/stat : 10309 (java) S 10305 10305 14626 0 -1 1077944384 74 0 0 0 3 6 0 0 20 0 20 0 4411735 13587718144 79222 33554432000 4194304 4196468 140725223187104 139825548938128 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10310] ppid=10305 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10310/stat : 10310 (java) S 10305 10305 14626 0 -1 1077944384 86 0 0 0 3 6 0 0 20 0 20 0 4411735 13587718144 79222 33554432000 4194304 4196468 140725223187104 139825547885328 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10311] ppid=10305 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10311/stat : 10311 (java) S 10305 10305 14626 0 -1 1077944384 217 0 0 0 3 6 0 0 20 0 20 0 4411735 13587718144 79222 33554432000 4194304 4196468 140725223187104 139825213574288 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10312] ppid=10305 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10312/stat : 10312 (java) S 10305 10305 14626 0 -1 1077944384 120 0 0 0 3 6 0 0 20 0 20 0 4411735 13587718144 79222 33554432000 4194304 4196468 140725223187104 139825212521488 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10313] ppid=10305 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10313/stat : 10313 (java) S 10305 10305 14626 0 -1 1077944384 67 0 0 0 3 6 0 0 20 0 20 0 4411735 13587718144 79222 33554432000 4194304 4196468 140725223187104 139825211468176 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10314] ppid=10305 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10314/stat : 10314 (java) S 10305 10305 14626 0 -1 1077944384 334 0 0 0 3 6 0 0 20 0 20 0 4411735 13587718144 79222 33554432000 4194304 4196468 140725223187104 139825210415376 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10315] ppid=10305 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10315/stat : 10315 (java) S 10305 10305 14626 0 -1 1077944384 145 0 0 0 3 6 0 0 20 0 20 0 4411735 13587718144 79222 33554432000 4194304 4196468 140725223187104 139825209363088 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10316] ppid=10305 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10316/stat : 10316 (java) S 10305 10305 14626 0 -1 1077944384 72 0 0 0 3 6 0 0 20 0 20 0 4411735 13587718144 79222 33554432000 4194304 4196468 140725223187104 139825208310288 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10317] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10317/stat : 10317 (java) S 10305 10305 14626 0 -1 1077944384 497 0 0 0 0 0 0 0 20 0 20 0 4411737 13587718144 79222 33554432000 4194304 4196468 140725223187104 139825146276464 139825616812674 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10318] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10318/stat : 10318 (java) S 10305 10305 14626 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 4411738 13587718144 79222 33554432000 4194304 4196468 140725223187104 139825145222432 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10319] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10319/stat : 10319 (java) S 10305 10305 14626 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 4411739 13587718144 79222 33554432000 4194304 4196468 140725223187104 139825076233840 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10320] ppid=10305 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10320/stat : 10320 (java) S 10305 10305 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4411743 13587718144 79222 33554432000 4194304 4196468 140725223187104 139825075182160 139825616820123 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0

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

[pid=10306/tid=10366] ppid=10305 vsize=13801768 CPUtime=259.98 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10366/stat : 10366 (java) R 10305 10305 14626 0 -1 4202560 8420 0 0 0 25995 3 0 0 20 0 28 0 4419522 14133010432 1121745 33554432000 4194304 4196468 140725223187104 139825055035144 139825235900838 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10367] ppid=10305 vsize=13801768 CPUtime=259.67 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10367/stat : 10367 (java) R 10305 10305 14626 0 -1 4202560 3816 0 0 0 25965 2 0 0 20 0 28 0 4419522 14133010432 1121745 33554432000 4194304 4196468 140725223187104 139825053982616 139825235316665 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
Current children cumulated CPU time (s) 2231.36
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+363.502 s]
/proc/loadavg: 15.93 15.16 14.74 17/299 10663
/proc/meminfo: memFree=23525420/32770624 swapFree=5972/264584
[pid=10305] ppid=10302 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10305/stat : 10305 (xcsp3-exec) S 10302 10305 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4411734 9740288 346 33554432000 4194304 5098028 140734733349648 140734733347752 140469915230844 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 18767872 140734733358223 140734733358432 140734733358432 140734733361131 0
/proc/10305/statm: 2378 346 289 221 0 87 0
[pid=10306] ppid=10305 vsize=13801768 CPUtime=2400.23 cores=0,2,4,6,8,10,12,14
/proc/10306/stat : 10306 (java) S 10305 10305 14626 0 -1 1077944320 299730 0 0 0 238053 1970 0 0 20 0 28 0 4411734 14133010432 1127244 33554432000 4194304 4196468 140725223187104 140725223169648 139825616801527 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
/proc/10306/statm: 3450442 1127244 3311 1 0 3437675 0
[pid=10306/tid=10307] ppid=10305 vsize=13801768 CPUtime=70.24 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10307/stat : 10307 (java) S 10305 10305 14626 0 -1 1077944384 13273 0 0 0 7015 9 0 0 20 0 28 0 4411734 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825621042304 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10309] ppid=10305 vsize=13801768 CPUtime=8.63 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10309/stat : 10309 (java) S 10305 10305 14626 0 -1 1077944384 9796 0 0 0 630 233 0 0 20 0 28 0 4411735 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825548938128 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10310] ppid=10305 vsize=13801768 CPUtime=8.71 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10310/stat : 10310 (java) S 10305 10305 14626 0 -1 1077944384 8747 0 0 0 623 248 0 0 20 0 28 0 4411735 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825547885328 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10311] ppid=10305 vsize=13801768 CPUtime=8.7 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10311/stat : 10311 (java) S 10305 10305 14626 0 -1 1077944384 10747 0 0 0 635 235 0 0 20 0 28 0 4411735 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825213574288 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10312] ppid=10305 vsize=13801768 CPUtime=8.7 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10312/stat : 10312 (java) S 10305 10305 14626 0 -1 1077944384 10148 0 0 0 631 239 0 0 20 0 28 0 4411735 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825212521488 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10313] ppid=10305 vsize=13801768 CPUtime=8.75 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10313/stat : 10313 (java) S 10305 10305 14626 0 -1 1077944384 14138 0 0 0 634 241 0 0 20 0 28 0 4411735 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825211468176 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10314] ppid=10305 vsize=13801768 CPUtime=8.69 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10314/stat : 10314 (java) S 10305 10305 14626 0 -1 1077944384 9903 0 0 0 629 240 0 0 20 0 28 0 4411735 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825210415376 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10315] ppid=10305 vsize=13801768 CPUtime=8.7 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10315/stat : 10315 (java) S 10305 10305 14626 0 -1 1077944384 11394 0 0 0 634 236 0 0 20 0 28 0 4411735 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825209363088 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10316] ppid=10305 vsize=13801768 CPUtime=8.72 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10316/stat : 10316 (java) S 10305 10305 14626 0 -1 1077944384 11823 0 0 0 640 232 0 0 20 0 28 0 4411735 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825208310288 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10317] ppid=10305 vsize=13801768 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10317/stat : 10317 (java) S 10305 10305 14626 0 -1 1077944384 10745 0 0 0 126 11 0 0 20 0 28 0 4411737 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825146276464 139825616812674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10318] ppid=10305 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10318/stat : 10318 (java) S 10305 10305 14626 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 28 0 4411738 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825145222496 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10319] ppid=10305 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10319/stat : 10319 (java) S 10305 10305 14626 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 28 0 4411739 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825076233856 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10320] ppid=10305 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10320/stat : 10320 (java) S 10305 10305 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4411743 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825075182160 139825616820123 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10321] ppid=10305 vsize=13801768 CPUtime=4.38 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10321/stat : 10321 (java) S 10305 10305 14626 0 -1 1077944384 27169 0 0 0 435 3 0 0 20 0 28 0 4411743 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825074129008 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10322] ppid=10305 vsize=13801768 CPUtime=3.57 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10322/stat : 10322 (java) S 10305 10305 14626 0 -1 1077944384 23172 0 0 0 354 3 0 0 20 0 28 0 4411743 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825073076208 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10323] ppid=10305 vsize=13801768 CPUtime=4.5 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10323/stat : 10323 (java) S 10305 10305 14626 0 -1 1077944384 27165 0 0 0 447 3 0 0 20 0 28 0 4411743 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825072023920 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10324] ppid=10305 vsize=13801768 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10324/stat : 10324 (java) S 10305 10305 14626 0 -1 1077944384 13220 0 0 0 112 2 0 0 20 0 28 0 4411743 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825070971120 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10325] ppid=10305 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10325/stat : 10325 (java) S 10305 10305 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4411743 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825069919072 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10326] ppid=10305 vsize=13801768 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10326/stat : 10326 (java) S 10305 10305 14626 0 -1 1077944384 2921 0 0 0 9 9 0 0 20 0 28 0 4411744 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825068866352 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10360] ppid=10305 vsize=13801768 CPUtime=280.69 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10360/stat : 10360 (java) R 10305 10305 14626 0 -1 4202560 4052 0 0 0 28067 2 0 0 20 0 28 0 4419522 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825061350608 139825235901418 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10361] ppid=10305 vsize=13801768 CPUtime=281.23 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10361/stat : 10361 (java) R 10305 10305 14626 0 -1 4202560 4381 0 0 0 28121 2 0 0 20 0 28 0 4419522 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825060299064 139825235316810 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10362] ppid=10305 vsize=13801768 CPUtime=279.8 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10362/stat : 10362 (java) R 10305 10305 14626 0 -1 4202560 4673 0 0 0 27978 2 0 0 20 0 28 0 4419522 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825059245752 139825234378155 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10363] ppid=10305 vsize=13801768 CPUtime=280.35 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10363/stat : 10363 (java) R 10305 10305 14626 0 -1 4202560 5018 0 0 0 28034 1 0 0 20 0 28 0 4419522 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825058195248 139825235091293 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10364] ppid=10305 vsize=13801768 CPUtime=280.74 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10364/stat : 10364 (java) R 10305 10305 14626 0 -1 4202560 59896 0 0 0 28068 6 0 0 20 0 28 0 4419522 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825057140712 139825235457498 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10365] ppid=10305 vsize=13801768 CPUtime=280.29 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10365/stat : 10365 (java) R 10305 10305 14626 0 -1 4202560 3169 0 0 0 28028 1 0 0 20 0 28 0 4419522 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825056087912 139825235091165 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10366] ppid=10305 vsize=13801768 CPUtime=281.11 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10366/stat : 10366 (java) R 10305 10305 14626 0 -1 4202560 8543 0 0 0 28108 3 0 0 20 0 28 0 4419522 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825055035800 139825235091265 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10367] ppid=10305 vsize=13801768 CPUtime=280.79 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10367/stat : 10367 (java) R 10305 10305 14626 0 -1 4202560 4158 0 0 0 28077 2 0 0 20 0 28 0 4419522 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825053982776 139825235434899 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
Current children cumulated CPU time (s) 2400.23
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 10306 sig 9
??? kill 10305 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+363.502 s]
/proc/loadavg: 15.93 15.16 14.74 17/299 10663
/proc/meminfo: memFree=23525420/32770624 swapFree=5972/264584
[pid=10305] ppid=10302 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10305/stat : 10305 (xcsp3-exec) S 10302 10305 14626 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4411734 9740288 346 33554432000 4194304 5098028 140734733349648 140734733347752 140469915230844 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 18767872 140734733358223 140734733358432 140734733358432 140734733361131 0
/proc/10305/statm: 2378 346 289 221 0 87 0
[pid=10306] ppid=10305 vsize=13801768 CPUtime=2400.23 cores=0,2,4,6,8,10,12,14
/proc/10306/stat : 10306 (java) S 10305 10305 14626 0 -1 1077944320 299730 0 0 0 238053 1970 0 0 20 0 28 0 4411734 14133010432 1127244 33554432000 4194304 4196468 140725223187104 140725223169648 139825616801527 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
/proc/10306/statm: 3450442 1127244 3311 1 0 3437675 0
[pid=10306/tid=10307] ppid=10305 vsize=13801768 CPUtime=70.24 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10307/stat : 10307 (java) S 10305 10305 14626 0 -1 1077944384 13273 0 0 0 7015 9 0 0 20 0 28 0 4411734 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825621042304 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10309] ppid=10305 vsize=13801768 CPUtime=8.63 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10309/stat : 10309 (java) S 10305 10305 14626 0 -1 1077944384 9796 0 0 0 630 233 0 0 20 0 28 0 4411735 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825548938128 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10310] ppid=10305 vsize=13801768 CPUtime=8.71 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10310/stat : 10310 (java) S 10305 10305 14626 0 -1 1077944384 8747 0 0 0 623 248 0 0 20 0 28 0 4411735 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825547885328 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10311] ppid=10305 vsize=13801768 CPUtime=8.7 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10311/stat : 10311 (java) S 10305 10305 14626 0 -1 1077944384 10747 0 0 0 635 235 0 0 20 0 28 0 4411735 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825213574288 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10312] ppid=10305 vsize=13801768 CPUtime=8.7 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10312/stat : 10312 (java) S 10305 10305 14626 0 -1 1077944384 10148 0 0 0 631 239 0 0 20 0 28 0 4411735 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825212521488 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10313] ppid=10305 vsize=13801768 CPUtime=8.75 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10313/stat : 10313 (java) S 10305 10305 14626 0 -1 1077944384 14138 0 0 0 634 241 0 0 20 0 28 0 4411735 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825211468176 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10314] ppid=10305 vsize=13801768 CPUtime=8.69 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10314/stat : 10314 (java) S 10305 10305 14626 0 -1 1077944384 9903 0 0 0 629 240 0 0 20 0 28 0 4411735 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825210415376 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10315] ppid=10305 vsize=13801768 CPUtime=8.7 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10315/stat : 10315 (java) S 10305 10305 14626 0 -1 1077944384 11394 0 0 0 634 236 0 0 20 0 28 0 4411735 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825209363088 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10316] ppid=10305 vsize=13801768 CPUtime=8.72 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10316/stat : 10316 (java) S 10305 10305 14626 0 -1 1077944384 11823 0 0 0 640 232 0 0 20 0 28 0 4411735 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825208310288 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10317] ppid=10305 vsize=13801768 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10317/stat : 10317 (java) S 10305 10305 14626 0 -1 1077944384 10745 0 0 0 126 11 0 0 20 0 28 0 4411737 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825146276464 139825616812674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10318] ppid=10305 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10318/stat : 10318 (java) S 10305 10305 14626 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 28 0 4411738 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825145222496 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10319] ppid=10305 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10319/stat : 10319 (java) S 10305 10305 14626 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 28 0 4411739 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825076233856 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10320] ppid=10305 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10320/stat : 10320 (java) S 10305 10305 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4411743 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825075182160 139825616820123 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10321] ppid=10305 vsize=13801768 CPUtime=4.38 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10321/stat : 10321 (java) S 10305 10305 14626 0 -1 1077944384 27169 0 0 0 435 3 0 0 20 0 28 0 4411743 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825074129008 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10322] ppid=10305 vsize=13801768 CPUtime=3.57 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10322/stat : 10322 (java) S 10305 10305 14626 0 -1 1077944384 23172 0 0 0 354 3 0 0 20 0 28 0 4411743 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825073076208 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10323] ppid=10305 vsize=13801768 CPUtime=4.5 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10323/stat : 10323 (java) S 10305 10305 14626 0 -1 1077944384 27165 0 0 0 447 3 0 0 20 0 28 0 4411743 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825072023920 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10324] ppid=10305 vsize=13801768 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10324/stat : 10324 (java) S 10305 10305 14626 0 -1 1077944384 13220 0 0 0 112 2 0 0 20 0 28 0 4411743 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825070971120 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10325] ppid=10305 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10325/stat : 10325 (java) S 10305 10305 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4411743 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825069919072 139825616811733 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10326] ppid=10305 vsize=13801768 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10326/stat : 10326 (java) S 10305 10305 14626 0 -1 1077944384 2921 0 0 0 9 9 0 0 20 0 28 0 4411744 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825068866352 139825616812674 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10360] ppid=10305 vsize=13801768 CPUtime=280.69 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10360/stat : 10360 (java) R 10305 10305 14626 0 -1 4202560 4052 0 0 0 28067 2 0 0 20 0 28 0 4419522 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825061350608 139825235901418 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10361] ppid=10305 vsize=13801768 CPUtime=281.23 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10361/stat : 10361 (java) R 10305 10305 14626 0 -1 4202560 4381 0 0 0 28121 2 0 0 20 0 28 0 4419522 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825060299064 139825235316810 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10362] ppid=10305 vsize=13801768 CPUtime=279.8 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10362/stat : 10362 (java) R 10305 10305 14626 0 -1 4202560 4673 0 0 0 27978 2 0 0 20 0 28 0 4419522 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825059245752 139825234378155 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10363] ppid=10305 vsize=13801768 CPUtime=280.35 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10363/stat : 10363 (java) R 10305 10305 14626 0 -1 4202560 5018 0 0 0 28034 1 0 0 20 0 28 0 4419522 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825058195248 139825235091293 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10364] ppid=10305 vsize=13801768 CPUtime=280.74 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10364/stat : 10364 (java) R 10305 10305 14626 0 -1 4202560 59896 0 0 0 28068 6 0 0 20 0 28 0 4419522 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825057140712 139825235457498 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10365] ppid=10305 vsize=13801768 CPUtime=280.29 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10365/stat : 10365 (java) R 10305 10305 14626 0 -1 4202560 3169 0 0 0 28028 1 0 0 20 0 28 0 4419522 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825056087912 139825235091165 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10366] ppid=10305 vsize=13801768 CPUtime=281.11 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10366/stat : 10366 (java) R 10305 10305 14626 0 -1 4202560 8543 0 0 0 28108 3 0 0 20 0 28 0 4419522 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825055035800 139825235091265 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
[pid=10306/tid=10367] ppid=10305 vsize=13801768 CPUtime=280.79 cores=0,2,4,6,8,10,12,14
/proc/10306/task/10367/stat : 10367 (java) R 10305 10305 14626 0 -1 4202560 4158 0 0 0 28077 2 0 0 20 0 28 0 4419522 14133010432 1127244 33554432000 4194304 4196468 140725223187104 139825053982776 139825235434899 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34172928 140725223191740 140725223191916 140725223191916 140725223194575 0
Current children cumulated CPU time (s) 2400.23
Current children cumulated vsize (KiB) 13811280

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 363.513
CPU time (s): 2400.23
CPU user time (s): 2380.53
CPU system time (s): 19.7
CPU usage (%): 660.288
Max. virtual memory (cumulated for all children) (KiB): 13811280

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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.76017 second user time and 4.73081 second system time

The end

Launcher Data

Begin job on node105 at 2017-07-22 04:43:42
IDJOB=4247982
IDBENCH=130622
IDSOLVER=2626
FILE ID=node105/4247982-1500691422
RUNJOBID= node105-1500682495-14657
PBS_JOBID= 20623326
Free space on /tmp= 62004 MiB

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

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

MD5SUM BENCH= ab7b26918dfc59e965233a0e800431a7
RANDOM SEED=307198524

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29108736 kB
MemAvailable:   29275420 kB
Buffers:          116240 kB
Cached:           330804 kB
SwapCached:            0 kB
Active:          2953404 kB
Inactive:         272984 kB
Active(anon):    2781780 kB
Inactive(anon):     8628 kB
Active(file):     171624 kB
Inactive(file):   264356 kB
Unevictable:        5972 kB
Mlocked:            6004 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7760 kB
Writeback:             0 kB
AnonPages:       2789016 kB
Mapped:            43216 kB
Shmem:              8852 kB
Slab:             127176 kB
SReclaimable:      93076 kB
SUnreclaim:        34100 kB
KernelStack:        4912 kB
PageTables:        10672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3955984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2619392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61996 MiB
End job on node105 at 2017-07-22 04:49:46