Trace number 4245033

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: Concrete 3.4SAT 8.50278 3.77782

General information on the benchmark

NameCostasArray/CostasArray-m1-s1/
CostasArray-11.xml
MD5SUM3fcfeb53ce07eb54a5be36acb820af5a
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.128225
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints62
Number of domains2
Minimum domain size11
Maximum domain size20
Distribution of domain sizes[{"size":11,"count":11},{"size":20,"count":52}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":52},{"degree":10,"count":2},{"degree":11,"count":9}]
Minimum constraint arity3
Maximum constraint arity11
Distribution of constraint arities[{"arity":3,"count":53},{"arity":4,"count":2},{"arity":5,"count":1},{"arity":6,"count":1},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":9,"count":1},{"arity":10,"count":1},{"arity":11,"count":1}]
Number of extensional constraints0
Number of intensional constraints53
Distribution of constraint types[{"type":"intension","count":53},{"type":"allDifferent","count":9}]
Optimization problemNO
Type of objective

Solver Data

3.68/2.13	c Concrete v3.4 running
8.22/3.76	v <instantiation>
8.22/3.76	v       <list>
8.22/3.76	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] 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] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33] y[34] y[35] y[36] y[37] y[38] y[39] y[40] y[41] y[42] y[43] y[44] y[45] y[46] y[47] y[48] y[49] y[50] y[51]
8.22/3.76	v       </list>
8.22/3.76	v       <values>
8.22/3.76	v         6 9 4 8 10 11 5 2 7 3 1 -3 5 -4 -2 -1 6 3 -5 4 2 2 1 -6 -3 5 9 -2 -1 6 -2 -1 -7 3 8 4 2 1 -4 -2 -1 6 3 8 4 -5 4 2 1 7 10 1 7 -3 5 9 4 2 1 7 -1 6 3
8.22/3.76	v       </values>
8.22/3.76	v     </instantiation>
8.22/3.76	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-4245033-1500699605/watcher-4245033-1500699605 -o /tmp/evaluation-result-4245033-1500699605/solver-4245033-1500699605 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500684099-14650 --watchdog 2560 bin/concrete HOME/instance-4245033-1500699605.xml 

pid=18601
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: 2.34 2.07 1.72 3/262 18604
/proc/meminfo: memFree=30949136/32770624 swapFree=5940/258428
[pid=18604] ppid=18601 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18604/stat : 18604 (bash) S 18601 18604 14618 0 -1 4202496 687 1532 0 0 0 0 0 0 20 0 1 0 5227417 9736192 350 33554432000 4194304 5098028 140732425556800 140732425554440 140575472663552 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 40484864 140732425561358 140732425561443 140732425561443 140732425564142 0
/proc/18604/statm: 2377 350 277 221 0 86 0

[startup+0.100157 s]
/proc/loadavg: 2.34 2.07 1.72 3/262 18604
/proc/meminfo: memFree=30949136/32770624 swapFree=5940/258428
[pid=18604] ppid=18601 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18604/stat : 18604 (bash) S 18601 18604 14618 0 -1 4202496 885 6417 0 0 0 0 0 1 20 0 1 0 5227417 9871360 378 33554432000 4194304 5098028 140732425556800 140732425550808 140575472663552 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 40484864 140732425561358 140732425561443 140732425561443 140732425564142 0
/proc/18604/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200328 s]
/proc/loadavg: 2.34 2.07 1.72 3/262 18604
/proc/meminfo: memFree=30949136/32770624 swapFree=5940/258428
[pid=18604] ppid=18601 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/18604/stat : 18604 (java) S 18601 18604 14618 0 -1 1077944320 5094 12626 0 0 6 1 8 3 20 0 13 0 5227417 10686320640 5453 33554432000 4194304 4196468 140726799170720 140726799153264 140606891364087 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
/proc/18604/statm: 2608965 5453 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300356 s]
/proc/loadavg: 2.34 2.07 1.72 3/262 18604
/proc/meminfo: memFree=30949136/32770624 swapFree=5940/258428
[pid=18604] ppid=18601 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/18604/stat : 18604 (java) S 18601 18604 14618 0 -1 1077944320 7359 12626 0 0 23 2 8 3 20 0 20 0 5227417 11164049408 9033 33554432000 4194304 4196468 140726799170720 140726799153264 140606891364087 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
/proc/18604/statm: 2725598 9033 2975 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700264 s]
/proc/loadavg: 2.34 2.07 1.72 3/262 18604
/proc/meminfo: memFree=30949136/32770624 swapFree=5940/258428
[pid=18604] ppid=18601 vsize=10902720 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/18604/stat : 18604 (java) S 18601 18604 14618 0 -1 1077944320 12516 12626 0 0 79 4 8 3 20 0 20 0 5227417 11164385280 15802 33554432000 4194304 4196468 140726799170720 140726799153264 140606891364087 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
/proc/18604/statm: 2725680 15802 3179 1 0 2713890 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 10902720

