Trace number 4242239

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: cosoco 1.1? (TO) 2400.01 2400.6

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r5.xml
MD5SUM13c07461cd5d6cd59c34e2b3a9f24c58
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2202
Number of constraints241
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2202}]
Minimum variable degree5
Maximum variable degree15
Distribution of variable degrees[{"degree":5,"count":19},{"degree":6,"count":72},{"degree":7,"count":142},{"degree":8,"count":315},{"degree":9,"count":566},{"degree":10,"count":547},{"degree":11,"count":320},{"degree":12,"count":138},{"degree":13,"count":49},{"degree":14,"count":27},{"degree":15,"count":7}]
Minimum constraint arity38
Maximum constraint arity188
Distribution of constraint arities[{"arity":38,"count":5},{"arity":43,"count":2},{"arity":44,"count":2},{"arity":49,"count":2},{"arity":50,"count":9},{"arity":51,"count":3},{"arity":52,"count":3},{"arity":53,"count":7},{"arity":54,"count":4},{"arity":55,"count":9},{"arity":56,"count":1},{"arity":57,"count":5},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":2},{"arity":61,"count":2},{"arity":62,"count":7},{"arity":63,"count":5},{"arity":64,"count":9},{"arity":65,"count":2},{"arity":66,"count":3},{"arity":67,"count":2},{"arity":68,"count":6},{"arity":69,"count":2},{"arity":70,"count":9},"...",{"arity":108,"count":2}, {"arity":109,"count":2}, {"arity":110,"count":1}, {"arity":114,"count":1}, {"arity":115,"count":2}, {"arity":116,"count":1}, {"arity":119,"count":1}, {"arity":122,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":126,"count":1}, {"arity":127,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":130,"count":1}, {"arity":135,"count":1}, {"arity":136,"count":1}, {"arity":137,"count":1}, {"arity":139,"count":1}, {"arity":140,"count":1}, {"arity":141,"count":1}, {"arity":145,"count":1}, {"arity":149,"count":1}, {"arity":171,"count":1}, {"arity":188,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":241}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.09/0.15	c best=?? lower=0 upper=2202 

Verifier Data

One s line expected

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-4242239-1500660183/watcher-4242239-1500660183 -o /tmp/evaluation-result-4242239-1500660183/solver-4242239-1500660183 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1500648174-9864 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4242239-1500660183.xml 

pid=11016
running on 8 cores: 0,2,4,6,8,10,12,14

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


[startup+0 s]
/proc/loadavg: 2.03 2.03 2.05 4/240 11023
/proc/meminfo: memFree=32043968/32770624 swapFree=5872/189688
[pid=11023] ppid=11016 vsize=27248 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 1003 0 0 0 1 0 0 0 20 0 1 0 1285108 27901952 832 33554432000 4194304 5970956 140730468534576 140730468531224 139829017844709 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 6812 832 698 434 0 176 0

[startup+0.100123 s]
/proc/loadavg: 2.03 2.03 2.05 4/240 11023
/proc/meminfo: memFree=32043968/32770624 swapFree=5872/189688
[pid=11023] ppid=11016 vsize=31280 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 2047 0 0 0 9 0 0 0 20 0 1 0 1285108 32030720 1880 33554432000 4194304 5970956 140730468534576 140730468528472 5472368 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 7820 1880 737 434 0 1184 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31280

[startup+0.20029 s]
/proc/loadavg: 2.03 2.03 2.05 4/240 11023
/proc/meminfo: memFree=32043968/32770624 swapFree=5872/189688
[pid=11023] ppid=11016 vsize=31544 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 2159 0 0 0 19 0 0 0 20 0 1 0 1285108 32301056 1945 33554432000 4194304 5970956 140730468534576 140730468521896 5136634 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 7886 1945 742 434 0 1250 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 31544

[startup+0.300344 s]
/proc/loadavg: 2.03 2.03 2.05 4/240 11023
/proc/meminfo: memFree=32043968/32770624 swapFree=5872/189688
[pid=11023] ppid=11016 vsize=36164 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 3308 0 0 0 29 0 0 0 20 0 1 0 1285108 37031936 3133 33554432000 4194304 5970956 140730468534576 140730468531512 139829017844709 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9041 3133 781 434 0 2405 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36164

