Trace number 4262514

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
Concrete 3.4SAT 13.3283 5.5075898

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-46.xml
MD5SUMb0e0e0cbf2af4f13cc216adaf1c260a3
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 benchmark0.064185001
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints433
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree6
Maximum variable degree27
Distribution of variable degrees[{"degree":6,"count":1},{"degree":9,"count":2},{"degree":10,"count":1},{"degree":11,"count":3},{"degree":12,"count":5},{"degree":13,"count":5},{"degree":14,"count":1},{"degree":15,"count":3},{"degree":16,"count":2},{"degree":17,"count":1},{"degree":18,"count":4},{"degree":19,"count":2},{"degree":20,"count":5},{"degree":21,"count":2},{"degree":22,"count":5},{"degree":23,"count":2},{"degree":25,"count":1},{"degree":26,"count":2},{"degree":27,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":433}]
Number of extensional constraints433
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":433}]
Optimization problemNO
Type of objective

Solver Data

3.20/2.18	c Concrete v3.4 running
13.14/5.48	v <instantiation>
13.14/5.48	v       <list>
13.14/5.48	v         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] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
13.14/5.48	v       </list>
13.14/5.48	v       <values>
13.14/5.48	v         12 5 12 17 11 3 17 13 6 6 19 19 12 6 5 7 14 12 7 19 15 4 15 20 11 4 18 1 2 15 17 20 13 12 9 3 20 9 2 14 10 6 13 1 4 1 16 19 6 7
13.14/5.48	v       </values>
13.14/5.48	v     </instantiation>
13.14/5.48	s SATISFIABLE

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-4262514-1502440840/watcher-4262514-1502440840 -o /tmp/evaluation-result-4262514-1502440840/solver-4262514-1502440840 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19682 --watchdog 2580 bin/concrete HOME/instance-4262514-1502440840.xml 

pid=27351
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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: 2.07 1.77 1.61 3/195 27354
/proc/meminfo: memFree=30581320/32770624 swapFree=0/542052
[pid=27354] ppid=27351 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/27354/stat : 27354 (runsolver) D 27351 27354 19618 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 46277523 24240128 107 18446744073709551615 4194304 4338465 140734455923232 140734455920872 140537014944471 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 16973824 140734455926992 140734455927369 140734455927369 140734455930826 0
/proc/27354/statm: 5918 107 54 36 0 2156 0

[startup+0.10035 s]
/proc/loadavg: 2.07 1.77 1.61 3/195 27354
/proc/meminfo: memFree=30581320/32770624 swapFree=0/542052
[pid=27354] ppid=27351 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/27354/stat : 27354 (bash) S 27351 27354 19618 0 -1 4202496 716 3530 0 0 0 0 0 0 20 0 1 0 46277523 9736192 355 18446744073709551615 4194304 5098028 140736817075440 140736817073080 140669090507776 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 12255232 140736817082900 140736817082985 140736817082985 140736817086442 0
/proc/27354/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.20028 s]
/proc/loadavg: 2.07 1.77 1.61 3/195 27354
/proc/meminfo: memFree=30581320/32770624 swapFree=0/542052
[pid=27354] ppid=27351 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/27354/stat : 27354 (bash) S 27351 27354 19618 0 -1 4202496 896 6477 0 0 0 0 0 1 20 0 1 0 46277523 9867264 377 18446744073709551615 4194304 5098028 140736817075440 140736817069448 140669090507776 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 12255232 140736817082900 140736817082985 140736817082985 140736817086442 0
/proc/27354/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300354 s]
/proc/loadavg: 2.07 1.77 1.61 3/195 27354
/proc/meminfo: memFree=30581320/32770624 swapFree=0/542052
[pid=27354] ppid=27351 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/27354/stat : 27354 (java) S 27351 27354 19618 0 -1 1077944320 5860 12583 0 0 5 1 5 3 20 0 14 0 46277523 14241083392 5550 18446744073709551615 4194304 4196468 140730102874848 140730102857392 140496428494583 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
/proc/27354/statm: 3476827 5550 2650 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700275 s]
/proc/loadavg: 2.07 1.77 1.61 3/195 27354
/proc/meminfo: memFree=30581320/32770624 swapFree=0/542052
[pid=27354] ppid=27351 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/27354/stat : 27354 (java) S 27351 27354 19618 0 -1 1077944320 13916 12583 0 0 58 4 5 3 20 0 15 0 46277523 14310178816 14833 18446744073709551615 4194304 4196468 140730102874848 140730102857392 140496428494583 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
/proc/27354/statm: 3493696 14833 3130 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50106 s]
/proc/loadavg: 2.07 1.77 1.61 4/210 27417
/proc/meminfo: memFree=30487536/32770624 swapFree=0/542096
[pid=27354] ppid=27351 vsize=13985408 CPUtime=1.92 cores=1,3,5,7
/proc/27354/stat : 27354 (java) S 27351 27354 19618 0 -1 1077944320 29903 12583 0 0 175 9 5 3 20 0 15 0 46277523 14321057792 42600 18446744073709551615 4194304 4196468 140730102874848 140730102857392 140496428494583 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
/proc/27354/statm: 3496352 42600 3368 1 0 3485525 0
[pid=27354/tid=27404] ppid=27351 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/27354/task/27404/stat : 27404 (java) S 27351 27354 19618 0 -1 1077944384 22628 12583 0 0 116 5 5 3 20 0 15 0 46277544 14321057792 42600 18446744073709551615 4194304 4196468 140730102874848 140496432721968 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27405] ppid=27351 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27405/stat : 27405 (java) S 27351 27354 19618 0 -1 1077944384 57 12583 0 0 0 0 5 3 20 0 15 0 46277544 14321057792 42600 18446744073709551615 4194304 4196468 140730102874848 140496370441104 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27406] ppid=27351 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/27354/task/27406/stat : 27406 (java) S 27351 27354 19618 0 -1 1077944384 60 12583 0 0 1 0 5 3 20 0 15 0 46277544 14321057792 42600 18446744073709551615 4194304 4196468 140730102874848 140496369388304 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27407] ppid=27351 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/27354/task/27407/stat : 27407 (java) S 27351 27354 19618 0 -1 1077944384 39 12583 0 0 1 0 5 3 20 0 15 0 46277544 14321057792 42600 18446744073709551615 4194304 4196468 140730102874848 140496368336016 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27408] ppid=27351 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/27354/task/27408/stat : 27408 (java) S 27351 27354 19618 0 -1 1077944384 209 12583 0 0 1 0 5 3 20 0 15 0 46277544 14321057792 42600 18446744073709551615 4194304 4196468 140730102874848 140496367283216 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27409] ppid=27351 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/27354/task/27409/stat : 27409 (java) S 27351 27354 19618 0 -1 1077944384 1513 12583 0 0 1 0 5 3 20 0 15 0 46277546 14321057792 42600 18446744073709551615 4194304 4196468 140730102874848 140495974238320 140496428505730 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27410] ppid=27351 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27410/stat : 27410 (java) S 27351 27354 19618 0 -1 1077944384 54 12583 0 0 0 0 5 3 20 0 15 0 46277546 14321057792 42600 18446744073709551615 4194304 4196468 140730102874848 140495973184352 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27411] ppid=27351 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27411/stat : 27411 (java) R 27351 27354 19618 0 -1 4202560 44 12583 0 0 0 0 5 3 20 0 15 0 46277546 14321057792 42600 18446744073709551615 4194304 4196468 140730102874848 140495972130768 140496047584658 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27412] ppid=27351 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27412/stat : 27412 (java) S 27351 27354 19618 0 -1 1077944384 3 12583 0 0 0 0 5 3 20 0 15 0 46277549 14321057792 42600 18446744073709551615 4194304 4196468 140730102874848 140495971080272 140496428513179 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27413] ppid=27351 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/27354/task/27413/stat : 27413 (java) S 27351 27354 19618 0 -1 1077944384 1294 12583 0 0 15 0 5 3 20 0 15 0 46277549 14321057792 42600 18446744073709551615 4194304 4196468 140730102874848 140495970028144 140496428505730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27414] ppid=27351 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/27354/task/27414/stat : 27414 (java) R 27351 27354 19618 0 -1 1077944384 468 12583 0 0 12 0 5 3 20 0 15 0 46277549 14321057792 42600 18446744073709551615 4194304 4196468 140730102874848 140495968975344 140496428505730 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27415] ppid=27351 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/27354/task/27415/stat : 27415 (java) R 27351 27354 19618 0 -1 4202560 1374 12583 0 0 23 0 5 3 20 0 15 0 46277549 14321057792 42600 18446744073709551615 4194304 4196468 140730102874848 140495967918928 140496421591419 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27416] ppid=27351 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27416/stat : 27416 (java) S 27351 27354 19618 0 -1 1077944384 3 12583 0 0 0 0 5 3 20 0 15 0 46277549 14321057792 42600 18446744073709551615 4194304 4196468 140730102874848 140495966870496 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27417] ppid=27351 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27417/stat : 27417 (java) S 27351 27354 19618 0 -1 1077944384 8 12583 0 0 0 0 5 3 20 0 15 0 46277553 14321057792 42600 18446744073709551615 4194304 4196468 140730102874848 140495965817264 140496428505730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 13985408