[startup+1.50122 s]
/proc/loadavg: 2.34 2.07 1.72 3/282 18677
/proc/meminfo: memFree=30843848/32770624 swapFree=5940/258456
[pid=18604] ppid=18601 vsize=10913344 CPUtime=2.32 cores=1,3,5,7,9,11,13,15
/proc/18604/stat : 18604 (java) S 18601 18604 14618 0 -1 1077944320 26729 12626 0 0 207 14 8 3 20 0 20 0 5227417 11175264256 44190 33554432000 4194304 4196468 140726799170720 140726799153264 140606891364087 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
/proc/18604/statm: 2728336 44190 3408 1 0 2716450 0
[pid=18604/tid=18659] ppid=18601 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18659/stat : 18659 (java) R 18601 18604 14618 0 -1 4202560 19318 12626 0 0 126 5 8 3 20 0 20 0 5227430 11175264256 44190 33554432000 4194304 4196468 140726799170720 140606895591296 140606870954504 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18660] ppid=18601 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18660/stat : 18660 (java) S 18601 18604 14618 0 -1 1077944384 23 12626 0 0 0 0 8 3 20 0 20 0 5227431 11175264256 44190 33554432000 4194304 4196468 140726799170720 140606498007696 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18661] ppid=18601 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18661/stat : 18661 (java) S 18601 18604 14618 0 -1 1077944384 108 12626 0 0 0 0 8 3 20 0 20 0 5227431 11175264256 44190 33554432000 4194304 4196468 140726799170720 140606496954896 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18662] ppid=18601 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18662/stat : 18662 (java) S 18601 18604 14618 0 -1 1077944384 22 12626 0 0 1 0 8 3 20 0 20 0 5227431 11175264256 44190 33554432000 4194304 4196468 140726799170720 140606495902096 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18663] ppid=18601 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18663/stat : 18663 (java) S 18601 18604 14618 0 -1 1077944384 18 12626 0 0 0 0 8 3 20 0 20 0 5227431 11175264256 44190 33554432000 4194304 4196468 140726799170720 140606494849296 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18664] ppid=18601 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18664/stat : 18664 (java) S 18601 18604 14618 0 -1 1077944384 36 12626 0 0 1 0 8 3 20 0 20 0 5227431 11175264256 44190 33554432000 4194304 4196468 140726799170720 140606493797520 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18665] ppid=18601 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18665/stat : 18665 (java) S 18601 18604 14618 0 -1 1077944384 21 12626 0 0 0 0 8 3 20 0 20 0 5227431 11175264256 44190 33554432000 4194304 4196468 140726799170720 140606492744720 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18666] ppid=18601 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18666/stat : 18666 (java) S 18601 18604 14618 0 -1 1077944384 48 12626 0 0 0 0 8 3 20 0 20 0 5227431 11175264256 44190 33554432000 4194304 4196468 140726799170720 140606491691920 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18667] ppid=18601 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18667/stat : 18667 (java) S 18601 18604 14618 0 -1 1077944384 53 12626 0 0 0 0 8 3 20 0 20 0 5227431 11175264256 44194 33554432000 4194304 4196468 140726799170720 140606490639120 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18668] ppid=18601 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18668/stat : 18668 (java) S 18601 18604 14618 0 -1 1077944384 1600 12626 0 0 1 0 8 3 20 0 20 0 5227433 11175264256 44194 33554432000 4194304 4196468 140726799170720 140606433159536 140606891375234 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18669] ppid=18601 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18669/stat : 18669 (java) S 18601 18604 14618 0 -1 1077944384 54 12626 0 0 0 0 8 3 20 0 20 0 5227434 11175264256 44194 33554432000 4194304 4196468 140726799170720 140606432105568 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18670] ppid=18601 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18670/stat : 18670 (java) S 18601 18604 14618 0 -1 1077944384 44 12626 0 0 0 0 8 3 20 0 20 0 5227434 11177361408 44194 33554432000 4194304 4196468 140726799170720 140606431052672 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18671] ppid=18601 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18671/stat : 18671 (java) S 18601 18604 14618 0 -1 1077944384 1 12626 0 0 0 0 8 3 20 0 20 0 5227438 11177361408 44194 33554432000 4194304 4196468 140726799170720 140606430000976 140606891382683 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18672] ppid=18601 vsize=10915392 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18672/stat : 18672 (java) S 18601 18604 14618 0 -1 1077944384 1006 12626 0 0 14 0 8 3 20 0 20 0 5227438 11177361408 44194 33554432000 4194304 4196468 140726799170720 140606428949360 140606891375234 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18673] ppid=18601 vsize=10915392 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18673/stat : 18673 (java) S 18601 18604 14618 0 -1 1077944384 678 12626 0 0 15 0 8 3 20 0 20 0 5227438 11177361408 44194 33554432000 4194304 4196468 140726799170720 140606427896560 140606891375234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18674] ppid=18601 vsize=10915392 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18674/stat : 18674 (java) S 18601 18604 14618 0 -1 1077944384 509 12626 0 0 14 0 8 3 20 0 20 0 5227438 11177361408 44194 33554432000 4194304 4196468 140726799170720 140606426843760 140606891375234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18675] ppid=18601 vsize=10915392 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18675/stat : 18675 (java) R 18601 18604 14618 0 -1 4202560 1061 12626 0 0 26 1 8 3 20 0 20 0 5227438 11177361408 44194 33554432000 4194304 4196468 140726799170720 140606425791088 140606875407717 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18676] ppid=18601 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18676/stat : 18676 (java) S 18601 18604 14618 0 -1 1077944384 3 12626 0 0 0 0 8 3 20 0 20 0 5227439 11177361408 44194 33554432000 4194304 4196468 140726799170720 140606089194080 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18677] ppid=18601 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18677/stat : 18677 (java) S 18601 18604 14618 0 -1 1077944384 3 12626 0 0 0 0 8 3 20 0 20 0 5227439 11177361408 44194 33554432000 4194304 4196468 140726799170720 140606088141360 140606891375234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 10913344

