Trace number 4245265

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K10-P09.xml
MD5SUM132dbb92a73ed64c3de106a7d099dd2d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1070
Number of constraints487
Number of domains2
Minimum domain size485
Maximum domain size486
Distribution of domain sizes[{"size":485,"count":485},{"size":486,"count":90}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":495},{"degree":2,"count":485},{"degree":11,"count":20},{"degree":12,"count":70}]
Minimum constraint arity3
Maximum constraint arity485
Distribution of constraint arities[{"arity":3,"count":485},{"arity":90,"count":1},{"arity":485,"count":1}]
Number of extensional constraints0
Number of intensional constraints485
Distribution of constraint types[{"type":"intension","count":485},{"type":"allDifferent","count":2}]
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-4245265-1500685860.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4245265-1500685860.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.25	c 8 solvers in parallel
0.00/0.31	c parse instance...
3.30/1.13	c solve instance...
2400.17/302.15	s UNKNOWN
2400.17/302.15	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-4245265-1500685860/watcher-4245265-1500685860 -o /tmp/evaluation-result-4245265-1500685860/solver-4245265-1500685860 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500683384-8603 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 660795108 HOME/instance-4245265-1500685860.xml 

pid=19366
running on 8 cores: 1,3,5,7,9,11,13,15

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


[startup+0 s]
/proc/loadavg: 16.02 15.99 14.64 11/273 19369
/proc/meminfo: memFree=28275092/32770624 swapFree=5884/238840
[pid=19369] ppid=19366 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19369/stat : 19369 (xcsp3-exec) S 19366 19369 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3853748 9740288 346 33554432000 4194304 5098028 140733494760096 140733494758200 139699146461820 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 32608256 140733494764687 140733494764896 140733494764896 140733494767595 0
/proc/19369/statm: 2378 346 289 221 0 87 0

[startup+0.100102 s]
/proc/loadavg: 16.02 15.99 14.64 11/273 19369
/proc/meminfo: memFree=28275092/32770624 swapFree=5884/238840
[pid=19369] ppid=19366 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19369/stat : 19369 (xcsp3-exec) S 19366 19369 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3853748 9740288 346 33554432000 4194304 5098028 140733494760096 140733494758200 139699146461820 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 32608256 140733494764687 140733494764896 140733494764896 140733494767595 0
/proc/19369/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200329 s]
/proc/loadavg: 16.02 15.99 14.64 11/273 19369
/proc/meminfo: memFree=28275092/32770624 swapFree=5884/238840
[pid=19369] ppid=19366 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19369/stat : 19369 (xcsp3-exec) S 19366 19369 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3853748 9740288 346 33554432000 4194304 5098028 140733494760096 140733494758200 139699146461820 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 32608256 140733494764687 140733494764896 140733494764896 140733494767595 0
/proc/19369/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300304 s]
/proc/loadavg: 16.02 15.99 14.64 11/273 19369
/proc/meminfo: memFree=28275092/32770624 swapFree=5884/238840
[pid=19369] ppid=19366 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19369/stat : 19369 (xcsp3-exec) S 19366 19369 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3853748 9740288 346 33554432000 4194304 5098028 140733494760096 140733494758200 139699146461820 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 32608256 140733494764687 140733494764896 140733494764896 140733494767595 0
/proc/19369/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700212 s]
/proc/loadavg: 16.02 15.99 14.64 11/273 19369
/proc/meminfo: memFree=28275092/32770624 swapFree=5884/238840
[pid=19369] ppid=19366 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19369/stat : 19369 (xcsp3-exec) S 19366 19369 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3853748 9740288 346 33554432000 4194304 5098028 140733494760096 140733494758200 139699146461820 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 32608256 140733494764687 140733494764896 140733494764896 140733494767595 0
/proc/19369/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50119 s]
/proc/loadavg: 15.53 15.89 14.62 13/294 19390
/proc/meminfo: memFree=28115336/32770624 swapFree=5884/238872
[pid=19369] ppid=19366 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19369/stat : 19369 (xcsp3-exec) S 19366 19369 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3853748 9740288 346 33554432000 4194304 5098028 140733494760096 140733494758200 139699146461820 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 32608256 140733494764687 140733494764896 140733494764896 140733494767595 0
/proc/19369/statm: 2378 346 289 221 0 87 0
[pid=19370] ppid=19369 vsize=13801768 CPUtime=6.13 cores=1,3,5,7,9,11,13,15
/proc/19370/stat : 19370 (java) S 19369 19369 8571 0 -1 1077944320 23262 0 0 0 588 25 0 0 20 0 28 0 3853748 14133010432 55290 33554432000 4194304 4196468 140722444740528 140722444723072 139809603129079 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
/proc/19370/statm: 3450442 55290 3253 1 0 3437675 0
[pid=19370/tid=19371] ppid=19369 vsize=13801768 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19371/stat : 19371 (java) S 19369 19369 8571 0 -1 1077944384 7800 0 0 0 106 5 0 0 20 0 28 0 3853749 14133010432 55290 33554432000 4194304 4196468 140722444740528 139809607369856 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19373] ppid=19369 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19373/stat : 19373 (java) S 19369 19369 8571 0 -1 1077944384 22 0 0 0 1 1 0 0 20 0 28 0 3853750 14133010432 55290 33554432000 4194304 4196468 140722444740528 139809201957776 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19374] ppid=19369 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19374/stat : 19374 (java) S 19369 19369 8571 0 -1 1077944384 19 0 0 0 1 1 0 0 20 0 28 0 3853750 14133010432 55290 33554432000 4194304 4196468 140722444740528 139809200904976 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19375] ppid=19369 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19375/stat : 19375 (java) S 19369 19369 8571 0 -1 1077944384 102 0 0 0 1 2 0 0 20 0 28 0 3853750 14133010432 55290 33554432000 4194304 4196468 140722444740528 139809199852688 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19376] ppid=19369 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19376/stat : 19376 (java) S 19369 19369 8571 0 -1 1077944384 31 0 0 0 1 1 0 0 20 0 28 0 3853750 14133010432 55290 33554432000 4194304 4196468 140722444740528 139809198799888 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19377] ppid=19369 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19377/stat : 19377 (java) S 19369 19369 8571 0 -1 1077944384 20 0 0 0 1 1 0 0 20 0 28 0 3853750 14133010432 55290 33554432000 4194304 4196468 140722444740528 139809197746576 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19378] ppid=19369 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19378/stat : 19378 (java) S 19369 19369 8571 0 -1 1077944384 26 0 0 0 1 2 0 0 20 0 28 0 3853750 14133010432 55290 33554432000 4194304 4196468 140722444740528 139809196693776 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19379] ppid=19369 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19379/stat : 19379 (java) S 19369 19369 8571 0 -1 1077944384 54 0 0 0 1 2 0 0 20 0 28 0 3853750 14133010432 55290 33554432000 4194304 4196468 140722444740528 139809195641488 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19380] ppid=19369 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19380/stat : 19380 (java) S 19369 19369 8571 0 -1 1077944384 42 0 0 0 1 1 0 0 20 0 28 0 3853750 14133010432 55290 33554432000 4194304 4196468 140722444740528 139809194588688 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19381] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19381/stat : 19381 (java) S 19369 19369 8571 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 28 0 3853752 14133010432 55290 33554432000 4194304 4196468 140722444740528 139808267848304 139809603140226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19382] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19382/stat : 19382 (java) S 19369 19369 8571 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 3853753 14133010432 55290 33554432000 4194304 4196468 140722444740528 139808266794272 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19383] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19383/stat : 19383 (java) S 19369 19369 8571 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 3853753 14133010432 55290 33554432000 4194304 4196468 140722444740528 139808265741936 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19384] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19384/stat : 19384 (java) S 19369 19369 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3853757 14133010432 55290 33554432000 4194304 4196468 140722444740528 139808264690256 139809603147675 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19385] ppid=19369 vsize=13801768 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19385/stat : 19385 (java) R 19369 19369 8571 0 -1 4202560 4343 0 0 0 85 0 0 0 20 0 28 0 3853757 14133010432 55290 33554432000 4194304 4196468 140722444740528 139808263623920 139809586341469 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19386] ppid=19369 vsize=13801768 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19386/stat : 19386 (java) R 19369 19369 8571 0 -1 4202560 2778 0 0 0 75 0 0 0 20 0 28 0 3853757 14133010432 55290 33554432000 4194304 4196468 140722444740528 139808262570328 139809588236703 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19387] ppid=19369 vsize=13801768 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19387/stat : 19387 (java) R 19369 19369 8571 0 -1 4202560 3056 0 0 0 79 0 0 0 20 0 28 0 3853757 14133010432 55290 33554432000 4194304 4196468 140722444740528 139808261518040 139809595846231 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19388] ppid=19369 vsize=13801768 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19388/stat : 19388 (java) S 19369 19369 8571 0 -1 1077944384 3103 0 0 0 66 1 0 0 20 0 28 0 3853757 14133010432 55290 33554432000 4194304 4196468 140722444740528 139808260479216 139809603140226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19389] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19389/stat : 19389 (java) S 19369 19369 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3853757 14133010432 55290 33554432000 4194304 4196468 140722444740528 139808259427168 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19390] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19390/stat : 19390 (java) S 19369 19369 8571 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 3853758 14133010432 55290 33554432000 4194304 4196468 140722444740528 139808258374448 139809603140226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 13811280

