Trace number 4247555

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)SAT 46.5788 6.45693

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-129.xml
MD5SUM98286cf95bf5397e70229f7335ae5343
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.92555
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints53
Number of domains1
Minimum domain size404
Maximum domain size404
Distribution of domain sizes[{"size":404,"count":50}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":48},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":51},{"arity":2,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints52
Distribution of constraint types[{"type":"intension","count":52},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4247555-1500690501.xml"  -tl '2400s' -p 8 -x 3
0.00/0.20	c [HOME/instance-4247555-1500690501.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
0.00/0.66	c solve instance...
46.51/6.43	s SATISFIABLE
46.51/6.43	v <instantiation>
46.51/6.43	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] </list>
46.51/6.43	v 	<values>112 128 153 124 112 290 96 135 96 93 128 96 124 96 116 153 93 215 0 0 303 290 163 215 0 287 240 277 247 275 277 275 240 291 311 215 247 258 215 287 215 334 189 311 215 189 290 277 0 0 </values>
46.51/6.43	v </instantiation>

Verifier Data

OK	

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-4247555-1500690501/watcher-4247555-1500690501 -o /tmp/evaluation-result-4247555-1500690501/solver-4247555-1500690501 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500682809-15228 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2182755 HOME/instance-4247555-1500690501.xml 

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

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


[startup+0 s]
/proc/loadavg: 15.75 14.65 14.49 10/272 1279
/proc/meminfo: memFree=31707728/32770624 swapFree=5808/114912
[pid=1279] ppid=1276 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1279/stat : 1279 (xcsp3-exec) S 1276 1279 15196 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4315252 9740288 346 33554432000 4194304 5098028 140725662599328 140725662597432 140255471817340 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 25198592 140725662602385 140725662602592 140725662602592 140725662605291 0
/proc/1279/statm: 2378 346 289 221 0 87 0

[startup+0.100098 s]
/proc/loadavg: 15.75 14.65 14.49 10/272 1279
/proc/meminfo: memFree=31707728/32770624 swapFree=5808/114912
[pid=1279] ppid=1276 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1279/stat : 1279 (xcsp3-exec) S 1276 1279 15196 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4315252 9740288 346 33554432000 4194304 5098028 140725662599328 140725662597432 140255471817340 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 25198592 140725662602385 140725662602592 140725662602592 140725662605291 0
/proc/1279/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200275 s]
/proc/loadavg: 15.75 14.65 14.49 10/272 1279
/proc/meminfo: memFree=31707728/32770624 swapFree=5808/114912
[pid=1279] ppid=1276 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1279/stat : 1279 (xcsp3-exec) S 1276 1279 15196 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4315252 9740288 346 33554432000 4194304 5098028 140725662599328 140725662597432 140255471817340 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 25198592 140725662602385 140725662602592 140725662602592 140725662605291 0
/proc/1279/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300266 s]
/proc/loadavg: 15.75 14.65 14.49 10/272 1279
/proc/meminfo: memFree=31707728/32770624 swapFree=5808/114912
[pid=1279] ppid=1276 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1279/stat : 1279 (xcsp3-exec) S 1276 1279 15196 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4315252 9740288 346 33554432000 4194304 5098028 140725662599328 140725662597432 140255471817340 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 25198592 140725662602385 140725662602592 140725662602592 140725662605291 0
/proc/1279/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.70015 s]
/proc/loadavg: 15.75 14.65 14.49 10/272 1279
/proc/meminfo: memFree=31707728/32770624 swapFree=5808/114912
[pid=1279] ppid=1276 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1279/stat : 1279 (xcsp3-exec) S 1276 1279 15196 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4315252 9740288 346 33554432000 4194304 5098028 140725662599328 140725662597432 140255471817340 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 25198592 140725662602385 140725662602592 140725662602592 140725662605291 0
/proc/1279/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50166 s]
/proc/loadavg: 15.75 14.65 14.49 18/301 1308
/proc/meminfo: memFree=31604852/32770624 swapFree=5808/114976
[pid=1279] ppid=1276 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1279/stat : 1279 (xcsp3-exec) S 1276 1279 15196 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4315252 9740288 346 33554432000 4194304 5098028 140725662599328 140725662597432 140255471817340 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 25198592 140725662602385 140725662602592 140725662602592 140725662605291 0
/proc/1279/statm: 2378 346 289 221 0 87 0
[pid=1280] ppid=1279 vsize=13801768 CPUtime=7.83 cores=1,3,5,7,9,11,13,15
/proc/1280/stat : 1280 (java) S 1279 1279 15196 0 -1 1077944320 24018 0 0 0 774 9 0 0 20 0 28 0 4315253 14133010432 36997 33554432000 4194304 4196468 140735159909712 140735159892256 140445638446839 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
/proc/1280/statm: 3450442 36997 3224 1 0 3437675 0
[pid=1280/tid=1281] ppid=1279 vsize=13801768 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1281/stat : 1281 (java) S 1279 1279 15196 0 -1 1077944384 6970 0 0 0 62 3 0 0 20 0 28 0 4315253 14133010432 36997 33554432000 4194304 4196468 140735159909712 140445642687616 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1283] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1283/stat : 1283 (java) S 1279 1279 15196 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 36997 33554432000 4194304 4196468 140735159909712 140445570583696 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1284] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1284/stat : 1284 (java) S 1279 1279 15196 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 36997 33554432000 4194304 4196468 140735159909712 140445569530896 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1285] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1285/stat : 1285 (java) S 1279 1279 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 36997 33554432000 4194304 4196468 140735159909712 140445568478096 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1286] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1286/stat : 1286 (java) S 1279 1279 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 36997 33554432000 4194304 4196468 140735159909712 140445567425296 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1287] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1287/stat : 1287 (java) S 1279 1279 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 36997 33554432000 4194304 4196468 140735159909712 140445566372496 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1288] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1288/stat : 1288 (java) S 1279 1279 15196 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 36997 33554432000 4194304 4196468 140735159909712 140445232368144 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1289] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1289/stat : 1289 (java) S 1279 1279 15196 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 36997 33554432000 4194304 4196468 140735159909712 140445231315344 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1290] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1290/stat : 1290 (java) S 1279 1279 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 36997 33554432000 4194304 4196468 140735159909712 140445230262544 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1291] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1291/stat : 1291 (java) S 1279 1279 15196 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 4315256 14133010432 36997 33554432000 4194304 4196468 140735159909712 140445167909744 140445638457986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1292] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1292/stat : 1292 (java) S 1279 1279 15196 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4315257 14133010432 36997 33554432000 4194304 4196468 140735159909712 140445166855712 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1293] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1293/stat : 1293 (java) S 1279 1279 15196 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4315257 14133010432 36997 33554432000 4194304 4196468 140735159909712 140445165802864 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1294] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1294/stat : 1294 (java) S 1279 1279 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4315261 14133010432 36997 33554432000 4194304 4196468 140735159909712 140445164751184 140445638465435 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1295] ppid=1279 vsize=13801768 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1295/stat : 1295 (java) R 1279 1279 15196 0 -1 4202560 4969 0 0 0 55 1 0 0 20 0 28 0 4315261 14133010432 36997 33554432000 4194304 4196468 140735159909712 140445163683016 140445623549275 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1296] ppid=1279 vsize=13801768 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1296/stat : 1296 (java) R 1279 1279 15196 0 -1 4202560 3414 0 0 0 56 0 0 0 20 0 28 0 4315261 14133010432 36997 33554432000 4194304 4196468 140735159909712 140444960795576 140445631552541 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1297] ppid=1279 vsize=13801768 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1297/stat : 1297 (java) R 1279 1279 15196 0 -1 4202560 3217 0 0 0 43 1 0 0 20 0 28 0 4315261 14133010432 36997 33554432000 4194304 4196468 140735159909712 140444959744200 140445616463831 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1298] ppid=1279 vsize=13801768 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1298/stat : 1298 (java) S 1279 1279 15196 0 -1 1077944384 3526 0 0 0 63 1 0 0 20 0 28 0 4315261 14133010432 36997 33554432000 4194304 4196468 140735159909712 140444958705648 140445638457986 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1299] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1299/stat : 1299 (java) S 1279 1279 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4315261 14133010432 36997 33554432000 4194304 4196468 140735159909712 140444957654112 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1300] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1300/stat : 1300 (java) S 1279 1279 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4315262 14133010432 36997 33554432000 4194304 4196468 140735159909712 140444956601392 140445638457986 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1301] ppid=1279 vsize=13801768 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1301/stat : 1301 (java) R 1279 1279 15196 0 -1 4202560 147 0 0 0 55 0 0 0 20 0 28 0 4315320 14133010432 36997 33554432000 4194304 4196468 140735159909712 140444949086056 140445250398972 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1302] ppid=1279 vsize=13801768 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1302/stat : 1302 (java) R 1279 1279 15196 0 -1 4202560 52 0 0 0 64 0 0 0 20 0 28 0 4315320 14133010432 36997 33554432000 4194304 4196468 140735159909712 140444948033896 140445250208519 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1303] ppid=1279 vsize=13801768 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1303/stat : 1303 (java) R 1279 1279 15196 0 -1 4202560 45 0 0 0 61 0 0 0 20 0 28 0 4315320 14133010432 36997 33554432000 4194304 4196468 140735159909712 140444946979648 140445251060400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1304] ppid=1279 vsize=13801768 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1304/stat : 1304 (java) R 1279 1279 15196 0 -1 4202560 141 0 0 0 43 0 0 0 20 0 28 0 4315320 14133010432 36997 33554432000 4194304 4196468 140735159909712 140444945923688 140445249177159 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1305] ppid=1279 vsize=13801768 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1305/stat : 1305 (java) R 1279 1279 15196 0 -1 4202560 50 0 0 0 71 0 0 0 20 0 28 0 4315320 14133010432 36997 33554432000 4194304 4196468 140735159909712 140444944877664 140445250273786 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1306] ppid=1279 vsize=13801768 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1306/stat : 1306 (java) R 1279 1279 15196 0 -1 4202560 85 0 0 0 66 0 0 0 20 0 28 0 4315320 14133010432 36997 33554432000 4194304 4196468 140735159909712 140444943824104 140445250255551 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1307] ppid=1279 vsize=13801768 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1307/stat : 1307 (java) R 1279 1279 15196 0 -1 4202560 42 0 0 0 62 0 0 0 20 0 28 0 4315320 14133010432 36997 33554432000 4194304 4196468 140735159909712 140444942772072 140445247760888 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1308] ppid=1279 vsize=13801768 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1308/stat : 1308 (java) R 1279 1279 15196 0 -1 4202560 48 0 0 0 68 0 0 0 20 0 28 0 4315320 14133010432 36997 33554432000 4194304 4196468 140735159909712 140444941720152 140445246180356 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 13811280

