Trace number 4248864

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s13/
Blackhole-4-13-2_X2.xml
MD5SUM88708c27ba26ffc45c437651276dcd59
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 variables208
Number of constraints4218
Number of domains4
Minimum domain size1
Maximum domain size52
Distribution of domain sizes[{"size":1,"count":2},{"size":13,"count":52},{"size":26,"count":51},{"size":52,"count":102}]
Minimum variable degree0
Maximum variable degree104
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":53},{"degree":3,"count":50},{"degree":52,"count":1},{"degree":53,"count":34},{"degree":54,"count":17},{"degree":104,"count":52}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4218}]
Number of extensional constraints4218
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4218}]
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-4248864-1500693118.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4248864-1500693118.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
7.73/2.26	c solve instance...
2400.13/302.73	s UNKNOWN
2400.13/302.73	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-4248864-1500693118/watcher-4248864-1500693118 -o /tmp/evaluation-result-4248864-1500693118/solver-4248864-1500693118 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1500682387-18842 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1677935877 HOME/instance-4248864-1500693118.xml 

pid=15141
running on 8 cores: 4-7,12-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: 4.51 9.62 11.78 10/267 15144
/proc/meminfo: memFree=29353996/32770624 swapFree=5944/266144
[pid=15144] ppid=15141 vsize=9512 CPUtime=0 cores=4-7,12-15
/proc/15144/stat : 15144 (xcsp3-exec) S 15141 15144 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4578979 9740288 346 33554432000 4194304 5098028 140723779458368 140723779456472 139969735025276 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 33361920 140723779462286 140723779462496 140723779462496 140723779465195 0
/proc/15144/statm: 2378 346 289 221 0 87 0