[startup+3.10118 s]
/proc/loadavg: 2.31 2.07 1.72 4/282 18677
/proc/meminfo: memFree=30773732/32770624 swapFree=5940/258456
[pid=18604] ppid=18601 vsize=10927868 CPUtime=6.15 cores=1,3,5,7,9,11,13,15
/proc/18604/stat : 18604 (java) S 18601 18604 14618 0 -1 1077944320 42003 12626 0 0 582 22 8 3 20 0 20 0 5227417 11190136832 59592 33554432000 4194304 4196468 140726799170720 140726799153264 140606891364087 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
/proc/18604/statm: 2731967 59592 3480 1 0 2719522 0
[pid=18604/tid=18659] ppid=18601 vsize=10927868 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18659/stat : 18659 (java) R 18601 18604 14618 0 -1 4202560 27883 12626 0 0 278 8 8 3 20 0 20 0 5227430 11190136832 59592 33554432000 4194304 4196468 140726799170720 140606895590696 140606875407717 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18660] ppid=18601 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18660/stat : 18660 (java) S 18601 18604 14618 0 -1 1077944384 43 12626 0 0 2 1 8 3 20 0 20 0 5227431 11190136832 59592 33554432000 4194304 4196468 140726799170720 140606498007696 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18661] ppid=18601 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18661/stat : 18661 (java) S 18601 18604 14618 0 -1 1077944384 178 12626 0 0 2 0 8 3 20 0 20 0 5227431 11190136832 59592 33554432000 4194304 4196468 140726799170720 140606496954896 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18662] ppid=18601 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18662/stat : 18662 (java) S 18601 18604 14618 0 -1 1077944384 36 12626 0 0 2 0 8 3 20 0 20 0 5227431 11190136832 59592 33554432000 4194304 4196468 140726799170720 140606495902096 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18663] ppid=18601 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18663/stat : 18663 (java) S 18601 18604 14618 0 -1 1077944384 20 12626 0 0 1 0 8 3 20 0 20 0 5227431 11190136832 59592 33554432000 4194304 4196468 140726799170720 140606494849296 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18664] ppid=18601 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18664/stat : 18664 (java) S 18601 18604 14618 0 -1 1077944384 38 12626 0 0 2 0 8 3 20 0 20 0 5227431 11190136832 59592 33554432000 4194304 4196468 140726799170720 140606493797520 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18665] ppid=18601 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18665/stat : 18665 (java) S 18601 18604 14618 0 -1 1077944384 137 12626 0 0 2 0 8 3 20 0 20 0 5227431 11190136832 59592 33554432000 4194304 4196468 140726799170720 140606492744720 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18666] ppid=18601 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18666/stat : 18666 (java) S 18601 18604 14618 0 -1 1077944384 53 12626 0 0 1 0 8 3 20 0 20 0 5227431 11190136832 59592 33554432000 4194304 4196468 140726799170720 140606491691920 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18667] ppid=18601 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18667/stat : 18667 (java) S 18601 18604 14618 0 -1 1077944384 73 12626 0 0 2 0 8 3 20 0 20 0 5227431 11190136832 59592 33554432000 4194304 4196468 140726799170720 140606490639120 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18668] ppid=18601 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18668/stat : 18668 (java) S 18601 18604 14618 0 -1 1077944384 2660 12626 0 0 3 0 8 3 20 0 20 0 5227433 11190136832 59592 33554432000 4194304 4196468 140726799170720 140606433159536 140606891375234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18669] ppid=18601 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18669/stat : 18669 (java) S 18601 18604 14618 0 -1 1077944384 55 12626 0 0 0 0 8 3 20 0 20 0 5227434 11190136832 59592 33554432000 4194304 4196468 140726799170720 140606432105568 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18670] ppid=18601 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18670/stat : 18670 (java) S 18601 18604 14618 0 -1 1077944384 44 12626 0 0 0 0 8 3 20 0 20 0 5227434 11190136832 59592 33554432000 4194304 4196468 140726799170720 140606431052672 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18671] ppid=18601 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18671/stat : 18671 (java) S 18601 18604 14618 0 -1 1077944384 1 12626 0 0 0 0 8 3 20 0 20 0 5227438 11190136832 59592 33554432000 4194304 4196468 140726799170720 140606430000976 140606891382683 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18672] ppid=18601 vsize=10927868 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18672/stat : 18672 (java) R 18601 18604 14618 0 -1 4202560 2058 12626 0 0 55 1 8 3 20 0 20 0 5227438 11190136832 59592 33554432000 4194304 4196468 140726799170720 140606428928960 140606891385434 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18673] ppid=18601 vsize=10927868 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18673/stat : 18673 (java) R 18601 18604 14618 0 -1 4202560 1906 12626 0 0 60 1 8 3 20 0 20 0 5227438 11190136832 59592 33554432000 4194304 4196468 140726799170720 140606427881520 140606876487634 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18674] ppid=18601 vsize=10927868 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18674/stat : 18674 (java) R 18601 18604 14618 0 -1 4202560 1262 12626 0 0 57 0 8 3 20 0 20 0 5227438 11190136832 59592 33554432000 4194304 4196468 140726799170720 140606426833328 140606869530568 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18675] ppid=18601 vsize=10927868 CPUtime=1.19 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18675/stat : 18675 (java) S 18601 18604 14618 0 -1 1077944384 3416 12626 0 0 106 2 8 3 20 0 20 0 5227438 11190136832 59592 33554432000 4194304 4196468 140726799170720 140606425790960 140606891375234 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18676] ppid=18601 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18676/stat : 18676 (java) S 18601 18604 14618 0 -1 1077944384 3 12626 0 0 0 0 8 3 20 0 20 0 5227439 11190136832 59592 33554432000 4194304 4196468 140726799170720 140606089194080 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18677] ppid=18601 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18677/stat : 18677 (java) S 18601 18604 14618 0 -1 1077944384 5 12626 0 0 0 0 8 3 20 0 20 0 5227439 11190136832 59604 33554432000 4194304 4196468 140726799170720 140606088141360 140606891375234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 10927868

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