[startup+3.10136 s]
/proc/loadavg: 16.09 14.74 14.52 20/301 1308
/proc/meminfo: memFree=31520652/32770624 swapFree=5808/114984
[pid=1279] ppid=1276 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1279/stat : 1279 (xcsp3-exec) S 1276 1279 15196 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4315252 9740288 346 33554432000 4194304 5098028 140725662599328 140725662597432 140255471817340 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 25198592 140725662602385 140725662602592 140725662602592 140725662605291 0
/proc/1279/statm: 2378 346 289 221 0 87 0
[pid=1280] ppid=1279 vsize=13801768 CPUtime=20.5 cores=1,3,5,7,9,11,13,15
/proc/1280/stat : 1280 (java) S 1279 1279 15196 0 -1 1077944320 57015 0 0 0 2036 14 0 0 20 0 28 0 4315253 14133010432 55742 33554432000 4194304 4196468 140735159909712 140735159892256 140445638446839 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
/proc/1280/statm: 3450442 55742 3227 1 0 3437675 0
[pid=1280/tid=1281] ppid=1279 vsize=13801768 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1281/stat : 1281 (java) S 1279 1279 15196 0 -1 1077944384 6970 0 0 0 62 3 0 0 20 0 28 0 4315253 14133010432 55742 33554432000 4194304 4196468 140735159909712 140445642687616 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1283] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1283/stat : 1283 (java) S 1279 1279 15196 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 55742 33554432000 4194304 4196468 140735159909712 140445570583696 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1284] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1284/stat : 1284 (java) S 1279 1279 15196 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 55742 33554432000 4194304 4196468 140735159909712 140445569530896 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1285] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1285/stat : 1285 (java) S 1279 1279 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 55742 33554432000 4194304 4196468 140735159909712 140445568478096 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1286] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1286/stat : 1286 (java) S 1279 1279 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 55742 33554432000 4194304 4196468 140735159909712 140445567425296 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1287] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1287/stat : 1287 (java) S 1279 1279 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 55742 33554432000 4194304 4196468 140735159909712 140445566372496 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1288] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1288/stat : 1288 (java) S 1279 1279 15196 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 55742 33554432000 4194304 4196468 140735159909712 140445232368144 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1289] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1289/stat : 1289 (java) S 1279 1279 15196 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 55742 33554432000 4194304 4196468 140735159909712 140445231315344 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1290] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1290/stat : 1290 (java) S 1279 1279 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 55742 33554432000 4194304 4196468 140735159909712 140445230262544 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1291] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1291/stat : 1291 (java) S 1279 1279 15196 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 4315256 14133010432 55742 33554432000 4194304 4196468 140735159909712 140445167909744 140445638457986 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1292] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1292/stat : 1292 (java) S 1279 1279 15196 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4315257 14133010432 55742 33554432000 4194304 4196468 140735159909712 140445166855712 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1293] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1293/stat : 1293 (java) S 1279 1279 15196 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4315257 14133010432 55742 33554432000 4194304 4196468 140735159909712 140445165802864 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1294] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1294/stat : 1294 (java) S 1279 1279 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4315261 14133010432 55742 33554432000 4194304 4196468 140735159909712 140445164751184 140445638465435 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1295] ppid=1279 vsize=13801768 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1295/stat : 1295 (java) R 1279 1279 15196 0 -1 4202560 17007 0 0 0 142 2 0 0 20 0 28 0 4315261 14133010432 55742 33554432000 4194304 4196468 140735159909712 140445163684640 140445618139939 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1296] ppid=1279 vsize=13801768 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1296/stat : 1296 (java) R 1279 1279 15196 0 -1 4202560 12531 0 0 0 146 2 0 0 20 0 28 0 4315261 14133010432 55742 33554432000 4194304 4196468 140735159909712 140444960797264 140445619991039 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1297] ppid=1279 vsize=13801768 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1297/stat : 1297 (java) R 1279 1279 15196 0 -1 4202560 12447 0 0 0 132 2 0 0 20 0 28 0 4315261 14133010432 55742 33554432000 4194304 4196468 140735159909712 140444959740192 140445621941078 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1298] ppid=1279 vsize=13801768 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1298/stat : 1298 (java) S 1279 1279 15196 0 -1 1077944384 5009 0 0 0 70 1 0 0 20 0 28 0 4315261 14133010432 55742 33554432000 4194304 4196468 140735159909712 140444958705648 140445638457986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1299] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1299/stat : 1299 (java) S 1279 1279 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4315261 14133010432 55742 33554432000 4194304 4196468 140735159909712 140444957654112 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1300] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1300/stat : 1300 (java) S 1279 1279 15196 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 4315262 14133010432 55742 33554432000 4194304 4196468 140735159909712 140444956601392 140445638457986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1301] ppid=1279 vsize=13801768 CPUtime=1.87 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1301/stat : 1301 (java) R 1279 1279 15196 0 -1 4202560 211 0 0 0 187 0 0 0 20 0 28 0 4315320 14133010432 55742 33554432000 4194304 4196468 140735159909712 140444949085688 140445246150344 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1302] ppid=1279 vsize=13801768 CPUtime=1.93 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1302/stat : 1302 (java) R 1279 1279 15196 0 -1 4202560 95 0 0 0 193 0 0 0 20 0 28 0 4315320 14133010432 55742 33554432000 4194304 4196468 140735159909712 140444948029136 140445251060284 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1303] ppid=1279 vsize=13801768 CPUtime=1.84 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1303/stat : 1303 (java) R 1279 1279 15196 0 -1 4202560 159 0 0 0 184 0 0 0 20 0 28 0 4315320 14133010432 55742 33554432000 4194304 4196468 140735159909712 140444946982984 140445251060338 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1304] ppid=1279 vsize=13801768 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1304/stat : 1304 (java) R 1279 1279 15196 0 -1 4202560 365 0 0 0 136 0 0 0 20 0 28 0 4315320 14133010432 55742 33554432000 4194304 4196468 140735159909712 140444945930584 140445250268412 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1305] ppid=1279 vsize=13801768 CPUtime=2.04 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1305/stat : 1305 (java) R 1279 1279 15196 0 -1 4202560 177 0 0 0 204 0 0 0 20 0 28 0 4315320 14133010432 55742 33554432000 4194304 4196468 140735159909712 140444944876968 140445250255100 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1306] ppid=1279 vsize=13801768 CPUtime=1.95 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1306/stat : 1306 (java) R 1279 1279 15196 0 -1 4202560 324 0 0 0 195 0 0 0 20 0 28 0 4315320 14133010432 55742 33554432000 4194304 4196468 140735159909712 140444943821712 140445250236802 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1307] ppid=1279 vsize=13801768 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1307/stat : 1307 (java) R 1279 1279 15196 0 -1 4202560 126 0 0 0 181 0 0 0 20 0 28 0 4315320 14133010432 55742 33554432000 4194304 4196468 140735159909712 140444942772704 140445251839013 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1308] ppid=1279 vsize=13801768 CPUtime=1.98 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1308/stat : 1308 (java) R 1279 1279 15196 0 -1 4202560 229 0 0 0 198 0 0 0 20 0 28 0 4315320 14133010432 55742 33554432000 4194304 4196468 140735159909712 140444941717760 140445250245368 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
Current children cumulated CPU time (s) 20.5
Current children cumulated vsize (KiB) 13811280