[startup+0.100097 s]
/proc/loadavg: 4.51 9.62 11.78 10/267 15144
/proc/meminfo: memFree=29353996/32770624 swapFree=5944/266144
[pid=15144] ppid=15141 vsize=9512 CPUtime=0 cores=4-7,12-15
/proc/15144/stat : 15144 (xcsp3-exec) S 15141 15144 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4578979 9740288 346 33554432000 4194304 5098028 140723779458368 140723779456472 139969735025276 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 33361920 140723779462286 140723779462496 140723779462496 140723779465195 0
/proc/15144/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200327 s]
/proc/loadavg: 4.51 9.62 11.78 10/267 15144
/proc/meminfo: memFree=29353996/32770624 swapFree=5944/266144
[pid=15144] ppid=15141 vsize=9512 CPUtime=0 cores=4-7,12-15
/proc/15144/stat : 15144 (xcsp3-exec) S 15141 15144 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4578979 9740288 346 33554432000 4194304 5098028 140723779458368 140723779456472 139969735025276 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 33361920 140723779462286 140723779462496 140723779462496 140723779465195 0
/proc/15144/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300214 s]
/proc/loadavg: 4.51 9.62 11.78 10/267 15144
/proc/meminfo: memFree=29353996/32770624 swapFree=5944/266144
[pid=15144] ppid=15141 vsize=9512 CPUtime=0 cores=4-7,12-15
/proc/15144/stat : 15144 (xcsp3-exec) S 15141 15144 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4578979 9740288 346 33554432000 4194304 5098028 140723779458368 140723779456472 139969735025276 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 33361920 140723779462286 140723779462496 140723779462496 140723779465195 0
/proc/15144/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700227 s]
/proc/loadavg: 4.51 9.62 11.78 10/267 15144
/proc/meminfo: memFree=29353996/32770624 swapFree=5944/266144
[pid=15144] ppid=15141 vsize=9512 CPUtime=0 cores=4-7,12-15
/proc/15144/stat : 15144 (xcsp3-exec) S 15141 15144 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4578979 9740288 346 33554432000 4194304 5098028 140723779458368 140723779456472 139969735025276 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 33361920 140723779462286 140723779462496 140723779462496 140723779465195 0
/proc/15144/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5012 s]
/proc/loadavg: 4.51 9.62 11.78 12/288 15165
/proc/meminfo: memFree=29159100/32770624 swapFree=5944/266188
[pid=15144] ppid=15141 vsize=9512 CPUtime=0 cores=4-7,12-15
/proc/15144/stat : 15144 (xcsp3-exec) S 15141 15144 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4578979 9740288 346 33554432000 4194304 5098028 140723779458368 140723779456472 139969735025276 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 33361920 140723779462286 140723779462496 140723779462496 140723779465195 0
/proc/15144/statm: 2378 346 289 221 0 87 0
[pid=15145] ppid=15144 vsize=13269256 CPUtime=5.32 cores=4-7,12-15
/proc/15145/stat : 15145 (java) S 15144 15144 18810 0 -1 1077944320 24283 0 0 0 500 32 0 0 20 0 20 0 4578980 13587718144 64851 33554432000 4194304 4196468 140736912498592 140736912481136 139902744366839 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
/proc/15145/statm: 3317314 64851 3247 1 0 3304547 0
[pid=15145/tid=15146] ppid=15144 vsize=13269256 CPUtime=1.39 cores=4-7,12-15
/proc/15145/task/15146/stat : 15146 (java) S 15144 15144 18810 0 -1 1077944384 6479 0 0 0 135 4 0 0 20 0 20 0 4578980 13587718144 64851 33554432000 4194304 4196468 140736912498592 139902748605696 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15148] ppid=15144 vsize=13269256 CPUtime=0.07 cores=4-7,12-15
/proc/15145/task/15148/stat : 15148 (java) R 15144 15144 18810 0 -1 4202560 98 0 0 0 4 3 0 0 20 0 20 0 4578981 13587718144 64851 33554432000 4194304 4196468 140736912498592 139902662847704 139902729394722 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15149] ppid=15144 vsize=13269256 CPUtime=0.04 cores=4-7,12-15
/proc/15145/task/15149/stat : 15149 (java) R 15144 15144 18810 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 20 0 4578981 13587718144 64851 33554432000 4194304 4196468 140736912498592 139902661795160 139902729394722 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15150] ppid=15144 vsize=13269256 CPUtime=0.06 cores=4-7,12-15
/proc/15145/task/15150/stat : 15150 (java) R 15144 15144 18810 0 -1 4202560 84 0 0 0 3 3 0 0 20 0 20 0 4578981 13587718144 64851 33554432000 4194304 4196468 140736912498592 139902660742104 139902729394722 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15151] ppid=15144 vsize=13269256 CPUtime=0.04 cores=4-7,12-15
/proc/15145/task/15151/stat : 15151 (java) R 15144 15144 18810 0 -1 4202560 168 0 0 0 2 2 0 0 20 0 20 0 4578981 13587718144 64851 33554432000 4194304 4196468 140736912498592 139902659689560 139902729394722 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15152] ppid=15144 vsize=13269256 CPUtime=0.06 cores=4-7,12-15
/proc/15145/task/15152/stat : 15152 (java) R 15144 15144 18810 0 -1 4202560 77 0 0 0 3 3 0 0 20 0 20 0 4578981 13587718144 64851 33554432000 4194304 4196468 140736912498592 139902658636504 139902729394722 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15153] ppid=15144 vsize=13269256 CPUtime=0.03 cores=4-7,12-15
/proc/15145/task/15153/stat : 15153 (java) R 15144 15144 18810 0 -1 4202560 50 0 0 0 1 2 0 0 20 0 20 0 4578981 13587718144 64851 33554432000 4194304 4196468 140736912498592 139902657583960 139902729394722 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15154] ppid=15144 vsize=13269256 CPUtime=0.06 cores=4-7,12-15
/proc/15145/task/15154/stat : 15154 (java) R 15144 15144 18810 0 -1 4202560 66 0 0 0 3 3 0 0 20 0 20 0 4578981 13587718144 64851 33554432000 4194304 4196468 140736912498592 139902656530904 139902729394722 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15155] ppid=15144 vsize=13269256 CPUtime=0.06 cores=4-7,12-15
/proc/15145/task/15155/stat : 15155 (java) R 15144 15144 18810 0 -1 4202560 50 0 0 0 3 3 0 0 20 0 20 0 4578981 13587718144 64851 33554432000 4194304 4196468 140736912498592 139902655478048 139902729394722 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15156] ppid=15144 vsize=13269256 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15156/stat : 15156 (java) S 15144 15144 18810 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 20 0 4578983 13587718144 64851 33554432000 4194304 4196468 140736912498592 139901938271520 139902744377045 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15157] ppid=15144 vsize=13269256 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15157/stat : 15157 (java) S 15144 15144 18810 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 4578984 13587718144 64851 33554432000 4194304 4196468 140736912498592 139901937219232 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15158] ppid=15144 vsize=13269256 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15158/stat : 15158 (java) S 15144 15144 18810 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 4578984 13587718144 64851 33554432000 4194304 4196468 140736912498592 139901936166128 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15159] ppid=15144 vsize=13269256 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15159/stat : 15159 (java) S 15144 15144 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4578988 13587718144 64851 33554432000 4194304 4196468 140736912498592 139901935114704 139902744385435 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15160] ppid=15144 vsize=13269256 CPUtime=0.99 cores=4-7,12-15
/proc/15145/task/15160/stat : 15160 (java) S 15144 15144 18810 0 -1 1077944384 3691 0 0 0 98 1 0 0 20 0 20 0 4578988 13587718144 64851 33554432000 4194304 4196468 140736912498592 139901934061808 139902744377986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15161] ppid=15144 vsize=13269256 CPUtime=0.91 cores=4-7,12-15
/proc/15145/task/15161/stat : 15161 (java) S 15144 15144 18810 0 -1 1077944384 3776 0 0 0 91 0 0 0 20 0 20 0 4578988 13587718144 64851 33554432000 4194304 4196468 140736912498592 139901933009264 139902744377986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15162] ppid=15144 vsize=13269256 CPUtime=0.97 cores=4-7,12-15
/proc/15145/task/15162/stat : 15162 (java) S 15144 15144 18810 0 -1 1077944384 6148 0 0 0 97 0 0 0 20 0 20 0 4578988 13587718144 64851 33554432000 4194304 4196468 140736912498592 139901931956208 139902744377986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15163] ppid=15144 vsize=13269256 CPUtime=0.52 cores=4-7,12-15
/proc/15145/task/15163/stat : 15163 (java) S 15144 15144 18810 0 -1 1077944384 1999 0 0 0 52 0 0 0 20 0 20 0 4578988 13587718144 64851 33554432000 4194304 4196468 140736912498592 139901930903664 139902744377986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15164] ppid=15144 vsize=13269256 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15164/stat : 15164 (java) S 15144 15144 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4578988 13587718144 64851 33554432000 4194304 4196468 140736912498592 139901929851872 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15165] ppid=15144 vsize=13269256 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15165/stat : 15165 (java) S 15144 15144 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4578988 13587718144 64851 33554432000 4194304 4196468 140736912498592 139901928799408 139902744377986 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
Current children cumulated CPU time (s) 5.32
Current children cumulated vsize (KiB) 13278768