[startup+3.10067 s]
/proc/loadavg: 2.07 1.77 1.61 4/210 27417
/proc/meminfo: memFree=30415464/32770624 swapFree=0/542096
[pid=27354] ppid=27351 vsize=13997884 CPUtime=5.86 cores=1,3,5,7
/proc/27354/stat : 27354 (java) S 27351 27354 19618 0 -1 1077944320 49205 12583 0 0 564 14 5 3 20 0 15 0 46277523 14333833216 66265 18446744073709551615 4194304 4196468 140730102874848 140730102857392 140496428494583 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
/proc/27354/statm: 3499471 66265 3451 1 0 3488085 0
[pid=27354/tid=27404] ppid=27351 vsize=13997884 CPUtime=2.89 cores=1,3,5,7
/proc/27354/task/27404/stat : 27404 (java) R 27351 27354 19618 0 -1 4202560 34448 12583 0 0 273 8 5 3 20 0 15 0 46277544 14333833216 66265 18446744073709551615 4194304 4196468 140730102874848 140496432728320 140496428506518 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27405] ppid=27351 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27405/stat : 27405 (java) S 27351 27354 19618 0 -1 1077944384 57 12583 0 0 0 0 5 3 20 0 15 0 46277544 14333833216 66282 18446744073709551615 4194304 4196468 140730102874848 140496370441104 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27406] ppid=27351 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/27354/task/27406/stat : 27406 (java) S 27351 27354 19618 0 -1 1077944384 60 12583 0 0 1 0 5 3 20 0 15 0 46277544 14333833216 66282 18446744073709551615 4194304 4196468 140730102874848 140496369388304 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27407] ppid=27351 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/27354/task/27407/stat : 27407 (java) S 27351 27354 19618 0 -1 1077944384 39 12583 0 0 1 0 5 3 20 0 15 0 46277544 14333833216 66282 18446744073709551615 4194304 4196468 140730102874848 140496368336016 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27408] ppid=27351 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/27354/task/27408/stat : 27408 (java) S 27351 27354 19618 0 -1 1077944384 209 12583 0 0 1 0 5 3 20 0 15 0 46277544 14333833216 66282 18446744073709551615 4194304 4196468 140730102874848 140496367283216 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27409] ppid=27351 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/27354/task/27409/stat : 27409 (java) S 27351 27354 19618 0 -1 1077944384 1542 12583 0 0 1 0 5 3 20 0 15 0 46277546 14333833216 66282 18446744073709551615 4194304 4196468 140730102874848 140495974238320 140496428505730 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27410] ppid=27351 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27410/stat : 27410 (java) S 27351 27354 19618 0 -1 1077944384 54 12583 0 0 0 0 5 3 20 0 15 0 46277546 14333833216 66282 18446744073709551615 4194304 4196468 140730102874848 140495973184352 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27411] ppid=27351 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27411/stat : 27411 (java) S 27351 27354 19618 0 -1 1077944384 44 12583 0 0 0 0 5 3 20 0 15 0 46277546 14333833216 66282 18446744073709551615 4194304 4196468 140730102874848 140495972131968 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27412] ppid=27351 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27412/stat : 27412 (java) S 27351 27354 19618 0 -1 1077944384 3 12583 0 0 0 0 5 3 20 0 15 0 46277549 14333833216 66282 18446744073709551615 4194304 4196468 140730102874848 140495971080272 140496428513179 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27413] ppid=27351 vsize=13997884 CPUtime=0.94 cores=1,3,5,7
/proc/27354/task/27413/stat : 27413 (java) R 27351 27354 19618 0 -1 4202560 2740 12583 0 0 85 1 5 3 20 0 15 0 46277549 14333833216 66282 18446744073709551615 4194304 4196468 140730102874848 140495970002112 140496410038771 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27414] ppid=27351 vsize=13997884 CPUtime=1.1 cores=1,3,5,7
/proc/27354/task/27414/stat : 27414 (java) R 27351 27354 19618 0 -1 4202560 3756 12583 0 0 102 0 5 3 20 0 15 0 46277549 14333833216 66282 18446744073709551615 4194304 4196468 140730102874848 140495968952704 140496409902462 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27415] ppid=27351 vsize=13997884 CPUtime=1.05 cores=1,3,5,7
/proc/27354/task/27415/stat : 27415 (java) S 27351 27354 19618 0 -1 1077944384 4085 12583 0 0 96 1 5 3 20 0 15 0 46277549 14333833216 66282 18446744073709551615 4194304 4196468 140730102874848 140495967923056 140496428505730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27416] ppid=27351 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27416/stat : 27416 (java) S 27351 27354 19618 0 -1 1077944384 3 12583 0 0 0 0 5 3 20 0 15 0 46277549 14333833216 66282 18446744073709551615 4194304 4196468 140730102874848 140495966870496 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27417] ppid=27351 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27417/stat : 27417 (java) S 27351 27354 19618 0 -1 1077944384 11 12583 0 0 0 0 5 3 20 0 15 0 46277553 14333833216 66282 18446744073709551615 4194304 4196468 140730102874848 140495965817264 140496428505730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 13997884

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