[startup+6.30169 s]
/proc/loadavg: 16.09 14.74 14.52 20/301 1308
/proc/meminfo: memFree=31437944/32770624 swapFree=5808/114988
[pid=1279] ppid=1276 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1279/stat : 1279 (xcsp3-exec) S 1276 1279 15196 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4315252 9740288 346 33554432000 4194304 5098028 140725662599328 140725662597432 140255471817340 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 25198592 140725662602385 140725662602592 140725662602592 140725662605291 0
/proc/1279/statm: 2378 346 289 221 0 87 0
[pid=1280] ppid=1279 vsize=13801768 CPUtime=45.88 cores=1,3,5,7,9,11,13,15
/proc/1280/stat : 1280 (java) S 1279 1279 15196 0 -1 1077944320 61489 0 0 0 4565 23 0 0 20 0 28 0 4315253 14133010432 74172 33554432000 4194304 4196468 140735159909712 140735159892256 140445638446839 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
/proc/1280/statm: 3450442 74172 3265 1 0 3437675 0
[pid=1280/tid=1281] ppid=1279 vsize=13801768 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1281/stat : 1281 (java) S 1279 1279 15196 0 -1 1077944384 6970 0 0 0 62 3 0 0 20 0 28 0 4315253 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445642687616 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1283] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1283/stat : 1283 (java) S 1279 1279 15196 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445570583696 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1284] ppid=1279 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1284/stat : 1284 (java) S 1279 1279 15196 0 -1 1077944384 299 0 0 0 0 1 0 0 20 0 28 0 4315254 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445569530896 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1285] ppid=1279 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1285/stat : 1285 (java) S 1279 1279 15196 0 -1 1077944384 148 0 0 0 0 1 0 0 20 0 28 0 4315254 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445568478096 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1286] ppid=1279 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1286/stat : 1286 (java) S 1279 1279 15196 0 -1 1077944384 439 0 0 0 1 1 0 0 20 0 28 0 4315254 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445567425296 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1287] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1287/stat : 1287 (java) S 1279 1279 15196 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445566372496 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1288] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1288/stat : 1288 (java) S 1279 1279 15196 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445232368144 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1289] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1289/stat : 1289 (java) S 1279 1279 15196 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445231315344 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1290] ppid=1279 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1290/stat : 1290 (java) S 1279 1279 15196 0 -1 1077944384 109 0 0 0 1 0 0 0 20 0 28 0 4315254 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445230262544 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1291] ppid=1279 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1291/stat : 1291 (java) S 1279 1279 15196 0 -1 1077944384 239 0 0 0 1 0 0 0 20 0 28 0 4315256 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445167909744 140445638457986 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1292] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1292/stat : 1292 (java) S 1279 1279 15196 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 28 0 4315257 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445166855776 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1293] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1293/stat : 1293 (java) S 1279 1279 15196 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 4315257 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445165802864 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1294] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1294/stat : 1294 (java) S 1279 1279 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4315261 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445164751184 140445638465435 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1295] ppid=1279 vsize=13801768 CPUtime=3.56 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1295/stat : 1295 (java) S 1279 1279 15196 0 -1 1077944384 17872 0 0 0 354 2 0 0 20 0 28 0 4315261 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445163698544 140445638457986 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1296] ppid=1279 vsize=13801768 CPUtime=3.61 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1296/stat : 1296 (java) S 1279 1279 15196 0 -1 1077944384 13059 0 0 0 359 2 0 0 20 0 28 0 4315261 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444960811248 140445638457986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1297] ppid=1279 vsize=13801768 CPUtime=3.93 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1297/stat : 1297 (java) S 1279 1279 15196 0 -1 1077944384 13054 0 0 0 391 2 0 0 20 0 28 0 4315261 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444959758448 140445638457986 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1298] ppid=1279 vsize=13801768 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1298/stat : 1298 (java) S 1279 1279 15196 0 -1 1077944384 5866 0 0 0 82 2 0 0 20 0 28 0 4315261 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444958705648 140445638457986 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1299] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1299/stat : 1299 (java) S 1279 1279 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4315261 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444957654112 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1300] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1300/stat : 1300 (java) S 1279 1279 15196 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 28 0 4315262 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444956601392 140445638457986 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 7 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1301] ppid=1279 vsize=13801768 CPUtime=4.26 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1301/stat : 1301 (java) R 1279 1279 15196 0 -1 4202560 236 0 0 0 426 0 0 0 20 0 28 0 4315320 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444949085848 140445253185698 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1302] ppid=1279 vsize=13801768 CPUtime=4.12 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1302/stat : 1302 (java) R 1279 1279 15196 0 -1 4202560 123 0 0 0 412 0 0 0 20 0 28 0 4315320 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444948033592 140445252901299 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1303] ppid=1279 vsize=13801768 CPUtime=4.19 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1303/stat : 1303 (java) R 1279 1279 15196 0 -1 4202560 172 0 0 0 419 0 0 0 20 0 28 0 4315320 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444946981336 140445252760064 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1304] ppid=1279 vsize=13801768 CPUtime=3.59 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1304/stat : 1304 (java) R 1279 1279 15196 0 -1 4202560 469 0 0 0 358 1 0 0 20 0 28 0 4315320 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444945928712 140445254228032 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1305] ppid=1279 vsize=13801768 CPUtime=4.39 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1305/stat : 1305 (java) R 1279 1279 15196 0 -1 4202560 201 0 0 0 439 0 0 0 20 0 28 0 4315320 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444944876776 140445252605397 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1306] ppid=1279 vsize=13801768 CPUtime=4.08 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1306/stat : 1306 (java) R 1279 1279 15196 0 -1 4202560 336 0 0 0 408 0 0 0 20 0 28 0 4315320 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444943823240 140445253224389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1307] ppid=1279 vsize=13801768 CPUtime=4.09 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1307/stat : 1307 (java) R 1279 1279 15196 0 -1 4202560 164 0 0 0 409 0 0 0 20 0 28 0 4315320 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444942772376 140445254487870 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1308] ppid=1279 vsize=13801768 CPUtime=4.32 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1308/stat : 1308 (java) R 1279 1279 15196 0 -1 4202560 245 0 0 0 432 0 0 0 20 0 28 0 4315320 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444941717888 140445254449762 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
Current children cumulated CPU time (s) 45.88
Current children cumulated vsize (KiB) 13811280

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 1280 sig 9
??? kill 1279 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40209 s]
/proc/loadavg: 16.09 14.74 14.52 20/301 1308
/proc/meminfo: memFree=31437944/32770624 swapFree=5808/114988
[pid=1279] ppid=1276 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1279/stat : 1279 (xcsp3-exec) S 1276 1279 15196 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4315252 9740288 346 33554432000 4194304 5098028 140725662599328 140725662597432 140255471817340 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 25198592 140725662602385 140725662602592 140725662602592 140725662605291 0
/proc/1279/statm: 2378 346 289 221 0 87 0
[pid=1280] ppid=1279 vsize=13801768 CPUtime=46.51 cores=1,3,5,7,9,11,13,15
/proc/1280/stat : 1280 (java) S 1279 1279 15196 0 -1 1077944320 61509 0 0 0 4628 23 0 0 20 0 28 0 4315253 14133010432 74172 33554432000 4194304 4196468 140735159909712 140735159892256 140445638446839 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
/proc/1280/statm: 3450442 74172 3265 1 0 3437675 0
[pid=1280/tid=1281] ppid=1279 vsize=13801768 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1281/stat : 1281 (java) S 1279 1279 15196 0 -1 1077944384 6970 0 0 0 62 3 0 0 20 0 28 0 4315253 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445642687616 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1283] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1283/stat : 1283 (java) S 1279 1279 15196 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445570583696 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1284] ppid=1279 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1284/stat : 1284 (java) S 1279 1279 15196 0 -1 1077944384 299 0 0 0 0 1 0 0 20 0 28 0 4315254 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445569530896 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1285] ppid=1279 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1285/stat : 1285 (java) S 1279 1279 15196 0 -1 1077944384 148 0 0 0 0 1 0 0 20 0 28 0 4315254 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445568478096 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1286] ppid=1279 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1286/stat : 1286 (java) S 1279 1279 15196 0 -1 1077944384 439 0 0 0 1 1 0 0 20 0 28 0 4315254 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445567425296 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1287] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1287/stat : 1287 (java) S 1279 1279 15196 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445566372496 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1288] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1288/stat : 1288 (java) S 1279 1279 15196 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445232368144 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1289] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1289/stat : 1289 (java) S 1279 1279 15196 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 4315254 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445231315344 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1290] ppid=1279 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1290/stat : 1290 (java) S 1279 1279 15196 0 -1 1077944384 109 0 0 0 1 0 0 0 20 0 28 0 4315254 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445230262544 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1291] ppid=1279 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1291/stat : 1291 (java) S 1279 1279 15196 0 -1 1077944384 239 0 0 0 1 0 0 0 20 0 28 0 4315256 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445167909744 140445638457986 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1292] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1292/stat : 1292 (java) S 1279 1279 15196 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 28 0 4315257 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445166855776 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1293] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1293/stat : 1293 (java) S 1279 1279 15196 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 4315257 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445165802864 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1294] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1294/stat : 1294 (java) S 1279 1279 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4315261 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445164751184 140445638465435 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1295] ppid=1279 vsize=13801768 CPUtime=3.57 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1295/stat : 1295 (java) S 1279 1279 15196 0 -1 1077944384 17872 0 0 0 355 2 0 0 20 0 28 0 4315261 14133010432 74172 33554432000 4194304 4196468 140735159909712 140445163698544 140445638457986 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1296] ppid=1279 vsize=13801768 CPUtime=3.61 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1296/stat : 1296 (java) S 1279 1279 15196 0 -1 1077944384 13059 0 0 0 359 2 0 0 20 0 28 0 4315261 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444960811248 140445638457986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1297] ppid=1279 vsize=13801768 CPUtime=3.93 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1297/stat : 1297 (java) S 1279 1279 15196 0 -1 1077944384 13054 0 0 0 391 2 0 0 20 0 28 0 4315261 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444959758448 140445638457986 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1298] ppid=1279 vsize=13801768 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1298/stat : 1298 (java) S 1279 1279 15196 0 -1 1077944384 5866 0 0 0 82 2 0 0 20 0 28 0 4315261 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444958705648 140445638457986 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1299] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1299/stat : 1299 (java) S 1279 1279 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4315261 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444957654112 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1300] ppid=1279 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1300/stat : 1300 (java) S 1279 1279 15196 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 28 0 4315262 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444956601392 140445638457986 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 7 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1301] ppid=1279 vsize=13801768 CPUtime=4.33 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1301/stat : 1301 (java) S 1279 1279 15196 0 -1 1077944384 241 0 0 0 433 0 0 0 20 0 28 0 4315320 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444949090224 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1302] ppid=1279 vsize=13801768 CPUtime=4.18 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1302/stat : 1302 (java) S 1279 1279 15196 0 -1 1077944384 123 0 0 0 418 0 0 0 20 0 28 0 4315320 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444948038864 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1303] ppid=1279 vsize=13801768 CPUtime=4.29 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1303/stat : 1303 (java) R 1279 1279 15196 0 -1 4202560 172 0 0 0 429 0 0 0 20 0 28 0 4315320 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444946981336 140445252760227 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1304] ppid=1279 vsize=13801768 CPUtime=3.67 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1304/stat : 1304 (java) S 1279 1279 15196 0 -1 1077944384 470 0 0 0 366 1 0 0 20 0 28 0 4315320 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444945933264 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1305] ppid=1279 vsize=13801768 CPUtime=4.47 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1305/stat : 1305 (java) S 1279 1279 15196 0 -1 1077944384 202 0 0 0 447 0 0 0 20 0 28 0 4315320 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444944880464 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1306] ppid=1279 vsize=13801768 CPUtime=4.15 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1306/stat : 1306 (java) S 1279 1279 15196 0 -1 1077944384 336 0 0 0 415 0 0 0 20 0 28 0 4315320 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444943827664 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1307] ppid=1279 vsize=13801768 CPUtime=4.17 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1307/stat : 1307 (java) S 1279 1279 15196 0 -1 1077944384 164 0 0 0 417 0 0 0 20 0 28 0 4315320 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444942775888 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
[pid=1280/tid=1308] ppid=1279 vsize=13801768 CPUtime=4.4 cores=1,3,5,7,9,11,13,15
/proc/1280/task/1308/stat : 1308 (java) S 1279 1279 15196 0 -1 1077944384 258 0 0 0 440 0 0 0 20 0 28 0 4315320 14133010432 74172 33554432000 4194304 4196468 140735159909712 140444941723088 140445638457045 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22888448 140735159915708 140735159915884 140735159915884 140735159918543 0
Current children cumulated CPU time (s) 46.51
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 6.45693
CPU time (s): 46.5788
CPU user time (s): 46.3366
CPU system time (s): 0.242224
CPU usage (%): 721.378
Max. virtual memory (cumulated for all children) (KiB): 13816040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.3366
system time used= 0.242224
maximum resident set size= 296908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62425
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5210
involuntary context switches= 4141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.078855 second user time and 0.086629 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-22 04:28:21
IDJOB=4247555
IDBENCH=127922
IDSOLVER=2626
FILE ID=node145/4247555-1500690501
RUNJOBID= node145-1500682809-15228
PBS_JOBID= 20623333
Free space on /tmp= 61856 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-129.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-4247555-1500690501/watcher-4247555-1500690501 -o /tmp/evaluation-result-4247555-1500690501/solver-4247555-1500690501 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500682809-15228 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2182755 HOME/instance-4247555-1500690501.xml

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

MD5SUM BENCH= 98286cf95bf5397e70229f7335ae5343
RANDOM SEED=2182755

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

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

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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		: 2267.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:        31708544 kB
MemAvailable:   31773236 kB
Buffers:          131844 kB
Cached:           204908 kB
SwapCached:            0 kB
Active:           427736 kB
Inactive:         182744 kB
Active(anon):     217280 kB
Inactive(anon):    67832 kB
Active(file):     210456 kB
Inactive(file):   114912 kB
Unevictable:        5808 kB
Mlocked:            5808 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7840 kB
Writeback:             0 kB
AnonPages:        276796 kB
Mapped:            43108 kB
Shmem:              8852 kB
Slab:             145064 kB
SReclaimable:     110316 kB
SUnreclaim:        34748 kB
KernelStack:        4704 kB
PageTables:         5948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1161920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61848 MiB
End job on node145 at 2017-07-22 04:28:28