[startup+3.10128 s]
/proc/loadavg: 4.51 9.62 11.78 10/288 15165
/proc/meminfo: memFree=28854016/32770624 swapFree=5944/266188
[pid=15144] ppid=15141 vsize=9512 CPUtime=0 cores=4-7,12-15
/proc/15144/stat : 15144 (xcsp3-exec) S 15141 15144 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4578979 9740288 346 33554432000 4194304 5098028 140723779458368 140723779456472 139969735025276 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 33361920 140723779462286 140723779462496 140723779462496 140723779465195 0
/proc/15144/statm: 2378 346 289 221 0 87 0
[pid=15145] ppid=15144 vsize=13801768 CPUtime=14.41 cores=4-7,12-15
/proc/15145/stat : 15145 (java) S 15144 15144 18810 0 -1 1077944320 28672 0 0 0 1307 134 0 0 20 0 28 0 4578980 14133010432 137311 33554432000 4194304 4196468 140736912498592 140736912481136 139902744366839 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
/proc/15145/statm: 3450442 137311 3263 1 0 3437675 0
[pid=15145/tid=15146] ppid=15144 vsize=13801768 CPUtime=1.93 cores=4-7,12-15
/proc/15145/task/15146/stat : 15146 (java) S 15144 15144 18810 0 -1 1077944384 6633 0 0 0 188 5 0 0 20 0 28 0 4578980 14133010432 137311 33554432000 4194304 4196468 140736912498592 139902748607616 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15148] ppid=15144 vsize=13801768 CPUtime=0.29 cores=4-7,12-15
/proc/15145/task/15148/stat : 15148 (java) S 15144 15144 18810 0 -1 1077944384 188 0 0 0 14 15 0 0 20 0 28 0 4578981 14133010432 137311 33554432000 4194304 4196468 140736912498592 139902662847504 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15149] ppid=15144 vsize=13801768 CPUtime=0.27 cores=4-7,12-15
/proc/15145/task/15149/stat : 15149 (java) S 15144 15144 18810 0 -1 1077944384 118 0 0 0 13 14 0 0 20 0 28 0 4578981 14133010432 137311 33554432000 4194304 4196468 140736912498592 139902661794960 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15150] ppid=15144 vsize=13801768 CPUtime=0.29 cores=4-7,12-15
/proc/15145/task/15150/stat : 15150 (java) S 15144 15144 18810 0 -1 1077944384 168 0 0 0 14 15 0 0 20 0 28 0 4578981 14133010432 137311 33554432000 4194304 4196468 140736912498592 139902660741904 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15151] ppid=15144 vsize=13801768 CPUtime=0.27 cores=4-7,12-15
/proc/15145/task/15151/stat : 15151 (java) S 15144 15144 18810 0 -1 1077944384 252 0 0 0 13 14 0 0 20 0 28 0 4578981 14133010432 137311 33554432000 4194304 4196468 140736912498592 139902659689360 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15152] ppid=15144 vsize=13801768 CPUtime=0.29 cores=4-7,12-15
/proc/15145/task/15152/stat : 15152 (java) S 15144 15144 18810 0 -1 1077944384 165 0 0 0 14 15 0 0 20 0 28 0 4578981 14133010432 137311 33554432000 4194304 4196468 140736912498592 139902658636304 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15153] ppid=15144 vsize=13801768 CPUtime=0.27 cores=4-7,12-15
/proc/15145/task/15153/stat : 15153 (java) S 15144 15144 18810 0 -1 1077944384 139 0 0 0 13 14 0 0 20 0 28 0 4578981 14133010432 137311 33554432000 4194304 4196468 140736912498592 139902657583760 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15154] ppid=15144 vsize=13801768 CPUtime=0.28 cores=4-7,12-15
/proc/15145/task/15154/stat : 15154 (java) S 15144 15144 18810 0 -1 1077944384 144 0 0 0 13 15 0 0 20 0 28 0 4578981 14133010432 137311 33554432000 4194304 4196468 140736912498592 139902656530704 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15155] ppid=15144 vsize=13801768 CPUtime=0.29 cores=4-7,12-15
/proc/15145/task/15155/stat : 15155 (java) S 15144 15144 18810 0 -1 1077944384 134 0 0 0 13 16 0 0 20 0 28 0 4578981 14133010432 137311 33554432000 4194304 4196468 140736912498592 139902655478160 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15156] ppid=15144 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15156/stat : 15156 (java) S 15144 15144 18810 0 -1 1077944384 380 0 0 0 0 0 0 0 20 0 28 0 4578983 14133010432 137311 33554432000 4194304 4196468 140736912498592 139901938273008 139902744377986 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15157] ppid=15144 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15157/stat : 15157 (java) S 15144 15144 18810 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 4578984 14133010432 137311 33554432000 4194304 4196468 140736912498592 139901937219296 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15158] ppid=15144 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15158/stat : 15158 (java) S 15144 15144 18810 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 4578984 14133010432 137311 33554432000 4194304 4196468 140736912498592 139901936166144 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15159] ppid=15144 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15159/stat : 15159 (java) S 15144 15144 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4578988 14133010432 137311 33554432000 4194304 4196468 140736912498592 139901935114704 139902744385435 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15160] ppid=15144 vsize=13801768 CPUtime=1.53 cores=4-7,12-15
/proc/15145/task/15160/stat : 15160 (java) R 15144 15144 18810 0 -1 4202560 4271 0 0 0 152 1 0 0 20 0 28 0 4578988 14133010432 137311 33554432000 4194304 4196468 140736912498592 139901934053928 139902729266346 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15161] ppid=15144 vsize=13801768 CPUtime=1.42 cores=4-7,12-15
/proc/15145/task/15161/stat : 15161 (java) R 15144 15144 18810 0 -1 4202560 4489 0 0 0 141 1 0 0 20 0 28 0 4578988 14133010432 137311 33554432000 4194304 4196468 140736912498592 139901932995288 139902729474517 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15162] ppid=15144 vsize=13801768 CPUtime=1.54 cores=4-7,12-15
/proc/15145/task/15162/stat : 15162 (java) R 15144 15144 18810 0 -1 4202560 6975 0 0 0 153 1 0 0 20 0 28 0 4578988 14133010432 137311 33554432000 4194304 4196468 140736912498592 139901931943648 139902723799904 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15163] ppid=15144 vsize=13801768 CPUtime=0.67 cores=4-7,12-15
/proc/15145/task/15163/stat : 15163 (java) S 15144 15144 18810 0 -1 1077944384 2302 0 0 0 67 0 0 0 20 0 28 0 4578988 14133010432 137311 33554432000 4194304 4196468 140736912498592 139901930903664 139902744377986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15164] ppid=15144 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15164/stat : 15164 (java) S 15144 15144 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4578988 14133010432 137311 33554432000 4194304 4196468 140736912498592 139901929851872 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15165] ppid=15144 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15165/stat : 15165 (java) S 15144 15144 18810 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 4578988 14133010432 137311 33554432000 4194304 4196468 140736912498592 139901928799408 139902744377986 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
Current children cumulated CPU time (s) 14.41
Current children cumulated vsize (KiB) 13811280