[startup+3.2009 s]
/proc/loadavg: 2.07 1.77 1.61 4/210 27417
/proc/meminfo: memFree=30415464/32770624 swapFree=0/542096
[pid=27354] ppid=27351 vsize=13997884 CPUtime=6.19 cores=1,3,5,7
/proc/27354/stat : 27354 (java) S 27351 27354 19618 0 -1 1077944320 49341 12583 0 0 597 14 5 3 20 0 15 0 46277523 14333833216 70432 18446744073709551615 4194304 4196468 140730102874848 140730102857392 140496428494583 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
/proc/27354/statm: 3499471 70432 3451 1 0 3488085 0
[pid=27354/tid=27404] ppid=27351 vsize=13997884 CPUtime=2.98 cores=1,3,5,7
/proc/27354/task/27404/stat : 27404 (java) R 27351 27354 19618 0 -1 4202560 34466 12583 0 0 282 8 5 3 20 0 15 0 46277544 14333833216 70432 18446744073709551615 4194304 4196468 140730102874848 140496432726416 140496056687436 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27405] ppid=27351 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27405/stat : 27405 (java) S 27351 27354 19618 0 -1 1077944384 57 12583 0 0 0 0 5 3 20 0 15 0 46277544 14333833216 70432 18446744073709551615 4194304 4196468 140730102874848 140496370441104 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27406] ppid=27351 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/27354/task/27406/stat : 27406 (java) S 27351 27354 19618 0 -1 1077944384 60 12583 0 0 1 0 5 3 20 0 15 0 46277544 14333833216 70432 18446744073709551615 4194304 4196468 140730102874848 140496369388304 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27407] ppid=27351 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/27354/task/27407/stat : 27407 (java) S 27351 27354 19618 0 -1 1077944384 39 12583 0 0 1 0 5 3 20 0 15 0 46277544 14333833216 70432 18446744073709551615 4194304 4196468 140730102874848 140496368336016 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27408] ppid=27351 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/27354/task/27408/stat : 27408 (java) S 27351 27354 19618 0 -1 1077944384 209 12583 0 0 1 0 5 3 20 0 15 0 46277544 14333833216 70432 18446744073709551615 4194304 4196468 140730102874848 140496367283216 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27409] ppid=27351 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/27354/task/27409/stat : 27409 (java) S 27351 27354 19618 0 -1 1077944384 1543 12583 0 0 1 0 5 3 20 0 15 0 46277546 14333833216 70432 18446744073709551615 4194304 4196468 140730102874848 140495974238320 140496428505730 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27410] ppid=27351 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27410/stat : 27410 (java) S 27351 27354 19618 0 -1 1077944384 54 12583 0 0 0 0 5 3 20 0 15 0 46277546 14333833216 70432 18446744073709551615 4194304 4196468 140730102874848 140495973184352 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27411] ppid=27351 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27411/stat : 27411 (java) S 27351 27354 19618 0 -1 1077944384 44 12583 0 0 0 0 5 3 20 0 15 0 46277546 14333833216 70432 18446744073709551615 4194304 4196468 140730102874848 140495972131968 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27412] ppid=27351 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27412/stat : 27412 (java) S 27351 27354 19618 0 -1 1077944384 3 12583 0 0 0 0 5 3 20 0 15 0 46277549 14333833216 70432 18446744073709551615 4194304 4196468 140730102874848 140495971080272 140496428513179 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27413] ppid=27351 vsize=13997884 CPUtime=1.04 cores=1,3,5,7
/proc/27354/task/27413/stat : 27413 (java) R 27351 27354 19618 0 -1 4202560 2774 12583 0 0 95 1 5 3 20 0 15 0 46277549 14333833216 70432 18446744073709551615 4194304 4196468 140730102874848 140495970016816 140496411993949 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27414] ppid=27351 vsize=13997884 CPUtime=1.2 cores=1,3,5,7
/proc/27354/task/27414/stat : 27414 (java) R 27351 27354 19618 0 -1 4202560 3792 12583 0 0 112 0 5 3 20 0 15 0 46277549 14333833216 70432 18446744073709551615 4194304 4196468 140730102874848 140495968975472 140496411881142 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27415] ppid=27351 vsize=13997884 CPUtime=1.08 cores=1,3,5,7
/proc/27354/task/27415/stat : 27415 (java) S 27351 27354 19618 0 -1 1077944384 4129 12583 0 0 99 1 5 3 20 0 15 0 46277549 14333833216 70432 18446744073709551615 4194304 4196468 140730102874848 140495967923056 140496428505730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27416] ppid=27351 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27416/stat : 27416 (java) S 27351 27354 19618 0 -1 1077944384 3 12583 0 0 0 0 5 3 20 0 15 0 46277549 14333833216 70432 18446744073709551615 4194304 4196468 140730102874848 140495966870496 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27417] ppid=27351 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27417/stat : 27417 (java) S 27351 27354 19618 0 -1 1077944384 13 12583 0 0 0 0 5 3 20 0 15 0 46277553 14333833216 70432 18446744073709551615 4194304 4196468 140730102874848 140495965817264 140496428505730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 13997884