[startup+3.20158 s]
/proc/loadavg: 2.31 2.07 1.72 4/282 18677
/proc/meminfo: memFree=30773732/32770624 swapFree=5940/258456
[pid=18604] ppid=18601 vsize=10929916 CPUtime=6.36 cores=1,3,5,7,9,11,13,15
/proc/18604/stat : 18604 (java) S 18601 18604 14618 0 -1 1077944320 52126 12626 0 0 602 23 8 3 20 0 20 0 5227417 11192233984 65784 33554432000 4194304 4196468 140726799170720 140726799153264 140606891364087 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
/proc/18604/statm: 2732479 65784 3480 1 0 2720034 0
[pid=18604/tid=18659] ppid=18601 vsize=10929916 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18659/stat : 18659 (java) R 18601 18604 14618 0 -1 4202560 37096 12626 0 0 287 9 8 3 20 0 20 0 5227430 11192233984 65784 33554432000 4194304 4196468 140726799170720 140606895581720 140606872927647 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18660] ppid=18601 vsize=10929916 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18660/stat : 18660 (java) S 18601 18604 14618 0 -1 1077944384 43 12626 0 0 2 1 8 3 20 0 20 0 5227431 11192233984 65784 33554432000 4194304 4196468 140726799170720 140606498007696 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18661] ppid=18601 vsize=10929916 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18661/stat : 18661 (java) S 18601 18604 14618 0 -1 1077944384 178 12626 0 0 2 0 8 3 20 0 20 0 5227431 11192233984 65784 33554432000 4194304 4196468 140726799170720 140606496954896 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18662] ppid=18601 vsize=10929916 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18662/stat : 18662 (java) S 18601 18604 14618 0 -1 1077944384 36 12626 0 0 2 0 8 3 20 0 20 0 5227431 11192233984 65784 33554432000 4194304 4196468 140726799170720 140606495902096 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18663] ppid=18601 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18663/stat : 18663 (java) S 18601 18604 14618 0 -1 1077944384 20 12626 0 0 1 0 8 3 20 0 20 0 5227431 11192233984 65784 33554432000 4194304 4196468 140726799170720 140606494849296 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18664] ppid=18601 vsize=10929916 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18664/stat : 18664 (java) S 18601 18604 14618 0 -1 1077944384 38 12626 0 0 2 0 8 3 20 0 20 0 5227431 11192233984 65784 33554432000 4194304 4196468 140726799170720 140606493797520 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18665] ppid=18601 vsize=10929916 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18665/stat : 18665 (java) S 18601 18604 14618 0 -1 1077944384 137 12626 0 0 2 0 8 3 20 0 20 0 5227431 11192233984 65784 33554432000 4194304 4196468 140726799170720 140606492744720 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18666] ppid=18601 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18666/stat : 18666 (java) S 18601 18604 14618 0 -1 1077944384 53 12626 0 0 1 0 8 3 20 0 20 0 5227431 11192233984 65784 33554432000 4194304 4196468 140726799170720 140606491691920 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18667] ppid=18601 vsize=10929916 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18667/stat : 18667 (java) S 18601 18604 14618 0 -1 1077944384 73 12626 0 0 2 0 8 3 20 0 20 0 5227431 11192233984 65784 33554432000 4194304 4196468 140726799170720 140606490639120 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18668] ppid=18601 vsize=10929916 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18668/stat : 18668 (java) S 18601 18604 14618 0 -1 1077944384 2660 12626 0 0 3 0 8 3 20 0 20 0 5227433 11192233984 65784 33554432000 4194304 4196468 140726799170720 140606433159536 140606891375234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18669] ppid=18601 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18669/stat : 18669 (java) S 18601 18604 14618 0 -1 1077944384 55 12626 0 0 0 0 8 3 20 0 20 0 5227434 11192233984 65784 33554432000 4194304 4196468 140726799170720 140606432105568 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18670] ppid=18601 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18670/stat : 18670 (java) S 18601 18604 14618 0 -1 1077944384 44 12626 0 0 0 0 8 3 20 0 20 0 5227434 11192233984 65784 33554432000 4194304 4196468 140726799170720 140606431052672 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18671] ppid=18601 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18671/stat : 18671 (java) S 18601 18604 14618 0 -1 1077944384 1 12626 0 0 0 0 8 3 20 0 20 0 5227438 11192233984 65784 33554432000 4194304 4196468 140726799170720 140606430000976 140606891382683 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18672] ppid=18601 vsize=10929916 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18672/stat : 18672 (java) R 18601 18604 14618 0 -1 4202560 2943 12626 0 0 65 1 8 3 20 0 20 0 5227438 11192233984 65784 33554432000 4194304 4196468 140726799170720 140606428930376 140606874860816 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18673] ppid=18601 vsize=10929916 CPUtime=0.73 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18673/stat : 18673 (java) S 18601 18604 14618 0 -1 1077944384 1920 12626 0 0 61 1 8 3 20 0 20 0 5227438 11192233984 65784 33554432000 4194304 4196468 140726799170720 140606427896560 140606891375234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18674] ppid=18601 vsize=10929916 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18674/stat : 18674 (java) S 18601 18604 14618 0 -1 1077944384 1266 12626 0 0 57 0 8 3 20 0 20 0 5227438 11192233984 65784 33554432000 4194304 4196468 140726799170720 140606426843760 140606891375234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18675] ppid=18601 vsize=10929916 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18675/stat : 18675 (java) S 18601 18604 14618 0 -1 1077944384 3420 12626 0 0 107 2 8 3 20 0 20 0 5227438 11192233984 65784 33554432000 4194304 4196468 140726799170720 140606425790960 140606891375234 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18676] ppid=18601 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18676/stat : 18676 (java) S 18601 18604 14618 0 -1 1077944384 3 12626 0 0 0 0 8 3 20 0 20 0 5227439 11192233984 65784 33554432000 4194304 4196468 140726799170720 140606089194080 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18677] ppid=18601 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18677/stat : 18677 (java) S 18601 18604 14618 0 -1 1077944384 5 12626 0 0 0 0 8 3 20 0 20 0 5227439 11192233984 65784 33554432000 4194304 4196468 140726799170720 140606088141360 140606891375234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 10929916