[startup+3.10138 s]
/proc/loadavg: 15.53 15.89 14.62 20/302 19398
/proc/meminfo: memFree=28051452/32770624 swapFree=5884/238884
[pid=19369] ppid=19366 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19369/stat : 19369 (xcsp3-exec) S 19366 19369 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3853748 9740288 346 33554432000 4194304 5098028 140733494760096 140733494758200 139699146461820 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 32608256 140733494764687 140733494764896 140733494764896 140733494767595 0
/proc/19369/statm: 2378 346 289 221 0 87 0
[pid=19370] ppid=19369 vsize=13801768 CPUtime=18.81 cores=1,3,5,7,9,11,13,15
/proc/19370/stat : 19370 (java) S 19369 19369 8571 0 -1 1077944320 30568 0 0 0 1835 46 0 0 20 0 28 0 3853748 14133010432 71813 33554432000 4194304 4196468 140722444740528 140722444723072 139809603129079 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
/proc/19370/statm: 3450442 71813 3269 1 0 3437675 0
[pid=19370/tid=19371] ppid=19369 vsize=13801768 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19371/stat : 19371 (java) S 19369 19369 8571 0 -1 1077944384 7800 0 0 0 106 5 0 0 20 0 28 0 3853749 14133010432 71813 33554432000 4194304 4196468 140722444740528 139809607369856 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19373] ppid=19369 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19373/stat : 19373 (java) S 19369 19369 8571 0 -1 1077944384 35 0 0 0 2 3 0 0 20 0 28 0 3853750 14133010432 71813 33554432000 4194304 4196468 140722444740528 139809201957776 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19374] ppid=19369 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19374/stat : 19374 (java) S 19369 19369 8571 0 -1 1077944384 44 0 0 0 3 4 0 0 20 0 28 0 3853750 14133010432 71813 33554432000 4194304 4196468 140722444740528 139809200904976 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19375] ppid=19369 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19375/stat : 19375 (java) S 19369 19369 8571 0 -1 1077944384 122 0 0 0 3 4 0 0 20 0 28 0 3853750 14133010432 71813 33554432000 4194304 4196468 140722444740528 139809199852688 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19376] ppid=19369 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19376/stat : 19376 (java) S 19369 19369 8571 0 -1 1077944384 56 0 0 0 3 3 0 0 20 0 28 0 3853750 14133010432 71813 33554432000 4194304 4196468 140722444740528 139809198799888 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19377] ppid=19369 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19377/stat : 19377 (java) S 19369 19369 8571 0 -1 1077944384 39 0 0 0 3 3 0 0 20 0 28 0 3853750 14133010432 71813 33554432000 4194304 4196468 140722444740528 139809197746576 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19378] ppid=19369 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19378/stat : 19378 (java) S 19369 19369 8571 0 -1 1077944384 42 0 0 0 2 4 0 0 20 0 28 0 3853750 14133010432 71813 33554432000 4194304 4196468 140722444740528 139809196693776 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19379] ppid=19369 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19379/stat : 19379 (java) S 19369 19369 8571 0 -1 1077944384 73 0 0 0 2 4 0 0 20 0 28 0 3853750 14133010432 71813 33554432000 4194304 4196468 140722444740528 139809195641488 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19380] ppid=19369 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19380/stat : 19380 (java) S 19369 19369 8571 0 -1 1077944384 59 0 0 0 3 4 0 0 20 0 28 0 3853750 14133010432 71813 33554432000 4194304 4196468 140722444740528 139809194588688 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19381] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19381/stat : 19381 (java) S 19369 19369 8571 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 28 0 3853752 14133010432 71813 33554432000 4194304 4196468 140722444740528 139808267848304 139809603140226 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19382] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19382/stat : 19382 (java) S 19369 19369 8571 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 3853753 14133010432 71813 33554432000 4194304 4196468 140722444740528 139808266794336 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19383] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19383/stat : 19383 (java) S 19369 19369 8571 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 3853753 14133010432 71813 33554432000 4194304 4196468 140722444740528 139808265741936 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19384] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19384/stat : 19384 (java) S 19369 19369 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3853757 14133010432 71813 33554432000 4194304 4196468 140722444740528 139808264690256 139809603147675 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19385] ppid=19369 vsize=13801768 CPUtime=2.18 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19385/stat : 19385 (java) R 19369 19369 8571 0 -1 4202560 5473 0 0 0 217 1 0 0 20 0 28 0 3853757 14133010432 71813 33554432000 4194304 4196468 140722444740528 139808263629592 139809588016918 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19386] ppid=19369 vsize=13801768 CPUtime=1.95 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19386/stat : 19386 (java) R 19369 19369 8571 0 -1 4202560 5500 0 0 0 194 1 0 0 20 0 28 0 3853757 14133010432 71813 33554432000 4194304 4196468 140722444740528 139808262568968 139809588236764 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19387] ppid=19369 vsize=13801768 CPUtime=1.93 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19387/stat : 19387 (java) R 19369 19369 8571 0 -1 4202560 5606 0 0 0 192 1 0 0 20 0 28 0 3853757 14133010432 71813 33554432000 4194304 4196468 140722444740528 139808261517776 139809588008098 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19388] ppid=19369 vsize=13801768 CPUtime=0.76 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19388/stat : 19388 (java) S 19369 19369 8571 0 -1 1077944384 3483 0 0 0 75 1 0 0 20 0 28 0 3853757 14133010432 71813 33554432000 4194304 4196468 140722444740528 139808260479216 139809603140226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19389] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19389/stat : 19389 (java) S 19369 19369 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3853757 14133010432 71813 33554432000 4194304 4196468 140722444740528 139808259427168 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19390] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19390/stat : 19390 (java) S 19369 19369 8571 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 3853758 14133010432 71813 33554432000 4194304 4196468 140722444740528 139808258374448 139809603140226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19391] ppid=19369 vsize=13801768 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19391/stat : 19391 (java) R 19369 19369 8571 0 -1 4202560 100 0 0 0 116 0 0 0 20 0 28 0 3853863 14133010432 71813 33554432000 4194304 4196468 140722444740528 139808250355488 139809247545418 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19392] ppid=19369 vsize=13801768 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19392/stat : 19392 (java) R 19369 19369 8571 0 -1 4202560 108 0 0 0 122 0 0 0 20 0 28 0 3853863 14133010432 71813 33554432000 4194304 4196468 140722444740528 139808249309784 139809247545599 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19393] ppid=19369 vsize=13801768 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19393/stat : 19393 (java) R 19369 19369 8571 0 -1 4202560 82 0 0 0 120 0 0 0 20 0 28 0 3853863 14133010432 71813 33554432000 4194304 4196468 140722444740528 139808248253104 139809247545418 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19394] ppid=19369 vsize=13801768 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19394/stat : 19394 (java) R 19369 19369 8571 0 -1 4202560 56 0 0 0 142 0 0 0 20 0 28 0 3853867 14133010432 71813 33554432000 4194304 4196468 140722444740528 139808247197288 139809247545215 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19395] ppid=19369 vsize=13801768 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19395/stat : 19395 (java) R 19369 19369 8571 0 -1 4202560 147 0 0 0 130 0 0 0 20 0 28 0 3853867 14133010432 71813 33554432000 4194304 4196468 140722444740528 139808246146544 139809247545270 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19396] ppid=19369 vsize=13801768 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19396/stat : 19396 (java) R 19369 19369 8571 0 -1 4202560 52 0 0 0 126 0 0 0 20 0 28 0 3853867 14133010432 71813 33554432000 4194304 4196468 140722444740528 139808245095216 139809240172703 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19397] ppid=19369 vsize=13801768 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19397/stat : 19397 (java) R 19369 19369 8571 0 -1 4202560 104 0 0 0 146 0 0 0 20 0 28 0 3853867 14133010432 71813 33554432000 4194304 4196468 140722444740528 139808244039912 139809247545848 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19398] ppid=19369 vsize=13801768 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19398/stat : 19398 (java) R 19369 19369 8571 0 -1 4202560 105 0 0 0 116 0 0 0 20 0 28 0 3853867 14133010432 71813 33554432000 4194304 4196468 140722444740528 139808242990376 139809247545418 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
Current children cumulated CPU time (s) 18.81
Current children cumulated vsize (KiB) 13811280