[startup+4.80064 s]
/proc/loadavg: 2.31 1.82 1.63 6/210 27417
/proc/meminfo: memFree=30283516/32770624 swapFree=0/542088
[pid=27354] ppid=27351 vsize=14067516 CPUtime=11.36 cores=1,3,5,7
/proc/27354/stat : 27354 (java) S 27351 27354 19618 0 -1 1077944320 67398 12583 0 0 1110 18 5 3 20 0 15 0 46277523 14405136384 90365 18446744073709551615 4194304 4196468 140730102874848 140730102857392 140496428494583 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
/proc/27354/statm: 3516879 90365 3460 1 0 3505493 0
[pid=27354/tid=27404] ppid=27351 vsize=14067516 CPUtime=4.5 cores=1,3,5,7
/proc/27354/task/27404/stat : 27404 (java) R 27351 27354 19618 0 -1 4202560 45631 12583 0 0 432 10 5 3 20 0 15 0 46277544 14405136384 90365 18446744073709551615 4194304 4196468 140730102874848 140496432727040 140496061185799 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27405] ppid=27351 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/27354/task/27405/stat : 27405 (java) S 27351 27354 19618 0 -1 1077944384 108 12583 0 0 2 0 5 3 20 0 15 0 46277544 14405136384 90365 18446744073709551615 4194304 4196468 140730102874848 140496370441104 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27406] ppid=27351 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/27354/task/27406/stat : 27406 (java) S 27351 27354 19618 0 -1 1077944384 166 12583 0 0 4 0 5 3 20 0 15 0 46277544 14405136384 90365 18446744073709551615 4194304 4196468 140730102874848 140496369388304 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27407] ppid=27351 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/27354/task/27407/stat : 27407 (java) S 27351 27354 19618 0 -1 1077944384 48 12583 0 0 4 0 5 3 20 0 15 0 46277544 14405136384 90365 18446744073709551615 4194304 4196468 140730102874848 140496368336016 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27408] ppid=27351 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/27354/task/27408/stat : 27408 (java) S 27351 27354 19618 0 -1 1077944384 224 12583 0 0 4 0 5 3 20 0 15 0 46277544 14405136384 90365 18446744073709551615 4194304 4196468 140730102874848 140496367283216 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27409] ppid=27351 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/27354/task/27409/stat : 27409 (java) S 27351 27354 19618 0 -1 1077944384 2233 12583 0 0 4 0 5 3 20 0 15 0 46277546 14405136384 90365 18446744073709551615 4194304 4196468 140730102874848 140495974238320 140496428505730 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27410] ppid=27351 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27410/stat : 27410 (java) S 27351 27354 19618 0 -1 1077944384 54 12583 0 0 0 0 5 3 20 0 15 0 46277546 14405136384 90365 18446744073709551615 4194304 4196468 140730102874848 140495973184352 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27411] ppid=27351 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27411/stat : 27411 (java) S 27351 27354 19618 0 -1 1077944384 44 12583 0 0 0 0 5 3 20 0 15 0 46277546 14405136384 90365 18446744073709551615 4194304 4196468 140730102874848 140495972131968 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27412] ppid=27351 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27412/stat : 27412 (java) S 27351 27354 19618 0 -1 1077944384 3 12583 0 0 0 0 5 3 20 0 15 0 46277549 14405136384 90365 18446744073709551615 4194304 4196468 140730102874848 140495971080272 140496428513179 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27413] ppid=27351 vsize=14067516 CPUtime=2.54 cores=1,3,5,7
/proc/27354/task/27413/stat : 27413 (java) R 27351 27354 19618 0 -1 4202560 5409 12583 0 0 245 1 5 3 20 0 15 0 46277549 14405136384 90365 18446744073709551615 4194304 4196468 140730102874848 140495970008952 140496410015435 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27414] ppid=27351 vsize=14067516 CPUtime=2.7 cores=1,3,5,7
/proc/27354/task/27414/stat : 27414 (java) R 27351 27354 19618 0 -1 4202560 5715 12583 0 0 261 1 5 3 20 0 15 0 46277549 14405136384 90365 18446744073709551615 4194304 4196468 140730102874848 140495968958976 140496411991323 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27415] ppid=27351 vsize=14067516 CPUtime=1.59 cores=1,3,5,7
/proc/27354/task/27415/stat : 27415 (java) S 27351 27354 19618 0 -1 1077944384 5591 12583 0 0 149 2 5 3 20 0 15 0 46277549 14405136384 90365 18446744073709551615 4194304 4196468 140730102874848 140495967923056 140496428505730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27416] ppid=27351 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27416/stat : 27416 (java) S 27351 27354 19618 0 -1 1077944384 3 12583 0 0 0 0 5 3 20 0 15 0 46277549 14405136384 90365 18446744073709551615 4194304 4196468 140730102874848 140495966870496 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27417] ppid=27351 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27417/stat : 27417 (java) S 27351 27354 19618 0 -1 1077944384 14 12583 0 0 0 0 5 3 20 0 15 0 46277553 14405136384 90365 18446744073709551615 4194304 4196468 140730102874848 140495965817264 140496428505730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 14067516