[startup+3.60114 s]
/proc/loadavg: 2.31 2.07 1.72 4/282 18677
/proc/meminfo: memFree=30676868/32770624 swapFree=5940/258468
[pid=18604] ppid=18601 vsize=10995452 CPUtime=7.87 cores=1,3,5,7,9,11,13,15
/proc/18604/stat : 18604 (java) S 18601 18604 14618 0 -1 1077944320 59209 12626 0 0 751 25 8 3 20 0 20 0 5227417 11259342848 72870 33554432000 4194304 4196468 140726799170720 140726799153264 140606891364087 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
/proc/18604/statm: 2748863 72870 3482 1 0 2736418 0
[pid=18604/tid=18659] ppid=18601 vsize=10995452 CPUtime=3.39 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18659/stat : 18659 (java) S 18601 18604 14618 0 -1 1077944384 41888 12626 0 0 317 11 8 3 20 0 20 0 5227430 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606895601632 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18660] ppid=18601 vsize=10995452 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18660/stat : 18660 (java) R 18601 18604 14618 0 -1 4202560 43 12626 0 0 8 1 8 3 20 0 20 0 5227431 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606498007816 140606883992295 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18661] ppid=18601 vsize=10995452 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18661/stat : 18661 (java) R 18601 18604 14618 0 -1 4202560 188 12626 0 0 8 0 8 3 20 0 20 0 5227431 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606496955016 140606874747122 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18662] ppid=18601 vsize=10995452 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18662/stat : 18662 (java) R 18601 18604 14618 0 -1 4202560 36 12626 0 0 8 0 8 3 20 0 20 0 5227431 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606495902216 140606883992295 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18663] ppid=18601 vsize=10995452 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18663/stat : 18663 (java) R 18601 18604 14618 0 -1 4202560 20 12626 0 0 8 0 8 3 20 0 20 0 5227431 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606494849416 140606883992295 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18664] ppid=18601 vsize=10995452 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18664/stat : 18664 (java) R 18601 18604 14618 0 -1 4202560 39 12626 0 0 8 0 8 3 20 0 20 0 5227431 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606493797640 140606883992295 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18665] ppid=18601 vsize=10995452 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18665/stat : 18665 (java) R 18601 18604 14618 0 -1 4202560 137 12626 0 0 8 0 8 3 20 0 20 0 5227431 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606492744840 140606883992295 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18666] ppid=18601 vsize=10995452 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18666/stat : 18666 (java) R 18601 18604 14618 0 -1 4202560 54 12626 0 0 8 0 8 3 20 0 20 0 5227431 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606491692040 140606883992295 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18667] ppid=18601 vsize=10995452 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18667/stat : 18667 (java) R 18601 18604 14618 0 -1 4202560 76 12626 0 0 8 0 8 3 20 0 20 0 5227431 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606490639320 140606876064720 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18668] ppid=18601 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18668/stat : 18668 (java) S 18601 18604 14618 0 -1 1077944384 2661 12626 0 0 5 0 8 3 20 0 20 0 5227433 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606433158160 140606891374293 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18669] ppid=18601 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18669/stat : 18669 (java) S 18601 18604 14618 0 -1 1077944384 55 12626 0 0 0 0 8 3 20 0 20 0 5227434 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606432105568 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18670] ppid=18601 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18670/stat : 18670 (java) S 18601 18604 14618 0 -1 1077944384 44 12626 0 0 0 0 8 3 20 0 20 0 5227434 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606431052672 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18671] ppid=18601 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18671/stat : 18671 (java) S 18601 18604 14618 0 -1 1077944384 1 12626 0 0 0 0 8 3 20 0 20 0 5227438 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606430000976 140606891382683 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18672] ppid=18601 vsize=10995452 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18672/stat : 18672 (java) S 18601 18604 14618 0 -1 1077944384 4837 12626 0 0 95 1 8 3 20 0 20 0 5227438 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606428929296 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18673] ppid=18601 vsize=10995452 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18673/stat : 18673 (java) S 18601 18604 14618 0 -1 1077944384 1958 12626 0 0 71 1 8 3 20 0 20 0 5227438 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606427879376 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18674] ppid=18601 vsize=10995452 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18674/stat : 18674 (java) S 18601 18604 14618 0 -1 1077944384 1303 12626 0 0 71 0 8 3 20 0 20 0 5227438 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606426828752 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18675] ppid=18601 vsize=10995452 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18675/stat : 18675 (java) S 18601 18604 14618 0 -1 1077944384 3726 12626 0 0 119 2 8 3 20 0 20 0 5227438 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606425790960 140606891375234 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18676] ppid=18601 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18676/stat : 18676 (java) S 18601 18604 14618 0 -1 1077944384 3 12626 0 0 0 0 8 3 20 0 20 0 5227439 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606089194080 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18677] ppid=18601 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18677/stat : 18677 (java) S 18601 18604 14618 0 -1 1077944384 5 12626 0 0 0 0 8 3 20 0 20 0 5227439 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606088141360 140606891375234 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 10995452