[startup+6.30147 s]
/proc/loadavg: 4.39 9.51 11.74 10/296 15173
/proc/meminfo: memFree=28607388/32770624 swapFree=5944/266200
[pid=15144] ppid=15141 vsize=9512 CPUtime=0 cores=4-7,12-15
/proc/15144/stat : 15144 (xcsp3-exec) S 15141 15144 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4578979 9740288 346 33554432000 4194304 5098028 140723779458368 140723779456472 139969735025276 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 33361920 140723779462286 140723779462496 140723779462496 140723779465195 0
/proc/15144/statm: 2378 346 289 221 0 87 0
[pid=15145] ppid=15144 vsize=13801768 CPUtime=39.83 cores=4-7,12-15
/proc/15145/stat : 15145 (java) S 15144 15144 18810 0 -1 1077944320 32685 0 0 0 3847 136 0 0 20 0 28 0 4578980 14133010432 137138 33554432000 4194304 4196468 140736912498592 140736912481136 139902744366839 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
/proc/15145/statm: 3450442 137138 3284 1 0 3437675 0
[pid=15145/tid=15146] ppid=15144 vsize=13801768 CPUtime=1.93 cores=4-7,12-15
/proc/15145/task/15146/stat : 15146 (java) S 15144 15144 18810 0 -1 1077944384 6633 0 0 0 188 5 0 0 20 0 28 0 4578980 14133010432 137138 33554432000 4194304 4196468 140736912498592 139902748607616 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15148] ppid=15144 vsize=13801768 CPUtime=0.29 cores=4-7,12-15
/proc/15145/task/15148/stat : 15148 (java) S 15144 15144 18810 0 -1 1077944384 188 0 0 0 14 15 0 0 20 0 28 0 4578981 14133010432 137138 33554432000 4194304 4196468 140736912498592 139902662847504 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15149] ppid=15144 vsize=13801768 CPUtime=0.27 cores=4-7,12-15
/proc/15145/task/15149/stat : 15149 (java) S 15144 15144 18810 0 -1 1077944384 118 0 0 0 13 14 0 0 20 0 28 0 4578981 14133010432 137138 33554432000 4194304 4196468 140736912498592 139902661794960 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15150] ppid=15144 vsize=13801768 CPUtime=0.29 cores=4-7,12-15
/proc/15145/task/15150/stat : 15150 (java) S 15144 15144 18810 0 -1 1077944384 168 0 0 0 14 15 0 0 20 0 28 0 4578981 14133010432 137138 33554432000 4194304 4196468 140736912498592 139902660741904 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15151] ppid=15144 vsize=13801768 CPUtime=0.27 cores=4-7,12-15
/proc/15145/task/15151/stat : 15151 (java) S 15144 15144 18810 0 -1 1077944384 252 0 0 0 13 14 0 0 20 0 28 0 4578981 14133010432 137138 33554432000 4194304 4196468 140736912498592 139902659689360 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15152] ppid=15144 vsize=13801768 CPUtime=0.29 cores=4-7,12-15
/proc/15145/task/15152/stat : 15152 (java) S 15144 15144 18810 0 -1 1077944384 165 0 0 0 14 15 0 0 20 0 28 0 4578981 14133010432 137138 33554432000 4194304 4196468 140736912498592 139902658636304 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15153] ppid=15144 vsize=13801768 CPUtime=0.27 cores=4-7,12-15
/proc/15145/task/15153/stat : 15153 (java) S 15144 15144 18810 0 -1 1077944384 139 0 0 0 13 14 0 0 20 0 28 0 4578981 14133010432 137138 33554432000 4194304 4196468 140736912498592 139902657583760 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15154] ppid=15144 vsize=13801768 CPUtime=0.28 cores=4-7,12-15
/proc/15145/task/15154/stat : 15154 (java) S 15144 15144 18810 0 -1 1077944384 144 0 0 0 13 15 0 0 20 0 28 0 4578981 14133010432 137138 33554432000 4194304 4196468 140736912498592 139902656530704 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15155] ppid=15144 vsize=13801768 CPUtime=0.29 cores=4-7,12-15
/proc/15145/task/15155/stat : 15155 (java) S 15144 15144 18810 0 -1 1077944384 134 0 0 0 13 16 0 0 20 0 28 0 4578981 14133010432 137138 33554432000 4194304 4196468 140736912498592 139902655478160 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15156] ppid=15144 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15156/stat : 15156 (java) S 15144 15144 18810 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 28 0 4578983 14133010432 137138 33554432000 4194304 4196468 140736912498592 139901938273008 139902744377986 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15157] ppid=15144 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15157/stat : 15157 (java) S 15144 15144 18810 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 4578984 14133010432 137138 33554432000 4194304 4196468 140736912498592 139901937219296 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15158] ppid=15144 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15158/stat : 15158 (java) S 15144 15144 18810 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 4578984 14133010432 137138 33554432000 4194304 4196468 140736912498592 139901936166144 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15159] ppid=15144 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15159/stat : 15159 (java) S 15144 15144 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4578988 14133010432 137138 33554432000 4194304 4196468 140736912498592 139901935114704 139902744385435 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0

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