[startup+6.30156 s]
/proc/loadavg: 15.49 15.87 14.62 17/302 19398
/proc/meminfo: memFree=27850828/32770624 swapFree=5884/238884
[pid=19369] ppid=19366 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19369/stat : 19369 (xcsp3-exec) S 19366 19369 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3853748 9740288 346 33554432000 4194304 5098028 140733494760096 140733494758200 139699146461820 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 32608256 140733494764687 140733494764896 140733494764896 140733494767595 0
/proc/19369/statm: 2378 346 289 221 0 87 0
[pid=19370] ppid=19369 vsize=13801768 CPUtime=44.2 cores=1,3,5,7,9,11,13,15
/proc/19370/stat : 19370 (java) S 19369 19369 8571 0 -1 1077944320 34002 0 0 0 4356 64 0 0 20 0 28 0 3853748 14133010432 108843 33554432000 4194304 4196468 140722444740528 140722444723072 139809603129079 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
/proc/19370/statm: 3450442 108843 3278 1 0 3437675 0
[pid=19370/tid=19371] ppid=19369 vsize=13801768 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19371/stat : 19371 (java) S 19369 19369 8571 0 -1 1077944384 7800 0 0 0 106 5 0 0 20 0 28 0 3853749 14133010432 108843 33554432000 4194304 4196468 140722444740528 139809607369856 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19373] ppid=19369 vsize=13801768 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19373/stat : 19373 (java) S 19369 19369 8571 0 -1 1077944384 53 0 0 0 4 5 0 0 20 0 28 0 3853750 14133010432 108843 33554432000 4194304 4196468 140722444740528 139809201957776 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19374] ppid=19369 vsize=13801768 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19374/stat : 19374 (java) S 19369 19369 8571 0 -1 1077944384 676 0 0 0 5 5 0 0 20 0 28 0 3853750 14133010432 108843 33554432000 4194304 4196468 140722444740528 139809200904976 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19375] ppid=19369 vsize=13801768 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19375/stat : 19375 (java) S 19369 19369 8571 0 -1 1077944384 155 0 0 0 5 6 0 0 20 0 28 0 3853750 14133010432 108843 33554432000 4194304 4196468 140722444740528 139809199852688 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19376] ppid=19369 vsize=13801768 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19376/stat : 19376 (java) S 19369 19369 8571 0 -1 1077944384 79 0 0 0 4 5 0 0 20 0 28 0 3853750 14133010432 108843 33554432000 4194304 4196468 140722444740528 139809198799888 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0

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