[startup+3.70098 s]
/proc/loadavg: 2.31 2.07 1.72 4/282 18677
/proc/meminfo: memFree=30676868/32770624 swapFree=5940/258468
[pid=18604] ppid=18601 vsize=10995452 CPUtime=8.22 cores=1,3,5,7,9,11,13,15
/proc/18604/stat : 18604 (java) S 18601 18604 14618 0 -1 1077944320 59283 12626 0 0 786 25 8 3 20 0 20 0 5227417 11259342848 72870 33554432000 4194304 4196468 140726799170720 140726799153264 140606891364087 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
/proc/18604/statm: 2748863 72870 3482 1 0 2736418 0
[pid=18604/tid=18659] ppid=18601 vsize=10995452 CPUtime=3.39 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18659/stat : 18659 (java) R 18601 18604 14618 0 -1 4202560 41907 12626 0 0 317 11 8 3 20 0 20 0 5227430 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606895601632 140606884464039 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18660] ppid=18601 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18660/stat : 18660 (java) S 18601 18604 14618 0 -1 1077944384 43 12626 0 0 11 1 8 3 20 0 20 0 5227431 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606498007696 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18661] ppid=18601 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18661/stat : 18661 (java) S 18601 18604 14618 0 -1 1077944384 189 12626 0 0 12 0 8 3 20 0 20 0 5227431 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606496954896 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18662] ppid=18601 vsize=10995452 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18662/stat : 18662 (java) S 18601 18604 14618 0 -1 1077944384 47 12626 0 0 11 0 8 3 20 0 20 0 5227431 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606495902096 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18663] ppid=18601 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18663/stat : 18663 (java) S 18601 18604 14618 0 -1 1077944384 29 12626 0 0 11 1 8 3 20 0 20 0 5227431 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606494849296 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18664] ppid=18601 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18664/stat : 18664 (java) S 18601 18604 14618 0 -1 1077944384 43 12626 0 0 12 0 8 3 20 0 20 0 5227431 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606493797520 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18665] ppid=18601 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18665/stat : 18665 (java) S 18601 18604 14618 0 -1 1077944384 137 12626 0 0 12 0 8 3 20 0 20 0 5227431 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606492744720 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18666] ppid=18601 vsize=10995452 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18666/stat : 18666 (java) S 18601 18604 14618 0 -1 1077944384 55 12626 0 0 11 0 8 3 20 0 20 0 5227431 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606491691920 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18667] ppid=18601 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18667/stat : 18667 (java) S 18601 18604 14618 0 -1 1077944384 82 12626 0 0 12 0 8 3 20 0 20 0 5227431 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606490639120 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18668] ppid=18601 vsize=10995452 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18668/stat : 18668 (java) S 18601 18604 14618 0 -1 1077944384 2671 12626 0 0 11 0 8 3 20 0 20 0 5227433 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606433159536 140606891375234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18669] ppid=18601 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18669/stat : 18669 (java) S 18601 18604 14618 0 -1 1077944384 56 12626 0 0 0 0 8 3 20 0 20 0 5227434 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606432105632 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18670] ppid=18601 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18670/stat : 18670 (java) S 18601 18604 14618 0 -1 1077944384 44 12626 0 0 0 0 8 3 20 0 20 0 5227434 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606431052672 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18671] ppid=18601 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18671/stat : 18671 (java) S 18601 18604 14618 0 -1 1077944384 1 12626 0 0 0 0 8 3 20 0 20 0 5227438 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606430000976 140606891382683 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18672] ppid=18601 vsize=10995452 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18672/stat : 18672 (java) R 18601 18604 14618 0 -1 4202560 4839 12626 0 0 95 1 8 3 20 0 20 0 5227438 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606428929296 140606877378396 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18673] ppid=18601 vsize=10995452 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18673/stat : 18673 (java) R 18601 18604 14618 0 -1 4202560 1959 12626 0 0 71 1 8 3 20 0 20 0 5227438 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606427885232 140606877520600 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18674] ppid=18601 vsize=10995452 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18674/stat : 18674 (java) R 18601 18604 14618 0 -1 4202560 1312 12626 0 0 71 0 8 3 20 0 20 0 5227438 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606426834864 140606869386745 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18675] ppid=18601 vsize=10995452 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18675/stat : 18675 (java) S 18601 18604 14618 0 -1 1077944384 3726 12626 0 0 119 2 8 3 20 0 20 0 5227438 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606425790960 140606891375234 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18676] ppid=18601 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18676/stat : 18676 (java) S 18601 18604 14618 0 -1 1077944384 3 12626 0 0 0 0 8 3 20 0 20 0 5227439 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606089194080 140606891374293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
[pid=18604/tid=18677] ppid=18601 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18604/task/18677/stat : 18677 (java) S 18601 18604 14618 0 -1 1077944384 5 12626 0 0 0 0 8 3 20 0 20 0 5227439 11259342848 72870 33554432000 4194304 4196468 140726799170720 140606088141360 140606891375234 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21696512 140726799174337 140726799177111 140726799177111 140726799179727 0
Current children cumulated CPU time (s) 8.22
Current children cumulated vsize (KiB) 10995452