[startup+5.2013 s]
/proc/loadavg: 2.31 1.82 1.63 6/210 27417
/proc/meminfo: memFree=30283516/32770624 swapFree=0/542088
[pid=27354] ppid=27351 vsize=14067516 CPUtime=12.62 cores=1,3,5,7
/proc/27354/stat : 27354 (java) S 27351 27354 19618 0 -1 1077944320 68283 12583 0 0 1236 18 5 3 20 0 15 0 46277523 14405136384 91016 18446744073709551615 4194304 4196468 140730102874848 140730102857392 140496428494583 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
/proc/27354/statm: 3516879 91016 3462 1 0 3505493 0
[pid=27354/tid=27404] ppid=27351 vsize=14067516 CPUtime=4.9 cores=1,3,5,7
/proc/27354/task/27404/stat : 27404 (java) R 27351 27354 19618 0 -1 4202560 45673 12583 0 0 472 10 5 3 20 0 15 0 46277544 14405136384 91016 18446744073709551615 4194304 4196468 140730102874848 140496432725176 140496062127746 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27405] ppid=27351 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/27354/task/27405/stat : 27405 (java) S 27351 27354 19618 0 -1 1077944384 108 12583 0 0 2 0 5 3 20 0 15 0 46277544 14405136384 91016 18446744073709551615 4194304 4196468 140730102874848 140496370441104 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27406] ppid=27351 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/27354/task/27406/stat : 27406 (java) S 27351 27354 19618 0 -1 1077944384 166 12583 0 0 4 0 5 3 20 0 15 0 46277544 14405136384 91016 18446744073709551615 4194304 4196468 140730102874848 140496369388304 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27407] ppid=27351 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/27354/task/27407/stat : 27407 (java) S 27351 27354 19618 0 -1 1077944384 48 12583 0 0 4 0 5 3 20 0 15 0 46277544 14405136384 91016 18446744073709551615 4194304 4196468 140730102874848 140496368336016 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27408] ppid=27351 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/27354/task/27408/stat : 27408 (java) S 27351 27354 19618 0 -1 1077944384 224 12583 0 0 4 0 5 3 20 0 15 0 46277544 14405136384 91016 18446744073709551615 4194304 4196468 140730102874848 140496367283216 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27409] ppid=27351 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/27354/task/27409/stat : 27409 (java) S 27351 27354 19618 0 -1 1077944384 2236 12583 0 0 4 0 5 3 20 0 15 0 46277546 14405136384 91016 18446744073709551615 4194304 4196468 140730102874848 140495974238320 140496428505730 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27410] ppid=27351 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27410/stat : 27410 (java) S 27351 27354 19618 0 -1 1077944384 54 12583 0 0 0 0 5 3 20 0 15 0 46277546 14405136384 91016 18446744073709551615 4194304 4196468 140730102874848 140495973184352 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27411] ppid=27351 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27411/stat : 27411 (java) S 27351 27354 19618 0 -1 1077944384 44 12583 0 0 0 0 5 3 20 0 15 0 46277546 14405136384 91016 18446744073709551615 4194304 4196468 140730102874848 140495972131968 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27412] ppid=27351 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27412/stat : 27412 (java) S 27351 27354 19618 0 -1 1077944384 3 12583 0 0 0 0 5 3 20 0 15 0 46277549 14405136384 91016 18446744073709551615 4194304 4196468 140730102874848 140495971080272 140496428513179 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27413] ppid=27351 vsize=14067516 CPUtime=2.94 cores=1,3,5,7
/proc/27354/task/27413/stat : 27413 (java) R 27351 27354 19618 0 -1 4202560 5791 12583 0 0 285 1 5 3 20 0 15 0 46277549 14405136384 91016 18446744073709551615 4194304 4196468 140730102874848 140495970018976 140496409194041 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27414] ppid=27351 vsize=14067516 CPUtime=3.1 cores=1,3,5,7
/proc/27354/task/27414/stat : 27414 (java) R 27351 27354 19618 0 -1 4202560 6090 12583 0 0 301 1 5 3 20 0 15 0 46277549 14405136384 91016 18446744073709551615 4194304 4196468 140730102874848 140495968968536 140496407749999 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27415] ppid=27351 vsize=14067516 CPUtime=1.65 cores=1,3,5,7
/proc/27354/task/27415/stat : 27415 (java) S 27351 27354 19618 0 -1 1077944384 5674 12583 0 0 155 2 5 3 20 0 15 0 46277549 14405136384 91016 18446744073709551615 4194304 4196468 140730102874848 140495967923056 140496428505730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27416] ppid=27351 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27416/stat : 27416 (java) S 27351 27354 19618 0 -1 1077944384 3 12583 0 0 0 0 5 3 20 0 15 0 46277549 14405136384 91016 18446744073709551615 4194304 4196468 140730102874848 140495966870496 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27417] ppid=27351 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27417/stat : 27417 (java) S 27351 27354 19618 0 -1 1077944384 14 12583 0 0 0 0 5 3 20 0 15 0 46277553 14405136384 91016 18446744073709551615 4194304 4196468 140730102874848 140495965817264 140496428505730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 14067516