[pid=19370/tid=19397] ppid=19369 vsize=13801768 CPUtime=278.51 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19397/stat : 19397 (java) R 19369 19369 8571 0 -1 4202560 3329 0 0 0 27848 3 0 0 20 0 28 0 3853867 14133010432 342212 33554432000 4194304 4196468 140722444740528 139808244043616 139809249061451 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19398] ppid=19369 vsize=13801768 CPUtime=278.26 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19398/stat : 19398 (java) R 19369 19369 8571 0 -1 4202560 992 0 0 0 27823 3 0 0 20 0 28 0 3853867 14133010432 342212 33554432000 4194304 4196468 140722444740528 139808242991368 139809249061308 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
Current children cumulated CPU time (s) 2242.44
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+302.101 s]
/proc/loadavg: 12.88 13.59 13.97 17/300 20436
/proc/meminfo: memFree=22380324/32770624 swapFree=5884/243688
[pid=19369] ppid=19366 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19369/stat : 19369 (xcsp3-exec) S 19366 19369 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3853748 9740288 346 33554432000 4194304 5098028 140733494760096 140733494758200 139699146461820 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 32608256 140733494764687 140733494764896 140733494764896 140733494767595 0
/proc/19369/statm: 2378 346 289 221 0 87 0
[pid=19370] ppid=19369 vsize=13801768 CPUtime=2400.17 cores=1,3,5,7,9,11,13,15
/proc/19370/stat : 19370 (java) S 19369 19369 8571 0 -1 1077944320 95403 0 0 0 239766 251 0 0 20 0 28 0 3853748 14133010432 341801 33554432000 4194304 4196468 140722444740528 140722444723072 139809603129079 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
/proc/19370/statm: 3450442 341801 3285 1 0 3437675 0
[pid=19370/tid=19371] ppid=19369 vsize=13801768 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19371/stat : 19371 (java) S 19369 19369 8571 0 -1 1077944384 7800 0 0 0 106 5 0 0 20 0 28 0 3853749 14133010432 341801 33554432000 4194304 4196468 140722444740528 139809607369856 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19373] ppid=19369 vsize=13801768 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19373/stat : 19373 (java) S 19369 19369 8571 0 -1 1077944384 343 0 0 0 19 24 0 0 20 0 28 0 3853750 14133010432 341801 33554432000 4194304 4196468 140722444740528 139809201957776 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19374] ppid=19369 vsize=13801768 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19374/stat : 19374 (java) S 19369 19369 8571 0 -1 1077944384 1713 0 0 0 21 22 0 0 20 0 28 0 3853750 14133010432 341801 33554432000 4194304 4196468 140722444740528 139809200904976 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19375] ppid=19369 vsize=13801768 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19375/stat : 19375 (java) S 19369 19369 8571 0 -1 1077944384 1520 0 0 0 22 24 0 0 20 0 28 0 3853750 14133010432 341801 33554432000 4194304 4196468 140722444740528 139809199852688 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19376] ppid=19369 vsize=13801768 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19376/stat : 19376 (java) S 19369 19369 8571 0 -1 1077944384 1123 0 0 0 20 24 0 0 20 0 28 0 3853750 14133010432 341801 33554432000 4194304 4196468 140722444740528 139809198799888 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19377] ppid=19369 vsize=13801768 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19377/stat : 19377 (java) S 19369 19369 8571 0 -1 1077944384 1544 0 0 0 21 23 0 0 20 0 28 0 3853750 14133010432 341801 33554432000 4194304 4196468 140722444740528 139809197746576 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19378] ppid=19369 vsize=13801768 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19378/stat : 19378 (java) S 19369 19369 8571 0 -1 1077944384 1154 0 0 0 21 24 0 0 20 0 28 0 3853750 14133010432 341801 33554432000 4194304 4196468 140722444740528 139809196693776 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19379] ppid=19369 vsize=13801768 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19379/stat : 19379 (java) S 19369 19369 8571 0 -1 1077944384 633 0 0 0 20 26 0 0 20 0 28 0 3853750 14133010432 341801 33554432000 4194304 4196468 140722444740528 139809195641488 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19380] ppid=19369 vsize=13801768 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19380/stat : 19380 (java) S 19369 19369 8571 0 -1 1077944384 420 0 0 0 17 24 0 0 20 0 28 0 3853750 14133010432 341801 33554432000 4194304 4196468 140722444740528 139809194588688 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19381] ppid=19369 vsize=13801768 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19381/stat : 19381 (java) S 19369 19369 8571 0 -1 1077944384 2857 0 0 0 4 5 0 0 20 0 28 0 3853752 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808267848304 139809603140226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19382] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19382/stat : 19382 (java) S 19369 19369 8571 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 3853753 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808266794336 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19383] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19383/stat : 19383 (java) S 19369 19369 8571 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 28 0 3853753 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808265741952 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19384] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19384/stat : 19384 (java) S 19369 19369 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3853757 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808264690256 139809603147675 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19385] ppid=19369 vsize=13801768 CPUtime=4.39 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19385/stat : 19385 (java) S 19369 19369 8571 0 -1 1077944384 17773 0 0 0 437 2 0 0 20 0 28 0 3853757 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808263637104 139809603140226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19386] ppid=19369 vsize=13801768 CPUtime=4.24 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19386/stat : 19386 (java) S 19369 19369 8571 0 -1 1077944384 13417 0 0 0 421 3 0 0 20 0 28 0 3853757 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808262584304 139809603140226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19387] ppid=19369 vsize=13801768 CPUtime=4.47 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19387/stat : 19387 (java) S 19369 19369 8571 0 -1 1077944384 17283 0 0 0 446 1 0 0 20 0 28 0 3853757 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808261532016 139809603140226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19388] ppid=19369 vsize=13801768 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19388/stat : 19388 (java) S 19369 19369 8571 0 -1 1077944384 10257 0 0 0 112 2 0 0 20 0 28 0 3853757 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808260479216 139809603140226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19389] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19389/stat : 19389 (java) S 19369 19369 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3853757 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808259427168 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19390] ppid=19369 vsize=13801768 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19390/stat : 19390 (java) S 19369 19369 8571 0 -1 1077944384 581 0 0 0 8 7 0 0 20 0 28 0 3853758 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808258374448 139809603140226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19391] ppid=19369 vsize=13801768 CPUtime=298.3 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19391/stat : 19391 (java) R 19369 19369 8571 0 -1 4202560 1405 0 0 0 29827 3 0 0 20 0 28 0 3853863 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808250359448 139809249060548 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19392] ppid=19369 vsize=13801768 CPUtime=297.45 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19392/stat : 19392 (java) R 19369 19369 8571 0 -1 4202560 2105 0 0 0 29743 2 0 0 20 0 28 0 3853863 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808249307512 139809249060983 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19393] ppid=19369 vsize=13801768 CPUtime=297.49 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19393/stat : 19393 (java) R 19369 19369 8571 0 -1 4202560 1269 0 0 0 29748 1 0 0 20 0 28 0 3853863 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808248254408 139809247114921 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19394] ppid=19369 vsize=13801768 CPUtime=297.75 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19394/stat : 19394 (java) R 19369 19369 8571 0 -1 4202560 1646 0 0 0 29772 3 0 0 20 0 28 0 3853867 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808247201544 139809249061515 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19395] ppid=19369 vsize=13801768 CPUtime=297.35 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19395/stat : 19395 (java) R 19369 19369 8571 0 -1 4202560 3310 0 0 0 29732 3 0 0 20 0 28 0 3853867 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808246148704 139809249061020 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19396] ppid=19369 vsize=13801768 CPUtime=296.36 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19396/stat : 19396 (java) R 19369 19369 8571 0 -1 4202560 1444 0 0 0 29632 4 0 0 20 0 28 0 3853867 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808245098736 139809249061215 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19397] ppid=19369 vsize=13801768 CPUtime=298.28 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19397/stat : 19397 (java) R 19369 19369 8571 0 -1 4202560 3418 0 0 0 29825 3 0 0 20 0 28 0 3853867 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808244044168 139809249061587 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19398] ppid=19369 vsize=13801768 CPUtime=297.82 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19398/stat : 19398 (java) R 19369 19369 8571 0 -1 4202560 1015 0 0 0 29779 3 0 0 20 0 28 0 3853867 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808242991368 139809249060664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
Current children cumulated CPU time (s) 2400.17
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 19370 sig 9
??? kill 19369 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+302.101 s]
/proc/loadavg: 12.88 13.59 13.97 17/300 20436
/proc/meminfo: memFree=22380324/32770624 swapFree=5884/243688
[pid=19369] ppid=19366 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19369/stat : 19369 (xcsp3-exec) S 19366 19369 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3853748 9740288 346 33554432000 4194304 5098028 140733494760096 140733494758200 139699146461820 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 32608256 140733494764687 140733494764896 140733494764896 140733494767595 0
/proc/19369/statm: 2378 346 289 221 0 87 0
[pid=19370] ppid=19369 vsize=13801768 CPUtime=2400.17 cores=1,3,5,7,9,11,13,15
/proc/19370/stat : 19370 (java) S 19369 19369 8571 0 -1 1077944320 95403 0 0 0 239766 251 0 0 20 0 28 0 3853748 14133010432 341801 33554432000 4194304 4196468 140722444740528 140722444723072 139809603129079 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
/proc/19370/statm: 3450442 341801 3285 1 0 3437675 0
[pid=19370/tid=19371] ppid=19369 vsize=13801768 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19371/stat : 19371 (java) S 19369 19369 8571 0 -1 1077944384 7800 0 0 0 106 5 0 0 20 0 28 0 3853749 14133010432 341801 33554432000 4194304 4196468 140722444740528 139809607369856 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19373] ppid=19369 vsize=13801768 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19373/stat : 19373 (java) S 19369 19369 8571 0 -1 1077944384 343 0 0 0 19 24 0 0 20 0 28 0 3853750 14133010432 341801 33554432000 4194304 4196468 140722444740528 139809201957776 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19374] ppid=19369 vsize=13801768 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19374/stat : 19374 (java) S 19369 19369 8571 0 -1 1077944384 1713 0 0 0 21 22 0 0 20 0 28 0 3853750 14133010432 341801 33554432000 4194304 4196468 140722444740528 139809200904976 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19375] ppid=19369 vsize=13801768 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19375/stat : 19375 (java) S 19369 19369 8571 0 -1 1077944384 1520 0 0 0 22 24 0 0 20 0 28 0 3853750 14133010432 341801 33554432000 4194304 4196468 140722444740528 139809199852688 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19376] ppid=19369 vsize=13801768 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19376/stat : 19376 (java) S 19369 19369 8571 0 -1 1077944384 1123 0 0 0 20 24 0 0 20 0 28 0 3853750 14133010432 341801 33554432000 4194304 4196468 140722444740528 139809198799888 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19377] ppid=19369 vsize=13801768 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19377/stat : 19377 (java) S 19369 19369 8571 0 -1 1077944384 1544 0 0 0 21 23 0 0 20 0 28 0 3853750 14133010432 341801 33554432000 4194304 4196468 140722444740528 139809197746576 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19378] ppid=19369 vsize=13801768 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19378/stat : 19378 (java) S 19369 19369 8571 0 -1 1077944384 1154 0 0 0 21 24 0 0 20 0 28 0 3853750 14133010432 341801 33554432000 4194304 4196468 140722444740528 139809196693776 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19379] ppid=19369 vsize=13801768 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19379/stat : 19379 (java) S 19369 19369 8571 0 -1 1077944384 633 0 0 0 20 26 0 0 20 0 28 0 3853750 14133010432 341801 33554432000 4194304 4196468 140722444740528 139809195641488 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19380] ppid=19369 vsize=13801768 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19380/stat : 19380 (java) S 19369 19369 8571 0 -1 1077944384 420 0 0 0 17 24 0 0 20 0 28 0 3853750 14133010432 341801 33554432000 4194304 4196468 140722444740528 139809194588688 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19381] ppid=19369 vsize=13801768 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19381/stat : 19381 (java) S 19369 19369 8571 0 -1 1077944384 2857 0 0 0 4 5 0 0 20 0 28 0 3853752 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808267848304 139809603140226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19382] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19382/stat : 19382 (java) S 19369 19369 8571 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 3853753 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808266794336 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19383] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19383/stat : 19383 (java) S 19369 19369 8571 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 28 0 3853753 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808265741952 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19384] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19384/stat : 19384 (java) S 19369 19369 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3853757 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808264690256 139809603147675 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19385] ppid=19369 vsize=13801768 CPUtime=4.39 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19385/stat : 19385 (java) S 19369 19369 8571 0 -1 1077944384 17773 0 0 0 437 2 0 0 20 0 28 0 3853757 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808263637104 139809603140226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19386] ppid=19369 vsize=13801768 CPUtime=4.24 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19386/stat : 19386 (java) S 19369 19369 8571 0 -1 1077944384 13417 0 0 0 421 3 0 0 20 0 28 0 3853757 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808262584304 139809603140226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19387] ppid=19369 vsize=13801768 CPUtime=4.47 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19387/stat : 19387 (java) S 19369 19369 8571 0 -1 1077944384 17283 0 0 0 446 1 0 0 20 0 28 0 3853757 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808261532016 139809603140226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19388] ppid=19369 vsize=13801768 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19388/stat : 19388 (java) S 19369 19369 8571 0 -1 1077944384 10257 0 0 0 112 2 0 0 20 0 28 0 3853757 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808260479216 139809603140226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19389] ppid=19369 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19389/stat : 19389 (java) S 19369 19369 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3853757 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808259427168 139809603139285 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19390] ppid=19369 vsize=13801768 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19390/stat : 19390 (java) S 19369 19369 8571 0 -1 1077944384 581 0 0 0 8 7 0 0 20 0 28 0 3853758 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808258374448 139809603140226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19391] ppid=19369 vsize=13801768 CPUtime=298.3 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19391/stat : 19391 (java) R 19369 19369 8571 0 -1 4202560 1405 0 0 0 29827 3 0 0 20 0 28 0 3853863 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808250359448 139809249060548 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19392] ppid=19369 vsize=13801768 CPUtime=297.45 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19392/stat : 19392 (java) R 19369 19369 8571 0 -1 4202560 2105 0 0 0 29743 2 0 0 20 0 28 0 3853863 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808249307512 139809249060983 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19393] ppid=19369 vsize=13801768 CPUtime=297.49 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19393/stat : 19393 (java) R 19369 19369 8571 0 -1 4202560 1269 0 0 0 29748 1 0 0 20 0 28 0 3853863 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808248254408 139809247114921 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19394] ppid=19369 vsize=13801768 CPUtime=297.75 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19394/stat : 19394 (java) R 19369 19369 8571 0 -1 4202560 1646 0 0 0 29772 3 0 0 20 0 28 0 3853867 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808247201544 139809249061515 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19395] ppid=19369 vsize=13801768 CPUtime=297.35 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19395/stat : 19395 (java) R 19369 19369 8571 0 -1 4202560 3310 0 0 0 29732 3 0 0 20 0 28 0 3853867 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808246148704 139809249061020 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19396] ppid=19369 vsize=13801768 CPUtime=296.36 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19396/stat : 19396 (java) R 19369 19369 8571 0 -1 4202560 1444 0 0 0 29632 4 0 0 20 0 28 0 3853867 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808245098736 139809249061215 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19397] ppid=19369 vsize=13801768 CPUtime=298.28 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19397/stat : 19397 (java) R 19369 19369 8571 0 -1 4202560 3418 0 0 0 29825 3 0 0 20 0 28 0 3853867 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808244044168 139809249061587 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
[pid=19370/tid=19398] ppid=19369 vsize=13801768 CPUtime=297.82 cores=1,3,5,7,9,11,13,15
/proc/19370/task/19398/stat : 19398 (java) R 19369 19369 8571 0 -1 4202560 1015 0 0 0 29779 3 0 0 20 0 28 0 3853867 14133010432 341801 33554432000 4194304 4196468 140722444740528 139808242991368 139809249060664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12423168 140722444747964 140722444748140 140722444748140 140722444750799 0
Current children cumulated CPU time (s) 2400.17
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 19369 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2423
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=807
# CPU time returned by wait4() is 0.00323
# while last known CPU time is 2400.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 302.112
CPU time (s): 2400.17
CPU user time (s): 2397.66
CPU system time (s): 2.51
CPU usage (%): 794.464
Max. virtual memory (cumulated for all children) (KiB): 13811280

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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.73169 second user time and 3.97546 second system time