[startup+0.70018 s]
/proc/loadavg: 2.03 2.03 2.05 4/240 11023
/proc/meminfo: memFree=32043968/32770624 swapFree=5872/189688
[pid=11023] ppid=11016 vsize=37352 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 3608 0 0 0 69 0 0 0 20 0 1 0 1285108 38248448 3397 33554432000 4194304 5970956 140730468534576 140730468531352 5136795 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9338 3397 781 434 0 2702 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37352

[startup+1.50018 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 11082
/proc/meminfo: memFree=32006508/32770624 swapFree=5872/190108
[pid=11023] ppid=11016 vsize=38408 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 3878 0 0 0 148 0 0 0 20 0 1 0 1285108 39329792 3661 33554432000 4194304 5970956 140730468534576 140730468531352 5136615 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9602 3661 781 434 0 2966 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38408

[startup+3.10018 s]
/proc/loadavg: 1.95 2.01 2.04 3/243 11082
/proc/meminfo: memFree=32000396/32770624 swapFree=5872/190060
[pid=11023] ppid=11016 vsize=38540 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 6466 0 0 0 308 0 0 0 20 0 1 0 1285108 39464960 3763 33554432000 4194304 5970956 140730468534576 140730468531352 5136789 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9635 3763 781 434 0 2999 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38540

[startup+6.30018 s]
/proc/loadavg: 1.95 2.01 2.04 3/243 11082
/proc/meminfo: memFree=31999600/32770624 swapFree=5872/190100
[pid=11023] ppid=11016 vsize=38804 CPUtime=6.28 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 9381 0 0 0 628 0 0 0 20 0 1 0 1285108 39735296 3833 33554432000 4194304 5970956 140730468534576 140730468531448 5337501 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9701 3833 781 434 0 3065 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 38804

[startup+12.7002 s]
/proc/loadavg: 1.96 2.01 2.04 3/243 11082
/proc/meminfo: memFree=31994160/32770624 swapFree=5872/190104
[pid=11023] ppid=11016 vsize=38936 CPUtime=12.68 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 9770 0 0 0 1268 0 0 0 20 0 1 0 1285108 39870464 3837 33554432000 4194304 5970956 140730468534576 140730468531448 5337492 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9734 3837 781 434 0 3098 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38936

[startup+25.5002 s]
/proc/loadavg: 1.96 2.01 2.04 3/243 11082
/proc/meminfo: memFree=31992912/32770624 swapFree=5872/190112
[pid=11023] ppid=11016 vsize=39200 CPUtime=25.47 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 10641 0 0 0 2547 0 0 0 20 0 1 0 1285108 40140800 3909 33554432000 4194304 5970956 140730468534576 140730468531352 5337509 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9800 3909 781 434 0 3164 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 39200

[startup+51.1002 s]
/proc/loadavg: 1.98 2.01 2.04 3/243 11082
/proc/meminfo: memFree=31990800/32770624 swapFree=5872/190120
[pid=11023] ppid=11016 vsize=39200 CPUtime=51.06 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 11138 0 0 0 5106 0 0 0 20 0 1 0 1285108 40140800 3921 33554432000 4194304 5970956 140730468534576 140730468531352 5045736 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9800 3921 781 434 0 3164 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 39200

[startup+102.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 11083
/proc/meminfo: memFree=31990748/32770624 swapFree=5872/190148
[pid=11023] ppid=11016 vsize=39464 CPUtime=102.25 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 11721 0 0 0 10225 0 0 0 20 0 1 0 1285108 40411136 3956 33554432000 4194304 5970956 140730468534576 140730468531448 5031479 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9866 3956 781 434 0 3230 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 39464

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11084
/proc/meminfo: memFree=31991164/32770624 swapFree=5872/190176
[pid=11023] ppid=11016 vsize=39596 CPUtime=162.23 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 12277 0 0 0 16223 0 0 0 20 0 1 0 1285108 40546304 4007 33554432000 4194304 5970956 140730468534576 140730468531352 5031483 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9899 4007 781 434 0 3263 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 39596

[startup+222.308 s]
/proc/loadavg: 2.01 2.01 2.05 3/243 11085
/proc/meminfo: memFree=31990660/32770624 swapFree=5872/190204
[pid=11023] ppid=11016 vsize=39596 CPUtime=222.22 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 12831 0 0 0 22222 0 0 0 20 0 1 0 1285108 40546304 4012 33554432000 4194304 5970956 140730468534576 140730468531352 5045304 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9899 4012 781 434 0 3263 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 39596

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11086
/proc/meminfo: memFree=31990544/32770624 swapFree=5872/190228
[pid=11023] ppid=11016 vsize=39596 CPUtime=282.2 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 13356 0 0 0 28220 0 0 0 20 0 1 0 1285108 40546304 4012 33554432000 4194304 5970956 140730468534576 140730468531352 5136795 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9899 4012 781 434 0 3263 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 39596

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11087
/proc/meminfo: memFree=31990700/32770624 swapFree=5872/190256
[pid=11023] ppid=11016 vsize=39596 CPUtime=342.18 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 13886 0 0 0 34218 0 0 0 20 0 1 0 1285108 40546304 4012 33554432000 4194304 5970956 140730468534576 140730468531352 5337487 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9899 4012 781 434 0 3263 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 39596

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11088
/proc/meminfo: memFree=31991072/32770624 swapFree=5872/190288
[pid=11023] ppid=11016 vsize=39596 CPUtime=402.16 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 14423 0 0 0 40216 0 0 0 20 0 1 0 1285108 40546304 4012 33554432000 4194304 5970956 140730468534576 140730468531352 5136629 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9899 4012 781 434 0 3263 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 39596

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11096
/proc/meminfo: memFree=31990392/32770624 swapFree=5872/190328
[pid=11023] ppid=11016 vsize=39596 CPUtime=462.14 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 14969 0 0 0 46214 0 0 0 20 0 1 0 1285108 40546304 4012 33554432000 4194304 5970956 140730468534576 140730468531352 5045448 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9899 4012 781 434 0 3263 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 39596

[startup+522.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 11097
/proc/meminfo: memFree=31990036/32770624 swapFree=5872/190352
[pid=11023] ppid=11016 vsize=39596 CPUtime=522.13 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 15525 0 0 0 52213 0 0 0 20 0 1 0 1285108 40546304 4012 33554432000 4194304 5970956 140730468534576 140730468531352 5045304 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9899 4012 781 434 0 3263 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 39596

[startup+582.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11098
/proc/meminfo: memFree=31990664/32770624 swapFree=5872/190376
[pid=11023] ppid=11016 vsize=39596 CPUtime=582.12 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 16084 0 0 0 58212 0 0 0 20 0 1 0 1285108 40546304 4019 33554432000 4194304 5970956 140730468534576 140730468531352 5031428 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9899 4019 781 434 0 3263 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 39596


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


[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11121
/proc/meminfo: memFree=31988904/32770624 swapFree=5872/190800
[pid=11023] ppid=11016 vsize=39596 CPUtime=1481.89 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 24139 0 0 0 148188 1 0 0 20 0 1 0 1285108 40546304 4019 33554432000 4194304 5970956 140730468534576 140730468531352 5031424 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9899 4019 781 434 0 3263 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 39596

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11123
/proc/meminfo: memFree=31989776/32770624 swapFree=5872/190836
[pid=11023] ppid=11016 vsize=39596 CPUtime=1541.88 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 24689 0 0 0 154187 1 0 0 20 0 1 0 1285108 40546304 4019 33554432000 4194304 5970956 140730468534576 140730468531352 5136608 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9899 4019 781 434 0 3263 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 39596

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/243 11124
/proc/meminfo: memFree=31989704/32770624 swapFree=5872/190864
[pid=11023] ppid=11016 vsize=39596 CPUtime=1601.86 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 25155 0 0 0 160185 1 0 0 20 0 1 0 1285108 40546304 4019 33554432000 4194304 5970956 140730468534576 140730468531352 5031455 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9899 4019 781 434 0 3263 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 39596

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/244 11133
/proc/meminfo: memFree=31987872/32770624 swapFree=5872/190900
[pid=11023] ppid=11016 vsize=39728 CPUtime=1661.84 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 25745 0 0 0 166183 1 0 0 20 0 1 0 1285108 40681472 4031 33554432000 4194304 5970956 140730468534576 140730468531448 5136608 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9932 4031 781 434 0 3296 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 39728

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/244 11134
/proc/meminfo: memFree=31989532/32770624 swapFree=5872/190928
[pid=11023] ppid=11016 vsize=39996 CPUtime=1721.83 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 26300 0 0 0 172182 1 0 0 20 0 1 0 1285108 40955904 4079 33554432000 4194304 5970956 140730468534576 140730468531352 5136615 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 9999 4079 781 434 0 3363 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 39996

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11135
/proc/meminfo: memFree=31987960/32770624 swapFree=5872/190952
[pid=11023] ppid=11016 vsize=40800 CPUtime=1781.81 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 27141 0 0 0 178180 1 0 0 20 0 1 0 1285108 41779200 4292 33554432000 4194304 5970956 140730468534576 140730468531352 5045308 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 10200 4292 781 434 0 3564 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 40800

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11136
/proc/meminfo: memFree=31986820/32770624 swapFree=5872/190976
[pid=11023] ppid=11016 vsize=41460 CPUtime=1841.8 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 28197 0 0 0 184179 1 0 0 20 0 1 0 1285108 42455040 4450 33554432000 4194304 5970956 140730468534576 140730468531352 5136560 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 10365 4450 781 434 0 3729 0
Current children cumulated CPU time (s) 1841.8
Current children cumulated vsize (KiB) 41460

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11137
/proc/meminfo: memFree=31985304/32770624 swapFree=5872/191004
[pid=11023] ppid=11016 vsize=42120 CPUtime=1901.79 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 28917 0 0 0 190178 1 0 0 20 0 1 0 1285108 43130880 4643 33554432000 4194304 5970956 140730468534576 140730468531352 5136608 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 10530 4643 781 434 0 3894 0
Current children cumulated CPU time (s) 1901.79
Current children cumulated vsize (KiB) 42120

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11138
/proc/meminfo: memFree=31986436/32770624 swapFree=5872/191040
[pid=11023] ppid=11016 vsize=42256 CPUtime=1961.78 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 29640 0 0 0 196177 1 0 0 20 0 1 0 1285108 43270144 4694 33554432000 4194304 5970956 140730468534576 140730468531352 5136625 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 10564 4694 781 434 0 3928 0
Current children cumulated CPU time (s) 1961.78
Current children cumulated vsize (KiB) 42256

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11139
/proc/meminfo: memFree=31986368/32770624 swapFree=5872/191064
[pid=11023] ppid=11016 vsize=42388 CPUtime=2021.76 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 30400 0 0 0 202175 1 0 0 20 0 1 0 1285108 43405312 4708 33554432000 4194304 5970956 140730468534576 140730468531448 5045308 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 10597 4708 781 434 0 3961 0
Current children cumulated CPU time (s) 2021.76
Current children cumulated vsize (KiB) 42388

[startup+2082.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/243 11140
/proc/meminfo: memFree=31986632/32770624 swapFree=5872/191088
[pid=11023] ppid=11016 vsize=42652 CPUtime=2081.76 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 31170 0 0 0 208175 1 0 0 20 0 1 0 1285108 43675648 4755 33554432000 4194304 5970956 140730468534576 140730468531352 5136608 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 10663 4755 781 434 0 4027 0
Current children cumulated CPU time (s) 2081.76
Current children cumulated vsize (KiB) 42652

[startup+2142.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/243 11141
/proc/meminfo: memFree=31987300/32770624 swapFree=5872/191112
[pid=11023] ppid=11016 vsize=42784 CPUtime=2141.74 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 32028 0 0 0 214173 1 0 0 20 0 1 0 1285108 43810816 4804 33554432000 4194304 5970956 140730468534576 140730468531352 5136789 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 10696 4804 781 434 0 4060 0
Current children cumulated CPU time (s) 2141.74
Current children cumulated vsize (KiB) 42784

[startup+2202.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11142
/proc/meminfo: memFree=31985208/32770624 swapFree=5872/191140
[pid=11023] ppid=11016 vsize=42920 CPUtime=2201.73 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 32537 0 0 0 220172 1 0 0 20 0 1 0 1285108 43950080 4841 33554432000 4194304 5970956 140730468534576 140730468531352 5136625 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 10730 4841 781 434 0 4094 0
Current children cumulated CPU time (s) 2201.73
Current children cumulated vsize (KiB) 42920

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11151
/proc/meminfo: memFree=31985840/32770624 swapFree=5872/191176
[pid=11023] ppid=11016 vsize=42920 CPUtime=2261.72 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 32921 0 0 0 226170 2 0 0 20 0 1 0 1285108 43950080 4853 33554432000 4194304 5970956 140730468534576 140730468531352 5045692 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 10730 4853 781 434 0 4094 0
Current children cumulated CPU time (s) 2261.72
Current children cumulated vsize (KiB) 42920

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11152
/proc/meminfo: memFree=31986252/32770624 swapFree=5872/191212
[pid=11023] ppid=11016 vsize=43052 CPUtime=2321.71 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 33278 0 0 0 232169 2 0 0 20 0 1 0 1285108 44085248 4864 33554432000 4194304 5970956 140730468534576 140730468531352 5045308 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 10763 4864 781 434 0 4127 0
Current children cumulated CPU time (s) 2321.71
Current children cumulated vsize (KiB) 43052

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11153
/proc/meminfo: memFree=31987380/32770624 swapFree=5872/191232
[pid=11023] ppid=11016 vsize=43052 CPUtime=2381.7 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 33640 0 0 0 238168 2 0 0 20 0 1 0 1285108 44085248 4869 33554432000 4194304 5970956 140730468534576 140730468531352 5136560 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 10763 4869 781 434 0 4127 0
Current children cumulated CPU time (s) 2381.7
Current children cumulated vsize (KiB) 43052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11153
/proc/meminfo: memFree=31986824/32770624 swapFree=5872/191240
[pid=11023] ppid=11016 vsize=43052 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/11023/stat : 11023 (cosoco) R 11016 11023 9833 0 -1 4202496 34000 0 0 0 239998 2 0 0 20 0 1 0 1285108 44085248 4880 33554432000 4194304 5970956 140730468534576 140730468531352 5136560 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 13094912 140730468537537 140730468537667 140730468537667 140730468540366 0
/proc/11023/statm: 10763 4880 781 434 0 4127 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 43052

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 1
Real time (s): 2400.6
CPU time (s): 2400.01
CPU user time (s): 2399.98
CPU system time (s): 0.021994
CPU usage (%): 99.9753
Max. virtual memory (cumulated for all children) (KiB): 43052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.98
system time used= 0.021994
maximum resident set size= 19568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34023
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 120777

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.97315 second user time and 10.6551 second system time

The end

Launcher Data

Begin job on node136 at 2017-07-21 20:03:03
IDJOB=4242239
IDBENCH=133712
IDSOLVER=2620
FILE ID=node136/4242239-1500660183
RUNJOBID= node136-1500648174-9864
PBS_JOBID= 20623284
Free space on /tmp= 61992 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r5.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242239-1500660183/watcher-4242239-1500660183 -o /tmp/evaluation-result-4242239-1500660183/solver-4242239-1500660183 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1500648174-9864 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4242239-1500660183.xml

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

MD5SUM BENCH= 13c07461cd5d6cd59c34e2b3a9f24c58
RANDOM SEED=2029947784

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32041756 kB
MemAvailable:   32029740 kB
Buffers:           32080 kB
Cached:           266136 kB
SwapCached:            0 kB
Active:           156308 kB
Inactive:         198424 kB
Active(anon):      59092 kB
Inactive(anon):     8736 kB
Active(file):      97216 kB
Inactive(file):   189688 kB
Unevictable:        5872 kB
Mlocked:            5904 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1984 kB
Writeback:             0 kB
AnonPages:         65760 kB
Mapped:            29952 kB
Shmem:              8852 kB
Slab:              65488 kB
SReclaimable:      33832 kB
SUnreclaim:        31656 kB
KernelStack:        4288 kB
PageTables:         5068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     327412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 61992 MiB
End job on node136 at 2017-07-21 20:43:03