[startup+5.40067 s]
/proc/loadavg: 2.31 1.82 1.63 6/210 27417
/proc/meminfo: memFree=30283516/32770624 swapFree=0/542088
[pid=27354] ppid=27351 vsize=14067516 CPUtime=13.14 cores=1,3,5,7
/proc/27354/stat : 27354 (java) S 27351 27354 19618 0 -1 1077944320 68982 12583 0 0 1287 19 5 3 20 0 15 0 46277523 14405136384 92398 18446744073709551615 4194304 4196468 140730102874848 140730102857392 140496428494583 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
/proc/27354/statm: 3516879 92398 3469 1 0 3505493 0
[pid=27354/tid=27404] ppid=27351 vsize=14067516 CPUtime=4.96 cores=1,3,5,7
/proc/27354/task/27404/stat : 27404 (java) S 27351 27354 19618 0 -1 1077944384 45703 12583 0 0 478 10 5 3 20 0 15 0 46277544 14405136384 92398 18446744073709551615 4194304 4196468 140730102874848 140496432732128 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27405] ppid=27351 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/27354/task/27405/stat : 27405 (java) S 27351 27354 19618 0 -1 1077944384 123 12583 0 0 9 0 5 3 20 0 15 0 46277544 14405136384 92398 18446744073709551615 4194304 4196468 140730102874848 140496370441104 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27406] ppid=27351 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/27354/task/27406/stat : 27406 (java) S 27351 27354 19618 0 -1 1077944384 186 12583 0 0 11 0 5 3 20 0 15 0 46277544 14405136384 92398 18446744073709551615 4194304 4196468 140730102874848 140496369388304 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27407] ppid=27351 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/27354/task/27407/stat : 27407 (java) S 27351 27354 19618 0 -1 1077944384 84 12583 0 0 11 0 5 3 20 0 15 0 46277544 14405136384 92398 18446744073709551615 4194304 4196468 140730102874848 140496368336016 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27408] ppid=27351 vsize=14067516 CPUtime=0.2 cores=1,3,5,7
/proc/27354/task/27408/stat : 27408 (java) S 27351 27354 19618 0 -1 1077944384 660 12583 0 0 12 0 5 3 20 0 15 0 46277544 14405136384 92398 18446744073709551615 4194304 4196468 140730102874848 140496367283216 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27409] ppid=27351 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/27354/task/27409/stat : 27409 (java) R 27351 27354 19618 0 -1 4202560 2284 12583 0 0 10 0 5 3 20 0 15 0 46277546 14405136384 92398 18446744073709551615 4194304 4196468 140730102874848 140495974236720 140496414185924 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27410] ppid=27351 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27410/stat : 27410 (java) S 27351 27354 19618 0 -1 1077944384 54 12583 0 0 0 0 5 3 20 0 15 0 46277546 14405136384 92398 18446744073709551615 4194304 4196468 140730102874848 140495973183984 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27411] ppid=27351 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27411/stat : 27411 (java) S 27351 27354 19618 0 -1 1077944384 45 12583 0 0 0 0 5 3 20 0 15 0 46277546 14405136384 92398 18446744073709551615 4194304 4196468 140730102874848 140495972131824 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27412] ppid=27351 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27412/stat : 27412 (java) S 27351 27354 19618 0 -1 1077944384 3 12583 0 0 0 0 5 3 20 0 15 0 46277549 14405136384 92398 18446744073709551615 4194304 4196468 140730102874848 140495971080272 140496428513179 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27413] ppid=27351 vsize=14067516 CPUtime=2.98 cores=1,3,5,7
/proc/27354/task/27413/stat : 27413 (java) S 27351 27354 19618 0 -1 1077944384 5871 12583 0 0 289 1 5 3 20 0 15 0 46277549 14405136384 92398 18446744073709551615 4194304 4196468 140730102874848 140495970028144 140496428505730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27414] ppid=27351 vsize=14067516 CPUtime=3.14 cores=1,3,5,7
/proc/27354/task/27414/stat : 27414 (java) S 27351 27354 19618 0 -1 1077944384 6108 12583 0 0 305 1 5 3 20 0 15 0 46277549 14405136384 92398 18446744073709551615 4194304 4196468 140730102874848 140495968959280 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27415] ppid=27351 vsize=14067516 CPUtime=1.66 cores=1,3,5,7
/proc/27354/task/27415/stat : 27415 (java) S 27351 27354 19618 0 -1 1077944384 5688 12583 0 0 156 2 5 3 20 0 15 0 46277549 14405136384 92398 18446744073709551615 4194304 4196468 140730102874848 140495967923056 140496428505730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27416] ppid=27351 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27416/stat : 27416 (java) S 27351 27354 19618 0 -1 1077944384 3 12583 0 0 0 0 5 3 20 0 15 0 46277549 14405136384 92398 18446744073709551615 4194304 4196468 140730102874848 140495966870496 140496428504789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
[pid=27354/tid=27417] ppid=27351 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27354/task/27417/stat : 27417 (java) S 27351 27354 19618 0 -1 1077944384 15 12583 0 0 0 0 5 3 20 0 15 0 46277553 14405136384 92398 18446744073709551615 4194304 4196468 140730102874848 140495965817264 140496428505730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140730102876112 140730102878897 140730102878897 140730102882255 0
Current children cumulated CPU time (s) 13.14
Current children cumulated vsize (KiB) 14067516

