Trace number 4245523

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 4.0.5 (2017-07-05)? (TO) 2400.4 316.512

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-46-350-100.xml
MD5SUM1db4b6436defe3ea79c47113dddab962
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark96
Best CPU time to get the best result obtained on this benchmark2400.15
Satisfiable
(Un)Satisfiability was proved
Number of variables16101
Number of constraints1082
Number of domains2
Minimum domain size2
Maximum domain size323
Distribution of domain sizes[{"size":2,"count":16100},{"size":323,"count":1}]
Minimum variable degree47
Maximum variable degree1036
Distribution of variable degrees[{"degree":47,"count":16100},{"degree":1036,"count":1}]
Minimum constraint arity350
Maximum constraint arity16100
Distribution of constraint arities[{"arity":350,"count":46},{"arity":701,"count":1035},{"arity":16100,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":1081}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4245523-1500685836.xml"  -tl '2400s' -p 8 -x 0
0.00/0.20	c [HOME/instance-4245523-1500685836.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.26	c 8 solvers in parallel
0.00/0.33	c parse instance...
367.07/58.61	c solve instance...
2400.40/316.54	s UNKNOWN
2400.40/316.54	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-4245523-1500685836/watcher-4245523-1500685836 -o /tmp/evaluation-result-4245523-1500685836/solver-4245523-1500685836 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16796 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 826019296 HOME/instance-4245523-1500685836.xml 

pid=24042
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: 6.49 12.31 12.37 3/264 24045
/proc/meminfo: memFree=28399804/32770624 swapFree=5892/112880
[pid=24045] ppid=24042 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24045/stat : 24045 (xcsp3-exec) S 24042 24045 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3853300 9740288 345 33554432000 4194304 5098028 140728873905632 140728873903736 140080942592636 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 32460800 140728873907343 140728873907552 140728873907552 140728873910251 0
/proc/24045/statm: 2378 345 289 221 0 87 0

[startup+0.10013 s]
/proc/loadavg: 6.49 12.31 12.37 3/264 24045
/proc/meminfo: memFree=28399804/32770624 swapFree=5892/112880
[pid=24045] ppid=24042 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24045/stat : 24045 (xcsp3-exec) S 24042 24045 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3853300 9740288 345 33554432000 4194304 5098028 140728873905632 140728873903736 140080942592636 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 32460800 140728873907343 140728873907552 140728873907552 140728873910251 0
/proc/24045/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200281 s]
/proc/loadavg: 6.49 12.31 12.37 3/264 24045
/proc/meminfo: memFree=28399804/32770624 swapFree=5892/112880
[pid=24045] ppid=24042 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24045/stat : 24045 (xcsp3-exec) S 24042 24045 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3853300 9740288 345 33554432000 4194304 5098028 140728873905632 140728873903736 140080942592636 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 32460800 140728873907343 140728873907552 140728873907552 140728873910251 0
/proc/24045/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300407 s]
/proc/loadavg: 6.49 12.31 12.37 3/264 24045
/proc/meminfo: memFree=28399804/32770624 swapFree=5892/112880
[pid=24045] ppid=24042 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24045/stat : 24045 (xcsp3-exec) S 24042 24045 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3853300 9740288 345 33554432000 4194304 5098028 140728873905632 140728873903736 140080942592636 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 32460800 140728873907343 140728873907552 140728873907552 140728873910251 0
/proc/24045/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.7002 s]
/proc/loadavg: 6.49 12.31 12.37 3/264 24045
/proc/meminfo: memFree=28399804/32770624 swapFree=5892/112880
[pid=24045] ppid=24042 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24045/stat : 24045 (xcsp3-exec) S 24042 24045 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3853300 9740288 345 33554432000 4194304 5098028 140728873905632 140728873903736 140080942592636 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 32460800 140728873907343 140728873907552 140728873907552 140728873910251 0
/proc/24045/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5008 s]
/proc/loadavg: 6.49 12.31 12.37 6/285 24066
/proc/meminfo: memFree=28192612/32770624 swapFree=5892/112920
[pid=24045] ppid=24042 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24045/stat : 24045 (xcsp3-exec) S 24042 24045 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3853300 9740288 345 33554432000 4194304 5098028 140728873905632 140728873903736 140080942592636 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 32460800 140728873907343 140728873907552 140728873907552 140728873910251 0
/proc/24045/statm: 2378 345 289 221 0 87 0
[pid=24046] ppid=24045 vsize=13269256 CPUtime=5.01 cores=0,2,4,6,8,10,12,14
/proc/24046/stat : 24046 (java) S 24045 24045 15667 0 -1 1077944320 15746 0 0 0 439 62 0 0 20 0 20 0 3853300 13587718144 79325 33554432000 4194304 4196468 140736384232576 140736384215120 140466218413815 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
/proc/24046/statm: 3317314 79325 3241 1 0 3304547 0
[pid=24046/tid=24047] ppid=24045 vsize=13269256 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24047/stat : 24047 (java) R 24045 24045 15667 0 -1 4202560 6813 0 0 0 126 4 0 0 20 0 20 0 3853300 13587718144 79325 33554432000 4194304 4196468 140736384232576 140466222651608 140465853001095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24049] ppid=24045 vsize=13269256 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24049/stat : 24049 (java) S 24045 24045 15667 0 -1 1077944384 107 0 0 0 8 8 0 0 20 0 20 0 3853301 13587718144 79325 33554432000 4194304 4196468 140736384232576 140466171034000 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24050] ppid=24045 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24050/stat : 24050 (java) S 24045 24045 15667 0 -1 1077944384 104 0 0 0 10 4 0 0 20 0 20 0 3853301 13587718144 79325 33554432000 4194304 4196468 140736384232576 140466169981200 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24051] ppid=24045 vsize=13269256 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24051/stat : 24051 (java) S 24045 24045 15667 0 -1 1077944384 97 0 0 0 8 8 0 0 20 0 20 0 3853301 13587718144 79325 33554432000 4194304 4196468 140736384232576 140466168928912 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24052] ppid=24045 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24052/stat : 24052 (java) S 24045 24045 15667 0 -1 1077944384 84 0 0 0 7 7 0 0 20 0 20 0 3853301 13587718144 79325 33554432000 4194304 4196468 140736384232576 140465814305296 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24053] ppid=24045 vsize=13269256 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24053/stat : 24053 (java) S 24045 24045 15667 0 -1 1077944384 69 0 0 0 5 5 0 0 20 0 20 0 3853301 13587718144 79325 33554432000 4194304 4196468 140736384232576 140465813253008 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24054] ppid=24045 vsize=13269256 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24054/stat : 24054 (java) S 24045 24045 15667 0 -1 1077944384 120 0 0 0 8 8 0 0 20 0 20 0 3853301 13587718144 79325 33554432000 4194304 4196468 140736384232576 140465812200208 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24055] ppid=24045 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24055/stat : 24055 (java) S 24045 24045 15667 0 -1 1077944384 71 0 0 0 5 4 0 0 20 0 20 0 3853301 13587718144 79325 33554432000 4194304 4196468 140736384232576 140465811147920 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24056] ppid=24045 vsize=13269256 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24056/stat : 24056 (java) S 24045 24045 15667 0 -1 1077944384 85 0 0 0 7 6 0 0 20 0 20 0 3853301 13587718144 79325 33554432000 4194304 4196468 140736384232576 140465810095120 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24057] ppid=24045 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24057/stat : 24057 (java) S 24045 24045 15667 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 3853304 13587718144 79325 33554432000 4194304 4196468 140736384232576 140464882669680 140466218424962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24058] ppid=24045 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24058/stat : 24058 (java) S 24045 24045 15667 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3853305 13587718144 79325 33554432000 4194304 4196468 140736384232576 140464881615648 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24059] ppid=24045 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24059/stat : 24059 (java) S 24045 24045 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3853305 13587718144 79325 33554432000 4194304 4196468 140736384232576 140464880563312 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24060] ppid=24045 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24060/stat : 24060 (java) S 24045 24045 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3853309 13587718144 79325 33554432000 4194304 4196468 140736384232576 140464879511632 140466218432411 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24061] ppid=24045 vsize=13269256 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24061/stat : 24061 (java) S 24045 24045 15667 0 -1 1077944384 2297 0 0 0 62 0 0 0 20 0 20 0 3853309 13587718144 79325 33554432000 4194304 4196468 140736384232576 140464878459504 140466218424962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24062] ppid=24045 vsize=13269256 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24062/stat : 24062 (java) R 24045 24045 15667 0 -1 4202560 1436 0 0 0 80 0 0 0 20 0 20 0 3853309 13587718144 79325 33554432000 4194304 4196468 140736384232576 140464877407000 140466197670496 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24063] ppid=24045 vsize=13269256 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24063/stat : 24063 (java) S 24045 24045 15667 0 -1 1077944384 1205 0 0 0 63 1 0 0 20 0 20 0 3853309 13587718144 79325 33554432000 4194304 4196468 140736384232576 140464876354416 140466218424962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24064] ppid=24045 vsize=13269256 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24064/stat : 24064 (java) S 24045 24045 15667 0 -1 1077944384 1879 0 0 0 44 0 0 0 20 0 20 0 3853309 13587718144 79325 33554432000 4194304 4196468 140736384232576 140464875301616 140466218424962 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24065] ppid=24045 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24065/stat : 24065 (java) S 24045 24045 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3853309 13587718144 79325 33554432000 4194304 4196468 140736384232576 140464874248544 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24066] ppid=24045 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24066/stat : 24066 (java) S 24045 24045 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3853310 13587718144 79325 33554432000 4194304 4196468 140736384232576 140464873195824 140466218424962 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 13278768