Child status: 0
Real time (s): 3.77782
CPU time (s): 8.50278
CPU user time (s): 8.19289
CPU system time (s): 0.309884
CPU usage (%): 225.071
Max. virtual memory (cumulated for all children) (KiB): 10995452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.19289
system time used= 0.309884
maximum resident set size= 293324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72149
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= 9322
involuntary context switches= 755

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03341 second user time and 0.051546 second system time

The end

Launcher Data

Begin job on node138 at 2017-07-22 07:00:05
IDJOB=4245033
IDBENCH=120410
IDSOLVER=2630
FILE ID=node138/4245033-1500699605
RUNJOBID= node138-1500684099-14650
PBS_JOBID= 20623345
Free space on /tmp= 61968 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/CostasArray/CostasArray-m1-s1/CostasArray-11.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245033-1500699605/watcher-4245033-1500699605 -o /tmp/evaluation-result-4245033-1500699605/solver-4245033-1500699605 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500684099-14650 --watchdog 2560  bin/concrete HOME/instance-4245033-1500699605.xml

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

MD5SUM BENCH= 3fcfeb53ce07eb54a5be36acb820af5a
RANDOM SEED=166489177

node138.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		: 1600.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.44
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		: 1867.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		: 2533.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.44
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		: 2133.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		: 1600.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.44
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		: 2267.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.44
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		: 1600.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.44
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		: 2267.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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.44
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		: 2400.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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.44
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		: 2267.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		: 1867.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.44
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		: 2000.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:        30948488 kB
MemAvailable:   31159016 kB
Buffers:          116356 kB
Cached:           374816 kB
SwapCached:            0 kB
Active:          1116616 kB
Inactive:         267036 kB
Active(anon):     895500 kB
Inactive(anon):     8608 kB
Active(file):     221116 kB
Inactive(file):   258428 kB
Unevictable:        5940 kB
Mlocked:            5940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24400 kB
Writeback:             0 kB
AnonPages:        922744 kB
Mapped:            44144 kB
Shmem:              8852 kB
Slab:             128348 kB
SReclaimable:      93640 kB
SUnreclaim:        34708 kB
KernelStack:        4976 kB
PageTables:         7408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1669096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    827392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61944 MiB
End job on node138 at 2017-07-22 07:00:09