[pid=15145/tid=15172] ppid=15144 vsize=13801768 CPUtime=276.51 cores=4-7,12-15
/proc/15145/task/15172/stat : 15172 (java) R 15144 15144 18810 0 -1 4202560 1312 0 0 0 27648 3 0 0 20 0 28 0 4579207 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901846666480 139902342682255 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15173] ppid=15144 vsize=13801768 CPUtime=278.17 cores=4-7,12-15
/proc/15145/task/15173/stat : 15173 (java) R 15144 15144 18810 0 -1 4202560 978 0 0 0 27815 2 0 0 20 0 28 0 4579207 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901845611080 139902342682255 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
Current children cumulated CPU time (s) 2237.68
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+302.702 s]
/proc/loadavg: 15.84 13.04 12.58 17/304 15281
/proc/meminfo: memFree=28528804/32770624 swapFree=5944/266572
[pid=15144] ppid=15141 vsize=9512 CPUtime=0 cores=4-7,12-15
/proc/15144/stat : 15144 (xcsp3-exec) S 15141 15144 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4578979 9740288 346 33554432000 4194304 5098028 140723779458368 140723779456472 139969735025276 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 33361920 140723779462286 140723779462496 140723779462496 140723779465195 0
/proc/15144/statm: 2378 346 289 221 0 87 0
[pid=15145] ppid=15144 vsize=13801768 CPUtime=2400.13 cores=4-7,12-15
/proc/15145/stat : 15145 (java) S 15144 15144 18810 0 -1 1077944320 73207 0 0 0 239766 247 0 0 20 0 28 0 4578980 14133010432 587744 33554432000 4194304 4196468 140736912498592 140736912481136 139902744366839 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
/proc/15145/statm: 3450442 587744 3286 1 0 3437675 0
[pid=15145/tid=15146] ppid=15144 vsize=13801768 CPUtime=1.93 cores=4-7,12-15
/proc/15145/task/15146/stat : 15146 (java) S 15144 15144 18810 0 -1 1077944384 6633 0 0 0 188 5 0 0 20 0 28 0 4578980 14133010432 587744 33554432000 4194304 4196468 140736912498592 139902748607616 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15148] ppid=15144 vsize=13801768 CPUtime=0.46 cores=4-7,12-15
/proc/15145/task/15148/stat : 15148 (java) S 15144 15144 18810 0 -1 1077944384 615 0 0 0 24 22 0 0 20 0 28 0 4578981 14133010432 587744 33554432000 4194304 4196468 140736912498592 139902662847504 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15149] ppid=15144 vsize=13801768 CPUtime=0.42 cores=4-7,12-15
/proc/15145/task/15149/stat : 15149 (java) S 15144 15144 18810 0 -1 1077944384 1399 0 0 0 22 20 0 0 20 0 28 0 4578981 14133010432 587744 33554432000 4194304 4196468 140736912498592 139902661794960 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15150] ppid=15144 vsize=13801768 CPUtime=0.45 cores=4-7,12-15
/proc/15145/task/15150/stat : 15150 (java) S 15144 15144 18810 0 -1 1077944384 1008 0 0 0 24 21 0 0 20 0 28 0 4578981 14133010432 587744 33554432000 4194304 4196468 140736912498592 139902660741904 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15151] ppid=15144 vsize=13801768 CPUtime=0.44 cores=4-7,12-15
/proc/15145/task/15151/stat : 15151 (java) S 15144 15144 18810 0 -1 1077944384 710 0 0 0 22 22 0 0 20 0 28 0 4578981 14133010432 587744 33554432000 4194304 4196468 140736912498592 139902659689360 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15152] ppid=15144 vsize=13801768 CPUtime=0.46 cores=4-7,12-15
/proc/15145/task/15152/stat : 15152 (java) S 15144 15144 18810 0 -1 1077944384 1243 0 0 0 24 22 0 0 20 0 28 0 4578981 14133010432 587744 33554432000 4194304 4196468 140736912498592 139902658636304 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15153] ppid=15144 vsize=13801768 CPUtime=0.42 cores=4-7,12-15
/proc/15145/task/15153/stat : 15153 (java) S 15144 15144 18810 0 -1 1077944384 1179 0 0 0 22 20 0 0 20 0 28 0 4578981 14133010432 587744 33554432000 4194304 4196468 140736912498592 139902657583760 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15154] ppid=15144 vsize=13801768 CPUtime=0.44 cores=4-7,12-15
/proc/15145/task/15154/stat : 15154 (java) S 15144 15144 18810 0 -1 1077944384 386 0 0 0 23 21 0 0 20 0 28 0 4578981 14133010432 587744 33554432000 4194304 4196468 140736912498592 139902656530704 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15155] ppid=15144 vsize=13801768 CPUtime=0.44 cores=4-7,12-15
/proc/15145/task/15155/stat : 15155 (java) S 15144 15144 18810 0 -1 1077944384 322 0 0 0 22 22 0 0 20 0 28 0 4578981 14133010432 587744 33554432000 4194304 4196468 140736912498592 139902655478160 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15156] ppid=15144 vsize=13801768 CPUtime=0.07 cores=4-7,12-15
/proc/15145/task/15156/stat : 15156 (java) S 15144 15144 18810 0 -1 1077944384 3272 0 0 0 3 4 0 0 20 0 28 0 4578983 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901938273008 139902744377986 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15157] ppid=15144 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15157/stat : 15157 (java) S 15144 15144 18810 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 4578984 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901937219296 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15158] ppid=15144 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15158/stat : 15158 (java) S 15144 15144 18810 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 28 0 4578984 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901936166144 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15159] ppid=15144 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15159/stat : 15159 (java) S 15144 15144 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4578988 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901935114704 139902744385435 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15160] ppid=15144 vsize=13801768 CPUtime=2.54 cores=4-7,12-15
/proc/15145/task/15160/stat : 15160 (java) S 15144 15144 18810 0 -1 1077944384 10401 0 0 0 252 2 0 0 20 0 28 0 4578988 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901934061808 139902744377986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15161] ppid=15144 vsize=13801768 CPUtime=2.56 cores=4-7,12-15
/proc/15145/task/15161/stat : 15161 (java) S 15144 15144 18810 0 -1 1077944384 10963 0 0 0 254 2 0 0 20 0 28 0 4578988 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901933009264 139902744377986 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15162] ppid=15144 vsize=13801768 CPUtime=2.51 cores=4-7,12-15
/proc/15145/task/15162/stat : 15162 (java) S 15144 15144 18810 0 -1 1077944384 11408 0 0 0 249 2 0 0 20 0 28 0 4578988 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901931956208 139902744377986 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15163] ppid=15144 vsize=13801768 CPUtime=0.84 cores=4-7,12-15
/proc/15145/task/15163/stat : 15163 (java) S 15144 15144 18810 0 -1 1077944384 7173 0 0 0 83 1 0 0 20 0 28 0 4578988 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901930903664 139902744377986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15164] ppid=15144 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15164/stat : 15164 (java) S 15144 15144 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4578988 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901929851872 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15165] ppid=15144 vsize=13801768 CPUtime=0.17 cores=4-7,12-15
/proc/15145/task/15165/stat : 15165 (java) S 15144 15144 18810 0 -1 1077944384 325 0 0 0 7 10 0 0 20 0 28 0 4578988 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901928799408 139902744377986 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 10 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15166] ppid=15144 vsize=13801768 CPUtime=299.04 cores=4-7,12-15
/proc/15145/task/15166/stat : 15166 (java) R 15144 15144 18810 0 -1 4202560 1273 0 0 0 29903 1 0 0 20 0 28 0 4579207 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901920783328 139902342682006 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15167] ppid=15144 vsize=13801768 CPUtime=296.62 cores=4-7,12-15
/proc/15145/task/15167/stat : 15167 (java) R 15144 15144 18810 0 -1 4202560 1001 0 0 0 29661 1 0 0 20 0 28 0 4579207 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901919732136 139902341805940 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15168] ppid=15144 vsize=13801768 CPUtime=298.09 cores=4-7,12-15
/proc/15145/task/15168/stat : 15168 (java) R 15144 15144 18810 0 -1 4202560 5640 0 0 0 29793 16 0 0 20 0 28 0 4579207 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901918678984 139902343700107 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15169] ppid=15144 vsize=13801768 CPUtime=297.88 cores=4-7,12-15
/proc/15145/task/15169/stat : 15169 (java) R 15144 15144 18810 0 -1 4202560 2913 0 0 0 29771 17 0 0 20 0 28 0 4579207 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901917626184 139902342682910 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15170] ppid=15144 vsize=13801768 CPUtime=299.08 cores=4-7,12-15
/proc/15145/task/15170/stat : 15170 (java) R 15144 15144 18810 0 -1 4202560 1071 0 0 0 29907 1 0 0 20 0 28 0 4579207 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901848768200 139902342682085 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15171] ppid=15144 vsize=13801768 CPUtime=299.65 cores=4-7,12-15
/proc/15145/task/15171/stat : 15171 (java) R 15144 15144 18810 0 -1 4202560 608 0 0 0 29965 0 0 0 20 0 28 0 4579207 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901847715656 139902342682223 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15172] ppid=15144 vsize=13801768 CPUtime=296.9 cores=4-7,12-15
/proc/15145/task/15172/stat : 15172 (java) R 15144 15144 18810 0 -1 4202560 1316 0 0 0 29687 3 0 0 20 0 28 0 4579207 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901846666480 139902342682169 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15173] ppid=15144 vsize=13801768 CPUtime=298.49 cores=4-7,12-15
/proc/15145/task/15173/stat : 15173 (java) R 15144 15144 18810 0 -1 4202560 985 0 0 0 29847 2 0 0 20 0 28 0 4579207 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901845611080 139902342682006 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
Current children cumulated CPU time (s) 2400.13
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 15145 sig 9
??? kill 15144 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+302.702 s]
/proc/loadavg: 15.84 13.04 12.58 17/304 15281
/proc/meminfo: memFree=28528804/32770624 swapFree=5944/266572
[pid=15144] ppid=15141 vsize=9512 CPUtime=0 cores=4-7,12-15
/proc/15144/stat : 15144 (xcsp3-exec) S 15141 15144 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4578979 9740288 346 33554432000 4194304 5098028 140723779458368 140723779456472 139969735025276 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 33361920 140723779462286 140723779462496 140723779462496 140723779465195 0
/proc/15144/statm: 2378 346 289 221 0 87 0
[pid=15145] ppid=15144 vsize=13801768 CPUtime=2400.13 cores=4-7,12-15
/proc/15145/stat : 15145 (java) S 15144 15144 18810 0 -1 1077944320 73207 0 0 0 239766 247 0 0 20 0 28 0 4578980 14133010432 587744 33554432000 4194304 4196468 140736912498592 140736912481136 139902744366839 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
/proc/15145/statm: 3450442 587744 3286 1 0 3437675 0
[pid=15145/tid=15146] ppid=15144 vsize=13801768 CPUtime=1.93 cores=4-7,12-15
/proc/15145/task/15146/stat : 15146 (java) S 15144 15144 18810 0 -1 1077944384 6633 0 0 0 188 5 0 0 20 0 28 0 4578980 14133010432 587744 33554432000 4194304 4196468 140736912498592 139902748607616 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15148] ppid=15144 vsize=13801768 CPUtime=0.46 cores=4-7,12-15
/proc/15145/task/15148/stat : 15148 (java) S 15144 15144 18810 0 -1 1077944384 615 0 0 0 24 22 0 0 20 0 28 0 4578981 14133010432 587744 33554432000 4194304 4196468 140736912498592 139902662847504 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15149] ppid=15144 vsize=13801768 CPUtime=0.42 cores=4-7,12-15
/proc/15145/task/15149/stat : 15149 (java) S 15144 15144 18810 0 -1 1077944384 1399 0 0 0 22 20 0 0 20 0 28 0 4578981 14133010432 587744 33554432000 4194304 4196468 140736912498592 139902661794960 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15150] ppid=15144 vsize=13801768 CPUtime=0.45 cores=4-7,12-15
/proc/15145/task/15150/stat : 15150 (java) S 15144 15144 18810 0 -1 1077944384 1008 0 0 0 24 21 0 0 20 0 28 0 4578981 14133010432 587744 33554432000 4194304 4196468 140736912498592 139902660741904 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15151] ppid=15144 vsize=13801768 CPUtime=0.44 cores=4-7,12-15
/proc/15145/task/15151/stat : 15151 (java) S 15144 15144 18810 0 -1 1077944384 710 0 0 0 22 22 0 0 20 0 28 0 4578981 14133010432 587744 33554432000 4194304 4196468 140736912498592 139902659689360 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15152] ppid=15144 vsize=13801768 CPUtime=0.46 cores=4-7,12-15
/proc/15145/task/15152/stat : 15152 (java) S 15144 15144 18810 0 -1 1077944384 1243 0 0 0 24 22 0 0 20 0 28 0 4578981 14133010432 587744 33554432000 4194304 4196468 140736912498592 139902658636304 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15153] ppid=15144 vsize=13801768 CPUtime=0.42 cores=4-7,12-15
/proc/15145/task/15153/stat : 15153 (java) S 15144 15144 18810 0 -1 1077944384 1179 0 0 0 22 20 0 0 20 0 28 0 4578981 14133010432 587744 33554432000 4194304 4196468 140736912498592 139902657583760 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15154] ppid=15144 vsize=13801768 CPUtime=0.44 cores=4-7,12-15
/proc/15145/task/15154/stat : 15154 (java) S 15144 15144 18810 0 -1 1077944384 386 0 0 0 23 21 0 0 20 0 28 0 4578981 14133010432 587744 33554432000 4194304 4196468 140736912498592 139902656530704 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15155] ppid=15144 vsize=13801768 CPUtime=0.44 cores=4-7,12-15
/proc/15145/task/15155/stat : 15155 (java) S 15144 15144 18810 0 -1 1077944384 322 0 0 0 22 22 0 0 20 0 28 0 4578981 14133010432 587744 33554432000 4194304 4196468 140736912498592 139902655478160 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15156] ppid=15144 vsize=13801768 CPUtime=0.07 cores=4-7,12-15
/proc/15145/task/15156/stat : 15156 (java) S 15144 15144 18810 0 -1 1077944384 3272 0 0 0 3 4 0 0 20 0 28 0 4578983 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901938273008 139902744377986 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15157] ppid=15144 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15157/stat : 15157 (java) S 15144 15144 18810 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 4578984 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901937219296 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15158] ppid=15144 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15158/stat : 15158 (java) S 15144 15144 18810 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 28 0 4578984 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901936166144 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15159] ppid=15144 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15159/stat : 15159 (java) S 15144 15144 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4578988 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901935114704 139902744385435 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15160] ppid=15144 vsize=13801768 CPUtime=2.54 cores=4-7,12-15
/proc/15145/task/15160/stat : 15160 (java) S 15144 15144 18810 0 -1 1077944384 10401 0 0 0 252 2 0 0 20 0 28 0 4578988 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901934061808 139902744377986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15161] ppid=15144 vsize=13801768 CPUtime=2.56 cores=4-7,12-15
/proc/15145/task/15161/stat : 15161 (java) S 15144 15144 18810 0 -1 1077944384 10963 0 0 0 254 2 0 0 20 0 28 0 4578988 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901933009264 139902744377986 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15162] ppid=15144 vsize=13801768 CPUtime=2.51 cores=4-7,12-15
/proc/15145/task/15162/stat : 15162 (java) S 15144 15144 18810 0 -1 1077944384 11408 0 0 0 249 2 0 0 20 0 28 0 4578988 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901931956208 139902744377986 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15163] ppid=15144 vsize=13801768 CPUtime=0.84 cores=4-7,12-15
/proc/15145/task/15163/stat : 15163 (java) S 15144 15144 18810 0 -1 1077944384 7173 0 0 0 83 1 0 0 20 0 28 0 4578988 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901930903664 139902744377986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15164] ppid=15144 vsize=13801768 CPUtime=0 cores=4-7,12-15
/proc/15145/task/15164/stat : 15164 (java) S 15144 15144 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4578988 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901929851872 139902744377045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15165] ppid=15144 vsize=13801768 CPUtime=0.17 cores=4-7,12-15
/proc/15145/task/15165/stat : 15165 (java) S 15144 15144 18810 0 -1 1077944384 325 0 0 0 7 10 0 0 20 0 28 0 4578988 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901928799408 139902744377986 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 10 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15166] ppid=15144 vsize=13801768 CPUtime=299.04 cores=4-7,12-15
/proc/15145/task/15166/stat : 15166 (java) R 15144 15144 18810 0 -1 4202560 1273 0 0 0 29903 1 0 0 20 0 28 0 4579207 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901920783328 139902342682006 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15167] ppid=15144 vsize=13801768 CPUtime=296.62 cores=4-7,12-15
/proc/15145/task/15167/stat : 15167 (java) R 15144 15144 18810 0 -1 4202560 1001 0 0 0 29661 1 0 0 20 0 28 0 4579207 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901919732136 139902341805940 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15168] ppid=15144 vsize=13801768 CPUtime=298.09 cores=4-7,12-15
/proc/15145/task/15168/stat : 15168 (java) R 15144 15144 18810 0 -1 4202560 5640 0 0 0 29793 16 0 0 20 0 28 0 4579207 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901918678984 139902343700107 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15169] ppid=15144 vsize=13801768 CPUtime=297.88 cores=4-7,12-15
/proc/15145/task/15169/stat : 15169 (java) R 15144 15144 18810 0 -1 4202560 2913 0 0 0 29771 17 0 0 20 0 28 0 4579207 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901917626184 139902342682910 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15170] ppid=15144 vsize=13801768 CPUtime=299.08 cores=4-7,12-15
/proc/15145/task/15170/stat : 15170 (java) R 15144 15144 18810 0 -1 4202560 1071 0 0 0 29907 1 0 0 20 0 28 0 4579207 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901848768200 139902342682085 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15171] ppid=15144 vsize=13801768 CPUtime=299.65 cores=4-7,12-15
/proc/15145/task/15171/stat : 15171 (java) R 15144 15144 18810 0 -1 4202560 608 0 0 0 29965 0 0 0 20 0 28 0 4579207 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901847715656 139902342682223 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15172] ppid=15144 vsize=13801768 CPUtime=296.9 cores=4-7,12-15
/proc/15145/task/15172/stat : 15172 (java) R 15144 15144 18810 0 -1 4202560 1316 0 0 0 29687 3 0 0 20 0 28 0 4579207 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901846666480 139902342682169 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
[pid=15145/tid=15173] ppid=15144 vsize=13801768 CPUtime=298.49 cores=4-7,12-15
/proc/15145/task/15173/stat : 15173 (java) R 15144 15144 18810 0 -1 4202560 985 0 0 0 29847 2 0 0 20 0 28 0 4579207 14133010432 587744 33554432000 4194304 4196468 140736912498592 139901845611080 139902342682006 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 28233728 140736912499900 140736912500076 140736912500076 140736912502735 0
Current children cumulated CPU time (s) 2400.13
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 15144 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1408
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1408
# CPU time returned by wait4() is 0.002816
# while last known CPU time is 2400.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 302.712
CPU time (s): 2400.13
CPU user time (s): 2397.66
CPU system time (s): 2.47
CPU usage (%): 792.875
Max. virtual memory (cumulated for all children) (KiB): 13811280

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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.6258 second user time and 4.29256 second system time