[startup+3.10157 s]
/proc/loadavg: 6.49 12.31 12.37 10/285 24066
/proc/meminfo: memFree=27772336/32770624 swapFree=5892/112920
[pid=24045] ppid=24042 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24045/stat : 24045 (xcsp3-exec) S 24042 24045 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3853300 9740288 345 33554432000 4194304 5098028 140728873905632 140728873903736 140080942592636 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 32460800 140728873907343 140728873907552 140728873907552 140728873910251 0
/proc/24045/statm: 2378 345 289 221 0 87 0
[pid=24046] ppid=24045 vsize=13269256 CPUtime=14.83 cores=0,2,4,6,8,10,12,14
/proc/24046/stat : 24046 (java) S 24045 24045 15667 0 -1 1077944320 18676 0 0 0 1237 246 0 0 20 0 20 0 3853300 13587718144 195252 33554432000 4194304 4196468 140736384232576 140736384215120 140466218413815 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
/proc/24046/statm: 3317314 195252 3260 1 0 3304547 0
[pid=24046/tid=24047] ppid=24045 vsize=13269256 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24047/stat : 24047 (java) S 24045 24045 15667 0 -1 1077944384 7248 0 0 0 158 6 0 0 20 0 20 0 3853300 13587718144 195252 33554432000 4194304 4196468 140736384232576 140466222651584 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24049] ppid=24045 vsize=13269256 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24049/stat : 24049 (java) R 24045 24045 15667 0 -1 4202560 344 0 0 0 103 30 0 0 20 0 20 0 3853301 13587718144 195252 33554432000 4194304 4196468 140736384232576 140466171033888 140466203441689 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24050] ppid=24045 vsize=13269256 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24050/stat : 24050 (java) R 24045 24045 15667 0 -1 4202560 361 0 0 0 101 27 0 0 20 0 20 0 3853301 13587718144 195252 33554432000 4194304 4196468 140736384232576 140466169981400 140466203441671 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24051] ppid=24045 vsize=13269256 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24051/stat : 24051 (java) R 24045 24045 15667 0 -1 4202560 326 0 0 0 102 31 0 0 20 0 20 0 3853301 13587718144 195252 33554432000 4194304 4196468 140736384232576 140466168929112 140466211518463 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24052] ppid=24045 vsize=13269256 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24052/stat : 24052 (java) R 24045 24045 15667 0 -1 4202560 307 0 0 0 101 30 0 0 20 0 20 0 3853301 13587718144 195252 33554432000 4194304 4196468 140736384232576 140465814305496 140466203441689 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24053] ppid=24045 vsize=13269256 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24053/stat : 24053 (java) R 24045 24045 15667 0 -1 4202560 312 0 0 0 100 28 0 0 20 0 20 0 3853301 13587718144 195252 33554432000 4194304 4196468 140736384232576 140465813253208 140466211517417 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24054] ppid=24045 vsize=13269256 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24054/stat : 24054 (java) R 24045 24045 15667 0 -1 4202560 485 0 0 0 102 31 0 0 20 0 20 0 3853301 13587718144 195252 33554432000 4194304 4196468 140736384232576 140465812200408 140466211517417 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24055] ppid=24045 vsize=13269256 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24055/stat : 24055 (java) R 24045 24045 15667 0 -1 4202560 328 0 0 0 100 27 0 0 20 0 20 0 3853301 13587718144 195252 33554432000 4194304 4196468 140736384232576 140465811148120 140466203441671 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24056] ppid=24045 vsize=13269256 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24056/stat : 24056 (java) R 24045 24045 15667 0 -1 4202560 311 0 0 0 102 29 0 0 20 0 20 0 3853301 13587718144 195252 33554432000 4194304 4196468 140736384232576 140465810095320 140466203441671 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24057] ppid=24045 vsize=13269256 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24057/stat : 24057 (java) S 24045 24045 15667 0 -1 1077944384 524 0 0 0 8 0 0 0 20 0 20 0 3853304 13587718144 195252 33554432000 4194304 4196468 140736384232576 140464882668192 140466218424021 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24058] ppid=24045 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24058/stat : 24058 (java) S 24045 24045 15667 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3853305 13587718144 195252 33554432000 4194304 4196468 140736384232576 140464881615648 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24059] ppid=24045 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24059/stat : 24059 (java) S 24045 24045 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3853305 13587718144 195252 33554432000 4194304 4196468 140736384232576 140464880563312 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24060] ppid=24045 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24060/stat : 24060 (java) S 24045 24045 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3853309 13587718144 195252 33554432000 4194304 4196468 140736384232576 140464879511632 140466218432411 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24061] ppid=24045 vsize=13269256 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24061/stat : 24061 (java) S 24045 24045 15667 0 -1 1077944384 2298 0 0 0 63 0 0 0 20 0 20 0 3853309 13587718144 195252 33554432000 4194304 4196468 140736384232576 140464878444496 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24062] ppid=24045 vsize=13269256 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24062/stat : 24062 (java) S 24045 24045 15667 0 -1 1077944384 1440 0 0 0 81 0 0 0 20 0 20 0 3853309 13587718144 195252 33554432000 4194304 4196468 140736384232576 140464877406704 140466218424962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24063] ppid=24045 vsize=13269256 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24063/stat : 24063 (java) S 24045 24045 15667 0 -1 1077944384 1208 0 0 0 66 1 0 0 20 0 20 0 3853309 13587718144 195252 33554432000 4194304 4196468 140736384232576 140464876354416 140466218424962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24064] ppid=24045 vsize=13269256 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24064/stat : 24064 (java) S 24045 24045 15667 0 -1 1077944384 1888 0 0 0 44 0 0 0 20 0 20 0 3853309 13587718144 195252 33554432000 4194304 4196468 140736384232576 140464875301616 140466218424962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24065] ppid=24045 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24065/stat : 24065 (java) S 24045 24045 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3853309 13587718144 195252 33554432000 4194304 4196468 140736384232576 140464874248544 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24066] ppid=24045 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24066/stat : 24066 (java) S 24045 24045 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3853310 13587718144 195252 33554432000 4194304 4196468 140736384232576 140464873195824 140466218424962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
Current children cumulated CPU time (s) 14.83
Current children cumulated vsize (KiB) 13278768