[startup+5.50073 s]
/proc/loadavg: 2.31 1.82 1.63 3/197 27419
/proc/meminfo: memFree=30479660/32770624 swapFree=0/542088
[pid=27354] ppid=27351 vsize=0 CPUtime=13.32 cores=1,3,5,7
/proc/27354/stat : 27354 (java) Z 27351 27354 19618 0 -1 4227084 69280 12583 0 0 1303 21 5 3 20 0 2 0 46277523 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/27354/statm: 0 0 0 0 0 0 0
[pid=27354/tid=27406] ppid=27351 vsize=0 CPUtime=0.21 cores=1,3,5,7
/proc/27354/task/27406/stat : 27406 (java) R 27351 27354 19618 0 -1 4203588 186 12583 0 0 12 1 5 3 20 0 2 0 46277544 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 3 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 13.32
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 5.50759
CPU time (s): 13.3283
CPU user time (s): 13.0852
CPU system time (s): 0.2431
CPU usage (%): 241.999
Max. virtual memory (cumulated for all children) (KiB): 14067516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.0852
system time used= 0.2431
maximum resident set size= 372660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81863
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6228
involuntary context switches= 62

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026411 second user time and 0.038403 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 10:26:33
IDJOB=4262514
IDBENCH=126112
IDSOLVER=2650
FILE ID=node127/4262514-1502440840
RUNJOBID= node127-1502411410-19682
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QRandom/QRandom-geometric-rw/geometric-50-20-d4-75-46.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262514-1502440840/watcher-4262514-1502440840 -o /tmp/evaluation-result-4262514-1502440840/solver-4262514-1502440840 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19682 --watchdog 2580  bin/concrete HOME/instance-4262514-1502440840.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b0e0e0cbf2af4f13cc216adaf1c260a3
RANDOM SEED=107415039

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30582716 kB
MemAvailable:   31370528 kB
Buffers:          249320 kB
Cached:           829404 kB
SwapCached:            0 kB
Active:          1197644 kB
Inactive:         566700 kB
Active(anon):     686480 kB
Inactive(anon):    24908 kB
Active(file):     511164 kB
Inactive(file):   541792 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24832 kB
Writeback:             8 kB
AnonPages:        687992 kB
Mapped:            54460 kB
Shmem:             25252 kB
Slab:             127344 kB
SReclaimable:     101384 kB
SUnreclaim:        25960 kB
KernelStack:        3440 kB
PageTables:         7616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1352984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    595968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node127 at 2017-08-11 10:26:39