The end

Launcher Data

Begin job on node132 at 2017-07-22 05:11:58
IDJOB=4248864
IDBENCH=134517
IDSOLVER=2625
FILE ID=node132/4248864-1500693118
RUNJOBID= node132-1500682387-18842
PBS_JOBID= 20623322
Free space on /tmp= 61760 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s13/Blackhole-4-13-2_X2.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-4248864-1500693118/watcher-4248864-1500693118 -o /tmp/evaluation-result-4248864-1500693118/solver-4248864-1500693118 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1500682387-18842 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1677935877 HOME/instance-4248864-1500693118.xml

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

MD5SUM BENCH= 88708c27ba26ffc45c437651276dcd59
RANDOM SEED=1677935877

node132.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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 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.61
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		: 2133.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	: 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		: 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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 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	: 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		: 1600.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:        29386888 kB
MemAvailable:   29564440 kB
Buffers:          117020 kB
Cached:           340644 kB
SwapCached:            0 kB
Active:          2666828 kB
Inactive:         274760 kB
Active(anon):    2486860 kB
Inactive(anon):     8616 kB
Active(file):     179968 kB
Inactive(file):   266144 kB
Unevictable:        5944 kB
Mlocked:            5944 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7948 kB
Writeback:             0 kB
AnonPages:       2436544 kB
Mapped:            42988 kB
Shmem:              8872 kB
Slab:             129876 kB
SReclaimable:      94548 kB
SUnreclaim:        35328 kB
KernelStack:        4592 kB
PageTables:         9928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3368792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2338816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61752 MiB
End job on node132 at 2017-07-22 05:17:01