[startup+6.30082 s]
/proc/loadavg: 6.69 12.26 12.35 3/285 24066
/proc/meminfo: memFree=27276556/32770624 swapFree=5892/112920
[pid=24045] ppid=24042 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24045/stat : 24045 (xcsp3-exec) S 24042 24045 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3853300 9740288 345 33554432000 4194304 5098028 140728873905632 140728873903736 140080942592636 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 32460800 140728873907343 140728873907552 140728873907552 140728873910251 0
/proc/24045/statm: 2378 345 289 221 0 87 0
[pid=24046] ppid=24045 vsize=13269256 CPUtime=31.11 cores=0,2,4,6,8,10,12,14
/proc/24046/stat : 24046 (java) S 24045 24045 15667 0 -1 1077944320 30200 0 0 0 2710 401 0 0 20 0 20 0 3853300 13587718144 327109 33554432000 4194304 4196468 140736384232576 140736384215120 140466218413815 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
/proc/24046/statm: 3317314 327109 3278 1 0 3304547 0
[pid=24046/tid=24047] ppid=24045 vsize=13269256 CPUtime=2.72 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24047/stat : 24047 (java) S 24045 24045 15667 0 -1 1077944384 8873 0 0 0 262 10 0 0 20 0 20 0 3853300 13587718144 327109 33554432000 4194304 4196468 140736384232576 140466222651648 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24049] ppid=24045 vsize=13269256 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24049/stat : 24049 (java) R 24045 24045 15667 0 -1 4202560 687 0 0 0 261 48 0 0 20 0 20 0 3853301 13587718144 327109 33554432000 4194304 4196468 140736384232576 140466171033888 140466203441698 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24050] ppid=24045 vsize=13269256 CPUtime=3.03 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24050/stat : 24050 (java) R 24045 24045 15667 0 -1 4202560 736 0 0 0 257 46 0 0 20 0 20 0 3853301 13587718144 327109 33554432000 4194304 4196468 140736384232576 140466169981400 140466203441707 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24051] ppid=24045 vsize=13269256 CPUtime=3.07 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24051/stat : 24051 (java) R 24045 24045 15667 0 -1 4202560 618 0 0 0 259 48 0 0 20 0 20 0 3853301 13587718144 327109 33554432000 4194304 4196468 140736384232576 140466168929112 140466203441707 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24052] ppid=24045 vsize=13269256 CPUtime=3.05 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24052/stat : 24052 (java) R 24045 24045 15667 0 -1 4202560 786 0 0 0 257 48 0 0 20 0 20 0 3853301 13587718144 327109 33554432000 4194304 4196468 140736384232576 140465814305496 140466203441689 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24053] ppid=24045 vsize=13269256 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24053/stat : 24053 (java) R 24045 24045 15667 0 -1 4202560 666 0 0 0 255 47 0 0 20 0 20 0 3853301 13587718144 327109 33554432000 4194304 4196468 140736384232576 140465813253208 140466202861962 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24054] ppid=24045 vsize=13269256 CPUtime=3.07 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24054/stat : 24054 (java) R 24045 24045 15667 0 -1 4202560 805 0 0 0 258 49 0 0 20 0 20 0 3853301 13587718144 327109 33554432000 4194304 4196468 140736384232576 140465812200408 140466203441671 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24055] ppid=24045 vsize=13269256 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24055/stat : 24055 (java) R 24045 24045 15667 0 -1 4202560 737 0 0 0 256 46 0 0 20 0 20 0 3853301 13587718144 327109 33554432000 4194304 4196468 140736384232576 140465811148120 140466203441698 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24056] ppid=24045 vsize=13269256 CPUtime=3.07 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24056/stat : 24056 (java) R 24045 24045 15667 0 -1 4202560 696 0 0 0 258 49 0 0 20 0 20 0 3853301 13587718144 327109 33554432000 4194304 4196468 140736384232576 140465810095320 140466203441698 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24057] ppid=24045 vsize=13269256 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24057/stat : 24057 (java) S 24045 24045 15667 0 -1 1077944384 2149 0 0 0 43 0 0 0 20 0 20 0 3853304 13587718144 327109 33554432000 4194304 4196468 140736384232576 140464882668192 140466218424021 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24058] ppid=24045 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24058/stat : 24058 (java) S 24045 24045 15667 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 3853305 13587718144 327109 33554432000 4194304 4196468 140736384232576 140464881615712 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24059] ppid=24045 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24059/stat : 24059 (java) S 24045 24045 15667 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 3853305 13587718144 327109 33554432000 4194304 4196468 140736384232576 140464880563328 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24060] ppid=24045 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24060/stat : 24060 (java) S 24045 24045 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3853309 13587718144 327109 33554432000 4194304 4196468 140736384232576 140464879511632 140466218432411 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0

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