The end

Launcher Data

Begin job on node126 at 2017-07-22 03:11:00
IDJOB=4245265
IDBENCH=120758
IDSOLVER=2626
FILE ID=node126/4245265-1500685860
RUNJOBID= node126-1500683384-8603
PBS_JOBID= 20623339
Free space on /tmp= 61972 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K10-P09.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-4245265-1500685860/watcher-4245265-1500685860 -o /tmp/evaluation-result-4245265-1500685860/solver-4245265-1500685860 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500683384-8603 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 660795108 HOME/instance-4245265-1500685860.xml

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

MD5SUM BENCH= 132dbb92a73ed64c3de106a7d099dd2d
RANDOM SEED=660795108

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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		: 1867.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:        28275524 kB
MemAvailable:   28321904 kB
Buffers:           49184 kB
Cached:           308128 kB
SwapCached:            0 kB
Active:          3870932 kB
Inactive:         247508 kB
Active(anon):    3763876 kB
Inactive(anon):     8668 kB
Active(file):     107056 kB
Inactive(file):   238840 kB
Unevictable:        5884 kB
Mlocked:            5884 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7816 kB
Writeback:             0 kB
AnonPages:       3807416 kB
Mapped:            42572 kB
Shmem:              8872 kB
Slab:              65852 kB
SReclaimable:      32636 kB
SUnreclaim:        33216 kB
KernelStack:        5216 kB
PageTables:        12440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4682980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3674112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61968 MiB
End job on node126 at 2017-07-22 03:16:02