Trace number 4240742

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: cosoco 1.1? (TO) 2400.04 2400.4

General information on the benchmark

NameBibd/Bibd-sum-stab1/
Bibd-sum-12-03-04.xml
MD5SUM4cb414677efb9576d4ff9b4f5d333658
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 benchmark6.8545599
Satisfiable
(Un)Satisfiability was proved
Number of variables1056
Number of constraints167
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1056}]
Minimum variable degree14
Maximum variable degree14
Distribution of variable degrees[{"degree":14,"count":1056}]
Minimum constraint arity12
Maximum constraint arity1056
Distribution of constraint arities[{"arity":12,"count":88},{"arity":88,"count":12},{"arity":176,"count":66},{"arity":1056,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":166}]
Optimization problemNO
Type of objective

Solver Data

9.68/9.72	c root propagations     : 0           
9.68/9.72	c restarts enabled, print stats at every restarts
9.68/9.72	c
9.68/9.72	c
9.68/9.72	c
9.68/9.72	c This is cosoco 1.0 --  
9.68/9.72	c
9.68/9.72	c ========================================[ Problem Statistics ]===========================================
9.68/9.72	c |                                                                                                       
9.68/9.72	c |  Parse time        :         0.21 s 
9.68/9.72	c |
9.68/9.72	c |               Variables: 1056
9.68/9.72	c |            Domain Sizes: 2..2
9.68/9.72	c |
9.68/9.72	c |             Constraints: 264
9.68/9.72	c |                   Arity: 12..176
9.68/9.72	c | 
9.68/9.72	c |                   Types: 
9.68/9.72	c |                          Intension: 66
9.68/9.72	c |                          Lex: 98
9.68/9.72	c |                          Sum: 100
9.68/9.72	c |                          
9.68/9.72	c =========================================================================================================
9.68/9.72	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth

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-4240742-1500626529/watcher-4240742-1500626529 -o /tmp/evaluation-result-4240742-1500626529/solver-4240742-1500626529 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1500623779-17771 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4240742-1500626529.xml 

pid=19105
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.02 2.02 1.92 2/243 19108
/proc/meminfo: memFree=31723592/32770624 swapFree=6264/281656
[pid=19108] ppid=19105 vsize=27780 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 1144 0 0 0 1 0 0 0 20 0 1 0 15931779 28446720 932 33554432000 4194304 5970956 140732157980368 140732157976968 140019206503344 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 6945 932 704 434 0 309 0

[startup+0.100147 s]
/proc/loadavg: 2.02 2.02 1.92 2/243 19108
/proc/meminfo: memFree=31723592/32770624 swapFree=6264/281656
[pid=19108] ppid=19105 vsize=29308 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 1612 0 0 0 9 0 0 0 20 0 1 0 15931779 30011392 1445 33554432000 4194304 5970956 140732157980368 140732157973608 140019215933806 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 7327 1445 792 434 0 691 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29308

[startup+0.200294 s]
/proc/loadavg: 2.02 2.02 1.92 2/243 19108
/proc/meminfo: memFree=31723592/32770624 swapFree=6264/281656
[pid=19108] ppid=19105 vsize=31108 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 2066 0 0 0 19 0 0 0 20 0 1 0 15931779 31854592 1896 33554432000 4194304 5970956 140732157980368 140732157973608 140019205991397 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 7777 1896 792 434 0 1141 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 31108

[startup+0.300236 s]
/proc/loadavg: 2.02 2.02 1.92 2/243 19108
/proc/meminfo: memFree=31723592/32770624 swapFree=6264/281656
[pid=19108] ppid=19105 vsize=32300 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 2398 0 0 0 29 0 0 0 20 0 1 0 15931779 33075200 2225 33554432000 4194304 5970956 140732157980368 140732157977624 5052080 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 8075 2225 823 434 0 1439 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32300

[startup+0.700204 s]
/proc/loadavg: 2.02 2.02 1.92 2/243 19108
/proc/meminfo: memFree=31723592/32770624 swapFree=6264/281656
[pid=19108] ppid=19105 vsize=32960 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 2575 0 0 0 69 0 0 0 20 0 1 0 15931779 33751040 2357 33554432000 4194304 5970956 140732157980368 140732157977432 5098944 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 8240 2357 823 434 0 1604 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32960

[startup+1.5002 s]
/proc/loadavg: 2.02 2.02 1.92 3/244 19109
/proc/meminfo: memFree=31715764/32770624 swapFree=6264/281668
[pid=19108] ppid=19105 vsize=34280 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 2902 0 0 0 149 0 0 0 20 0 1 0 15931779 35102720 2687 33554432000 4194304 5970956 140732157980368 140732157977432 140019205991397 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 8570 2687 823 434 0 1934 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34280

[startup+3.1002 s]
/proc/loadavg: 2.02 2.02 1.92 3/244 19109
/proc/meminfo: memFree=31713740/32770624 swapFree=6264/281668
[pid=19108] ppid=19105 vsize=37052 CPUtime=3.09 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 3852 0 0 0 309 0 0 0 20 0 1 0 15931779 37941248 3409 33554432000 4194304 5970956 140732157980368 140732157977432 5070523 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 9263 3409 824 434 0 2627 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37052

[startup+6.30021 s]
/proc/loadavg: 1.94 2.01 1.92 3/244 19109
/proc/meminfo: memFree=31708256/32770624 swapFree=6264/281680
[pid=19108] ppid=19105 vsize=42596 CPUtime=6.29 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 6253 0 0 0 629 0 0 0 20 0 1 0 15931779 43618304 4790 33554432000 4194304 5970956 140732157980368 140732157977432 140019205991397 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 10649 4790 824 434 0 4013 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42596

[startup+12.7002 s]
/proc/loadavg: 1.95 2.01 1.92 3/244 19109
/proc/meminfo: memFree=31700196/32770624 swapFree=6264/281688
[pid=19108] ppid=19105 vsize=48404 CPUtime=12.68 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 10053 0 0 0 1268 0 0 0 20 0 1 0 15931779 49565696 6278 33554432000 4194304 5970956 140732157980368 140732157977976 5069728 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6278 826 434 0 5465 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 48404

[startup+25.5003 s]
/proc/loadavg: 1.96 2.01 1.92 3/244 19109
/proc/meminfo: memFree=31700072/32770624 swapFree=6264/281696
[pid=19108] ppid=19105 vsize=48404 CPUtime=25.48 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 11363 0 0 0 2548 0 0 0 20 0 1 0 15931779 49565696 6278 33554432000 4194304 5970956 140732157980368 140732157977976 5052085 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6278 826 434 0 5465 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48404

[startup+51.1003 s]
/proc/loadavg: 1.97 2.01 1.92 3/244 19109
/proc/meminfo: memFree=31700080/32770624 swapFree=6264/281712
[pid=19108] ppid=19105 vsize=48404 CPUtime=51.08 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 12666 0 0 0 5107 1 0 0 20 0 1 0 15931779 49565696 6278 33554432000 4194304 5970956 140732157980368 140732157977976 5070523 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6278 826 434 0 5465 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 48404

[startup+102.3 s]
/proc/loadavg: 1.99 2.01 1.93 3/244 19110
/proc/meminfo: memFree=31699656/32770624 swapFree=6264/281756
[pid=19108] ppid=19105 vsize=48404 CPUtime=102.28 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13395 0 0 0 10227 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 4908971 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 48404

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/244 19111
/proc/meminfo: memFree=31699268/32770624 swapFree=6264/281792
[pid=19108] ppid=19105 vsize=48404 CPUtime=162.26 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13400 0 0 0 16225 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 4961400 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 48404

[startup+222.308 s]
/proc/loadavg: 2.00 2.01 1.94 3/244 19112
/proc/meminfo: memFree=31699132/32770624 swapFree=6264/281844
[pid=19108] ppid=19105 vsize=48404 CPUtime=222.26 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13412 0 0 0 22225 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 4961400 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 48404

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/243 19113
/proc/meminfo: memFree=31699016/32770624 swapFree=6264/281884
[pid=19108] ppid=19105 vsize=48404 CPUtime=282.24 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13417 0 0 0 28223 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 5098954 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 48404

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/243 19114
/proc/meminfo: memFree=31698884/32770624 swapFree=6264/281924
[pid=19108] ppid=19105 vsize=48404 CPUtime=342.24 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13422 0 0 0 34223 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 5098954 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 48404

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/243 19115
/proc/meminfo: memFree=31699076/32770624 swapFree=6264/281972
[pid=19108] ppid=19105 vsize=48404 CPUtime=402.23 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13435 0 0 0 40222 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 4908971 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 48404

[startup+462.3 s]
/proc/loadavg: 2.03 2.02 1.96 3/243 19116
/proc/meminfo: memFree=31697752/32770624 swapFree=6264/282012
[pid=19108] ppid=19105 vsize=48404 CPUtime=462.22 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13441 0 0 0 46221 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 5052093 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 48404

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/243 19322
/proc/meminfo: memFree=31735888/32770624 swapFree=6264/282124
[pid=19108] ppid=19105 vsize=48404 CPUtime=522.21 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13446 0 0 0 52220 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 5070480 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 48404

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/243 19323
/proc/meminfo: memFree=31735880/32770624 swapFree=6264/282208
[pid=19108] ppid=19105 vsize=48404 CPUtime=582.2 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13451 0 0 0 58219 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 4967839 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 48404


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


[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 1.98 3/243 19371
/proc/meminfo: memFree=31737732/32770624 swapFree=6264/282912
[pid=19108] ppid=19105 vsize=48404 CPUtime=1482.07 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13539 0 0 0 148206 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 5098954 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 48404

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 1.98 3/243 19372
/proc/meminfo: memFree=31737640/32770624 swapFree=6264/282960
[pid=19108] ppid=19105 vsize=48404 CPUtime=1542.06 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13545 0 0 0 154205 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 5069728 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 48404

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/243 19373
/proc/meminfo: memFree=31738420/32770624 swapFree=6264/282996
[pid=19108] ppid=19105 vsize=48404 CPUtime=1602.05 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13550 0 0 0 160204 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 5070437 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 48404

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/243 19374
/proc/meminfo: memFree=31738128/32770624 swapFree=6264/283036
[pid=19108] ppid=19105 vsize=48404 CPUtime=1662.04 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13555 0 0 0 166203 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 5070512 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 48404

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 1.99 3/244 19383
/proc/meminfo: memFree=31736752/32770624 swapFree=6264/283084
[pid=19108] ppid=19105 vsize=48404 CPUtime=1722.03 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13560 0 0 0 172202 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 5098954 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 48404

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 1.99 3/244 19384
/proc/meminfo: memFree=31737016/32770624 swapFree=6264/283124
[pid=19108] ppid=19105 vsize=48404 CPUtime=1782.02 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13564 0 0 0 178201 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 4964584 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 48404

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 1.99 3/244 19385
/proc/meminfo: memFree=31735996/32770624 swapFree=6264/283164
[pid=19108] ppid=19105 vsize=48404 CPUtime=1842.01 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13569 0 0 0 184200 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 5069732 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 1842.01
Current children cumulated vsize (KiB) 48404

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/244 19386
/proc/meminfo: memFree=31735852/32770624 swapFree=6264/283200
[pid=19108] ppid=19105 vsize=48404 CPUtime=1902 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13573 0 0 0 190199 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 5052080 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 1902
Current children cumulated vsize (KiB) 48404

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/244 19387
/proc/meminfo: memFree=31736128/32770624 swapFree=6264/283240
[pid=19108] ppid=19105 vsize=48404 CPUtime=1962 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13578 0 0 0 196199 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 5098948 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 1962
Current children cumulated vsize (KiB) 48404

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/243 19388
/proc/meminfo: memFree=31735488/32770624 swapFree=6264/283276
[pid=19108] ppid=19105 vsize=48404 CPUtime=2021.99 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13582 0 0 0 202198 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 4908967 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 2021.99
Current children cumulated vsize (KiB) 48404

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/243 19389
/proc/meminfo: memFree=31736396/32770624 swapFree=6264/283312
[pid=19108] ppid=19105 vsize=48404 CPUtime=2081.98 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13587 0 0 0 208197 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 4964584 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 2081.98
Current children cumulated vsize (KiB) 48404

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/243 19390
/proc/meminfo: memFree=31735888/32770624 swapFree=6264/283360
[pid=19108] ppid=19105 vsize=48404 CPUtime=2141.97 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13591 0 0 0 214196 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 5070548 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 2141.97
Current children cumulated vsize (KiB) 48404

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 1.99 3/243 19391
/proc/meminfo: memFree=31735956/32770624 swapFree=6264/283400
[pid=19108] ppid=19105 vsize=48404 CPUtime=2201.97 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13596 0 0 0 220196 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 5070480 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 2201.97
Current children cumulated vsize (KiB) 48404

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/243 19392
/proc/meminfo: memFree=31735972/32770624 swapFree=6264/283444
[pid=19108] ppid=19105 vsize=48404 CPUtime=2261.95 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13600 0 0 0 226194 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 5098944 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 2261.95
Current children cumulated vsize (KiB) 48404

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/244 19401
/proc/meminfo: memFree=31735420/32770624 swapFree=6264/283476
[pid=19108] ppid=19105 vsize=48404 CPUtime=2321.94 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13605 0 0 0 232193 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 5070523 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 2321.94
Current children cumulated vsize (KiB) 48404

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/244 19402
/proc/meminfo: memFree=31736288/32770624 swapFree=6264/283504
[pid=19108] ppid=19105 vsize=48404 CPUtime=2381.93 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13609 0 0 0 238192 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 5069728 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 2381.93
Current children cumulated vsize (KiB) 48404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.4 s]
/proc/loadavg: 2.00 2.01 1.99 3/244 19402
/proc/meminfo: memFree=31735860/32770624 swapFree=6264/283512
[pid=19108] ppid=19105 vsize=48404 CPUtime=2400.03 cores=1,3,5,7,9,11,13,15
/proc/19108/stat : 19108 (cosoco) R 19105 19108 17739 0 -1 4202496 13613 0 0 0 240002 1 0 0 20 0 1 0 15931779 49565696 6294 33554432000 4194304 5970956 140732157980368 140732157977976 5070480 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 14680064 140732157985985 140732157986115 140732157986115 140732157988814 0
/proc/19108/statm: 12101 6294 826 434 0 5465 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 48404

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 19108 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 1
Real time (s): 2400.4
CPU time (s): 2400.04
CPU user time (s): 2400.03
CPU system time (s): 0.012998
CPU usage (%): 99.985
Max. virtual memory (cumulated for all children) (KiB): 48404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.03
system time used= 0.012998
maximum resident set size= 25220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13641
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= 8
involuntary context switches= 120636

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.78662 second user time and 9.93853 second system time

The end

Launcher Data

Begin job on node116 at 2017-07-21 10:42:09
IDJOB=4240742
IDBENCH=123864
IDSOLVER=2620
FILE ID=node116/4240742-1500626529
RUNJOBID= node116-1500623779-17771
PBS_JOBID= 20623015
Free space on /tmp= 62020 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/Bibd/Bibd-sum-stab1/Bibd-sum-12-03-04.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4240742-1500626529/watcher-4240742-1500626529 -o /tmp/evaluation-result-4240742-1500626529/solver-4240742-1500626529 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1500623779-17771 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4240742-1500626529.xml

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

MD5SUM BENCH= 4cb414677efb9576d4ff9b4f5d333658
RANDOM SEED=371608921

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31723656 kB
MemAvailable:   31952792 kB
Buffers:          156504 kB
Cached:           353580 kB
SwapCached:            0 kB
Active:           322964 kB
Inactive:         290444 kB
Active(anon):     106224 kB
Inactive(anon):     8788 kB
Active(file):     216740 kB
Inactive(file):   281656 kB
Unevictable:        6264 kB
Mlocked:            6272 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2524 kB
Writeback:             0 kB
AnonPages:        109648 kB
Mapped:            34452 kB
Shmem:              8848 kB
Slab:             125584 kB
SReclaimable:      93152 kB
SUnreclaim:        32432 kB
KernelStack:        4176 kB
PageTables:         5416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     373136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node116 at 2017-07-21 11:22:09