[pid=24046/tid=24073] ppid=24045 vsize=13801768 CPUtime=209.32 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24073/stat : 24073 (java) R 24045 24045 15667 0 -1 4202560 9497 0 0 0 20929 3 0 0 20 0 28 0 3859292 14133010432 2204298 33554432000 4194304 4196468 140736384232576 140464858865448 140465851540835 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24074] ppid=24045 vsize=13801768 CPUtime=208.55 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24074/stat : 24074 (java) R 24045 24045 15667 0 -1 4202560 6632 0 0 0 20852 3 0 0 20 0 28 0 3859292 14133010432 2204298 33554432000 4194304 4196468 140736384232576 140464857812512 140465850769879 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
Current children cumulated CPU time (s) 2128.17
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+316.502 s]
/proc/loadavg: 9.38 10.26 11.40 10/292 24967
/proc/meminfo: memFree=17175436/32770624 swapFree=5892/113676
[pid=24045] ppid=24042 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24045/stat : 24045 (xcsp3-exec) S 24042 24045 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3853300 9740288 345 33554432000 4194304 5098028 140728873905632 140728873903736 140080942592636 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 32460800 140728873907343 140728873907552 140728873907552 140728873910251 0
/proc/24045/statm: 2378 345 289 221 0 87 0
[pid=24046] ppid=24045 vsize=13801768 CPUtime=2400.4 cores=0,2,4,6,8,10,12,14
/proc/24046/stat : 24046 (java) S 24045 24045 15667 0 -1 1077944320 325656 0 0 0 236567 3473 0 0 20 0 28 0 3853300 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140736384215120 140466218413815 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
/proc/24046/statm: 3450442 2155307 3310 1 0 3437675 0
[pid=24046/tid=24047] ppid=24045 vsize=13801768 CPUtime=11.33 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24047/stat : 24047 (java) S 24045 24045 15667 0 -1 1077944384 14659 0 0 0 1122 11 0 0 20 0 28 0 3853300 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140466222654592 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24049] ppid=24045 vsize=13801768 CPUtime=52.81 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24049/stat : 24049 (java) S 24045 24045 15667 0 -1 1077944384 20836 0 0 0 4854 427 0 0 20 0 28 0 3853301 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140466171034000 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24050] ppid=24045 vsize=13801768 CPUtime=52.69 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24050/stat : 24050 (java) S 24045 24045 15667 0 -1 1077944384 17907 0 0 0 4873 396 0 0 20 0 28 0 3853301 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140466169981200 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24051] ppid=24045 vsize=13801768 CPUtime=53.1 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24051/stat : 24051 (java) S 24045 24045 15667 0 -1 1077944384 18324 0 0 0 4885 425 0 0 20 0 28 0 3853301 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140466168928912 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24052] ppid=24045 vsize=13801768 CPUtime=52.75 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24052/stat : 24052 (java) S 24045 24045 15667 0 -1 1077944384 18395 0 0 0 4858 417 0 0 20 0 28 0 3853301 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140465814305296 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24053] ppid=24045 vsize=13801768 CPUtime=52.92 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24053/stat : 24053 (java) S 24045 24045 15667 0 -1 1077944384 24792 0 0 0 4858 434 0 0 20 0 28 0 3853301 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140465813253008 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24054] ppid=24045 vsize=13801768 CPUtime=52.84 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24054/stat : 24054 (java) S 24045 24045 15667 0 -1 1077944384 21798 0 0 0 4849 435 0 0 20 0 28 0 3853301 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140465812200208 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24055] ppid=24045 vsize=13801768 CPUtime=53.06 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24055/stat : 24055 (java) S 24045 24045 15667 0 -1 1077944384 18172 0 0 0 4876 430 0 0 20 0 28 0 3853301 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140465811147920 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24056] ppid=24045 vsize=13801768 CPUtime=52.97 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24056/stat : 24056 (java) S 24045 24045 15667 0 -1 1077944384 18044 0 0 0 4862 435 0 0 20 0 28 0 3853301 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140465810095120 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24057] ppid=24045 vsize=13801768 CPUtime=6.16 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24057/stat : 24057 (java) S 24045 24045 15667 0 -1 1077944384 20303 0 0 0 605 11 0 0 20 0 28 0 3853304 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464882669680 140466218424962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24058] ppid=24045 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24058/stat : 24058 (java) S 24045 24045 15667 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 28 0 3853305 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464881615712 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24059] ppid=24045 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24059/stat : 24059 (java) S 24045 24045 15667 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 28 0 3853305 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464880563328 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24060] ppid=24045 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24060/stat : 24060 (java) S 24045 24045 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3853309 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464879511632 140466218432411 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24061] ppid=24045 vsize=13801768 CPUtime=3.33 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24061/stat : 24061 (java) S 24045 24045 15667 0 -1 1077944384 15106 0 0 0 331 2 0 0 20 0 28 0 3853309 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464878459504 140466218424962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24062] ppid=24045 vsize=13801768 CPUtime=4.08 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24062/stat : 24062 (java) S 24045 24045 15667 0 -1 1077944384 15417 0 0 0 405 3 0 0 20 0 28 0 3853309 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464877406704 140466218424962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24063] ppid=24045 vsize=13801768 CPUtime=4.51 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24063/stat : 24063 (java) S 24045 24045 15667 0 -1 1077944384 18501 0 0 0 448 3 0 0 20 0 28 0 3853309 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464876354416 140466218424962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24064] ppid=24045 vsize=13801768 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24064/stat : 24064 (java) S 24045 24045 15667 0 -1 1077944384 10875 0 0 0 117 2 0 0 20 0 28 0 3853309 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464875301616 140466218424962 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24065] ppid=24045 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24065/stat : 24065 (java) S 24045 24045 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3853309 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464874248544 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24066] ppid=24045 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24066/stat : 24066 (java) S 24045 24045 15667 0 -1 1077944384 1279 0 0 0 9 10 0 0 20 0 28 0 3853310 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464873195824 140466218424962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24067] ppid=24045 vsize=13801768 CPUtime=242.97 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24067/stat : 24067 (java) R 24045 24045 15667 0 -1 4202560 11941 0 0 0 24295 2 0 0 20 0 28 0 3859198 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464865180080 140465851540835 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24068] ppid=24045 vsize=13801768 CPUtime=243.45 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24068/stat : 24068 (java) R 24045 24045 15667 0 -1 4202560 5380 0 0 0 24341 4 0 0 20 0 28 0 3859198 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464864128792 140465851540835 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24069] ppid=24045 vsize=13801768 CPUtime=243.92 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24069/stat : 24069 (java) R 24045 24045 15667 0 -1 4202560 17613 0 0 0 24388 4 0 0 20 0 28 0 3859198 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464863076792 140465849741078 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24070] ppid=24045 vsize=13801768 CPUtime=244.45 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24070/stat : 24070 (java) R 24045 24045 15667 0 -1 4202560 6034 0 0 0 24442 3 0 0 20 0 28 0 3859198 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464862023704 140465853435035 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24071] ppid=24045 vsize=13801768 CPUtime=242.72 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24071/stat : 24071 (java) R 24045 24045 15667 0 -1 4202560 6770 0 0 0 24269 3 0 0 20 0 28 0 3859198 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464860974352 140465850080646 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24072] ppid=24045 vsize=13801768 CPUtime=243.51 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24072/stat : 24072 (java) R 24045 24045 15667 0 -1 4202560 4479 0 0 0 24350 1 0 0 20 0 28 0 3859198 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464859918512 140465851540855 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24073] ppid=24045 vsize=13801768 CPUtime=243.4 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24073/stat : 24073 (java) R 24045 24045 15667 0 -1 4202560 10184 0 0 0 24336 4 0 0 20 0 28 0 3859292 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464858865320 140465852788058 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24074] ppid=24045 vsize=13801768 CPUtime=241.81 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24074/stat : 24074 (java) R 24045 24045 15667 0 -1 4202560 7371 0 0 0 24178 3 0 0 20 0 28 0 3859292 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464857812760 140465848788126 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
Current children cumulated CPU time (s) 2400.4
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 24046 sig 9
??? kill 24045 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+316.502 s]
/proc/loadavg: 9.38 10.26 11.40 10/292 24967
/proc/meminfo: memFree=17175436/32770624 swapFree=5892/113676
[pid=24045] ppid=24042 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24045/stat : 24045 (xcsp3-exec) S 24042 24045 15667 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3853300 9740288 345 33554432000 4194304 5098028 140728873905632 140728873903736 140080942592636 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 32460800 140728873907343 140728873907552 140728873907552 140728873910251 0
/proc/24045/statm: 2378 345 289 221 0 87 0
[pid=24046] ppid=24045 vsize=13801768 CPUtime=2400.4 cores=0,2,4,6,8,10,12,14
/proc/24046/stat : 24046 (java) S 24045 24045 15667 0 -1 1077944320 325656 0 0 0 236567 3473 0 0 20 0 28 0 3853300 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140736384215120 140466218413815 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
/proc/24046/statm: 3450442 2155307 3310 1 0 3437675 0
[pid=24046/tid=24047] ppid=24045 vsize=13801768 CPUtime=11.33 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24047/stat : 24047 (java) S 24045 24045 15667 0 -1 1077944384 14659 0 0 0 1122 11 0 0 20 0 28 0 3853300 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140466222654592 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24049] ppid=24045 vsize=13801768 CPUtime=52.81 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24049/stat : 24049 (java) S 24045 24045 15667 0 -1 1077944384 20836 0 0 0 4854 427 0 0 20 0 28 0 3853301 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140466171034000 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24050] ppid=24045 vsize=13801768 CPUtime=52.69 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24050/stat : 24050 (java) S 24045 24045 15667 0 -1 1077944384 17907 0 0 0 4873 396 0 0 20 0 28 0 3853301 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140466169981200 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24051] ppid=24045 vsize=13801768 CPUtime=53.1 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24051/stat : 24051 (java) S 24045 24045 15667 0 -1 1077944384 18324 0 0 0 4885 425 0 0 20 0 28 0 3853301 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140466168928912 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24052] ppid=24045 vsize=13801768 CPUtime=52.75 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24052/stat : 24052 (java) S 24045 24045 15667 0 -1 1077944384 18395 0 0 0 4858 417 0 0 20 0 28 0 3853301 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140465814305296 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24053] ppid=24045 vsize=13801768 CPUtime=52.92 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24053/stat : 24053 (java) S 24045 24045 15667 0 -1 1077944384 24792 0 0 0 4858 434 0 0 20 0 28 0 3853301 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140465813253008 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24054] ppid=24045 vsize=13801768 CPUtime=52.84 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24054/stat : 24054 (java) S 24045 24045 15667 0 -1 1077944384 21798 0 0 0 4849 435 0 0 20 0 28 0 3853301 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140465812200208 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24055] ppid=24045 vsize=13801768 CPUtime=53.06 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24055/stat : 24055 (java) S 24045 24045 15667 0 -1 1077944384 18172 0 0 0 4876 430 0 0 20 0 28 0 3853301 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140465811147920 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24056] ppid=24045 vsize=13801768 CPUtime=52.97 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24056/stat : 24056 (java) S 24045 24045 15667 0 -1 1077944384 18044 0 0 0 4862 435 0 0 20 0 28 0 3853301 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140465810095120 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24057] ppid=24045 vsize=13801768 CPUtime=6.16 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24057/stat : 24057 (java) S 24045 24045 15667 0 -1 1077944384 20303 0 0 0 605 11 0 0 20 0 28 0 3853304 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464882669680 140466218424962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24058] ppid=24045 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24058/stat : 24058 (java) S 24045 24045 15667 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 28 0 3853305 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464881615712 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24059] ppid=24045 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24059/stat : 24059 (java) S 24045 24045 15667 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 28 0 3853305 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464880563328 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24060] ppid=24045 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24060/stat : 24060 (java) S 24045 24045 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3853309 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464879511632 140466218432411 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24061] ppid=24045 vsize=13801768 CPUtime=3.33 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24061/stat : 24061 (java) S 24045 24045 15667 0 -1 1077944384 15106 0 0 0 331 2 0 0 20 0 28 0 3853309 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464878459504 140466218424962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24062] ppid=24045 vsize=13801768 CPUtime=4.08 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24062/stat : 24062 (java) S 24045 24045 15667 0 -1 1077944384 15417 0 0 0 405 3 0 0 20 0 28 0 3853309 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464877406704 140466218424962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24063] ppid=24045 vsize=13801768 CPUtime=4.51 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24063/stat : 24063 (java) S 24045 24045 15667 0 -1 1077944384 18501 0 0 0 448 3 0 0 20 0 28 0 3853309 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464876354416 140466218424962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24064] ppid=24045 vsize=13801768 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24064/stat : 24064 (java) S 24045 24045 15667 0 -1 1077944384 10875 0 0 0 117 2 0 0 20 0 28 0 3853309 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464875301616 140466218424962 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24065] ppid=24045 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24065/stat : 24065 (java) S 24045 24045 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3853309 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464874248544 140466218424021 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24066] ppid=24045 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24066/stat : 24066 (java) S 24045 24045 15667 0 -1 1077944384 1279 0 0 0 9 10 0 0 20 0 28 0 3853310 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464873195824 140466218424962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24067] ppid=24045 vsize=13801768 CPUtime=242.97 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24067/stat : 24067 (java) R 24045 24045 15667 0 -1 4202560 11941 0 0 0 24295 2 0 0 20 0 28 0 3859198 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464865180080 140465851540835 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24068] ppid=24045 vsize=13801768 CPUtime=243.45 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24068/stat : 24068 (java) R 24045 24045 15667 0 -1 4202560 5380 0 0 0 24341 4 0 0 20 0 28 0 3859198 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464864128792 140465851540835 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24069] ppid=24045 vsize=13801768 CPUtime=243.92 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24069/stat : 24069 (java) R 24045 24045 15667 0 -1 4202560 17613 0 0 0 24388 4 0 0 20 0 28 0 3859198 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464863076792 140465849741078 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24070] ppid=24045 vsize=13801768 CPUtime=244.45 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24070/stat : 24070 (java) R 24045 24045 15667 0 -1 4202560 6034 0 0 0 24442 3 0 0 20 0 28 0 3859198 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464862023704 140465853435035 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24071] ppid=24045 vsize=13801768 CPUtime=242.72 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24071/stat : 24071 (java) R 24045 24045 15667 0 -1 4202560 6770 0 0 0 24269 3 0 0 20 0 28 0 3859198 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464860974352 140465850080646 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24072] ppid=24045 vsize=13801768 CPUtime=243.51 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24072/stat : 24072 (java) R 24045 24045 15667 0 -1 4202560 4479 0 0 0 24350 1 0 0 20 0 28 0 3859198 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464859918512 140465851540855 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24073] ppid=24045 vsize=13801768 CPUtime=243.4 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24073/stat : 24073 (java) R 24045 24045 15667 0 -1 4202560 10184 0 0 0 24336 4 0 0 20 0 28 0 3859292 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464858865320 140465852788058 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
[pid=24046/tid=24074] ppid=24045 vsize=13801768 CPUtime=241.81 cores=0,2,4,6,8,10,12,14
/proc/24046/task/24074/stat : 24074 (java) R 24045 24045 15667 0 -1 4202560 7371 0 0 0 24178 3 0 0 20 0 28 0 3859292 14133010432 2155307 33554432000 4194304 4196468 140736384232576 140464857812760 140465848788126 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 39342080 140736384238780 140736384238956 140736384238956 140736384241615 0
Current children cumulated CPU time (s) 2400.4
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 24045 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2092
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1046
# CPU time returned by wait4() is 0.003138
# while last known CPU time is 2400.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 316.512
CPU time (s): 2400.4
CPU user time (s): 2365.67
CPU system time (s): 34.73
CPU usage (%): 758.391
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002092
system time used= 0.001046
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 516
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.61104 second user time and 4.54175 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 03:10:36
IDJOB=4245523
IDBENCH=122940
IDSOLVER=2625
FILE ID=node104/4245523-1500685836
RUNJOBID= node104-1500684128-16796
PBS_JOBID= 20623031
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-46-350-100.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-4245523-1500685836/watcher-4245523-1500685836 -o /tmp/evaluation-result-4245523-1500685836/solver-4245523-1500685836 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16796 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 826019296 HOME/instance-4245523-1500685836.xml

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

MD5SUM BENCH= 1db4b6436defe3ea79c47113dddab962
RANDOM SEED=826019296

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28400548 kB
MemAvailable:   28476008 kB
Buffers:          161208 kB
Cached:           178412 kB
SwapCached:          256 kB
Active:          3730056 kB
Inactive:         169252 kB
Active(anon):    3514548 kB
Inactive(anon):    56372 kB
Active(file):     215508 kB
Inactive(file):   112880 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67105468 kB
Dirty:              7872 kB
Writeback:             4 kB
AnonPages:       3564624 kB
Mapped:            42280 kB
Shmem:              8772 kB
Slab:             160236 kB
SReclaimable:     125816 kB
SUnreclaim:        34420 kB
KernelStack:        4608 kB
PageTables:        12320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4285340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3471360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62000 MiB
End job on node104 at 2017-07-22 03:15:53